A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
r — Property in class pegas.geom.Matrix
Defined the number of rows in the Matrix.
RAD2DEG — Constant static property in class pegas.util.Trigo
This constant change radians to degrees : 180/Math.PI.
radiansToDegrees(angle) — Static method in class pegas.util.Trigo
Converts an angle in radians in degrees.
RadioButtonGroup — Class in package lunas.groups
This singleton class defined all groups for the different RadioButton in the application.
RadioButtonGroup() — Constructor in class lunas.groups.RadioButtonGroup
Creates a new RadioButtonGroup.
radius — Property in class lunas.display.container.CircleContainer
(read-write) Indicates the radius of the circle container.
radius — Property in class pegas.draw.ArcPen
Defines the radius value of the arc shape.
radius — Property in class pegas.draw.CirclePen
The radius value of the circle pen.
radius — Property in class pegas.draw.PolygonPen
The radius value of the pen.
Range — Class in package system.numeric
Represents an immutable range of values.
Range(min, max) — Constructor in class system.numeric.Range
Creates a new Range instance.
RANGE_DAY_AS_TEXT — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the days as text in the DateFormatter.
RANGE_HOUR — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the hours in the DateFormatter.
RANGE_MILLISECOND — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the milliseconds in the DateFormatter.
RANGE_MINUTE — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the minutes in the DateFormatter.
RANGE_MONTH — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the months in the DateFormatter.
RANGE_SECOND — Constant static property in class system.formatters.DateFormatter
The internal range use to defined the seconds in the DateFormatter.
rate — Property in class asgard.media.MicrophoneVO
The rate at which the microphone captures sound, in kHz.
ratios — Property in class pegas.draw.FillGradientStyle
An array of color distribution ratios; valid values are 0 to 255.
ratios — Property in class pegas.draw.LineGradientStyle
An array of color distribution ratios; valid values are 0 to 255.
Ray — Class in package pegas.geom
This means half of a line, it is infinite in one direction, but ends at a certain point in the other direction.
Ray(... rest) — Constructor in class pegas.geom.Ray
Creates a new Ray instance.
read() — Method in class system.diagnostics.TraceConsole
Not supported, the console isn't interactive.
read() — Method in interface system.io.Readable
Returns the last char.
read() — Method in class system.terminals.VirtualConsole
Returns the last char.
Readable — Interface in package system.io
readLine() — Method in class system.diagnostics.TraceConsole
Not supported, the console isn't interactive.
readLine() — Method in interface system.io.Readable
Returns the last line.
readLine() — Method in class system.terminals.VirtualConsole
Returns the last line.
readOnly — Constant static property in class system.reflection.AccessorType
Determinates the "readOnly" accessor type value.
readWrite — Constant static property in class system.reflection.AccessorType
Determinates the "readWrite" accessor type value.
receiveSharedEvent(e) — Method in class asgard.net.NetServerGateway
Invoked when the NetServerConnection receive from the server a shared event.
RECORD_FAILED — Constant static property in class asgard.net.NetStreamStatus
An attempt to record a stream failed.
RECORD_NOACCESS — Constant static property in class asgard.net.NetStreamStatus
Attempt to record a stream that is still playing or the client has no access right.
RECORD_START — Constant static property in class asgard.net.NetStreamStatus
Recording has started.
RECORD_STOP — Constant static property in class asgard.net.NetStreamStatus
Recording stopped.
rectangle — Property in class lunas.display.container.ListContainer
Returns the internal Rectangle object of this display.
rectangle — Property in class pegas.draw.RectanglePen
Returns the Rectangle reference of this pen.
Rectangle — Class in package pegas.geom
The Rectangle class is used to create and modify Rectangle objects.
Rectangle(... rest) — Constructor in class pegas.geom.Rectangle
Creates a new Rectangle instance whose top-left corner is specified by the x and y parameters.
RectanglePen — Dynamic class in package pegas.draw
This pen draw a rectangle shape with a Graphics object.
RectanglePen(graphic, x, y, width, height, align) — Constructor in class pegas.draw.RectanglePen
Creates a new RectanglePen instance.
red — Property in class pegas.colors.RGB
The red component (interger value between 0 and 255)
red — Property in class pegas.colors.SolidColor
Returns the red color value of a Color object.
RED — Constant static property in class pegas.colors.ColorHTML
The html 'red' color static reference.
RED — Constant static property in class pegas.colors.ColorSVG
The 'Red' SVG color object.
redOffset — Property in class pegas.colors.SolidColor
Returns the red offset percentage color value of a Color object.
redPercent — Property in class pegas.colors.SolidColor
Returns the red percentage color value of a Color object.
reduce(ar, callback, initialValue) — Static method in class system.Arrays
Apply a function simultaneously against two values of the array (from left-to-right) as to reduce it to a single value.
reduceRight(ar, callback, initialValue) — Static method in class system.Arrays
Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value.
ref — Property in class andromeda.ioc.factory.strategy.ObjectFactoryReference
The reference id of this strategy factory.
REFERENCE — Constant static property in class andromeda.ioc.core.ObjectAttribute
Defines the label of the reference in a property object.
referenceEvaluator — Property in class andromeda.ioc.factory.ObjectConfig
Indicates the reference evaluator object.
ReferenceEvaluator — Class in package andromeda.ioc.evaluators
Evaluates a reference string expression and return the property value who corresponding in the target object specified in this evaluator.
ReferenceEvaluator(factory:andromeda.ioc.factory:IObjectFactory) — Constructor in class andromeda.ioc.evaluators.ReferenceEvaluator
Creates a new ReferenceEvaluator instance.
Reflection — Class in package system
Provides a basic reflection mecanisms on the language.
ReflectionConfigurator — Class in package system.reflection
ReflectionConfigurator(config) — Constructor in class system.reflection.ReflectionConfigurator
Creates a new ReflectionConfigurator instance.
refresh() — Method in class andromeda.model.array.PageableArrayModel
Refresh the model.
refresh(init) — Method in class lunas.core.AbstractComponent
Refresh the component with an object of initialization.
_refreshAlign() — Method in class pegas.draw.RectanglePen
Invoked to refresh the offset x and y position defines by the align property.
refreshBackground(theme:pegas.draw:IFillStyle, themeBorder:pegas.draw:ILineStyle) — Method in class lunas.display.button.BackgroundButtonBuilder
Refresh the internal background.
refreshBackground() — Method in class lunas.display.container.ListContainer
Refresh the mask view of the display.
_refreshChilds(... rest) — Method in class lunas.display.container.ScrollContainer
Invoked to refreshChilds during the scroll of this container.
refreshContainer() — Method in class lunas.display.button.IconButtonBuilder
Refresh the container.
refreshField() — Method in class lunas.display.button.LabelButtonBuilder
Refreshs the internal field.
refreshFieldLayout() — Method in class lunas.display.button.LabelButtonBuilder
Refresh the field layout.
refreshMask() — Method in class lunas.display.container.ListContainer
Refresh the mask view of the display.
refreshState(e) — Method in class lunas.core.AbstractButtonBuilder
Invoked when a ButtonEvent register in this builder is dispatched.
refreshState(e) — Method in class lunas.display.button.FrameLabelButtonBuilder
Invoked when a ButtonEvent register in this button is dispatched.
register(dispatcher) — Method in class andromeda.process.ActionLoader
Register the loader object.
register(dispatcher) — Method in class andromeda.process.CoreActionLoader
Register the loader object.
register(aliasName) — Static method in class andromeda.vo.FilterVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(aliasName) — Static method in class andromeda.vo.NetServerInfoVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(aliasName) — Static method in class asgard.media.CameraVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(aliasName) — Static method in class asgard.media.MicrophoneVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(dispatcher) — Method in class asgard.media.SoundLoader
Register the loader object.
registerClassAlias(classObject, aliasName) — Static method in class asgard.net.remoting.RemotingService
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class vegas.events.AbstractEventDispatcher
Registers an EventListener object with an EventDispatcher object so that the listener receives notification of an event.
registerEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class vegas.events.CoreEventDispatcher
Allows the registration of event listeners on the event target (Function or EventListener).
registerEventListener(type, listener, useCapture, priority, useWeakReference) — Method in interface vegas.events.IEventDispatcher
Registers an EventListener object with an EventDispatcher object so that the listener receives notification of an event.
registerFactory() — Method in class andromeda.ioc.net.ObjectFactoryLoader
Register the current factory referenceof this loader.
registerFontByName(name, domain) — Method in class asgard.text.FontLoader
Register the specified Font with the passed-in font name.
registerFontClassName(name) — Method in class asgard.text.FontLoader
Registers a new FontClassName in the specified FontLoader.
registerLight(target) — Method in class lunas.display.button.BackgroundButtonBuilder
Register the scope of the light effect of the component.
registerListeners(o, listeners) — Method in class andromeda.ioc.factory.ObjectFactory
Initialize the listener callback of the specified object.
registerService(service:asgard.net.remoting:RemotingService) — Method in interface asgard.net.remoting.IRemotingServiceListener
Registers the specified service.
registerService(service:asgard.net.remoting:RemotingService) — Method in class asgard.net.remoting.RemotingServiceListener
Registers the specified service.
registerType(type, callback) — Method in class lunas.core.AbstractButtonBuilder
Registers the ButtonEvent type passed in argument.
registerType(type, callback) — Method in class lunas.display.button.FrameLabelButton
Registers the ButtonEvent type passed in argument.
registerView(scope) — Method in class lunas.core.AbstractButton
Register the view in argument.
registerView(scope) — Method in class lunas.display.container.Container
Registers the view of this component.
Regular — Class in package pegas.transitions.easing
The Regular class defines three easing functions to implement motion with ActionScript animations.
REJECT — Constant static property in class asgard.events.NetServerEvent
The name of the NetServerEvent when the connection is rejected.
release(id) — Static method in class andromeda.i18n.Localization
Releases the specified Localization singleton with the specified name in argument.
release() — Static method in class pegas.transitions.FrameEngine
Release the singleton reference of the class.
RELEASE — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of a release event object.
RELEASE_OUTSIDE — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of a releaseOutside event object.
RemotingAuthentification — Class in package asgard.net.remoting
This class is used to create a credential authentification with a Flash remoting method.
RemotingAuthentification(id, pass) — Constructor in class asgard.net.remoting.RemotingAuthentification
Creates a new RemotingAuthentification instance.
RemotingConnection — Class in package asgard.net.remoting
The RemotingConnection object used in the RemotingService class to connect the client with the server.
RemotingConnection(url) — Constructor in class asgard.net.remoting.RemotingConnection
Creates a new RemotingConnection instance.
RemotingConnectionCollector — Class in package asgard.net.remoting
This collector use a Map to register all RemotingConnection in the application.
RemotingEvent — Class in package asgard.events
The RemotingEvent class.
RemotingEvent(type, target, result, fault, methodName, code, level, context, bubbles, cancelable, time) — Constructor in class asgard.events.RemotingEvent
Creates a new RemotingEvent instance.
RemotingFormat — Class in package asgard.net.remoting
The instances of this class can converts an object to a custom string representation.
RemotingFormat() — Constructor in class asgard.net.remoting.RemotingFormat
Creates a new RemotingFormat instance.
RemotingGatewayUrl — Class in package asgard.net.remoting
This factory build the gateway url of the services of this application.
RemotingGatewayUrl(root) — Constructor in class asgard.net.remoting.RemotingGatewayUrl
Creates a new RemotingGatewayUrl instance.
RemotingService — Class in package asgard.net.remoting
This class provides a service object to communicate with a remoting gateway server.
RemotingService(gatewayUrl, serviceName, responder, bGlobal, sChannel) — Constructor in class asgard.net.remoting.RemotingService
Creates a new RemotingService instance.
RemotingServiceListener — Class in package asgard.net.remoting
The basic implementation of the IRemotingEventListener interface.
RemotingServiceListener(service:asgard.net.remoting:RemotingService, bGlobal, sChannel) — Constructor in class asgard.net.remoting.RemotingServiceListener
Creates a new RemotingServiceListener instance.
remove(conf:andromeda.config:IConfigurable) — Static method in class andromeda.config.ConfigCollector
Removes the specified IConfigurable object in the collector.
remove(lang:andromeda.i18n:Lang) — Static method in class andromeda.i18n.Lang
Removes the specified Lang reference in the static LANGS HashMap.
remove(lang) — Method in class andromeda.i18n.Localization
Removes the specified Lang in the Localization model.
remove(id) — Static method in class andromeda.model.ModelCollector
Removes the IModel in the collector specified by the argument id.
remove(id) — Static method in class asgard.display.DisplayObjectCollector
Removes the specified DisplayObject into the DisplayObjectCollector.
remove() — Method in class asgard.display.TimelineIterator
Unsupported operation in this iterator.
remove(index) — Method in class asgard.display.TimelineScript
Unregisters a script function in the frame specified by the label or index value passed-in argument of the method.
remove(id, child) — Method in class asgard.managers.TabManager
Removes a child object in the manager with the specified id.
remove(id) — Static method in class asgard.media.SoundCollector
Removes the specified CoreSound object into the SoundCollector.
remove(eventName) — Method in class asgard.net.NetServerGateway
Remove an entry into the Gateway controller.
remove(sName) — Static method in class asgard.net.remoting.RemotingConnectionCollector
Removes the RemotingConnection in the collector specified by the argument sName.
remove(id) — Static method in class lunas.core.StyleCollector
Removes the specified IStyle object with the passed-in id value into the StyleCollector.
remove(id) — Method in class pegas.transitions.EasingController
Remove an entry into the EasingController.
remove(transition) — Method in class pegas.transitions.TransitionController
Removes an entry into the TransitionController.
remove(entry:pegas.transitions:TweenEntry) — Method in class pegas.transitions.Tween
Remove a TweenEntry in the Tween Object.
remove(entry) — Method in class pegas.transitions.TweenModel
Removes an entry in the model.
remove(o) — Method in interface system.data.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() — Method in interface system.data.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(o) — Method in interface system.data.Map
Removes the mapping for this key from this map if it is present (optional operation).
remove(o) — Method in class system.data.bags.CoreMapBag
Removes the object in argument in the bag.
remove(o) — Method in class system.data.collections.ArrayCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o) — Method in class system.data.collections.TypedCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() — Method in class system.data.iterators.ArrayIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — Method in class system.data.iterators.BagIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — Method in class system.data.iterators.LinkedListIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — Method in class system.data.iterators.MapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — Method in class system.data.iterators.ObjectIterator
Removes from the object the last element returned by the iterator (optional operation).
remove() — Method in class system.data.iterators.PageByPageIterator
Unsupported operation in a PageByPageIterator.
remove() — Method in class system.data.iterators.ProtectedIterator
Unsupported method in all ProtectedIterator objects.
remove() — Method in class system.data.iterators.StringIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(o) — Method in class system.data.lists.ArrayList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o) — Method in class system.data.lists.LinkedList
Removes the first occurrence of the specified element in this list.
remove(o) — Method in class system.data.maps.ArrayMap
Removes the mapping for this key from this map if present.
remove(o) — Method in class system.data.maps.HashMap
Removes the mapping for this key from this map if present.
remove(o) — Method in class system.data.maps.MultiValueMap
Removes a specific value from map with a specific key.
remove(o) — Method in class system.data.maps.TypedMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(o) — Method in class system.data.queues.CircularQueue
Unsupported method in all CircularQueue objects.
remove(o) — Method in class system.data.queues.TypedQueue
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o) — Method in class system.data.sets.CoreSet
Removes the specified element from this set if it is present.
remove(o) — Method in class system.data.sets.MultiHashSet
Removes a specific value from map with a specific key.
remove(evaluator:system.evaluators:Evaluable) — Method in class system.evaluators.MultiEvaluator
Removes an IEvaluator objects in the MultiEvaluator if is register.
remove(eventName) — Method in class vegas.events.FrontController
Remove an entry into the FrontController.
removeAction(action:andromeda.process:Action) — Method in class andromeda.process.BatchProcess
Removes an Action object in the internal batch collection.
removeAll(c:system.data:Collection) — Method in interface system.data.Bag
Removes objects from the bag according to their count in the specified collection.
removeAll(c:system.data:Collection) — Method in class system.data.bags.CoreMapBag
Removes objects from the bag according to their count in the specified collection.
removeAll(c:system.data:Collection) — Method in class system.data.collections.ArrayCollection
Removes from this Collection all the elements that are contained in the specified Collection (optional operation).
removeAll(c:system.data:Collection) — Method in class system.data.lists.LinkedList
Removes all elements defined in the specified Collection in the list.
removeAt(id, len) — Method in interface system.data.List
Removes from this list all the elements that are contained between the specific id position and the end of this list (optional operation).
removeAt(id, len) — Method in class system.data.lists.ArrayList
Removes from this list all the elements that are contained between the specific id position and the end of this list (optional operation).
removeAt(index, len) — Method in class system.data.lists.LinkedList
Removes an element at the specified position in this list.
removeAuthorized(... rest) — Method in class system.serializers.eden.EdenConfigurator
Removes an authorized path in the white list of the parser.
removeAuthorized(... rest) — Method in class system.serializers.eden.EdenSerializer
Removes an authorized path in the white list of the parser.
removeByKey(key, value) — Method in class system.data.maps.MultiValueMap
Removes a specific value from all the map.
removeByKey(key, value) — Method in class system.data.sets.MultiHashSet
Removes a specific value from map with the specific passed-in key value.
removeCategory(category) — Method in class vegas.logging.AbstractTarget
Remove a category in the fllters if this category exist.
removeChild(child) — Method in interface lunas.core.IContainer
removeChild(child) — Method in class lunas.display.container.Container
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
removeChildAt(index) — Method in interface lunas.core.IContainer
removeChildAt(index) — Method in class lunas.display.container.Container
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
removeChildsAt(index, size) — Method in class lunas.display.container.Container
Removes all childs in the model defined for the first item by the specified index value, this method remove the first and the size - 1 items.
removeCopies(o, nCopies) — Method in interface system.data.Bag
Removes a specified number of copies of an object from the bag.
removeCopies(o, nCopies) — Method in class system.data.bags.CoreMapBag
Removes a specified number of copies of an object from the bag.
removedFromStage(e) — Method in class asgard.display.CoreMovieClip
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class asgard.display.CoreShape
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class asgard.display.CoreSprite
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class asgard.display.Protector
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class asgard.text.CoreTextField
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class lunas.core.AbstractButton
Invoked when the display is removed from the stage.
removedFromStage(e) — Method in class lunas.core.AbstractTextInput
Invoked when the display is removed from the stage.
removeEntry(e:system.data.lists:LinkedListEntry) — Method in class system.data.lists.LinkedList
Removes an Entry in the list.
REMOVE_ENTRY — Static property in class pegas.events.TweenEntryEvent
Default event type when a tween entry is removed.
removeEventListener(type, listener, useCapture) — Method in class vegas.events.CoreEventDispatcher
Removes a listener from the EventDispatcher object.
removeEventListener(type, listener, useCapture) — Method in class vegas.events.EventDispatcher
Registers an EventListener object with an EventDispatcher object so that the listener receives notification of an event.
removeFirst() — Method in class system.data.lists.LinkedList
Removes and returns the first element from this list.
removeInstance(id) — Static method in class andromeda.ioc.factory.ECMAObjectFactory
Removes a singleton reference of this class with the specified id.
removeInstance(name) — Static method in class vegas.events.EventDispatcher
Removes a global EventDispatcher instance.
removeInstance(channel) — Static method in class vegas.events.FrontController
Removes a global FrontController singleton.
removeLast() — Method in class system.data.lists.LinkedList
Removes and returns the last element from this list.
removeLogger(logger:vegas.logging:ILogger) — Method in class vegas.logging.AbstractTarget
Stops this target from receiving events from the specified logger.
removeLogger(logger:vegas.logging:ILogger) — Method in interface vegas.logging.ITarget
Stops this target from receiving events from the specified logger.
removeNamespace(nameSpace) — Method in class vegas.logging.AbstractTarget
Removes an existing namespace in the filters array.
removeObjectDefinition(name) — Method in interface andromeda.ioc.core.IObjectDefinitionContainer
Unregisters an object definition in the container.
removeObjectDefinition(id) — Method in class andromeda.ioc.core.ObjectDefinitionContainer
Unregisters an object definition in the container.
removeObservers(o:andromeda.util.observer:Observer) — Method in class andromeda.util.observer.Observable
Removes an observer from the set of observers of this object.
removeProperty(prop) — Method in class pegas.transitions.Tween
Remove a property in the Tween Object.
removeRange(from, to) — Method in class lunas.display.container.Container
Removes a range of childs in the container.
removeRange(fromIndex, toIndex) — Method in interface system.data.List
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(fromIndex, toIndex) — Method in class system.data.lists.ArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(fromIndex, toIndex) — Method in class system.data.lists.LinkedList
Removes from this list all the elements that are contained between the specific from and the specific to position in this list (optional operation).
removeSingleton(id) — Method in interface andromeda.ioc.factory.IObjectFactory
Removes and destroy a singleton in the container.
removeSingleton(id) — Method in class andromeda.ioc.factory.ObjectFactory
Removes and destroy a singleton in the container.
removeTarget(target:vegas.logging:ITarget) — Static method in class vegas.logging.Log
Stops the specified target from receiving notification of log events.
removeVO(vo:andromeda.vo:IValueObject) — Method in class andromeda.model.collections.CollectionModel
Removes a value object in the model.
removeVO(vo:andromeda.vo:IValueObject) — Method in class andromeda.model.map.MapModel
Removes a value object in the model.
REMOVE_VO — Static property in class andromeda.events.ModelObjectEvent
Default event type when an IValueObject is removed in a model.
repeat — Property in class pegas.draw.FillBitmapStyle
If true, the bitmap image repeats in a tiled pattern.
repeat(ar, count) — Static method in class system.Arrays
Returns a new Array who contains the specified Array elements repeated count times.
repeat(str, count) — Static method in class system.Strings
Returns a new String value who contains the specified String characters repeated count times.
repeat(str, count) — Static method in class vegas.util.StringUtil
Returns a new String value who contains the specified String characters repeated count times.
_repeatCount — Property in class pegas.transitions.FrameTimer
The internal repeat counter of the timer.
repeatCount — Property in class pegas.transitions.FrameTimer
The total number of times the timer is set to run.
repeatCount — Property in interface pegas.transitions.ITimer
The total number of times the timer is set to run.
replace(str, search, replace) — Static method in class vegas.util.StringUtil
Replaces the 'search' string with the 'replace' String.
request — Property in class andromeda.config.CoreConfigLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
request — Property in class andromeda.i18n.CoreLocalizationLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
_request — Property in class andromeda.process.CoreActionLoader
The internal URLRequest of the loader.
request — Property in class andromeda.process.CoreActionLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
requirePairValue — Static property in class system.serializers.eden.strings
MultiSerialize require pairs of values.
reservedKeyword — Static property in class system.serializers.eden.strings
"{0}" is a reserved keyword.
reset() — Method in class andromeda.model.array.PageableArrayModel
Resets the key pointer of the iterator.
reset() — Method in class asgard.display.SWFInfo
Resets the informations and the bytes reference of this instance.
reset() — Method in class asgard.display.TimelineIterator
Resets the key pointer of the iterator.
reset() — Method in class pegas.colors.Color
Resets the color of the specified Color reference in argument, the MovieClip display the original view since Color transformation.
reset(x, y) — Method in class pegas.geom.Point
Sets the horizontal and vertical coordinates of this Point.
reset() — Method in class pegas.transitions.FrameTimer
Stops the timer, if it is running, and sets the currentCount property back to 0, like the reset button of a stopwatch.
reset() — Method in interface pegas.transitions.ITimer
Stops the timer, if it is running, and sets the currentCount property back to 0, like the reset button of a stopwatch.
reset() — Method in interface system.data.Iterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.data.iterators.ArrayIterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.data.iterators.BagIterator
Unsupported method in all BagIterator.
reset() — Method in class system.data.iterators.LinkedListIterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.data.iterators.MapIterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.data.iterators.ObjectIterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.data.iterators.PageByPageIterator
Resets the key pointer of the iterator.
reset() — Method in class system.data.iterators.ProtectedIterator
Unsupported method in all ProtectedIterator.
reset() — Method in class system.data.iterators.StringIterator
Reset the internal pointer of the iterator (optional operation).
reset() — Method in class system.evaluators.MathEvaluator
Resets the evaluator.
reset() — Method in interface system.process.Resetable
Reset this object.
Resetable — Interface in package system.process
Defines the interface for an object that is resetable
resetConfigTarget() — Method in class andromeda.ioc.factory.ObjectConfig
Resets the target of the internal config dynamic object in this instance with a basic generic Object reference.
resetLock() — Method in class asgard.display.CoreBitmap
Reset the lock security of the display.
resetLock() — Method in class asgard.display.CoreLoader
Reset the lock security of the display.
resetLock() — Method in class asgard.display.CoreMovieClip
Reset the lock security of the display.
resetLock() — Method in class asgard.display.CoreShape
Reset the lock security of the display.