Home
last modified time | relevance | path

Searched refs:pos (Results 1476 – 1500 of 1609) sorted by path

1...<<51525354555657585960>>...65

/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
/plugin/togglewrap/
H A Dsyntax.php30 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
36 return array($class, $label, $pos, $opts);
41 list($class, $label, $pos, $opts) = $data;
42pos.'" type="checkbox" class="togglewrap" value="'.strtolower($class).'" '.(in_array('checked',$op…
/plugin/toolbox/
H A DToolboxFindAndReplace.js208 function findNextPosition(term, pos) { argument
209 var text = textarea.value.substr(pos);
213 if (pos !== 0) {
225 return [pos + idx, match[0]];
/plugin/top/
H A Dsyntax.php41 * @param int $pos The position in the document
45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/topbarsyntax/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler &$handler) { argument
/plugin/tplmod/
H A Daction.php92 $pos = $event->data->findPositionByAttribute('type','reset');
93 $pos+=2;
94 $event->data->addHTML($_form,$pos);
97 $pos = $event->data->findElementByAttribute('type', 'reset');
98 $event->data->insertElement($pos+2, $_form);
/plugin/translate/
H A Daction.php155 $pos = $form->findPositionByType('textarea');
156 if ($pos===false) return;
160 $pos = $form->findElementByType('wikitext');
161 if ($pos===false) return;
173 $pos++;
174 $form->addTagClose('div', $pos++);
186 $form->addTagClose('div', $pos++);
187 $form->addTagOpen('div', $pos++)->addClass('clearer');
188 $form->addTagClose('div', $pos++);
198 $pos++;
[all …]
/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/translation3/
H A Dsyntax.php54 function handle($match, $state, $pos, &$handler){ argument
/plugin/translationbuddy/
H A Dsyntax.php35 public function handle($match, $state, $pos, &$handler){ argument
215 $pos = strpos((string)$id,':');
216 if($pos!==false){
217 return substr((string)$id,0,$pos);
223 $pos = strpos((string)$id,':');
224 if($pos!==false){
225 return substr((string)$id,$pos+1);
/plugin/translator/syntax/
H A Dlabel.php49 function handle($match, $state, $pos, &$handler){ argument
H A Dtranslator.php52 function handle($match, $state, $pos, &$handler){ argument
/plugin/twcheckliste/
H A Drenderer.php.old102 function header($text, $level, $pos) {
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
57 …' => 'hidden', 'state' => $state, 'printHead' => true, 'bytepos_start' => $pos, 'edit' => false, '…
73 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/twistienav/
H A Dscript.js181 var pos = twistienav_plugin.$callerObj.position();
/plugin/twistienav4bootstrap3/
H A Dscript.js169 var pos = twistienav4bootstrap3_plugin.$callerObj.position();
/plugin/twitter/
H A Dsyntax.php222 * @param int $pos The character position of the matched text
228 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/txt2tags/
H A Dlinkwiz.js22 var pos = $editor.position();
42 'top': (pos.top+20)+'px',
43 'left': (pos.left+80)+'px'
H A Dsyntax.php40 function handle($match, $state, $pos, &$handler) { argument
/plugin/typography/syntax/
H A Dbase.php68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
92 $handler->base($match, $state, $pos);
H A Dsmallcaps.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
50 $handler->base($match, $state, $pos);
/plugin/unblink/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/uncmap/
H A Dsyntax.php101 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/unformattedcode/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler){ argument
54 $handler->_addCall('cdata', array($match), $pos);

1...<<51525354555657585960>>...65