Home
last modified time | relevance | path

Searched refs:pos (Results 476 – 500 of 1609) sorted by last modified time

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

/plugin/include/syntax/
H A Dinclude.php64 * @param int $pos The position of the match
68 function handle($match, $state, $pos, Doku_Handler $handler) { argument
78 return array($mode, $page, $sect, explode('&', $flags), $level, $pos);
98 list($mode, $page, $sect, $flags, $level, $pos) = $data;
140 $renderer->meta['plugin_include']['secids'][$id] = array('hid' => 'plugin_include__'.str_replace(':', '__', $id), 'pos' => $pos);
144 if (isset($secids[$id]) && $pos === $secids[$id]['pos']) {
H A Dlocallink.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dreadmore.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsorttag.php46 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dwrap.php20 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcloselastsecedit.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dheader.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
35 list($headline, $lvl, $pos, $page, $sect, $flags) = $data;
54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid));
56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
68 $renderer->header($headline, $lvl, $pos);
/plugin/include/
H A Daction.php342 public function rewrite_include($match, $pos, $state, $plugin, helper_plugin_move_handler $handler) { argument
/plugin/move/helper/
H A Dhandler.php201 * @param int $pos The position in the input
204 public function camelcaselink($match, $state, $pos) {
229 * @param int $pos The position in the input
232 public function internallink($match, $state, $pos) {
316 * @param int $pos The position in the input
319 public function media($match, $state, $pos) {
352 * @param int $pos The position in the input
356 public function plugin($match, $state, $pos, $pluginname) {
358 $this->calls .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname, $this);
199 camelcaselink($match, $state, $pos) global() argument
227 internallink($match, $state, $pos) global() argument
314 media($match, $state, $pos) global() argument
351 plugin($match, $state, $pos, $pluginname) global() argument
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Daction.php83 $pos = $event->data->findPositionByAttribute('name', 'passchk');
86 $pos = $event->data->findElementByAttribute('name', 'passchk');
88 if (!$pos) return; // no password repeat field found
94 $event->data->addHTML($html, ++$pos);
96 $event->data->insertElement(++$pos, $html);
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php400 if (false !== $pos = strrpos($class, '\\')) {
402 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/csv/syntax/
H A Dvalue.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtable.php43 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/commentsyntax/syntax/
H A Dcstyle.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dhtmlcomment.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dpreventive.php50 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/box2/
H A Dsyntax.php81 function handle($match, $state, $pos, Doku_Handler $handler){ argument
88 return array('title_open',$data, $pos);
90 return array('box_open',$data, $pos);
96 return array('box_open','', $pos);
98 return array('data', $match, $pos);
103 return array('title', $match, $pos);
106 $handler->_addCall('cdata',array($match), $pos);
113 return array('box_close', $title, $pos);
127 list($instr, $data, $pos) = $indata;
178 $renderer->finishSectionEdit($pos);
[all …]
/plugin/skipentity/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/phosphor/
H A Dphblock.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
75 return array('phosphor__start', $option, $pos);
80 return array('phosphor__end', null, $pos + strlen($match));
95 list($instr, $data, $pos) = $input;
101 …xists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( 'target' =>…
114 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
H A Dphitem.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
70 $handler->_addCall('cdata',array($match), $pos);
/plugin/imageflow/syntax/
H A Dimageflow.php53 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/strata/syntax/
H A Dentry.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
51 $match = $this->preprocess($match, $state, $pos, $handler, $result);
75 $result['position'] = $pos;
177 * @param pos the position in the source
182 function preprocess($match, $state, $pos, &$handler, &$result) {
179 preprocess($match, $state, $pos, & $handler, & $result) global() argument
H A Dinfo.php41 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dnodata.php37 public function handle($match, $state, $pos, Doku_Handler $handler){ argument

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