Home
last modified time | relevance | path

Searched refs:pos (Results 76 – 100 of 1609) sorted by last modified time

12345678910>>...65

/plugin/caption/syntax/
H A Dcaption.php72 public function handle($match, $state, $pos, Doku_Handler $handler){
81 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dreference.php43 public function handle($match, $state, $pos, Doku_Handler $handler){
52 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4624 this._copyStyle(pos + 1, pos, style[1] === '+');
4626 this._copyStyle(pos - 1, pos, style[1] === '+');
53757 var pos;
53767 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) {
53768 pos--;
53783 return pos + _utf8len[buf[pos]] > max ? pos : max;
62903 var pos;
62913 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) {
62914 pos--;
62929 return pos + _utf8len[buf[pos]] > max ? pos : max;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2848 var pos;
2854 pos = max-1;
2855 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }
2865 return (pos + _utf8len[buf[pos]] > max) ? pos : max;
5482 pos = 0;
5486 pos += chunk.length;
5691 var pos;
5697 pos = max - 1;
5698 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }
5708 return (pos + _utf8len[buf[pos]] > max) ? pos : max;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4136 function prep_blob(blob, pos/*:number*/)/*:void*/ { argument
4137 blob.l = pos;
6789 var pos = blob.read_shift(4);
6800 return { pos:pos, hs:hidden, dt:dt, name:name };
6805 o.write_shift(4, data.pos);
11623 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="30…
11665 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="35…
11673 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="30…
19444 Directory[val.pos] = val;
19497 var fakebs8 = {pos: blob.l - length, name:cur_sheet}; property in fakebs8
[all …]
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/skel/
H A Dsyntax.php45 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/orphanswanted/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/button/
H A Dsyntax.php185 function handle($match, $state, $pos, Doku_Handler $handler)
145 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Daction.php62 public function rewrite_button($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
/plugin/bibtex4dw/syntax/
H A Dbibtex.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
60 return array($state, $matches[0], $matches[1], $pos);
62 return array($state, '', $match, $pos);
69 list($state, $substate, $match, $pos) = $data;
139 list($state, $substate, $match, $pos) = $data;
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 return array($matches[1], $state, $pos);
54 @list($match, $state, $pos) = $data;
/plugin/tag/
H A Dhelper.php284 $pos = strrpos($page, ':');
285 if ($pos === false) {
288 $sortkey = substr_replace($page, "\0\0", $pos, 1);
/plugin/tag/syntax/
H A Dcount.php41 * @param int $pos The position in the document
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsearchtags.php43 * @param int $pos The position in the document
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtag.php43 * @param int $pos The position in the document
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtagpage.php47 * @param int $pos The position in the document
51 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtopic.php43 * @param int $pos The position in the document
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/imapmarkers/
H A Djquery.imagemapster.js3518 var pos,
3550 pos = container.offset();
3551 rootx = pos.left;
3552 rooty = pos.top;
3560 offsetx = pos.left;
3561 offsety = pos.top;
3613 pos = el.position();
3615 pos.left,
3616 pos.top,
3618 pos.top,
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1416 protected $pos; variable in imapmarkers\\simple_html_dom
1643 $this->pos = 0;
2035 $this->pos -= 2;
2163 $this->pos += strspn($this->doc, $chars, $this->pos);
2168 $pos = $this->pos;
2170 $this->pos += $len;
2179 $pos = $this->pos;
2191 if (($pos = strpos($this->doc, $char, $this->pos)) === false) {
2192 $ret = substr($this->doc, $this->pos, $this->size - $this->pos);
2198 if ($pos === $this->pos) {
[all …]
H A Dmap.php80 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
106 …ap.handle::DOKU_LEXER_MATCHED: [%d] MATCH='%s' POS=%s", $this->nr_imagemap_handler, $match, $pos));
H A Dreference.php56 function handle($match, $state, $pos, Doku_Handler $handler) { argument
82 $handler->_addCall('cdata', array($match), $pos);
/plugin/translation/syntax/
H A Dnotrans.php43 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtrans.php32 public function handle($match, $state, $pos, Doku_Handler $handler)
30 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/todo/syntax/
H A Dtodo.php95 * @param $pos int The character position of the matched text.
103 public function handle($match, $state, $pos, Doku_Handler $handler) {
96 handle($match, $state, $pos, Doku_Handler $handler) global() argument

12345678910>>...65