Home
last modified time | relevance | path

Searched refs:pos (Results 376 – 400 of 1609) sorted by relevance

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

/plugin/feedaggregator/
H A Dsyntax.php57 * @param int $pos The position in the document
61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/daummovie/
H A Dsyntax.php47 * @param int $pos The position in the document
51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php49 * @param int $pos The position in the document
53 public function handle($match, $state, $pos, &$handler){ argument
/plugin/fckg/action/
H A Dedit.php261 $pos = strpos($text, '<');
263 if($pos !== false) {
370 if($pos !== false) {
779 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
780 if($pos === false) {
2710 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
2711 if($pos !== false) {
2848 $pos = strpos($patterns[$index],'<');
2849 if($pos !== false) {
/plugin/latexport/implementation/
H A Ddecorator.php261 * @param int $pos byte position in the original source
263 function header($text, $level, $pos) { argument
265 $this->decorator->header($text, $level, $pos);
898 * @param int $pos byte position in the original source
900 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
902 $this->decorator->table_open($maxcols, $numrows, $pos);
908 * @param int $pos byte position in the original source
910 function table_close($pos = null) { argument
912 $this->decorator->table_close($pos);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php106 $pos = 0;
108 while (ord($css{$pos}) > 127 && $pos < $len) { $pos ++; };
109 $css = substr($css, $pos);
/plugin/simplemap/
H A Dsyntax.php55 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/htmldetailstag/syntax/
H A Ddetails.php80 * @param int $pos The position in the document
85 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/syntax/
H A Dxmlblocktag.php143 function handle($match, $state, $pos, Doku_Handler $handler): array argument
145 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/spatialhelper/syntax/
H A Dfindnearby.php72 * @param int $pos The character position of the matched text
78 final public function handle($match, $state, $pos, Doku_Handler $handler): bool|array
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/ckgedit/action/
H A Dmeta.php76 $pos = $event->data->findElementByAttribute('type', 'reset');
90 $event->data->insertElement($pos+2, $_form);
317 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
318 if($pos !== false) {
421 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
422 if($pos === false) {
431 $pos = $event->data->findPositionByAttribute('type','submit');
432 $pos+=3;
433 $event->data->addHTML($button,$pos);
436 $pos = $event->data->findElementByAttribute('type','submit');
[all …]
/plugin/redirect2/
H A Dsyntax.php40 * @param int $pos The character position of the matched text
44 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/articlelinks/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/mediathumbnails/
H A Dsyntax.php57 * @param int $pos The position in the document
62 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/webcomponent/syntax/
H A Dcontainer.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/webcomponent/action/
H A Djs.php48 $pos = strpos($script['src'], 'js.php');
49 if ($pos !== false) {
/plugin/latexit/syntax/
H A Dmathjax.php114 * @param int $pos The position in the document
118 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/colorswatch/syntax/
H A Dcolorswatch.php71 * @param int $pos The position in the document
76 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/dirtylittlehelper/syntax/
H A Dsidebar.php78 * @param int $pos The position in the document
83 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/whyspam/
H A Dadmin.php86 $pos = strpos($text,$matches[0]);
87 $s = max(0,$pos - 15);
/plugin/yuml/
H A Dusecase.php64 * @param int $pos The position in the document
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/diagram/syntax/
H A Dsplitter.php133 * @param integer $pos position of first
137 function handle ($match, $state, $pos, Doku_Handler $handler) argument
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php54 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tablelayout/
H A Dsyntax.php59 * @param int $pos The position in the document
64 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/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

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