Home
last modified time | relevance | path

Searched refs:pos (Results 376 – 400 of 1609) sorted by last modified time

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

/plugin/bootswrapper/syntax/
H A Dnav.php58 list($state, $match, $pos, $attributes) = $data;
H A Dpane.php39 list($state, $match, $pos, $attributes) = $data;
48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state));
50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
57 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpanel.php68 list($state, $match, $pos, $attributes) = $data;
97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)…
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
121 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
H A Dprogressbar.php65 list($state, $match, $pos, $attributes) = $data;
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
/plugin/discussion/syntax/
H A Dcomments.php53 * @param int $pos The character position of the matched text
57 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dthreads.php48 * @param int $pos The character position of the matched text
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/nodisp/syntax/
H A Dbasic.php22 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/evesso/
H A Daction.php209 $pos = $form->elementCount();
237 $pos = count($form->_content);
268 $pos = strpos($haystack, $needle);
269 if ($pos !== false) {
283 $form->addHTML('<br>', $pos);
288 $form->addHtml($out, $pos);
290 $form->insertElement($pos, $out);
319 $pos = 0;
327 $pos = count($form->_content);
332 $form->addHtml($html, ++$pos);
[all …]
/plugin/changes/
H A Dsyntax.php57 * @param int $pos The character position of the matched text argument
61 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/publish/
H A Dsyntax.php46 function handle($match, $state, $pos, Doku_Handler $handler){ argument
48 return array($match, $state, $pos, $namespace);
58 list($match, $state, $pos, $namespace) = $data;
/plugin/stlviewer/
H A Dsyntax.php43 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
47 'pos' => $pos,
/plugin/blockquote/syntax/
H A Dblockquote.php53 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcite.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dq.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/sapnotelink/
H A Dsyntax.php32 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/box/
H A Dsyntax.php80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
102 $handler->_addCall('cdata', array($match), $pos);
/plugin/wrap/syntax/
H A Ddiv.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 $handler->addCall('cdata', array($match), $pos);
61 $handler->addCall('header',array($title,$level,$pos), $pos);
64 $handler->addPluginCall('wrap_closesection', array(), DOKU_LEXER_SPECIAL, $pos, '');
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dspan.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
47 $handler->addCall('cdata', array($match), $pos);
/plugin/tablewidth/
H A Dsyntax.php34 public function handle($match, $state, $pos, Doku_Handler $handler) { argument

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