Home
last modified time | relevance | path

Searched refs:pos (Results 126 – 150 of 1609) sorted by relevance

12345678910>>...65

/plugin/cnmap/
H A Dsyntax.php66 * @param int $pos The position in the document
71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
93 $pos = false;
97 $pos = strpos($renderer->doc, $this->amap_script_src);
100 $pos = strpos($renderer->doc, $this->bmap_script_src);
105 if ($pos !== false)
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php117 $pos = 0;
120 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
121 $pos += $end;
140 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
141 $pos += $end;
142 if ($pos >= $max) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php102 while (false !== $pos = strrpos($entityPrefix, '\\')) {
103 $currentEntityPrefix = substr($entity, 0, $pos + 1);
105 $entitySuffix = substr($entity, $pos + 1);
125 false !== $pos = strrpos($entity, '\\')) {
127 $entity . '\\' . substr($entity, $pos + 1)
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php41 if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) << ord($this->binary[$this->pos + ($length - 1)])) !== 0) {
57 if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_TRUE)) {
58 throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
/plugin/wrap/syntax/
H A Ddiv.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 $handler->addCall('cdata', array($match), $pos);
61 $handler->addCall('header',array($title,$level,$pos), $pos);
64 $handler->addPluginCall('wrap_closesection', array(), DOKU_LEXER_SPECIAL, $pos, '');
/plugin/bookcreator/syntax/
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/dokutexit/
H A Dsyntax.php73 function handle($match, $state, $pos, &$handler){ argument
83 return array($state,$matches[0], $matches[1],$pos);
86 return array($state,'',$match,$pos);
94 list($state, $substate, $match, $pos) = $data;
/plugin/bootswrapper/syntax/
H A Dpanel.php68 list($state, $match, $pos, $attributes) = $data;
97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)…
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
121 $renderer->finishSectionEdit($pos + strlen($match));
H A Dmacros.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
44 return array($match, $state, $pos);
57 list($match, $state, $pos) = $data;
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php60 $pos = strrpos($filename, '.');
62 if ($pos !== FALSE) {
63 $extension = strtolower(substr($filename, $pos+1));
/plugin/linkfix/
H A Dadmin.php160 $pos = $instruction[2] - 1;
163 $text{$pos} == '[' ||
164 $text{$pos} == '{' ||
165 $text{$pos} == ' ' ||
166 $text{$pos} == "\t"
168 $pos++;
190 $text = substr($text, 0, $pos) .
192 substr($text, $pos + strlen($link)); // continue after old link
/plugin/linkback/action/
H A Dsend.php185 /** @var Form $pos */
186 $pos = $form->findPositionByAttribute('id','wiki__editbar');
188 $form->addTagOpen('div', $pos);
192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
200 $form->addTagClose('div', $pos + 2);
203 $pos = $form->findElementById('wiki__editbar');
204 $form->insertElement($pos, form_makeOpenTag('div', array('id'=>'plugin__linkback_wrapper')));
205 $form->insertElement($pos + 1, form_makeCheckboxField('plugin__linkback_toggle', '1', $this->getLang('linkback_enabledisable'), 'plugin__linkback_toggle', 'edit', (($data['send']) ? array('checked' => 'checked') : array())));
206 $form->insertElement($pos + 2, form_makeCloseTag('div'));
/plugin/divalign2/syntax/
H A Dcenter.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Djustify.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Dleft.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Dright.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
/plugin/rplus/
H A Drenderer.php91 * @param int $pos byte position in the original source
93 function header($text, $level, $pos) argument
148 parent::header($textWithLocalization, $level, $pos);
229 * @param int $pos byte position in the original source
232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) argument
237 if ($pos !== null) {
243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
/plugin/overlay/
H A Dscript.js67 var pos = x.toString() + '#' + y.toString() + '#' + which;
70 setOverlayCookie('OverlayUserposition', pos) ;
83 var pos = x.toString() + '#' + y.toString() + '#' + which;
84 setOverlayCookie('OverlayUserposition', pos) ;
93 var pos = overlay_getCookie('OverlayUserposition') ;
97 if(pos) {
98 pos_ar = pos.split('#');
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php711 $pos += 2;
723 ++$pos;
743 $epos = $pos;
793 $pos = $epos;
806 $pos -= $p;
822 $pos = $epos;
832 $pos = $epos;
844 $pos = $epos;
863 $epos = $pos;
909 $pos = $epos;
[all …]
/plugin/revealjs/
H A Daction.php20 $pos = strrpos($event->data[1],$search);
21 if ($pos !== false) {
22 $event->data[1] = substr_replace($event->data[1], $replace, $pos, strlen($search));
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) { argument
104 function table_close($pos = NULL) argument
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) { argument
104 function table_close($pos = NULL) argument
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
/plugin/statdisplay/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler) argument
45 $pos = array_search('graph', $params);
46 if ($pos !== false) {
48 unset($params[$pos]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php100 * @param int $pos
103 protected function isAtFilterContainer(int $pos): bool
105 if (!$this->startsWith(FilterInterface::PAREN_LEFT, $pos)) {
110 if ($this->startsWith($compOp, $pos + 1)) {
228 $pos = false;
230 $pos = $this->nextClosingParenthesis($startAt);
233 if ($pos !== false) {
234 throw new FilterParseException(sprintf('The ")" at char %s has no matching parenthesis', $pos));
405 * @param int $pos
408 protected function startsWith(string $char, int $pos)
99 isAtFilterContainer(int $pos) global() argument
398 startsWith(string $char, int $pos) global() argument
[all...]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php601 $pos = $offset;
603 $constructed = (\ord($der[$pos]) >> 5) & 0x01;
604 $type = \ord($der[$pos++]) & 0x1f;
607 $len = \ord($der[$pos++]);
611 while ($n-- && $pos < $size) {
612 $len = ($len << 8) | \ord($der[$pos++]);
619 $data = \substr($der, $pos, $len - 1);
620 $pos += $len - 1;
622 $data = \substr($der, $pos, $len);
623 $pos += $len;
[all …]

12345678910>>...65