Home
last modified time | relevance | path

Searched refs:offset (Results 251 – 275 of 852) sorted by path

1...<<11121314151617181920>>...35

/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php159 * @param int $offset
162 public function offsetExists($offset) { argument
165 return $iterator->offsetExists($offset);
174 * @param int $offset
177 public function offsetGet($offset) { argument
180 return $iterator->offsetGet($offset);
189 * @param int $offset
196 $iterator->offsetSet($offset,$value);
210 * @param int $offset
213 public function offsetUnset($offset) { argument
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php378 $offset = end($this->overriddenEventsIndex);
382 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
H A DRRuleIterator.php779 $offset = (int)substr($day,0,-2);
781 if ($offset>0) {
784 if (isset($dayHits[$offset-1])) {
785 $byDayResults[] = $dayHits[$offset-1];
791 if (isset($dayHits[count($dayHits) + $offset])) {
792 $byDayResults[] = $dayHits[count($dayHits) + $offset];
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php122 * @param int $offset
125 public function offsetExists($offset) { argument
127 return isset($this->elements[$offset]);
134 * @param int $offset
137 public function offsetGet($offset) { argument
139 return $this->elements[$offset];
146 * @param int $offset
150 public function offsetSet($offset, $value) { argument
161 * @param int $offset
164 public function offsetUnset($offset) { argument
H A DNode.php159 * @param int $offset
162 public function offsetExists($offset) { argument
165 return $iterator->offsetExists($offset);
174 * @param int $offset
177 public function offsetGet($offset) { argument
180 return $iterator->offsetGet($offset);
189 * @param int $offset
196 $iterator->offsetSet($offset,$value);
210 * @param int $offset
213 public function offsetUnset($offset) { argument
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php371 $offset = end($this->overriddenEventsIndex);
375 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
H A DRRuleIterator.php779 $offset = (int)substr($day,0,-2);
781 if ($offset>0) {
784 if (isset($dayHits[$offset-1])) {
785 $byDayResults[] = $dayHits[$offset-1];
791 if (isset($dayHits[count($dayHits) + $offset])) {
792 $byDayResults[] = $dayHits[count($dayHits) + $offset];
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
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 ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/images/
H A Dtrello-logo.svg1 …x2="50%" y2="100%" id="a"><stop stop-color="#0091E6" offset="0%"/><stop stop-color="#0079BF" offse…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dactive_directory.svg1offset="0" stop-color="#0274fc"/><stop offset="1" stop-color="#96cefe"/></linearGradient><linearGr…
H A Dcd_dvd.svg1 …47" y2="149.735" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6f7ff"/><stop offse…
H A Dcell_phone.svg1offset="0" stop-color="#076bff"/><stop offset="1" stop-color="#9cf"/></linearGradient><linearGradi…
H A Dcluster_server.svg1offset="0" stop-color="#05239a"/><stop offset="1" stop-color="#91bcf8"/></linearGradient><linearGr…
H A Dcommunity_discussion.svg1offset="0" stop-color="#1b82fc"/><stop offset="1" stop-color="#deedff"/></linearGradient><linearGr…
H A Ddata_jack.svg1 …166" y2="60.466" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0475fc"/><stop offse…
H A Ddatabase.svg1offset="0" stop-color="#b0e1fe"/><stop offset="1" stop-color="#10a6fc"/></linearGradient><linearGr…
H A Ddatabase_cube.svg1offset="0" stop-color="#0e2da0"/><stop offset="1" stop-color="#8bb5f4"/></linearGradient><linearGr…

1...<<11121314151617181920>>...35