Home
last modified time | relevance | path

Searched refs:object (Results 626 – 650 of 1568) sorted by relevance

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

/plugin/diagramsnet/lib/js/rough/
H A DREADME.md9 Array.from = function (object) {
11 return [].slice.call(object);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js350 assertNotNull: function(object) { argument
352 this.assert(object != null, message);
527 var makeAssertion = function(assertion, args, object) { argument
528 this[assertion].apply(this,(args || []).concat([object]));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php444 $object = null;
446 $object = $dataProviderClass->newInstance();
450 $data = $dataProviderMethod->invoke($object);
452 $data = $dataProviderMethod->invoke($object, $methodName);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc4 The connection pool is an object inside the client that is responsible for
42 you may do so with the `setConnectionPool()` method of the ClientBuilder object:
197 If your constructor matches AbstractConnectionPool, you may use either object
205 ->setConnectionPool($myConnectionPool, []) // object injection
H A Dconfiguration.asciidoc9 the ClientBuilder helper object. You can find all the configuration options and
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md24 * Added: Promise object!
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php36 ?object $offendingSymbol,
/plugin/adfs/phpsaml/
H A DCHANGELOG77 * Be able to get at the auth object the last processed ID
79 * Reset errorReason attribute of the auth object after each Process method
189 * Let the setting object to avoid the IdP setting check. required if we want to publish SP SAML Met…
193 * Do accesible the ID of the object Logout Request (id attribute).
212 * Adding ability to set idp cert once the Setting object initialized.
238 * Now after validate a message, if fails a method getError of the object will return the cause.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1object","property","prototype","hasOwnProperty","p","s","units","second","minute","hour","day","we…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js189 }},each:function(object,callback,args){var name,i=0,length=object.length; argument
190 if(args){if(length==undefined){for(name in object){if(callback.apply(object[name],args)===false){br…
193 ){if(callback.apply(object[i++],args)===false){break;
194 }}}}else{if(length==undefined){for(name in object){if(callback.call(object[name],name,object[name])…
195 }}}else{for(var value=object[0];
197 value=object[++i]){}}}return object;
475 if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";
534 if(typeof fn=="object"){fn=fn[m[2]];
1554 if(typeof D=="object"){var A="{";
1658 }else{if(typeof F!="object"){var C=document.createTextNode(F);
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js189 }},each:function(object,callback,args){var name,i=0,length=object.length; argument
190 if(args){if(length==undefined){for(name in object){if(callback.apply(object[name],args)===false){br…
193 ){if(callback.apply(object[i++],args)===false){break;
194 }}}}else{if(length==undefined){for(name in object){if(callback.call(object[name],name,object[name])…
195 }}}else{for(var value=object[0];
197 value=object[++i]){}}}return object;
475 if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";
534 if(typeof fn=="object"){fn=fn[m[2]];
1554 if(typeof D=="object"){var A="{";
1658 }else{if(typeof F!="object"){var C=document.createTextNode(F);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md163 LimitStream can be used to read a subset or slice of an existing stream object.
364 Parses a request message string into a request object.
371 Parses a response message string into a response object.
487 - `string`: Creates a stream object that uses the given string as the contents.
488 - `resource`: Creates a stream object that wraps the given PHP stream resource.
490 stream object will be created that wraps the given iterable. Each time the
495 - `object` with `__toString()`: If the object has the `__toString()` method,
496 the object will be cast to a string and then a stream will be returned that
498 - `NULL`: When `null` is passed, an empty stream object is returned.
499 - `callable` When a callable is passed, a read-only stream object will be
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php58 ->object($result)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_static_method.phpt45 …ramework_MockObject_BadMethodCallException('Static method "bar" cannot be invoked on mock object');
/plugin/latex/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md7 **PHPUnit_MockObject** is the default mock object library for PHPUnit.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php80 public function equals(object $other) : bool
/plugin/latex-was/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md98 middlewares) or setting a value on an object. Guzzle v6 has chosen the
133 // Notice that we have to return a request object
192 object as a replacement.
378 `GuzzleHttp\Adapter\TransactionInterface` object. You can get references to
395 - POST field and file methods have been removed from the request object. You
446 `GuzzleHttp\Message\ResponseInterface` object that contains a body stream
500 `GuzzleHttp\Event\EventInterface` object that contains context providing
779 * Moved getLinks() from Response to just be used on a Link header object.
812 * Removed the injecting of a request object onto a response object. The methods to get and set a re…
890 `getResponse()` on the exception object.
[all …]
/plugin/codemirror/dist/modes/
H A Dprotobuf.min.js.map1 …et/LICENSE\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")…
H A Dhandlebars.min.js.map1 …et/LICENSE\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")…
H A Dproperties.min.js.map1 …et/LICENSE\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")…
H A Dbrainfuck.min.js.map1 …kaminsky11\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")…

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