Home
last modified time | relevance | path

Searched refs:pos (Results 151 – 175 of 1609) sorted by path

12345678910>>...65

/plugin/blog/syntax/
H A Dautoarchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 return array($ns, $flags, $refine, $pos);
40 list($ns, $flags, $refine, $pos) = $data;
71 $renderer->header($this->_posts($cnt,$m,$y),2,$pos);
H A Dblog.php21 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/blogtng/action/
H A Dedit.php57 $pos -= 1;
69 $pos += 1;
72 $pos += 1;
93 $pos += 1;
103 $pos += 1;
132 $pos += 1;
134 $pos += 1;
136 $pos += 1;
138 $pos += 1;
157 if(!$pos) {
[all …]
/plugin/blogtng/renderer/
H A Dcomment.php32 * @param int $pos byte position in the original source
34 function header($text, $level, $pos, $returnonly = false) { argument
/plugin/blogtng/syntax/
H A Dblog.php87 * @param int $pos The character position of the matched text
91 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcommentreply.php42 * @param int $pos The character position of the matched text
46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dheader.php38 * @param int $pos The character position of the matched text
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dreadmore.php51 * @param int $pos The character position of the matched text
55 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bookcreator/action/
H A Dexport.php
/plugin/bookcreator/
H A Dscript.js69 let pos = this._storage.indexOf(pageid);
70 if(pos === -1) return [];
72 return this._storage.splice(pos, 1);
/plugin/bookcreator/script/
H A Dnspicker.js25 var pos = $editor.position();
50 'top': (pos.top + 20) + 'px', //overwritten later with position of Add Namespace button.
51 'left': (pos.left + 80) + 'px'
/plugin/bookcreator/syntax/
H A Dbookmanager.php64 * @param int $pos The character position of the matched text
68 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dexportsaved.php42 * @param int $pos The character position of the matched text
46 public function handle($match, $state, $pos, Doku_Handler $handler) argument
100 $pos = strpos($link, 'class="');
101 $link = substr_replace($link, 'mediafile mf_' . $data['type'] . ' ', $pos + 7, 0);
/plugin/booking/
H A Dsyntax.php48 * @param int $pos The position in the document
53 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/bookmarkfile/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler) argument
137 $pos = $json['children'];
139 $pos = $json;
143 foreach ($pos as $json_item) {
/plugin/bootnote/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
73 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/bootswrapper/syntax/
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
H A Daffix.php79 list($state, $match, $pos, $attributes) = $data;
H A Dalert.php50 list($state, $match, $pos, $attributes) = $data;
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
221 $handler->_addCall('header', array($title, $level, $pos), $pos);
255 return array($state, $match, $pos, $checked_attributes, $is_block);
258 $handler->_addCall('cdata', array($match), $pos, null);
262 return array($state, $match, $pos, null);
H A Dbutton.php75 list($state, $match, $pos, $attributes) = $data;
H A Dcallout.php57 list($state, $match, $pos, $attributes) = $data;
H A Dcarousel.php57 list($state, $match, $pos, $attributes) = $data;
H A Dcollapse.php45 list($state, $match, $pos, $attributes) = $data;

12345678910>>...65