Home
last modified time | relevance | path

Searched refs:pos (Results 226 – 250 of 1609) sorted by last modified time

12345678910>>...65

/plugin/bpmnio/syntax/
H A Dbpmnio.php51 public function handle($match, $state, $pos, Doku_Handler $handler) argument
58 return array($state, $this->type, '', $pos, '');
61 $posStart = $pos;
62 $posEnd = $pos + strlen($match);
124 private function _startSectionEdit(Doku_Renderer $renderer, $pos, $type) argument
132 return $renderer->startSectionEdit($pos, $sectionEditData);
135 private function _finishSectionEdit(Doku_Renderer $renderer, $pos) argument
137 $renderer->finishSectionEdit($pos);
/plugin/katex/_assets/
H A Dkatex.min.js1pos:y,isDashed:e[t]})}for(w(o[0]),r=0;r<e.body.length;++r){var k=e.body[r],S=v,M=b;s<k.length&&(s=…
/plugin/katex/syntax/
H A Dprotect.php132 * @param int $pos The character position of the matched text
136 public function handle( $match, $state, $pos, Doku_Handler $handler ) argument
/plugin/bbcodeextensions/
H A Dcommon.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbcodeextensions/syntax/
H A Danchor.php16 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dclassspan.php17 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dq.php16 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dclassdiv.php17 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/confightmlok/
H A Dcommon.php43 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/randomtables/syntax/
H A Droller.php42 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dsource.php41 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/oauth/vendor/composer/
H A DClassLoader.php523 if (false !== $pos = strrpos($class, '\\')) {
525 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
526 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/oauth/action/
H A Duser.php113 $pos = $form->findElementByAttribute('type', 'submit');
118 $form->insertElement($pos, form_closefieldset());
120 ++$pos,
136 $form->insertElement(++$pos, $elem);
138 $form->insertElement(++$pos, form_closefieldset());
139 $form->insertElement(++$pos, form_openfieldset([]));
156 $pos = $form->findPositionByAttribute('type', 'submit');
161 $form->addFieldsetOpen($this->getLang('loginwith'), $pos)->addClass('plugin_oauth');
168 ++$pos
174 $form->addFieldsetClose(++$pos);
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php528 if (false !== $pos = strrpos($class, '\\')) {
530 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
531 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php552 $pos = ftell($this->fh);
555 while ($pos < $size) {
561 $pos++;
/plugin/smtp/lang/cs/
H A Dintro.txt3 Na této stránce můžete vyzkoušet posílání e-mailu v DokuWiki. Můžete ji využít pro ověření správnos…
/plugin/sortablejs/
H A Dsyntax.php45 function handle( $match, $state, $pos, Doku_Handler $handler ) { argument
/plugin/embeddedphp/syntax/
H A Dphpinline.php67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/htmlokalt/
H A Dcommon.php31 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/statistics/inc/
H A DStatisticsLogger.class.php90 foreach($groups as $pos => $group) {
91 if(!in_array($group, $tolog)) unset($groups[$pos]);
/plugin/const/
H A Daction.php264 function _convert($pos) { argument
266 if(!array_key_exists($ID,$this->offsets)) return $pos;
270 if ($pos >= $tuple['pos']) {
278 return $pos - $offset;
H A Dsyntax.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 return array($match, $state, $pos);
/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,
/plugin/sql2wiki/action/
H A Dsqlite.php124 $pos = $sql2wiki_query['pos'] - 1;
127 $updated_content = substr_replace($page_content, $wrapped_tag, $pos + $offset, strlen($match));
/plugin/approve/syntax/
H A Dtable.php29 function handle($match, $state, $pos, Doku_Handler $handler){
27 handle($match, $state, $pos, Doku_Handler $handler) global() argument

12345678910>>...65