Home
last modified time | relevance | path

Searched refs:objects (Results 201 – 225 of 248) sorted by last modified time

12345678910

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php26 $objects = new VCard($tempFile);
29 while($objects->getNext()) {
111 $objects = new VCard($tempFile);
112 $object=$objects->getNext();
129 $objects = new VCard($tempFile);
130 while($objects->getNext()) { }
145 $objects = new VCard($tempFile);
148 while($objects->getNext()) {
169 $objects = new VCard($tempFile);
172 while ($objects->getNext()) {
[all …]
/plugin/ebookexport/
H A Daction.php221 $objects = scandir($dir);
222 foreach ($objects as $object) {
/plugin/database2/
H A Ddatabase2.php4839 $objects = preg_split( '/\s*,\s*/', trim( $matches[2] ) );
4841 foreach ( $objects as $minor => $object )
4848 unset( $objects[$minor] );
4852 $objects[$minor] = $subs[1] . $subs[2];
4854 if ( empty( $objects ) )
4857 $out[strtolower($matches[1])] = implode( ',', $objects );
4860 implode( ',', $objects );
/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/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/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/fabric.js/
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
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 …]
/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/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/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/icalevents/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
H A DCHANGELOG.md47 vcards or iCalendar objects semantically.
48 * Better error message when parsing objects with an invalid `VALUE` parameter.
123 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
154 such as large iCalendar objects.
157 objects.
347 objects.
361 * #114: VTIMEZONE is retained when generating new REQUEST objects.
380 a user made on objects.
406 * Fixed: vobject repair. It was not working for iCalendar objects.
754 iCalendar objects.
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator
42 * @param mixed $objects
46 if ($objects) {
47 $this->setObjects($objects);
58 * @param mixed $objects
62 function setObjects($objects) { argument
64 if (!is_array($objects)) {
65 $objects = [$objects];
68 $this->objects = [];
69 foreach ($objects as $object) {
[all …]
H A DFreeBusyGenerator.php33 protected $objects = []; variable in Sabre\\VObject\\FreeBusyGenerator
89 * @param mixed $objects
96 if ($objects) {
97 $this->setObjects($objects);
142 * @param mixed $objects
146 function setObjects($objects) { argument
148 if (!is_array($objects)) {
149 $objects = [$objects];
152 $this->objects = [];
153 foreach ($objects as $object) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php36 protected $objects = []; variable in Sabre\\VObject\\Splitter\\ICalendar
72 if (!array_key_exists($uid, $this->objects)) {
73 $this->objects[$uid] = new VCalendar();
76 $this->objects[$uid]->add(clone $component);
91 if ($object = array_shift($this->objects)) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php37 $objects = new ICalendar($tempFile);
40 while ($object = $objects->getNext()) {
61 $objects = new ICalendar($tempFile);
76 $objects = new ICalendar($tempFile);
79 while ($object = $objects->getNext()) {
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while ($object = $objects->getNext()) {
163 $objects = new ICalendar($tempFile);
257 $objects = new ICalendar($tempFile);
[all …]
H A DVCardTest.php24 $objects = new VCard($tempFile);
27 while ($objects->getNext()) {
109 $objects = new VCard($tempFile);
110 $object = $objects->getNext();
127 $objects = new VCard($tempFile);
128 while ($objects->getNext()) { }
143 $objects = new VCard($tempFile);
146 while ($objects->getNext()) {
167 $objects = new VCard($tempFile);
170 while ($objects->getNext()) {
[all …]
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md36 related to serializing value objects with array children.
37 * When serializing value objects, properties that have a null value or an
40 * Serializing array properties in value objects was broken.
188 * Added: Throwing exception when invalid objects are written.
/plugin/facebookwall/
H A Dsyntax.php220 $objects = json_decode($json, true);
223 $post_count = count($objects['data']);
227 $post = $objects['data'][$post_index];
/plugin/facebookevents/
H A Dsyntax.php194 $objects = json_decode($json, true);
197 $event_count = count($objects['data']);
201 $event = $objects['data'][$index];

12345678910