Home
last modified time | relevance | path

Searched refs:pos (Results 601 – 625 of 1609) sorted by relevance

1...<<21222324252627282930>>...65

/plugin/jplayer/
H A Dsyntax.php77 function handle($match, $state, $pos, Doku_Handler $handler){ argument
81 $data = array('unique_id' => $pos);
/plugin/a2s/
H A Dsyntax.php72 * @param int $pos The position in the document
76 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/edittable/renderer/
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
56 function table_close($pos = null) { argument
/plugin/combo/action/
H A Dcss.php141 $pos = strpos($link['href'], 'css.php');
142 if ($pos === false) {
/plugin/combo/syntax/
H A Dpreformatted.php134 * @param int $pos - byte position in the original source file
140 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dfragment.php130 * @param int $pos - byte position in the original source file
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dcode.php117 * @param int $pos - byte position in the original source file
123 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcell.php143 * @param int $pos
149 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/projects/lib/
H A Dcode_block.php13 private $pos = NULL; variable in CodeBlock
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js890 setCaretPos = function (node, pos) { argument
898 textRange.moveEnd('character', pos);
904 node.setSelectionRange(pos, pos);
1073 pos,
1077 pos = getCaretPos(this);
1081 pos -= 1;
1085 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1089 val = val.substr(0, pos) + digit + val.substr(pos + 1);
1093 if (pos === options.mask.length) {
1100 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
[all …]
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/adhoctags/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/doi/syntax/
H A Disbn.php19 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/include/syntax/
H A Dcloselastsecedit.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/projects/syntax/
H A Duse.php101 $range = $data['pos'] . '-' . $data['end'];
/plugin/nsindex/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/webcomponent/syntax/
H A Dblockquote.php113 * @param int $pos
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/directorylist/syntax/
H A Ddirectorylist.php57 * @param int $pos The position in the document
61 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/watchcycle/
H A Dsyntax.php47 * @param int $pos The position in the document
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/achart/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array argument
106 $endPosition = $pos + strlen($match) + 1;
/plugin/struct/syntax/
H A Doutput.php70 * @param int $pos The position in the document
74 public function handle($match, $state, $pos, Doku_Handler $handler)
72 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/comment/
H A Dsyntax.php22 function handle($match, $state, $pos, Doku_Handler $handler){ return ''; }
28 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/editsections2/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler) argument
/plugin/blog/syntax/
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<21222324252627282930>>...65