Home
last modified time | relevance | path

Searched refs:pos (Results 451 – 475 of 1609) sorted by last modified time

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

/plugin/authorstats/
H A Dsyntax.php49 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/latex-was/syntax/
H A Dddollar.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Ddollar.php23 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Deqnarray.php27 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Ddisplaymath.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Deqnarraystar.php27 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dequation.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dequationstar.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dlatex.php34 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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36181 var pos = { class in AnonymousFunctionf8d14cd138900.getReplaceMenuPosition
36186 return pos;
48073 return map$1(waypoints, function(pos) { argument
48074 return self.createDiWaypoint(pos);
/plugin/popupviewer/syntax/
H A Dviewer.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
180 function convertToImageMapArea($imagemap, $data, $pos) { argument
201 …rig, $close, array('shape' => $shape, 'coords' => join(',',$coords))), DOKU_LEXER_MATCHED), $pos));
H A Dpopupscript.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/openas/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/xcom/scripts/
H A DsafeFN_class.js218 var pos = 0;
221 while ((pos = utf8str.search(/[^\x00-\x7F]/)) != -1) {
223 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
224 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/newpagetemplate/
H A Dcli.php171 $pos = array_search($position, array_keys($array));
173 array_slice($array, 0, $pos),
175 array_slice($array, $pos)
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php58 protected $pos = 0; variable in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
102 $this->pos = 0;
110 $this->pos = 0;
123 while ($this->pos < $this->length) {
125 if (!preg_match(self::MATCH_KEY, substr($this->binary, $this->pos), $keyMatches)) {
128 $this->pos += strlen($keyMatches[1]);
129 if (!isset($this->binary[$this->pos])) {
191 if (isset($this->binary[$this->pos]) && $this->binary[$this->pos] !== ',') {
197 if (isset($this->binary[$this->pos])
[all...]
/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])));
H A DBerEncoder.php121 protected $pos;
305 $this->pos = 0;
314 $this->lastPos = $this->pos;
315 $this->pos = 0;
332 $tag = ord($this->binary[$this->pos++]);
353 $length = ord($this->binary[$this->pos++]);
362 if (($this->maxLen - $this->pos) < $length) {
366 ($this->maxLen - $this->pos)
376 $type = new IncompleteType(substr($this->binary, $this->pos, $length), $tagNumber, $class, $isConstructed);
377 $this->pos
82 protected $pos; global() variable in FreeDSx\\Asn1\\Encoder\\BerEncoder
[all...]
/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...]
H A DVlv.php215 $pos = $control === null ? null : $control->getOffset();
216 if ($control === null || $pos === null) {
221 return (int) round($pos / ((int) $control->getCount() / 100));
/plugin/pureldap/vendor/composer/
H A DClassLoader.php522 if (false !== $pos = strrpos($class, '\\')) {
524 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/commonmark/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/include/syntax/
H A Deditbtn.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dfooter.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument

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