Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 1003) sorted by last modified time

12345678910>>...41

/plugin/bootswrapper/exe/help/
H A Dprogress.txt166 | ''showvalue'' | optional | ''true'' | Display current value of progress bar |
/plugin/tos/lang/en/
H A Dintro.txt3 Before you can continue, you have to agree to our current Terms of Service shown below.
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php209 public function current() { function in Sabre\\VObject\\Recur\\EventIterator
367 $nextDate = $this->recurIterator->current();
H A DRDateIterator.php42 public function current() { function in Sabre\\VObject\\Recur\\RDateIterator
H A DRRuleIterator.php43 public function current() { function in Sabre\\VObject\\Recur\\RRuleIterator
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards192 $current = 0;
203 while($current < $count) {
205 $current++;
206 fwrite(STDERR, "\033[100D$current/$count");
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php380 $firstMatch = current($matches);
H A DElementList.php49 public function current() { function in Sabre\\VObject\\ElementList
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php664 $parser->current()
675 $parser->current()
696 $item = $parser->current();
H A DRDateIteratorTest.php39 $result[] = $it->current();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php109 '{DAV:}current-user-privilege-set',
H A DClient.php239 $result = current($result);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php561 $current = array_pop($collected);
562 $collected2[] = $current['privilege'];
564 foreach ($flat[$current['privilege']]['aggregates'] as $subPriv) {
/plugin/davcal/vendor/sabre/http/
H A DREADME.md126 information about the current request.
166 All we know in the current subsystem, is that we received a `$request` and
341 * Returns the current HTTP method
386 * Returns the current base url.
593 * Returns the current HTTP status.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php543 $properties = current($properties);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php518 $itemUid = current($itemUid)->getValue();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php189 $current = new \DateTime('now');
190 $year = $current->format('Y');
212 $current = new \DateTime('now');
213 $year = $current->format('Y');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php1106 while($item = $it->current()) {
/plugin/davcal/
H A Djstz.js125 var current = yearstart;
126 var offset = (new Date(current)).getTimezoneOffset();
130 while (current < yearend - 86400000) {
131 var dateToCheck = new Date(current);
144 current += 86400000;
179 var current = date_start;
182 while (current < date_end - iterator) {
183 var dateToCheck = new Date(current);
190 current += iterator;
/plugin/pot/
H A DREADME.md159 In the current development state, this plugin should not be used in productive environments or open…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php164 if (trim(current($header)) !== '') {
165 $this->sendHeader(key($header), current($header));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DLocation.php29 public $current; variable in Google\\Service\\PeopleService\\Location
70 public function setCurrent($current) argument
72 $this->current = $current;
79 return $this->current;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php45 return current($this->getItems([$key])); // @phpstan-ignore-line
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php152 $current = isset($options['__redirect_count'])
155 $options['__redirect_count'] = $current + 1;

12345678910>>...41