Home
last modified time | relevance | path

Searched refs:pos (Results 301 – 325 of 1609) sorted by last modified time

1...<<11121314151617181920>>...65

/plugin/docnavigation/syntax/
H A Dtoc.php71 * @param int $pos The character position of the matched text
75 public function handle($match, $state, $pos, Doku_Handler $handler)
73 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/dw2markdown/
H A Drenderer.php49 * @param int $pos byte position in the original source
51 function header($text, $level, $pos, $returnonly = false) { argument
481 * @param int $pos byte position in the original source
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
489 * @param int $pos byte position in the original source
491 function table_close($pos = null) { argument
/plugin/gitlabapi/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
95 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
134 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/edittable/lib/
H A Dhandsontable.full.js997 endPos = pos;
8835 var pos = input.length - 2;
22255 return $at(this, pos);
28807 var pos = void 0;
28823 if (pos < 0) {
28824 pos = 0;
28869 var pos = void 0;
28876 if (pos < 0) {
28877 pos = 0;
29234 (0, _element.setCaretPosition)(this.TEXTAREA, pos, pos === endPos ? void 0 : endPos);
[all …]
/plugin/edittable/renderer/
H A Dinverse.php43 function header($text, $level, $pos) { argument
585 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
592 function table_close($pos = null) { argument
744 $pos = 0;
746 $pos += utf8_strlen($cell['text']) + 1;
755 $pos += $pad + ($cell['colspan'] - 1);
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
56 function table_close($pos = null) { argument
/plugin/blog/syntax/
H A Dautoarchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 return array($ns, $flags, $refine, $pos);
40 list($ns, $flags, $refine, $pos) = $data;
71 $renderer->header($this->_posts($cnt,$m,$y),2,$pos);
H A Dblog.php21 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Darchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pubmed2020/
H A Dsyntax.php93 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/simplenavi/
H A Dsyntax.php42 public function handle($match, $state, $pos, Doku_Handler $handler)
158 $pos = array_search($parent, array_keys($levels[$level - 1])) + 1;
161 $levels[$level - 1] = array_slice($levels[$level - 1], 0, $pos, true) +
163 array_slice($levels[$level - 1], $pos, null, true);
40 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/captcha/
H A Daction.php187 $pos = $form->findPositionByAttribute('type', 'submit');
188 if (!$pos) return; // no button -> source view mode
201 $form->addHTML($out, $pos);
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php58 $pos = array_pop($parenthesiss);
60 $sub = array_slice($this->nodes, $pos + 1, $i - $pos - 1);
311 $pos = 0;
314 … imagecopy($result, $img[$i], $pos, $top - $base[$i], 0, 0, imagesx($img[$i]), imagesy($img[$i]));
315 $pos += imagesx($img[$i]);
/plugin/mathpublish/
H A Dsyntax.php87 * @param int $pos
91 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/statdisplay/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler) argument
45 $pos = array_search('graph', $params);
46 if ($pos !== false) {
48 unset($params[$pos]);
/plugin/statdisplay/helper/
H A Dlog.php54 $pos = $this->logdata['_logpos'] ?? 0;
58 return (int)$pos * 100 / $max;
75 $pos = 0;
76 if (isset($this->logdata['_logpos'])) $pos = $this->logdata['_logpos'];
77 if ($pos > $size) $pos = 0;
78 …if ($pos && (($size - $pos) < ($maxlines * 150))) return 0; // we want to have some minimal log da…
90 fseek($fh, $pos, SEEK_SET);
97 $pos += strlen($line);
260 $this->logdata['_logpos'] = $pos;
/plugin/firenews/
H A Dsyntax.php25 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/s5/
H A Drenderer.php127 public function header($text, $level, $pos, $returnonly = false) { argument
H A Dsyntax.php53 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/gh/
H A Dsyntax.php72 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/pageredirect/
H A Daction.php209 public function rewrite_redirect($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) { argument
H A Dsyntax.php60 * @param int $pos The character position of the matched text
64 public function handle($match, $state, $pos, Doku_Handler $handler) {
62 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php18 private $pos = 0; variable in GuzzleHttp\\Stream\\AppendStream
75 $this->pos = $this->current = 0;
102 return $this->pos;
147 $this->pos = $this->current = 0;
161 while ($this->pos < $offset && !$this->eof()) {
162 $this->read(min(8096, $offset - $this->pos));
165 return $this->pos == $offset;
191 $this->pos += strlen($buffer);
H A DUtils.php136 $pos = $stream->tell();
138 if ($pos > 0 && !$stream->seek(0)) {
148 $stream->seek($pos);

1...<<11121314151617181920>>...65