Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 248) sorted by path

12345678910

/plugin/a2s/
H A DASCIIToSVG.php1690 public static $objects = array(); variable in dokuwiki\\plugin\\a2s\\CustomObjects
1711 self::$objects = $fn();
1760 self::$objects[$obj['name']][$i++]['path'] =
1770 if (isset(self::$objects[$base]) &&
1786 self::$objects[$base][$i]['width'] = $width;
1787 self::$objects[$base][$i]['height'] = $height;
1796 $fn(self::$objects);
1798 file_put_contents($cacheFile, serialize(self::$objects));
1915 foreach($this->groups as $groupName => $objects) {
1925 foreach($objects as $obj) {
[all …]
H A Ddemo.txt73 * There are two kinds of objects : free lines, and closed shapes (usually boxes)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock348 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
580 "description": "Create deep copies (clones) of your objects",
1602 "description": "Collection of value objects that represent the PHP code units",
2172 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2401 "description": "Collection of value objects that represent the types of the PHP type system",
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md98 headers | | An array of objects with two properties (key and value) to attach to HTTP request
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md142 dataDateFormat | | Format to convert date strings to date objects, uses by default charts dataDateF…
160 The array items could be either objects or format codes. Objects will allow you
631 dataDateFormat | Format to convert date strings to date objects, uses by default charts dataDateFor…
957 * Changed: JSON exports date fields as date objects by default
986 * Added: `dataDateFormat` converts the date-strings to date objects with given format
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/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js220 objects[index] = object;
245 objects.splice(index, 1);
268 i = objects.length;
270 callback.call(context, objects[i], i, objects);
603 objects = objects || [ ];
3405 var objects = cachedObject.objects,
3408 objects = objects.map(function (o) {
3412 return ({ objects: objects, options: options });
3783 if (objects[i].type !== 'text' || !objects[i].path) {
10410 if (!objects || objects.length === 0) {
[all …]
H A Dfabric.min.js1objects=this.getObjects();if(nonSplicing){objects[index]=object}else{objects.splice(index,0,object… argument
2objects=cachedObject.objects,options=cachedObject.options;objects=objects.map(function(o){return f… argument
4objects:this._toObjects(methodName,propertiesToInclude)};extend(data,this.__serializeBgOverlay());… property in AnonymousFunction148c19c37600.data
6objects=this.getObjects(),isActiveLower=objects.indexOf(this._activeObject)<objects.indexOf(target… argument
9objects=this.getObjects(),p=this.getPointByOrigin("left","top"),translatePart="translate("+p.x+" "… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js26677 var objects = [];
26679 objects.push(inspect(arguments[i]));
26681 return objects.join(' ');
H A Dpdfmake.min.js.map1objects","deprecated","throwDeprecation","traceDeprecation","noDeprecation","debugEnviron","debugs…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js9318 var objects = [];
9427 if(objects.length > 0) out["!objects"] = objects;
9446 objects = [];
9530 case 'Obj': objects[val.cmo[0]] = opts.lastobj = val; break;
9550 var noteobj = objects[val[2]];
H A Dxlsx.min.js8objects=[];var supbooks=[[]];var sbc=0,sbci=0,sbcli=0;supbooks.SheetNames=opts.snames;supbooks.sha…
H A Dxlsx.min.map1 …line","xfd","addcell","rrtabid","lastuser","codepage","winlocked","wtf","objects","sbc","sbci","sb…
/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/authgoogle/google/contrib/
H A DGoogle_StorageService.php808 public $objects; variable in Google_StorageService
825 …$this->objects = new Google_ObjectsServiceResource($this, $this->serviceName, 'objects', json_deco…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md202 // objects. Pass this as the second parameter to JWT::decode.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DArtifacts.php47 public function setObjects(ArtifactObjects $objects) argument
49 $this->objects = $objects;
56 return $this->objects;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts.php47 …c function setObjects(ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects $objects) argument
49 $this->objects = $objects;
56 return $this->objects;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php584 'objects',
598 'path' => 'v1/{+parent}/objects',
616 'path' => 'v1/{+parent}/objects:lookup',
H A DStorage.php59 public $objects; variable in Google\\Service\\Storage
829 'objects',
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md457 The library strips out nulls from the objects sent to the Google APIs as it is the default value of…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md396 look out for is that request and response objects no longer implement fluent
581 RequestException objects.
840 * Added the ability to cast Model objects to a string to view debug information.
862 * Added `getEffectiveUrl()` and `getRedirectCount()` to Response objects
871 * Bug fix: Stream objects now work correctly with "a" and "a+" modes
950 * Operation parameter objects are now lazy loaded internally
1085 * Added previousResponse() method to response objects
1095 * Added setBody to response objects
1153 * LogPlugin now exposes request and response objects in the extras array
1286 * All commands, both dynamic and concrete, have ApiCommand objects.
[all …]
H A DUPGRADING.md11 updated to work with the new immutable PSR-7 request and response objects. Any
42 strings must now be passed into request objects as strings, or provided to
86 - The `json` and `xml` methods of response objects has been removed. With the
379 these transaction objects using request events that are emitted over the
437 system to work with request and response objects as a transaction.
755 CacheStorageInterface. These two objects and interface will be removed in a future version.
809 * All response header helper functions return a string rather than mixing Header objects and string…
/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/backup/
H A Dadmin.php26 $objects = scandir($dir);
28 foreach ($objects as $object) {

12345678910