Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php27 private ?Node $current = null; variable in League\\CommonMark\\Node\\NodeWalker
35 $this->current = $this->root;
46 $current = $this->current;
48 if ($current === null) {
52 if ($entering && ($current instanceof AbstractBlock || $current->hasChildren())) {
53 if ($current->firstChild()) {
54 $this->current = $current
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php55 * Get current tree
65 * Get current source
75 * Get current engine associated with this object
99 * get current stop token
111 * @param mixed $context current context
128 $current = $tree[$index];
132 && $current[Tokenizer::TYPE] == Tokenizer::T_ESCAPED
133 && $current[Tokenizer::NAME] === $stop
137 switch ($current[Tokenizer::TYPE]) {
139 $newStack = isset($current[Tokenize
226 section(Context $context, $current) global() argument
297 inverted(Context $context, $current) global() argument
317 partial(Context $context, $current) global() argument
337 variables(Context $context, $current, $escaped) global() argument
[all...]
H A DContext.php95 * @param integer $index Index of the current section item.
120 * @param string $key Key of the current object property.
184 * Get the index of current section item.
194 * Get the key of current object property.
204 * Change the current context to one of current context members
206 * @param string $variableName name of variable or a callable on current context
219 * Get a avariable from current context
223 * @param string $variableName variavle name to get from current context
258 $current
[all...]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHeadlineTrait.php18 protected function identifyHeadline($line, $lines, $current) argument
25 !empty($lines[$current + 1]) &&
26 (($l = $lines[$current + 1][0]) === '=' || $l === '-') &&
27 preg_match('/^(\-+|=+)\s*$/', $lines[$current + 1])
34 protected function consumeHeadline($lines, $current) argument
36 if ($lines[$current][0] === '#') {
39 while (isset($lines[$current][$level]) && $lines[$current][$level] === '#' && $level < 6) {
47 return [$block, $current];
52 'content' => $this->parseInline($lines[$current]),
53 'level' => $lines[$current + 1][0] === '=' ? 1 : 2,
[all …]
H A DHtmlTrait.php50 protected function identifyHtml($line, $lines, $current) argument
60 $gtPos = strpos($lines[$current], '>');
61 $spacePos = strpos($lines[$current], ' ');
79 protected function consumeHtml($lines, $current) argument
82 if (strncmp($lines[$current], '<!--', 4) === 0) { // html comment
83 for ($i = $current, $count = count($lines); $i < $count; $i++) {
91 …$tag = rtrim(substr($lines[$current], 1, min(strpos($lines[$current], '>'), strpos($lines[$current
96 for ($i = $current, $count = count($lines); $i < $count; $i++) {
H A DTableTrait.php18 protected function identifyTable($line, $lines, $current) argument
20 return strpos($line, '|') !== false && isset($lines[$current + 1])
21 && preg_match('~^\\s*\\|?(\\s*:?-[\\-\\s]*:?\\s*\\|?)*\\s*$~', $lines[$current + 1])
22 && strpos($lines[$current + 1], '|') !== false
23 && isset($lines[$current + 2]) && trim($lines[$current + 1]) !== '';
29 protected function consumeTable($lines, $current) argument
38 for ($i = $current, $count = count($lines); $i < $count; $i++) {
42 if ($i == $current+1) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php75 switch ($tokens->current()[0]) {
86 if ($tokens->current() === '{'
87 || $tokens->current()[0] === T_CURLY_OPEN
95 if ($tokens->current() === '}') {
126 …while ($tokens->valid() && ($tokens->current()[0] === T_STRING || $tokens->current()[0] === T_NS_S…
128 $name .= $tokens->current()[1];
169 …while ($tokens->valid() && ($tokens->current()[0] !== T_STRING) && ($tokens->current()[0] !== T_NS…
187 && ($tokens->current()[0] !== self::T_LITERAL_END_OF_USE)
189 if ($tokens->current()[0] === T_AS) {
192 if ($tokens->current()[0] === T_STRING || $tokens->current()[0] === T_NS_SEPARATOR) {
[all …]
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php147 $current = null;
151 if ($current == null) {
152 $current = new GTBigInteger(0);
157 $current = $current->shiftLeft(7);
158 $current = $current->bitOr(new GTBigInteger($byte & 0x7F));
168 $current = (int) $current->getValue();
170 if ($current < 40) {
173 } else if ($current < 80) {
180 $byte2 = $current - ($byte1 * 40);
187 $current = null;
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php139 function ($current) {
140 return $current->isDir();
344 return $current->getSize() < $number;
351 return $current->getSize() <= $number;
358 return $current->getSize() > $number;
365 return $current->getSize() >= $number;
409 return $current->getOwner() === $owner;
464 return $current->getCTime() >= $time;
468 return $current->getCTime() < $time;
489 return $current->getMTime() >= $time;
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php75 $current = $lookbehind->current(),
82 ->string($current)
92 $current = $lookbehind->current(),
99 ->string($current)
109 $current = $lookbehind->current(),
116 ->string($current)
134 $current = $lookbehind->current(),
140 ->string($current)
148 $current = $lookbehind->current(),
154 ->string($current)
H A DLookahead.php75 $current = $lookahead->current(),
82 ->string($current)
92 $current = $lookahead->current(),
99 ->string($current)
109 $current = $lookahead->current(),
116 ->string($current)
134 $current = $lookahead->current(),
141 ->string($current)
151 $current = $lookahead->current(),
158 ->string($current)
H A DDemultiplexer.php62 function ($current) {
63 return $current[0] * $current[1];
97 function ($current) {
98 return $current['one'] * $current['two'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php35 $this->assertEquals(1, $it->current());
39 $this->assertEquals(2, $it->current());
50 $this->assertEquals(1, $it->current());
54 $this->assertEquals(2, $it->current());
68 $this->assertEquals(1, $generator->current());
70 $this->assertEquals(null, $generator->current());
75 $this->assertEquals(1, $generator->current());
77 $this->assertEquals(2, $generator->current());
84 $this->assertEquals(1, $generator->current());
86 $this->assertEquals(2, $generator->current());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php27 protected $current = 0; variable in Twig\\TokenStream
61 …y_merge(\array_slice($this->tokens, 0, $this->current), $tokens, \array_slice($this->tokens, $this…
71 if (!isset($this->tokens[++$this->current])) {
75 return $this->tokens[$this->current - 1];
85 if ($this->tokens[$this->current]->test($primary, $secondary)) {
97 $token = $this->tokens[$this->current];
122 if (!isset($this->tokens[$this->current + $number])) {
126 return $this->tokens[$this->current + $number];
136 return $this->tokens[$this->current]->test($primary, $secondary);
146 return Token::EOF_TYPE === $this->tokens[$this->current]->getType();
[all …]
/plugin/refnotes/
H A Dadmin.js329 let current = namespaces.get('');
463 .addClass(current.getStyleInheritance(styleName));
484 current.setStyle(styleName, value);
488 if ((value == 'inherit') || current.isReadOnly()) {
489 setSelection(current.getStyle(styleName));
497 setSelection(current.getStyle(styleName));
498 combo.prop('disabled', current.isReadOnly());
518 current.setStyle(styleName, value);
522 if ((edit.val() != value) || (value == 'inherit') || current.isReadOnly()) {
523 edit.val(current
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php20 private $current = 0; variable in GuzzleHttp\\Psr7\\AppendStream
77 $this->pos = $this->current = 0;
96 $this->pos = $this->current = 0;
139 ($this->current >= count($this->streams) - 1 &&
140 $this->streams[$this->current]->eof());
161 $this->pos = $this->current = 0;
197 if ($progressToNext || $this->streams[$this->current]->eof()) {
199 if ($this->current === $total) {
202 $this->current++;
205 $result = $this->streams[$this->current]->read($remaining);
/plugin/searchjump/
H A Dscript.js3 current: 0, property in sjump
57 sjump.current += diff;
58 if (sjump.current >= sjump.$found.length) {
60 sjump.current = 0;
62 if (sjump.current < 0) {
64 sjump.current = sjump.$found.length - 1;
68 jQuery(sjump.dialog).css('top', jQuery(sjump.$found[sjump.current]).offset().top + 'px');
70 sjump.$found[sjump.current].scrollIntoView();
71 jQuery(sjump.$found[sjump.current]).delay(50).fadeOut().fadeIn();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php17 private $current = 0; variable in GuzzleHttp\\Stream\\AppendStream
75 $this->pos = $this->current = 0;
131 ($this->current >= count($this->streams) - 1 &&
132 $this->streams[$this->current]->eof());
147 $this->pos = $this->current = 0;
181 if ($this->streams[$this->current]->eof()) {
182 if ($this->current == $total) {
185 $this->current++;
187 $buffer .= $this->streams[$this->current]->read($remaining);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpExecutableFinderTest.php33 $current = \PHP_BINARY;
36 $this->assertEquals($current.$args, $f->find(), '::find() returns the executable PHP');
37 $this->assertEquals($current, $f->find(false), '::find() returns the executable PHP');
51 $current = getenv('PHP_BINARY') ?: \PHP_BINARY;
53 $this->assertEquals($current.' --php', $f->find(), '::find() returns the executable PHP');
54 $this->assertEquals($current, $f->find(false), '::find() returns the executable PHP');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DStickyRoundRobinSelector.php28 private $current = 0; variable in Elasticsearch\\ConnectionPool\\Selectors\\StickyRoundRobinSelector
36 * Use current connection unless it is dead, otherwise round-robin
45 if ($connections[$this->current]->isAlive()) {
46 return $connections[$this->current];
50 $this->current = $this->currentCounter % count($connections);
52 return $connections[$this->current];
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php78 protected function consumeReference($lines, $current) argument
80 …ines[$current]) && preg_match('/^ {0,3}\[(.+?)\]:\s*(.+?)(?:\s+[\(\'"](.+?)[\)\'"])?\s*('.$this->_…
90 …if (isset($lines[$current + 1]) && preg_match('/^\s+[\(\'"](.+?)[\)\'"]\s*$/', $lines[$current + 1…
92 $current++;
98 $current++;
100 return [false, --$current];
106 protected function consumeFencedCode($lines, $current) argument
112 $line = trim($lines[$current]);
119 for($i = $current + 1, $count = count($lines); $i < $count; $i++) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DResidence.php25 public $current; variable in Google\\Service\\PeopleService\\Residence
36 public function setCurrent($current) argument
38 $this->current = $current;
45 return $this->current;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php221 while ('or' === $this->_lexer->current()['token']) {
305 switch ($this->_lexer->current()['token']) {
360 if ('node' === $this->_lexer->current()['token']) {
361 $pNodeId = $this->_lexer->current()['value'];
399 if ('capturing_' === $this->_lexer->current()['token']) {
407 if ('_capturing' != $this->_lexer->current()['token']) {
416 if ('skipped' === $this->_lexer->current()['token']) {
417 $tokenName = trim($this->_lexer->current()['value'], ':');
459 if ('kept' === $this->_lexer->current()['token']) {
460 $tokenName = trim($this->_lexer->current()['value'], '<>');
[all …]
/plugin/sentry/conf/
H A DSetting.php45 $current = $this->input;
47 $current = $this->local;
55 if ($current & $val) {
61 if ($current & $val) {
65 if (!($current & $val)) {
79 $input .= '<div class="selection">' . $current . '</div>';
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php77 $current = \array_fill(0, \count($to) + 1, 0);
82 $prev = $current;
86 $current[$j + 1] = $prev[$j] + 1;
88 $current[$j + 1] = \max($current[$j], $prev[$j + 1]);
93 return $current;

12345678910>>...41