Home
last modified time | relevance | path

Searched refs:objects (Results 101 – 125 of 248) sorted by relevance

12345678910

/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js188 … var group = options !== undefined ? fabric.util.groupSVGElements( objects, options ) : objects;
268 objects[ i1 ] instanceof fabric.Text ||
270 objects[ i1 ] instanceof fabric.Triangle
273 objects[ i1 ].set( {
278 objects[ i1 ].set( {
283 objects[ i1 ] instanceof fabric.Path ||
284 objects[ i1 ] instanceof fabric.Line
288 objects[ i1 ].set( {
294 objects[ i1 ].set( {
299 objects[ i1 ].set( {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md76 behavior of objects with very limited knowledge about them. But as with any other prophecy,
101 it should implement some interface. Obviously, objects in PHP can implement multiple
113 The `$dummy` variable now holds a special dummy object. Dummy objects are objects that extend
128 awesome if we don't care about our _doubles_ (objects that reflect originals)
313 #### Getting stub objects
/plugin/lytebox/
H A Dlytebox.js821 var objects = this.doc.getElementsByTagName("object");
822 for (var i = 0; i < objects.length; i++) {
823 objects[i].style.visibility = (state == "hide") ? 'hidden' : 'visible';
832 objects = parent.frames[i].window.document.getElementsByTagName("object");
833 for (var j = 0; j < objects.length; j++) {
834 objects[j].style.visibility = (state == "hide") ? 'hidden' : 'visible';
/plugin/backup/
H A Dadmin.php26 $objects = scandir($dir);
28 foreach ($objects as $object) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md83 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
89 * Fixed normalization of SoapFault objects containing non-strings as "detail" in LineFormatter
101 * Fixed normalization of SoapFault objects containing non-strings as "detail"
171 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
187 * Fixed normalization of SoapFault objects containing non-strings as "detail"
224 …ion of exception traces when call_user_func is used to avoid serializing objects and the data they…
227 * Fixed normalization of objects in Slack handlers
355 * Added support for objects implementing __toString in the NormalizerFormatter
528 * Fixed normalization of objects with cyclic references
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt42 Failed asserting that two objects are equal.
H A Dfailure-reverse-list.phpt110 Failed asserting that two objects are equal.
H A Dfailure.phpt41 Failed asserting that two objects are equal.
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst64 objects such as links.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst59 It also works with objects implementing the `Traversable`_ interface.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md41 * [PHPUnit_MockObject](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributor…
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md35 print_r($toc); // array of FileInfo objects
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc179 into an array of JSON objects internally, so the final resulting output is
180 identical to the curl example. For more details about arrays and objects in PHP,
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md152 ### Overriding arrays of objects
154 Some objects in charts are collected in arrays, i.e. "graphs", "valueAxes", etc.
158 To override properties for ALL objects in the array, you would provide an
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt126 standard JavaScript objects. Each key of the key=value pair is created
140 You see that JavaScript objects are 1:1 converted to PHP's arrays, and
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_165255.bak202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
204 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_163658.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_163718.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_164623.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];

12345678910