Home
last modified time | relevance | path

Searched refs:object (Results 351 – 375 of 1568) sorted by last modified time

1...<<11121314151617181920>>...63

/plugin/yourip/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php113 foreach ($objects as $object) {
115 if ($this->validateFilterForObject($object, $filters)) {
116 $result[] = $object['uri'];
129 * @param array $object
133 protected function validateFilterForObject(array $object, array $filters) { argument
138 if (!isset($object['calendardata'])) {
139 $object = $this->getCalendarObject($object['calendarid'], $object['uri']);
142 $vObject = VObject\Reader::read($object['calendardata']);
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md126 * Fixed: Now throwing an error when a Request object is being created with
158 * Added: The Request and Response object now have a `__toString()` method that
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
73 instantiate a request object is as follows:
84 you should pass this request object around using dependency injection.
96 A response object you can just create as such:
129 object.
161 Our application assumes that the true `Request` object was instantiated
167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
210 // into the Request object.
331 * Creates the request object
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js72 …*****/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnPropert… argument
H A Dmoment.js611 // format date using native date object
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php40 while($object=$objects->getNext()) {
41 $return .= $object->serialize();
79 while($object=$objects->getNext()) {
80 $return .= $object->serialize();
127 while($object=$objects->getNext()) {
139 $return .= $object->serialize();
166 while($object=$objects->getNext()) {
167 $return .= $object->serialize();
261 while($object=$objects->getNext()) {
276 $return .= $object->serialize();
[all …]
H A DVCardTest.php67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
/plugin/davcal/
H A Dhelper.php1868 * @param array $object
1872 protected function validateFilterForObject($object, $filters) argument
1878 if (!isset($object['calendardata']))
1880 $object = $this->getCalendarObjectByUri($object['calendarid'], $object['uri']);
1883 $vObject = \Sabre\VObject\Reader::read($object['calendardata']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php205 'etag' => '"' . md5($object) . '"',
214 'etag' => '"' . md5($object) . '"',
H A DMock.php128 foreach($objects as $uri => &$object) {
129 $object['calendarid'] = $calendarId;
130 $object['uri'] = $uri;
131 $object['lastmodified'] = null;
154 $object = $this->calendarData[$calendarId][$objectUri];
155 $object['calendarid'] = $calendarId;
156 $object['uri'] = $objectUri;
157 $object['lastmodified'] = null;
158 return $object;
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md24 * Added: Promise object!
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
417 be created through the root component. (A VCalendar or VCard object).
425 object.
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php131 foreach($objects as $object) {
133 if (is_string($object)) {
134 $this->objects[] = Reader::read($object);
135 } elseif ($object instanceof Component) {
136 $this->objects[] = $object;
183 foreach($this->objects as $key=>$object) {
185 foreach($object->getBaseComponents() as $component) {
209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php94 if($object=array_shift($this->objects)) {
97 $object->version = '2.0';
98 $object->prodid = '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN';
99 $object->calscale = 'GREGORIAN';
103 $object->add($vtimezone);
106 return $object;
H A DVCard.php65 $object = $this->parser->parse();
67 if (!$object instanceof VObject\Component\VCard) {
75 return $object;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php258 foreach ($objects as $object) {
259 $vObject = VObject\Reader::read($object['calendardata']);
261 $result[] = $object['uri'];
/plugin/pot/
H A DLICENSE136 under Section 2) in object code or executable form under the terms of
153 received the program in object code or executable form with such
167 If distribution of executable or object code is made by offering
171 compelled to copy the source along with the object code.
/plugin/spreadout/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
H A Dsyntax.php154 * <tt>$aRenderer</tt> contains a reference to the renderer object
/plugin/indexmenu/
H A DCOPYING137 under Section 2) in object code or executable form under the terms of
154 received the program in object code or executable form with such
168 If distribution of executable or object code is made by offering
172 compelled to copy the source along with the object code.
/plugin/actionrenderer/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php18 public static function getClass(object $object): string argument
20 $class = \get_class($object);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DStartBackfillJobResponse.php28 public function setObject(StreamObject $object) argument
30 $this->object = $object;
37 return $this->object;
H A DStopBackfillJobResponse.php28 public function setObject(StreamObject $object) argument
30 $this->object = $object;
37 return $this->object;

1...<<11121314151617181920>>...63