Home
last modified time | relevance | path

Searched refs:k (Results 376 – 400 of 1305) sorted by path

1...<<11121314151617181920>>...53

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js39 var k;
40 for (k in obj) {
41 if (obj.hasOwnProperty(k)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php695 foreach ($resourceTypes as $k => $resourceType) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php75 foreach ($newLocks as $k => $lock) {
76 if (time() > $lock->timeout + $lock->created) unset($newLocks[$k]);
98 foreach ($locks as $k => $lock) {
103 unset($locks[$k]);
122 foreach ($locks as $k => $lock) {
126 unset($locks[$k]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php783 foreach ($this->getPropertiesForPath($path, $propertyNames, 1) as $k => $row) {
786 if ($k === 0) continue;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropFind.php64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
66 switch ($k) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php874 foreach ($members as $k => $member) {
875 $members[$k] = rtrim($member, '/') . '/';
881 foreach ($members as $k => $member) {
882 $members[$k] = rtrim($member, '/') . '/';
894 foreach ($val as $k => $v) $val[$k] = $v . '/';
1027 foreach ($newAcl as $k => $newAce) {
1028 $newAcl[$k]['principal'] = $this->server->calculateUri($newAce['principal']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php91 foreach($this->calendars as $k=>$calendar) {
93 unset($this->calendars[$k]);
H A DMockSharing.php92 foreach($this->shares[$calendarId] as $k=>$share) {
95 unset($this->shares[$calendarId][$k]);
156 foreach($this->calendars as $k=>$cal) {
H A DMockSubscriptionSupport.php126 foreach($mutations as $k=>$v) {
127 $found[$k] = $v;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php272 foreach($node as $k=>$v) {
274 if ($k!=='lastmodified') {
275 $this->assertEquals($v, $result[$index][$k]);
277 $this->assertTrue(isset($result[$index][$k]));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php53 foreach($newLocks as $k=>$lock) {
54 if (time() > $lock->timeout + $lock->created) unset($newLocks[$k]);
76 foreach($locks as $k=>$lock) {
81 unset($locks[$k]);
100 foreach($locks as $k=>$lock) {
104 unset($locks[$k]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php58 foreach($updateProperties as $k=>$v) $r[$k] = 402;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php94 $k = 1;
95 $this->server->on('method', function() use (&$k) {
97 $k+=1;
102 $this->server->on('method', function() use (&$k) {
104 $k+=2;
116 $this->assertEquals(2, $k);
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php61 foreach ($value as $k => $v) {
62 if ($k === 0) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php79 foreach($children as $k=>$child) {
87 $this->add($k, $child);
152 foreach($children as $k=>$child) {
153 unset($this->children[$k]);
157 foreach($this->children as $k => $child) {
159 unset($this->children[$k]);
447 foreach($matches as $k=>$child) {
449 unset($this->children[$k]);
H A DProperty.php76 foreach($parameters as $k=>$v) {
77 $this->add($k, $v);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php45 foreach($value as $k=>$v) {
58 $newVal[strtoupper($k)] = $v;
166 foreach($this->getParts() as $k=>$v) {
167 $values[strtolower($k)] = $v;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php220 foreach($val as $k=>$v) {
221 $val[$k] = str_replace(';','\;', $v);
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php142 foreach($dateParts as $k=>$v) {
144 $dateParts[$k] = $nowParts[$k];
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php355 $k = array_search((string)$fb, $expected);
356 unset($expected[$k]);
H A Dissue153.vcf351 zbVbk4/OrNpefLsnyyg5UUAf/9k=
H A Dissue64.vcf349 zbVbk4/OrNpefLsnyyg5UUAf/9k=
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php757 foreach($it as $k=>$item) {
813 foreach($it as $k=>$item) {
863 foreach($it as $k=>$item) {
913 foreach($it as $k=>$item) {
963 foreach($it as $k=>$item) {
1006 foreach($it as $k=>$item) {
1054 foreach($it as $k=>$item) {
1151 foreach($it as $k=>$item) {
/plugin/davcard/syntax/
H A Dbook.php73 list($k, $v) = explode(':', strtolower($val), 2);
74 $data['filter'][$k] = $v;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php79 foreach($children as $k=>$child) {
87 $this->add($k, $child);
152 foreach($children as $k=>$child) {
153 unset($this->children[$k]);
157 foreach($this->children as $k => $child) {
159 unset($this->children[$k]);
447 foreach($matches as $k=>$child) {
449 unset($this->children[$k]);

1...<<11121314151617181920>>...53