Home
last modified time | relevance | path

Searched refs:pos (Results 201 – 225 of 1609) sorted by last modified time

12345678910>>...65

/plugin/combo/syntax/
H A Dbrand.php121 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Daccordion.php136 * @param int $pos
142 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Danalytics.php85 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcell.php143 * @param int $pos
149 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcite.php86 * @param int $pos - byte position in the original source file
92 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcontentlistitem.php118 * @param int $pos - byte position in the original source file
124 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php89 private $pos = 0; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer
187 $this->pos = 0;
731 return $this->data[$this->pos++];
/plugin/combo/ComboStrap/
H A DPageUrlPath.php215 $pos = strpos(PageId::PAGE_ID_ALPHABET, $letter);
216 if ($pos === false) {
219 $total += $pos;
H A DFsWikiUtility.php149 $pos = strrpos($namespacePath, ':');
150 if ($pos !== false) {
151 if ($pos == 0) {
154 $parentNamespacePath = substr($namespacePath, 0, $pos);
H A DIdentityFormsHelper.php94 $pos = $form->findPositionByType("fieldsetopen");
95 if ($pos === false) {
99 $title = $form->getElementAt($pos)->val();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php88 $pos = $this->index + $offset - 1;
90 if ($pos < 0 || $pos >= $this->size) {
95 return StringUtils::codePoint($this->characters[$pos]);
H A DWritableToken.php15 public function setCharPositionInLine(int $pos) : void; argument
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array argument
106 $endPosition = $pos + strlen($match) + 1;
/plugin/codify/
H A Dsyntax.php23 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/data/syntax/
H A Dentry.php76 * @param int $pos The character position of the matched text
80 public function handle($match, $state, $pos, Doku_Handler $handler)
131 'pos' => $pos,
184 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], $sectionEditData);
222 $R->finishSectionEdit($data['len'] + $data['pos']);
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtable.php76 * @param int $pos The character position of the matched text
80 public function handle($match, $state, $pos, Doku_Handler $handler)
69 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/adhoctags/syntax/
H A Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) { argument
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
98 $handler->_addCall('header',array($title,$level,$pos), $pos);
101 $handler->addPluginCall('wrap_closesection', array(), DOKU_LEXER_SPECIAL, $pos, '');
104 $handler->addCall('cdata', array($match), $pos);
109 function handleMatched($match, $state, $pos, Doku_Handler $handler) { argument
114 function handleExit($match, $state, $pos, Doku_Handler $handler) { argument
125 function handle($match, $state, $pos, Doku_Handler $handler){ argument
133 return $this->handleEnterSpecial($match, $state, $pos,
[all...]
H A Dabstractinline.php21 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
22 $handler->addCall('cdata', array($match), $pos);
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/subpages/
H A Dsyntax.php67 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/lastpages/
H A Dsyntax.php64 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/dwtimeline/syntax/
H A Dmilestone.php50 * @param int $pos The position in the document
54 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Ddwtimeline.php61 * @param int $pos The position in the document
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtimeline.php40 * @param int $pos The position in the document
44 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/mobiletable/
H A Dsyntax.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument

12345678910>>...65