Home
last modified time | relevance | path

Searched refs:current (Results 51 – 75 of 1003) sorted by relevance

12345678910>>...41

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DRoundRobinSelector.php28 private $current = 0; variable in Elasticsearch\\ConnectionPool\\Selectors\\RoundRobinSelector
37 $returnConnection = $connections[$this->current % count($connections)];
39 $this->current += 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DOrganization.php29 public $current; variable in Google\\Service\\PeopleService\\Organization
98 public function setCurrent($current) argument
100 $this->current = $current;
107 return $this->current;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php89 ->array($result->current())
99 ->array($result->current())
109 ->array($result->current())
119 ->array($result->current())
129 ->variable($result->current())
148 ->array($result->current())
480 ->array($result->current())
/plugin/move/lang/en/
H A Dmove.txt3 This plugin allows you to move and/or rename the current page or move and/or rename the current namespace within the following restrictions:
5 * You must have edit permission for the current page/all pages in the current namespace.
/plugin/tipoftheday/syntax/
H A Dtotd.php75 $current = array_search($section, $sections);
78 $prev = ($current == 0 ? count($sections) : $current) -1;
79 $next = ($current >= count($sections)-1 ? 0 : $current +1);
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards192 $current = 0;
203 while($current < $count) {
205 $current++;
206 fwrite(STDERR, "\033[100D$current/$count");
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards192 $current = 0;
203 while($current < $count) {
205 $current++;
206 fwrite(STDERR, "\033[100D$current/$count");
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards192 $current = 0; variable
203 while($current < $count) {
205 $current++;
206 fwrite(STDERR, "\033[100D$current/$count");
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php123 public function current() function in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
138 $this->_current[] = $set->current();
180 return $this->current();
199 return $this->current();
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards192 $current = 0; variable
203 while($current < $count) {
205 $current++;
206 fwrite(STDERR, "\033[100D$current/$count");
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php94 public function current() function in Assetic\\Factory\\Resource\\DirectoryResourceIterator
96 return new FileResource(parent::current()->getPathname());
119 $file = $this->current();
131 …return new self(new \RecursiveDirectoryIterator($this->current()->getPathname(), \RecursiveDirecto…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php73 $current_page = $this->search_responses->current();
87 * Advances pointer of the current hit to the next one in the current page. If there
88 * isn't a next hit in the current page, then it advances the current page and moves the
98 $current_page = $this->search_responses->current();
108 * Returns a boolean indicating whether or not the current pointer has valid data
119 * Returns the current hit
122 * @see Iterator::current()
124 public function current() function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
[all...]
/plugin/codemirror/dist/modes/
H A Dasterisk.min.js1current();if(b.indexOf(e)!==-1){c.skipToEnd();return"strong"}}if(f=="$"){var g=c.peek();if(g=="{")…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php238 $current = ['start' => $start];
293 $current += ['headerlength' => 2];
325 ] + $current;
358 ] + $current;
361 $current += ['type' => $tag];
405 …$current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content…
412 $current['content'] = '';
444 $current['content'] = [];
458 $current['content'][] = $temp;
467 if ($current['content'] === false) {
[all …]
/plugin/usersubscriptions/
H A DREADME5 <usersubscriptions /> (lists all of the user subscriptions for the current namespace)
10 …ie : <usersubscriptions ns1:ns2 r=2 />, to use it with the current namespace use <usersubscription…
13 with the current namespace use <usersubscriptions . deletelink />,
16 with the current namespace use <usersubscriptions . quicksubscribe />,
19 ie : <usersubscriptions ns1:ns2 quicksubscribe />, to use it with the current namespace use
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookbehind.php99 public function current() function in Hoa\\Iterator\\Lookbehind
101 return $this->getInnerIterator()->current();
122 $this->_previousCurrent = $this->current();
H A DLookahead.php106 public function current() function in Hoa\\Iterator\\Lookahead
136 $this->_current = $innerIterator->current();
181 return $this->getInnerIterator()->current();
/plugin/odt/helper/
H A Dcssdocument.php55 public function getPrecedingSibling ($current) { argument
56 return $this->internal->getPrecedingSibling ($current);
60 return $this->internal->getDump ($current);
/plugin/metadisplay/helper/
H A Dhtml.php9 global $timezone, $current,$conf;
111 global $current;
120 $current = $data_array['current'];
258 $current = array();
356 global $current;
357 if (!isset($current)) return "";
359 if (isset($current[$which][$other])) {
360 return $current[$which][$other];
363 if (isset($current[$which]) && $other === null) {
364 return $current[$which];
H A Dplaintext.php9 global $timezone, $current,$conf;
111 global $current;
120 $current = $data_array['current'];
256 $current = array();
354 global $current;
355 if (!isset($current)) return "";
357 if (isset($current[$which][$other])) {
358 return $current[$which][$other];
361 if (isset($current[$which]) && $other === null) {
362 return $current[$which];
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php78 $current = $this->getInnerIterator()->current();
79 $filename = $current->getFilename();
80 $realpath = $current->getRealPath();
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php35 protected function consumeFencedCode($lines, $current) argument
37 $line = ltrim($lines[$current]);
42 for ($i = $current + 1, $count = count($lines); $i < $count; $i++) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php112 $current = $this->stream->tell();
114 if ($current !== $offset) {
118 } elseif ($current > $offset) {
121 $this->stream->read($offset - $current);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLimitStream.php111 $current = $this->stream->tell();
113 if ($current !== $offset) {
116 if ($current > $offset) {
119 $this->stream->read($offset - $current);
150 // Check if the current position is less than the total allowed

12345678910>>...41