Home
last modified time | relevance | path

Searched refs:objects (Results 51 – 75 of 248) sorted by last modified time

12345678910

/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php31 protected $objects; variable in Sabre\\VObject\\FreeBusyGenerator
77 * @param mixed $objects
87 if ($objects) {
88 $this->setObjects($objects);
121 * @param mixed $objects
124 public function setObjects($objects) { argument
126 if (!is_array($objects)) {
127 $objects = array($objects);
130 $this->objects = array();
131 foreach($objects as $object) {
[all …]
/plugin/davcal/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/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php37 protected $objects = array(); variable in Sabre\\VObject\\Splitter\\ICalendar
75 if (!array_key_exists($uid, $this->objects)) {
76 $this->objects[$uid] = new VCalendar();
79 $this->objects[$uid]->add(clone $component);
94 if($object=array_shift($this->objects)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php289 $objects = [];
301 $objects[] = $child;
320 foreach ($objects as $obj) $calendar->add($obj);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php257 $objects = $this->caldavBackend->getSchedulingObjects($this->principalUri);
258 foreach ($objects as $object) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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…
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 …]
/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/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-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/
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/firebase/php-jwt/
H A DREADME.md202 // objects. Pass this as the second parameter to JWT::decode.
/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/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
55 * Add more complete documentation for working with Entry objects.
73 * Add magic methods to Entry objects for attribute access.
80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary string filters.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md399 - `Configuration` objects must now be configured with a schema and all options must match that schema - arbitrary keys are no longer permitted
460 - `Cursor::saveState()` and `Cursor::restoreState()` now use `CursorState` objects instead of arrays
/plugin/passpolicy/
H A D10k-common-passwords.txt4158 objects
/plugin/strata/
H A Dmanual.txt160 The simplest form of data entry. Fields and values are also called predicates and objects. It is possible to leave out the value, then the field-value pair will not be stored, but you can easily fill in the missing value later.
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js1937objects=[]}mxCodec.prototype.document=null;mxCodec.prototype.objects=null;mxCodec.prototype.elemen… method in mxCodec
1951 …ectCodec.prototype.decode=function(a,b,c){var d=b.getAttribute("id"),e=a.objects[d];null==e&&(e=c|…
1960 …s.idrefs[c],g=b.getAttribute(f);if(null!=g){b.removeAttribute(f);var k=a.objects[g]||a.lookup(g);n…
1974 …=d||new this.template.constructor;var b=c.getAttribute("id");null!=b&&(a.objects[b]=d);for(c=c.fir…
H A Dviewer.min.js1937objects=[]}mxCodec.prototype.document=null;mxCodec.prototype.objects=null;mxCodec.prototype.elemen… method in mxCodec
1951 …ectCodec.prototype.decode=function(a,b,c){var d=b.getAttribute("id"),e=a.objects[d];null==e&&(e=c|…
1960 …s.idrefs[c],g=b.getAttribute(f);if(null!=g){b.removeAttribute(f);var k=a.objects[g]||a.lookup(g);n…
1974 …=d||new this.template.constructor;var b=c.getAttribute("id");null!=b&&(a.objects[b]=d);for(c=c.fir…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified36 …pt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symb…
48 …mpt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symb…
56 …o destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symb…

12345678910