Home
last modified time | relevance | path

Searched refs:k (Results 326 – 350 of 1305) sorted by path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php203 protected function LB(int $k) : ?Token argument
205 if ($this->index - $k < 0) {
209 return $this->tokens[$this->index - $k];
212 public function LT(int $k) : ?Token argument
216 if ($k === 0) {
220 if ($k < 0) {
221 return $this->LB(-$k);
224 $i = $this->index + $k - 1;
H A DCommonTokenStream.php65 protected function LB(int $k) : ?Token argument
67 if ($k === 0 || $this->index - $k < 0) {
71 // find k good tokens looking backwards
74 while ($n <= $k) {
87 public function LT(int $k) : ?Token argument
91 if ($k === 0) {
95 if ($k < 0) {
96 return $this->LB(-$k);
99 // find k goo
[all...]
H A DIntervalSet.php307 foreach ($this->intervals as $k => $i) {
315 \array_splice($this->intervals, $k, 1);
322 $this->intervals[$k] = new Interval($i->start + 1, $i->stop);
329 $this->intervals[$k] = new Interval($i->start, $i->stop - 1);
340 \array_splice($this->intervals, $k, 0, [$x]);
H A DTokenStream.php17 * of `LT($k)->getType() === LA($k)`.
21 public function LT(int $k) : ?Token; argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php426 $k = 0;// walks target M array
447 $mergedParents[$k] = $a_parent;// choose left
448 $mergedReturnStates[$k] = $payload;
456 $mergedParents[$k] = $mergedParent;
457 $mergedReturnStates[$k] = $payload;
464 $mergedParents[$k] = $a_parent;
465 $mergedReturnStates[$k] = $a->returnStates[$i];
469 $mergedParents[$k] = $b_parent;
470 $mergedReturnStates[$k] = $b->returnStates[$j];
474 $k
[all...]
/plugin/combo/vendor/symfony/process/
H A DProcess.php342 foreach ($env as $k => $v) {
343 if (false !== $v && false === \in_array($k, ['argc', 'argv', 'ARGC', 'ARGV'], true)) {
344 $envPairs[] = $k.'='.$v;
/plugin/combo/
H A Dyarn.lock
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/condition/
H A Dbase_tester.php.orig.php263 foreach($time as $k => $v) if(($d[$k] != '') && ($d[$k] != $v)) $same = false;
/plugin/confmanager/
H A Djquery.form.js214 for (var k=0; k < elements.length; k++)
215 elements[k] = null;
/plugin/confmanager/lang/de/
H A Dacronyms.txt5 Weitere Informationen können unter [[doku>abbreviations]] gefunden werden.
H A Dinterwiki.txt10 Sie können dies nutzen, um relative URLs zu erzeugen.
H A Dmime.txt1 Welchen Dateityp Sie über den [[doku>media_manager]] hochladen können, ist durch die "conf/mime.con…
10 Sie können jede Dateierweiterung mit dem zugehörigen Mime finden auf: http://filext.com/
12 Mehr Informationen können unter [[doku>mime]].
H A Dsmileys.txt3 …in ihr grafisches Äquivalent. Diese [[doku>Smileys]] und andere Abbildungen können konfiguriert un…
H A Dwordblock.txt5 …wordblock.local.conf" Datei an. Für eine Liste existierender Wort-Blockaden können Sie in die Date…
/plugin/csv/syntax/
H A Dtable.php123 for ($k = 0; $k < $cnt; $k++) {
124 $renderer->cdata($lines[$k]);
125 if ($k < $cnt - 1) $renderer->linebreak();
/plugin/data-au/lang/de/
H A Dadmin_intro.txt5 Die Aliastypen können wie alle anderen Typen verwendet werden. Prä- und Postfixe werden direkt auf …
H A Dedit_intro.txt1 …en danach auf ''Speichern''. Bitte verändern Sie die Daten nur, wenn Sie sie **verbessern** können.
2 * Sie können nicht nur den Inhalt, sondern auch die Struktur des Eintrags verändern.
H A Dedit_intro_contentonly.txt1 …en danach auf ''Speichern''. Bitte verändern Sie die Daten nur, wenn Sie sie **verbessern** können.
/plugin/data/lang/de/
H A Dadmin_intro.txt
H A Dedit_intro.txt
H A Dedit_intro_contentonly.txt
/plugin/database2/
H A Ddatabase2.php5751 foreach ( $column as $k => $option )
5752 $column[$k] = '<option value="' . $option[0] . '"' .
/plugin/datatables/assets/datatables.net-bs/js/
H A DdataTables.bootstrap.min.js
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js

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