Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 33) sorted by relevance

12

/dokuwiki/vendor/simplepie/simplepie/src/
DGzdecode.php87 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 …]
DIRI.php420 $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 …]
DMisc.php1754 $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/
DParser.php144 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/
DEntities.php78 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/
DParser.php133 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/
Dsmoothness.css19 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/
DDate.php758 $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/
Dscreen.css13 background-position: 8px 50%;
27 background-position: 99% 50%;
59 position: absolute;
85 position: absolute !important;
/dokuwiki/lib/tpl/dokuwiki/css/
Dstructure.less45 position: relative;
51 position: relative;
D_fileuploader.css7 position: relative;
33 position: absolute;
47 position: absolute;
D_search.less41 position: relative;
65 position: absolute;
167 position: relative;
172 position: absolute;
D_tabs.css10 position: relative;
15 position: absolute;
45 position: relative;
Dusertools.less2 position: absolute;
Dpagetools.less29 position: absolute;
36 position: fixed;
40 position: absolute;
D_links.css38 background-position: 0 center;
68 background-position: right center;
D_media_fullscreen.css68 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.css21 position: absolute;
39 position: absolute;
Ddesign.less137 position: relative;
163 background-position: 5px 0;
166 position: relative;
Dmobile.less10 position: relative;
175 position: static !important;
328 position: static;
D_modal.css46 background-position: 257px 3px;
/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php27 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/
Dstyle.less16 position: fixed;
81 position: relative;
95 position: absolute;
/dokuwiki/lib/plugins/config/
Dstyle.css5 background-position: 0.5em;
87 position: relative;
/dokuwiki/lib/scripts/jquery/
Djquery-ui.min.js6position,V.position={scrollbarWidth:function(){var t,e,i;return void 0!==s?s:(i=(e=V("<div style='… property

12