Home
last modified time | relevance | path

Searched refs:object (Results 501 – 525 of 1568) sorted by relevance

1...<<21222324252627282930>>...63

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js308 …Popcorn.player.defineProperty = Object.defineProperty || function( object, description, options ) {
310 object.__defineGetter__( description, options.get || Popcorn.nop );
311 object.__defineSetter__( description, options.set || Popcorn.nop );
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DLockable.php58 ->object($result)
H A DTouchable.php58 ->object($result)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DAtomTransition.php37 public function equals(object $other) : bool
H A DPrecedencePredicateTransition.php45 public function equals(object $other) : bool
H A DActionTransition.php51 public function equals(object $other) : bool
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1object","property","prototype","hasOwnProperty","p","s","units","second","minute","hour","day","we…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js180 /<object[\s\S]+?<\/object>/gi
/plugin/codemirror/dist/modes/
H A Dhaskell-literate.min.js.map1 …t/LICENSE\n\n(function (mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")…
/plugin/deflist/
H A Dsyntax.php319 * contains a reference to the renderer object which is currently
324 * @param $aRenderer Object A reference to the renderer object.
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php25 * Given an object or a string, return a Geometry
27 * @param string|object $input The GeoJSON string or object
62 * @param object $input
76 * @param object $obj
93 * @param object $obj
193 * @param object $obj
212 * Serializes an object into a geojson string
215 * @param Geometry $geometry The object to serialize
234 * If the root geometry has data, it will be included in a Feature object tha
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const r=new cl…
H A D15.15.js1 …g.quote"],[/manifest-src/,"string.quote"],[/media-src/,"string.quote"],[/object-src/,"string.quote…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const r=new cl…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPrecedencePredicate.php40 public function equals(object $other) : bool
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php54 $this->writer->object();
190 $this->writer->object();
229 $this->writer->object();
267 // for each file, we create the spec object + the stream object
270 $this->writer->object();
271 $this->mpdf->associatedFiles[$k]['_root'] = $this->mpdf->n; // we store the root ref of object for future reference (e.g. /EmbeddedFiles catalog)
300 $this->writer->object();
319 $this->writer->object();
518 $this->writer->object();
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithXmlNamespaces.yml2 xml_root_name: test-object
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php56 $this->assertSame($expectedObject, $invocation->object);
/plugin/stlviewer/
H A DREADME.md15 - color: color of the object
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php55 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php107 public function equals(object $other) : bool
H A DLexerIndexedCustomAction.php65 * @return LexerAction A {@see LexerAction} object which executes the lexer action.
112 public function equals(object $other) : bool
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
408 {{#each object}}
739 $object = new stdClass;
740 $object->{'@first'} = 'apple';
741 $object->{'@last'} = 'banana';
742 $object->{'@index'} = 'carrot';
743 $object->{'@unknown'} = 'zucchini';
744 $data = ['objects' => [$object]];
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js328 initialize: function(object, from, to) { argument
329 object = Object.isString(object) ? $(object) : object;
332 this.method = Object.isFunction(method) ? method.bind(object) :
333 Object.isFunction(object[method]) ? object[method].bind(object) :
334 function(value) { object[method] = value };
/plugin/spreadout/
H A Dsyntax.php154 * <tt>$aRenderer</tt> contains a reference to the renderer object

1...<<21222324252627282930>>...63