Modifier and Type | Class and Description |
---|---|
protected static class |
Objs.Constructor<T extends Objs>
Factory for one subclass of
Objs wrapper. |
Modifier and Type | Class and Description |
---|---|
class |
Array<T> |
class |
ArrayBuffer |
class |
ArrayBufferView |
class |
ArrayLike<T> |
class |
DataView |
class |
Date |
class |
Error |
class |
EvalError |
class |
Exports |
class |
Float32Array |
class |
Float64Array |
class |
Function
Wrapper around JavaScript function.
|
class |
IArguments |
class |
Int16Array |
class |
Int32Array |
class |
Int8Array |
class |
JSON |
class |
Math |
class |
PromiseLike<T> |
class |
PropertyDescriptor |
class |
PropertyDescriptorMap |
class |
RangeError |
class |
ReferenceError |
class |
RegExp |
class |
RegExpExecArray |
class |
RegExpMatchArray |
class |
SyntaxError |
class |
TemplateStringsArray |
class |
TypedPropertyDescriptor<T> |
class |
TypeError |
class |
Uint16Array |
class |
Uint32Array |
class |
Uint8Array |
class |
Uint8ClampedArray |
class |
Union |
static class |
Union.A2<P1,P2> |
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
class |
URIError |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
Function.prototype |
Objs.Property<Objs> |
TypedPropertyDescriptor.value |
Modifier and Type | Method and Description |
---|---|
<T extends Objs> |
Objs.$cast(Class<T> clazz)
"Casts" this object to some other one.
|
Modifier and Type | Method and Description |
---|---|
static Objs |
Objs.$as(Object obj)
Casts given object to this class.
|
Objs |
Objs.$delete(String k)
Removes a property for this JavaScript object.
|
Objs |
Objs.$set(String k,
Object n)
Sets a raw property on this JavaScript object.
|
static Objs |
Modules.find(String id)
Looks a JavaScript module by its id.
|
protected abstract Objs |
Modules.Provider.find(String id)
Seeks for a module with given id.
|
Modifier and Type | Method and Description |
---|---|
static <T> Objs.Property<T> |
Objs.Property.create(Objs obj,
Class<? extends Object> propertyType,
String property)
Creates new property for the object.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
IAttributes.$attr
A map of DOM element attribute names to the normalized name.
|
Objs.Property<Objs> |
IComponentOptions.bindings
Define DOM attribute binding to component properties.
|
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.bindToController
Deprecated.
Deprecation warning: although bindings for non-ES6 class controllers are currently bound to this before
the controller constructor is called, this use is now deprecated. Please place initialization code that
relies upon bindings inside a $onInit method on the controller, instead.
|
Objs.Property<Objs> |
IHttpPromiseCallbackArg.data |
Objs.Property<Union.A2<String,Objs>> |
IHttpProviderDefaults.paramSerializer
A function used to the prepare string representation of request parameters (specified as an object).
|
Objs.Property<Union.A3<String,String[],Objs>> |
IComponentOptions.require |
Objs.Property<Union.A3<String,String[],Objs>> |
IDirective.require |
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.scope |
Objs.Property<Union.A3<Boolean,String,Objs>> |
IComponentOptions.transclude
Whether transclusion is enabled.
|
Objs.Property<Union.A3<Boolean,String,Objs>> |
IDirective.transclude |
Objs.Property<Objs> |
IAngularStatic.version |
Modifier and Type | Method and Description |
---|---|
Objs |
IHttpHeadersGetter.$apply() |
Objs |
IAttributes.$attr() |
Objs |
IHttpPromiseCallbackArg.headers() |
Objs |
ICacheObject.info()
Retrieve information regarding a particular Cache.
|
Objs[] |
IHttpProvider.interceptors() |
Modifier and Type | Method and Description |
---|---|
void |
IDirectiveLinkFn.$apply(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
String |
IHttpParamSerializer.$apply(Objs obj) |
IAugmentedJQuery |
IAugmentedJQueryStatic.$apply(Objs object) |
ICacheObject |
ICacheFactoryService.$apply(String cacheId,
Objs optionsMap) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression,
Boolean reverse) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression,
Boolean reverse) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression,
Objs locals) |
Object |
IRootScopeService.$eval(String expression,
Objs locals) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Objs[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
<T> IPromise<T> |
IQService.all(Objs promises) |
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IModule |
IModule.config(Objs object) |
IModule |
IModule.constant(Objs object) |
IModule |
IModule.controller(Objs object) |
IModule |
IModule.directive(Objs object) |
ICompileProvider |
ICompileProvider.directive(Objs directivesMap,
Function directiveFactory) |
ICompileProvider |
ICompileProvider.directive(Objs directivesMap,
Object[] inlineAnnotatedFunction) |
IAugmentedJQuery |
IAngularStatic.element(Objs object)
Wraps a raw DOM element or HTML string as a jQuery element.
|
IModule |
IModule.factory(Objs object) |
IModule |
IModule.filter(Objs object) |
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator,
Object context)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
ILocationProvider |
ILocationProvider.html5Mode(Objs mode) |
JQuery |
IAugmentedJQuery.inheritedData(Objs obj) |
void |
IDirectivePrePost.post(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
void |
IDirectivePrePost.pre(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
IModule |
IModule.provider(Objs object) |
IServiceProvider |
IFilterProvider.register(Objs name)
register(name);
|
IModule |
IModule.service(Objs object) |
IModule |
IModule.value(Objs object) |
Modifier and Type | Class and Description |
---|---|
class |
IInjectorService |
class |
IProvideService |
Modifier and Type | Class and Description |
---|---|
class |
BaseJQueryEventObject |
class |
JQuery |
class |
JQueryAjaxSettings |
class |
JQueryAnimationOptions |
class |
JQueryCallback |
class |
JQueryCoordinates |
class |
JQueryDeferred<T> |
class |
JQueryEasingFunction |
class |
JQueryEasingFunctions |
class |
JQueryEventConstructor |
class |
JQueryEventObject |
class |
JQueryGenericPromise<T> |
class |
JQueryInputEventObject |
class |
JQueryKeyEventObject |
class |
JQueryMouseEventObject |
class |
JQueryParam |
class |
JQueryPromise<T> |
class |
JQueryPromiseCallback<T> |
class |
JQueryPromiseOperator<T,U> |
class |
JQuerySerializeArrayElement |
class |
JQueryStatic |
class |
JQuerySupport |
class |
JQueryXHR |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
JQueryAjaxSettings.contents
An object of string/regular-expression pairs that determine how jQuery will parse the response, given its content type.
|
Objs.Property<Objs> |
JQueryAjaxSettings.converters
An object containing dataType-to-dataType converters.
|
Objs.Property<Objs> |
JQueryStatic.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
|
Objs.Property<Objs> |
JQueryStatic.fx |
Objs.Property<Objs> |
JQueryAjaxSettings.headers
An object of additional header key/value pairs to send along with requests using the XMLHttpRequest transport.
|
Objs.Property<Objs> |
JQueryAnimationOptions.specialEasing
A map of one or more of the CSS properties defined by the properties argument and their corresponding easing functions.
|
Objs.Property<Objs> |
JQueryAjaxSettings.statusCode
An object of numeric HTTP codes and functions to be called when the response has the corresponding code. f the request is successful, the status code functions take the same parameters as the success callback; if it results in an error (including 3xx redirect), they take the same parameters as the error callback.
|
Objs.Property<Objs> |
JQueryAjaxSettings.xhrFields
An object of fieldName-fieldValue pairs to set on the native XHR object.
|
Modifier and Type | Method and Description |
---|---|
Objs |
JQueryAnimationOptions.specialEasing() |
Objs |
JQuery.triggerHandler(JQueryEventObject event,
Object... extraParameters)
Execute all handlers attached to an element for an event.
|
Objs |
JQuery.triggerHandler(String eventType,
Object... extraParameters)
Execute all handlers attached to an element for an event.
|
Modifier and Type | Method and Description |
---|---|
static JQuery |
Exports.$(Objs object) |
static JQuery |
Exports.$(String html,
Objs attributes) |
JQuery |
JQueryStatic.$apply(Objs object) |
JQuery |
JQueryStatic.$apply(String html,
Objs attributes) |
JQuery |
JQuery.animate(Objs properties)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
JQueryAnimationOptions options)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.attr(Objs attributes)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.css(Objs properties)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.data(Objs obj)
Store arbitrary data associated with the matched elements.
|
JQuery |
JQuery.focusin(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusout(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Objs data)
Load JSON-encoded data from the server using a GET HTTP request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
static JQuery |
Exports.jQuery(Objs object) |
static JQuery |
Exports.jQuery(String html,
Objs attributes) |
JQuery |
JQuery.load(String url,
Objs data)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.load(String url,
Objs data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.mousedown(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mouseenter(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseleave(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mousemove(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mouseout(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseover(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseup(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.off(Objs events)
Remove an event handler.
|
JQuery |
JQuery.off(Objs events,
String selector)
Remove an event handler.
|
JQuery |
JQuery.on(Objs events)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.one(Objs events)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Objs data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
JQueryPromise<Object> |
JQuery.promise(String type,
Objs target)
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
|
JQuery |
JQuery.prop(Objs properties)
Set one or more properties for the set of matched elements.
|
Object |
JQueryStatic.proxy(Function.A1<? super Array<Object>,? extends Object> fnction,
Objs context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
Object |
JQueryStatic.proxy(Objs context,
String name,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
JQuery |
JQuery.resize(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.scroll(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.select(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.trigger(JQueryEventObject event,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(String eventType,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.undelegate(String selector,
Objs events)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
Modifier and Type | Method and Description |
---|---|
Objs |
KnockoutBindingContext.$index() |
Objs |
KnockoutUtils.extend(Objs target,
Objs source) |
Objs |
KnockoutBindingProvider.getBindingAccessors(Node node,
KnockoutBindingContext bindingContext) |
Objs |
KnockoutBindingProvider.getBindings(Node node,
KnockoutBindingContext bindingContext) |
Modifier and Type | Method and Description |
---|---|
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>> |
KnockoutBindingHandler.init() |
Modifier and Type | Method and Description |
---|---|
void |
KnockoutBindingContext.$index(Objs value) |
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Objs bindings,
KnockoutBindingContext bindingContext) |
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Objs bindings,
Object viewModel) |
KnockoutObservableArray<T> |
KnockoutObservableArray.extend(Objs requestedExtenders) |
KnockoutObservable<T> |
KnockoutObservable.extend(Objs requestedExtenders) |
KnockoutComputed<T> |
KnockoutComputed.extend(Objs requestedExtenders) |
KnockoutSubscribable<T> |
KnockoutSubscribable.extend(Objs requestedExtenders) |
Objs |
KnockoutUtils.extend(Objs target,
Objs source) |
Object |
KnockoutExtenders.rateLimit(Object target,
Objs options) |
Object |
KnockoutStatic.renderTemplate(Function template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutTemplateEngine.renderTemplate(Object template,
KnockoutBindingContext bindingContext,
Objs options,
Document templateDocument) |
Object |
KnockoutStatic.renderTemplate(Object template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Object template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Object template,
Object dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Object template,
Object dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplateForEach(Function template,
KnockoutObservable<Object> arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
KnockoutStatic.renderTemplateForEach(Function template,
Object[] arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
KnockoutStatic.renderTemplateForEach(Object template,
KnockoutObservable<Object> arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
KnockoutStatic.renderTemplateForEach(Object template,
Object[] arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource,
KnockoutBindingContext bindingContext) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource,
KnockoutBindingContext bindingContext,
Objs options) |
void |
KnockoutVirtualElements.setDomNodeChildren(KnockoutVirtualElement node,
Objs newChildren) |
Modifier and Type | Method and Description |
---|---|
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings,
KnockoutBindingContext bindingContext) |
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings,
Object viewModel) |
Modifier and Type | Class and Description |
---|---|
class |
AMDModule |
class |
ComponentConfig |
class |
ComponentInfo |
class |
Config |
class |
Definition |
class |
EmptyConfig |
class |
Loader |
class |
TemplateElement |
class |
ViewModelFactoryFunction |
class |
ViewModelFunction |
class |
ViewModelSharedInstance |
Modifier and Type | Method and Description |
---|---|
Object |
Definition.createViewModel(Object params,
Objs options) |
Modifier and Type | Class and Description |
---|---|
class |
Buffer |
class |
MapConstructor |
class |
NodeBuffer |
class |
NodeModule |
class |
NodeRequire |
class |
NodeRequireFunction |
class |
SetConstructor |
class |
WeakMapConstructor |
class |
WeakSetConstructor |
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Objs> |
Exports.Buffer |
static Objs.Property<Objs> |
Exports.SlowBuffer |
Modifier and Type | Class and Description |
---|---|
class |
Address |
class |
ClusterSettings |
class |
Worker |
Modifier and Type | Class and Description |
---|---|
class |
Cipher |
class |
CredentialDetails |
class |
Credentials |
class |
Decipher |
class |
DiffieHellman |
class |
Hash |
class |
Hmac |
class |
RsaPrivateKey |
class |
RsaPublicKey |
class |
Signer |
class |
Verify |
Modifier and Type | Class and Description |
---|---|
class |
AddressInfo |
class |
RemoteInfo |
class |
Socket |
Modifier and Type | Class and Description |
---|---|
class |
Domain |
Modifier and Type | Class and Description |
---|---|
class |
FSWatcher |
class |
ReadStream |
class |
Stats |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.appendFile(String filename,
Object data,
Objs options) |
static void |
Exports.appendFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.appendFileSync(String filename,
Object data,
Objs options) |
static ReadStream |
Exports.createReadStream(String path,
Objs options) |
static WriteStream |
Exports.createWriteStream(String path,
Objs options) |
static void |
Exports.readFile(String filename,
Objs options,
Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static Buffer |
Exports.readFileSync(String filename,
Objs options) |
static void |
Exports.realpath(String path,
Objs cache,
Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static String |
Exports.realpathSync(String path,
Objs cache) |
static FSWatcher |
Exports.watch(String filename,
Objs options) |
static FSWatcher |
Exports.watch(String filename,
Objs options,
Function.A2<? super String,? super String,? extends Object> listener) |
static void |
Exports.watchFile(String filename,
Objs options,
Function.A2<? super Stats,? super Stats,? extends Void> listener) |
static void |
Exports.writeFile(String filename,
Object data,
Objs options) |
static void |
Exports.writeFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFileSync(String filename,
Object data,
Objs options) |
Modifier and Type | Class and Description |
---|---|
class |
AgentOptions |
class |
ClientRequest |
class |
ClientResponse |
class |
IncomingMessage |
class |
RequestOptions |
class |
ServerRequest |
class |
ServerResponse |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
RequestOptions.headers |
static Objs.Property<Objs> |
Exports.STATUS_CODES |
Modifier and Type | Class and Description |
---|---|
class |
Agent |
class |
ServerOptions |
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Objs> |
Exports.Agent |
Modifier and Type | Class and Description |
---|---|
class |
ExecFileOptions |
class |
ExecFileOptionsWithBufferEncoding |
class |
ExecFileOptionsWithStringEncoding |
class |
ExecFileSyncOptions |
class |
ExecFileSyncOptionsWithBufferEncoding |
class |
ExecFileSyncOptionsWithStringEncoding |
class |
ExecOptions |
class |
ExecOptionsWithBufferEncoding |
class |
ExecOptionsWithStringEncoding |
class |
ExecSyncOptions |
class |
ExecSyncOptionsWithBufferEncoding |
class |
ExecSyncOptionsWithStringEncoding |
class |
ForkOptions |
class |
ChildProcess |
class |
SpawnOptions |
class |
SpawnSyncOptions |
class |
SpawnSyncOptionsWithBufferEncoding |
class |
SpawnSyncOptionsWithStringEncoding |
class |
SpawnSyncReturns<T> |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
SpawnSyncOptionsWithStringEncoding.encoding |
Objs.Property<Objs> |
ExecOptionsWithStringEncoding.encoding |
Objs.Property<Objs> |
ExecSyncOptionsWithStringEncoding.encoding |
Objs.Property<Objs> |
ExecFileSyncOptionsWithStringEncoding.encoding |
Objs.Property<Objs> |
ExecFileOptionsWithStringEncoding.encoding |
Objs.Property<Objs> |
SpawnSyncReturns.stderr |
Objs.Property<Objs> |
SpawnSyncReturns.stdout |
Modifier and Type | Method and Description |
---|---|
Objs |
SpawnSyncOptionsWithStringEncoding.encoding() |
Objs |
ExecOptionsWithStringEncoding.encoding() |
Objs |
ExecSyncOptionsWithStringEncoding.encoding() |
Objs |
ExecFileSyncOptionsWithStringEncoding.encoding() |
Objs |
ExecFileOptionsWithStringEncoding.encoding() |
Modifier and Type | Class and Description |
---|---|
class |
ListenOptions |
class |
Server |
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Objs> |
Exports.Socket |
Modifier and Type | Method and Description |
---|---|
Objs |
Socket.address() |
Objs |
Server.address() |
Modifier and Type | Method and Description |
---|---|
static Socket |
Exports.connect(Objs options) |
static Socket |
Exports.connect(Objs options,
Function connectionListener) |
static Socket |
Exports.createConnection(Objs options) |
static Socket |
Exports.createConnection(Objs options,
Function connectionListener) |
static Server |
Exports.createServer(Objs options) |
static Server |
Exports.createServer(Objs options,
Function.A1<? super Socket,? extends Void> connectionListener) |
Modifier and Type | Class and Description |
---|---|
class |
ErrnoException |
class |
EventEmitter |
class |
Events |
class |
Global |
class |
MemoryUsage |
class |
Process |
class |
ReadableStream |
class |
ReadWriteStream |
class |
Timer |
class |
WritableStream |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
Process.config |
Objs.Property<Objs> |
Process.versions |
Modifier and Type | Method and Description |
---|---|
<T> T |
ReadableStream.pipe(T destination,
Objs options) |
Modifier and Type | Class and Description |
---|---|
class |
CpuInfo |
class |
NetworkInterfaceInfo |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
CpuInfo.times |
Modifier and Type | Method and Description |
---|---|
static Objs |
Exports.networkInterfaces() |
Modifier and Type | Class and Description |
---|---|
class |
ParsedPath |
Modifier and Type | Class and Description |
---|---|
class |
ucs2 |
Modifier and Type | Class and Description |
---|---|
class |
ParseOptions |
class |
StringifyOptions |
Modifier and Type | Class and Description |
---|---|
class |
Completer |
class |
CompleterResult |
class |
Key |
class |
ReadLine |
class |
ReadLineOptions |
Modifier and Type | Class and Description |
---|---|
class |
ReplOptions |
Modifier and Type | Class and Description |
---|---|
class |
Duplex |
class |
DuplexOptions |
class |
PassThrough |
class |
Readable |
class |
ReadableOptions |
class |
Stream |
class |
Transform |
class |
TransformOptions |
class |
Writable |
class |
WritableOptions |
Modifier and Type | Method and Description |
---|---|
<T> T |
Transform.pipe(T destination,
Objs options) |
<T> T |
Readable.pipe(T destination,
Objs options) |
<T> T |
Stream.pipe(T destination,
Objs options) |
Modifier and Type | Class and Description |
---|---|
class |
NodeStringDecoder |
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Objs> |
Exports.StringDecoder |
Modifier and Type | Class and Description |
---|---|
class |
ClearTextStream |
class |
ConnectionOptions |
class |
SecureContext |
class |
SecureContextOptions |
class |
SecurePair |
class |
TlsOptions |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
ClearTextStream.address |
Objs.Property<Objs> |
ClearTextStream.getCipher |
Modifier and Type | Method and Description |
---|---|
Objs |
Server.address() |
Modifier and Type | Method and Description |
---|---|
void |
Server.addContext(String hostName,
Objs credentials) |
Modifier and Type | Class and Description |
---|---|
class |
WriteStream |
Modifier and Type | Class and Description |
---|---|
class |
Url |
Modifier and Type | Class and Description |
---|---|
class |
InspectOptions |
Modifier and Type | Class and Description |
---|---|
class |
Context |
class |
RunningScriptOptions |
class |
Script |
class |
ScriptOptions |
Modifier and Type | Class and Description |
---|---|
class |
Deflate |
class |
DeflateRaw |
class |
Gunzip |
class |
Gzip |
class |
Inflate |
class |
InflateRaw |
class |
Unzip |
class |
ZlibOptions |
Modifier and Type | Class and Description |
---|---|
class |
AnimationDescriptor |
class |
MinaAnimation |
Modifier and Type | Class and Description |
---|---|
class |
Animation |
class |
BBox |
class |
Element |
class |
ExplicitTransform |
class |
Filter |
class |
Fragment |
class |
HSB |
class |
HSL |
class |
IntersectionDot |
class |
Matrix |
class |
Paper |
class |
Path |
class |
RGB |
class |
RGBHSB |
class |
Set |
class |
TransformationDescriptor |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
Animation.attr |
Modifier and Type | Method and Description |
---|---|
Objs |
Path.findDotsAtSegment(double p1x,
double p1y,
double c1x,
double c1y,
double c2x,
double c2y,
double p2x,
double p2y,
double t) |
Objs |
Element.getPointAtLength(double length) |
Objs |
Path.getPointAtLength(String path,
double length) |
Objs |
Paper.mask(Object varargs) |
Objs |
Paper.ptrn(double x,
double y,
double width,
double height,
double vbx,
double vby,
double vbw,
double vbh) |
Objs |
Paper.svg(double x,
double y,
double width,
double height,
double vbx,
double vby,
double vbw,
double vbh) |
Objs |
Element.toPattern(double x,
double y,
double width,
double height) |
Objs |
Element.toPattern(String x,
String y,
String width,
String height) |
Objs |
Element.use() |
Objs |
Paper.use() |
Objs |
Paper.use(Element id) |
Objs |
Paper.use(String id) |
Modifier and Type | Method and Description |
---|---|
Array<Objs> |
Element.inAnim() |
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest |
Exports.ajax(String url,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
String postData,
Function callback,
Objs scope) |
Element |
Set.animate(Objs attrs,
double duration) |
Element |
Element.animate(Objs attrs,
double duration) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static Animation |
Exports.animation(Objs attr,
double duration) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Set.attr(Objs params) |
Element |
Element.attr(Objs params) |
Element |
Paper.el(String name,
Objs attr) |
Set |
Set.forEach(Function callback,
Objs thisArg) |
static String |
Exports.format(String token,
Objs json) |
static void |
Exports.load(String url,
Function callback,
Objs scope) |
String |
Path.map(String path,
Objs matrix) |
Array<Element> |
Set.splice(double index,
double count,
Objs[] insertion) |
Modifier and Type | Method and Description |
---|---|
Element |
Set.animate(Array<Objs> params) |
Copyright © 2018. All rights reserved.