Home
last modified time | relevance | path

Searched refs:pos (Results 226 – 250 of 1609) sorted by relevance

12345678910>>...65

/plugin/combo/syntax/
H A Dxmlprotectedtag.php115 * @param int $pos - byte position in the original source file
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php60 * @param int $pos
66 public function handle($match, $state, $pos, Doku_Handler &$handler) { argument
68 $pos = strpos($match, "{{crossdbsqlclient>");
69 if($pos !== FALSE){
/plugin/variants/
H A Dvariants.php76 * @param int $pos The position in the page
80 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
85 … $CallWriter = new syntax_plugin_variants_callwriter($handler->CallWriter, $condition, $pos);
96 $handler->_addCall('cdata', array($match), $pos);
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php188 foreach (array($key_tags_pos[3], $key_tags_pos[4]) as $pos) {
189 if (!is_null($pos) && $pos < $key_tags_pos[2]) {
190 $key_tags_pos[2] = $pos;
/plugin/struct/action/
H A Dedit.php56 $pos = $form->findPositionByAttribute('id', 'wiki__editbar'); // insert the form before the main buttons
57 $form->addHTML($html, $pos);
78 $pos = $form->findElementById('wiki__editbar'); // insert the form before the main buttons
79 $form->insertElement($pos, $html);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
/plugin/task/syntax/
H A Dtask.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
204 $pos = 1;
206 $form->addHTML('<div class="no">', $pos++);
222 $input = $form->addDropdown('status', $dropDownOptions, NULL, $pos++);
226 $form->addButton(NULL, $this->getLang('btn_change'), $pos++);
228 $form->addHTML('</div>', $pos++);
/plugin/dw2markdown/
H A Drenderer.php49 * @param int $pos byte position in the original source
51 function header($text, $level, $pos, $returnonly = false) { argument
481 * @param int $pos byte position in the original source
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
489 * @param int $pos byte position in the original source
491 function table_close($pos = null) { argument
/plugin/ckgdoku/
H A Dscript.js178 var pos = 0;
182 for ( var pos = stack.length - 1; pos >= 0; pos-- )
183 if ( stack[ pos ] == tagName )
186 if ( pos >= 0 ) {
188 for ( var i = stack.length - 1; i >= pos; i-- )
193 stack.length = pos;
/plugin/authgoogle2fa/
H A Daction.php26 $pos = $event->data->findElementByAttribute('type', 'submit');
27 $event->data->replaceElement($pos-1, $twofa_form);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
/plugin/pagemod/
H A Dsyntax.php43 * @param int $pos The character position of the matched text
47 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/siteexport/action/
H A Dmove.php30 public function move_handler($match, $state, $pos, $pluginname, $handler) { argument
32 $handler->internallink($match, $state, $pos);
/plugin/toctweak/syntax/
H A Dsidetoc.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 $handler->_addCall('nocache', array(), $pos);
32 $data = parent::handle($match, $state, $pos, $handler);
/plugin/bibtex4dw/syntax/
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 return array($matches[1], $state, $pos);
54 @list($match, $state, $pos) = $data;
/plugin/mediasyntax/syntax/
H A Dnonitalic.php35 function handle($match, $state, $pos, Doku_Handler $handler)
37 return array($match, $state, $pos);
46 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dnonunderline.php35 function handle($match, $state, $pos, Doku_Handler $handler)
37 return array($match, $state, $pos);
46 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dnonbold.php36 function handle($match, $state, $pos, Doku_Handler $handler)
38 return array($match, $state, $pos);
47 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dspan.php27 function handle($match, $state, $pos, Doku_Handler $handler)
34 return array($match, $state, $pos);
42 // $data[3] is always $pos
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/markdowku/
H A Dlinebreak.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
24 return array($match, $state, $pos);
/plugin/creole/syntax/
H A Dpreblock.php34 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $handler->addCall('preformatted', array($match), $pos);
/plugin/const/
H A Dsyntax.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 return array($match, $state, $pos);
/plugin/gitlabproject/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
76 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
112 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
123 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/owncloud/
H A Dsyntax.php55 function handle($match, $state, $pos, &$handler){ argument
64 $match['pos'] = $pos;
66 return array($match, $state, $pos);
70 list($match, $state, $pos) = $data;
/plugin/sql2wiki/syntax/
H A Dquery.php38 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 $start = $pos + strpos($match, '>'); // closing char of the opening tag
81 $end = $pos + strlen($match) - strlen('</sql2wiki>') - 1;
90 'pos' => $pos,

12345678910>>...65