Home
last modified time | relevance | path

Searched refs:pos (Results 501 – 525 of 1609) sorted by last modified time

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

/plugin/strata/syntax/
H A Dselect.php66 function handle($match, $state, $pos, Doku_Handler $handler) { argument
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
208 * @param pos the position in the source
214 function preprocess($match, $state, $pos, &$handler, &$result, &$typemap) {
212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument
/plugin/strata/types/
H A Dimage.php34 $pos = strrpos($value, '?');
35 if($pos !== false ) {
36 $value = substr($value, 0, $pos);
/plugin/authhttp/
H A Daction.php120 $pos = $form->findElementByAttribute('name', 'login');
121 if (!$pos)
123 $elem = $form->getElementAt($pos);
126 $form->replaceElement($pos, $elem);
136 $pos = $form->findElementByAttribute('name', $name);
137 $form->replaceElement($pos, NULL);
152 $pos = $form->findPositionByAttribute('name', 'login');
153 if (!$pos)
155 $elem = $form->getElementAt($pos);
158 $form->replaceElement($elem, $pos);
[all...]
/plugin/preregister/
H A Daction.php154 $pos = $form->findPositionByAttribute('type','submit');
155 $form->removeElement($pos);
161 $pos = $form->findPositionByAttribute('type','submit');
163 else $pos = $event->data->findElementByAttribute('type','submit');
164 if(!$pos) return; // no button -> source view mode
171 $form->addHTML($out,$pos++);
175 $event->data->insertElement($pos++,$out);
/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/markdowku/
H A Dautolinks.php24 function handle($match, $state, $pos, Doku_Handler $handler) { argument
27 $handler->_addCall('emaillink', array($match, NULL), $pos);
30 $handler->_addCall('externallink', array($match, NULL), $pos);
H A Dblockquotes.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
59 $handler->_addCall('quote_start', $quotearg, $pos);
61 $handler->_addCall('quote_end', array(), $pos);
68 $handler->_addCall('quote_newline', $quotearg, $pos);
72 $plugin->handle($quoteinarg, $state, $pos, $handler);
78 $plugin->handle($quoteinarg, $state, $pos, $handler);
84 $plugin->handle($quoteinarg, $state, $pos, $handler);
86 $handler->_addCall('cdata', array($quoteinarg), $pos);
H A Dboldasterisk.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodespans2.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodespans3.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Danchorsinline.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
37 $handler->internallink($target.'|'.$title, $state, $pos);
H A Danchorsreference.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodeblocks.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 $handler->_addCall('preformatted_start', array($match), $pos);
43 $handler->_addCall('preformatted_newline', array($match), $pos);
46 $handler->_addCall('preformatted_content', array($match), $pos);
49 $handler->_addCall('preformatted_end', array(), $pos);
50 $handler->_addCall('preformatted_content', array($match), $pos);
H A Dcodespans1.php24 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodespans4.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodespans5.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Descapespecialchars.php85 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dgithubcodeblocks.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
38 $handler->_addCall('file', array($text, $lang, 'snippet.'.$lang), $pos);
40 $handler->_addCall('code', array($text, $lang), $pos);
H A Dheaderatx.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 $handler->_addCall('section_close', array(), $pos);
42 $handler->setStatus('section_edit_start', $pos);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);
H A Dheadersetext.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
42 $handler->_addCall('section_close', array(), $pos);
43 $handler->setStatus('section_edit_start', $pos);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);
H A Dhr.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 $handler->_addCall('hr', array(), $pos);
H A Dimagesinline.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 $handler->media($target.'|'.$title, $state, $pos);
H A Dimagesreference.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ditalicasterisk.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ditalicunderline.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument

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