/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Gzdecode.php | 87 public $position = 0; variable in SimplePie\\Gzdecode 222 $this->position += 4; 225 $mtime = substr($this->compressed_data, $this->position, 4); 231 $this->position += 4; 234 $this->XFL = ord($this->compressed_data[$this->position++]); 237 $this->OS = ord($this->compressed_data[$this->position++]); 242 $this->SI1 = $this->compressed_data[$this->position++]; 243 $this->SI2 = $this->compressed_data[$this->position++]; 251 $len = current(unpack('v', substr($this->compressed_data, $this->position, 2))); 252 $this->position += 2; [all …]
|
D | IRI.php | 420 $position = 0; 422 while (($position += strspn($string, $extra_chars, $position)) < $strlen) { 423 $value = ord($string[$position]); 427 $start = $position; 459 if ($position + $length <= $strlen) { 460 for ($position++; $remaining; $position++) { 461 $value = ord($string[$position]); 470 $position--; 475 $position = $strlen - 1; 507 $position--; [all …]
|
D | Misc.php | 1754 $position = 0; 1760 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) { 1761 $output .= substr($string, $position, $pos - $position); 1762 $position = $pos + 1; 1765 while ($depth && $position < $length) { 1766 $position += strcspn($string, '()', $position); 1767 if ($string[$position - 1] === '\\') { 1768 $position++; 1770 } elseif (isset($string[$position])) { 1771 switch ($string[$position]) { [all …]
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
D | Parser.php | 144 protected $position = 0; variable in SimplePie\\HTTP\\Parser 202 return (bool) ($this->position < $this->data_length); 212 return (bool) ($this->data[$this->position] === "\x09" 213 || $this->data[$this->position] === "\x20" 214 || ($this->data[$this->position] === "\x0A" 215 && isset($this->data[$this->position + 1]) 216 … && ($this->data[$this->position + 1] === "\x09" || $this->data[$this->position + 1] === "\x20"))); 227 $this->position += 5 + $len; 230 $this->position += strspn($this->data, "\x09\x20", $this->position); 245 if ($len = strspn($this->data, '0123456789', $this->position)) { [all …]
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
D | Entities.php | 78 public $position = 0; variable in SimplePie_Decode_HTML_Entities 99 while (($this->position = strpos($this->data, '&', $this->position)) !== false) { 115 if (isset($this->data[$this->position])) { 116 $this->consumed .= $this->data[$this->position]; 117 return $this->data[$this->position++]; 132 if ($len = strspn($this->data, $chars, $this->position)) { 133 $data = substr($this->data, $this->position, $len); 135 $this->position += $len; 150 $this->position--; 206 …$this->data = substr_replace($this->data, $replacement, $this->position - $consumed_length, $consu… [all …]
|
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/ |
D | Parser.php | 133 public $position = 0; variable in SimplePie\\XML\\Declaration\\Parser 178 return (bool) ($this->position < $this->data_length); 188 $whitespace = strspn($this->data, "\x09\x0A\x0D\x20", $this->position); 189 $this->position += $whitespace; 198 $quote = substr($this->data, $this->position, 1); 200 $this->position++; 201 $len = strcspn($this->data, $quote, $this->position); 203 $value = substr($this->data, $this->position, $len); 204 $this->position += $len + 1; 222 if (substr($this->data, $this->position, 7) === 'version') { [all …]
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 19 position: absolute; 46 position: absolute; 69 position: relative; 86 position: fixed; 95 position: relative; 106 position: absolute; 119 position: absolute; 126 position: relative; 143 position: relative; 151 position: absolute; [all …]
|
/dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
D | Date.php | 758 $position = 0; 764 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) { 765 $output .= substr($string, $position, $pos - $position); 766 $position = $pos + 1; 769 while ($depth && $position < $length) { 770 $position += strcspn($string, '()', $position); 771 if ($string[$position - 1] === '\\') { 772 $position++; 774 } elseif (isset($string[$position])) { 775 switch ($string[$position]) { [all …]
|
/dokuwiki/lib/styles/ |
D | screen.css | 13 background-position: 8px 50%; 27 background-position: 99% 50%; 59 position: absolute; 85 position: absolute !important;
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | structure.less | 45 position: relative; 51 position: relative;
|
D | _fileuploader.css | 7 position: relative; 33 position: absolute; 47 position: absolute;
|
D | _search.less | 41 position: relative; 65 position: absolute; 167 position: relative; 172 position: absolute;
|
D | _tabs.css | 10 position: relative; 15 position: absolute; 45 position: relative;
|
D | usertools.less | 2 position: absolute;
|
D | pagetools.less | 29 position: absolute; 36 position: fixed; 40 position: absolute;
|
D | _links.css | 38 background-position: 0 center; 68 background-position: right center;
|
D | _media_fullscreen.css | 68 position: relative; 137 position: relative; 143 position: relative; 220 background-position: right 1px; 265 position: relative; 307 position: relative; 460 position: relative; 517 position: relative; 520 position: absolute;
|
D | _media_popup.css | 21 position: absolute; 39 position: absolute;
|
D | design.less | 137 position: relative; 163 background-position: 5px 0; 166 position: relative;
|
D | mobile.less | 10 position: relative; 175 position: static !important; 328 position: static;
|
D | _modal.css | 46 background-position: 257px 3px;
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
D | Tar.php | 27 protected $position = 0; variable in splitbrain\\PHPArchive\\Tar 79 $this->position = 0; 126 $this->contentUntil = $this->position + $header['size']; 127 $this->skipUntil = $this->position + ceil($header['size'] / 512) * 512; 131 $skip = $this->skipUntil - $this->position; 152 $length = (int) min($length, $this->contentUntil - $this->position); 492 $this->position += strlen($ret); 543 $this->position += $bytes;
|
/dokuwiki/lib/plugins/extension/ |
D | style.less | 16 position: fixed; 81 position: relative; 95 position: absolute;
|
/dokuwiki/lib/plugins/config/ |
D | style.css | 5 background-position: 0.5em; 87 position: relative;
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …position,V.position={scrollbarWidth:function(){var t,e,i;return void 0!==s?s:(i=(e=V("<div style='… property
|