Home
last modified time | relevance | path

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

12

/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php50 public $position = 0; variable in SimplePie\\Gzdecode
185 $this->position += 4;
188 $mtime = substr($this->compressed_data, $this->position, 4);
194 $this->position += 4;
197 $this->XFL = ord($this->compressed_data[$this->position++]);
200 $this->OS = ord($this->compressed_data[$this->position++]);
205 $this->SI1 = $this->compressed_data[$this->position++];
206 $this->SI2 = $this->compressed_data[$this->position++];
214 … $len = current((array) unpack('v', substr($this->compressed_data, $this->position, 2)));
215 $this->position += 2;
[all …]
H A DIRI.php389 $position = 0;
391 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {
392 $value = ord($string[$position]);
396 $start = $position;
428 if ($position + $length <= $strlen) {
429 for ($position++; $remaining; $position++) {
430 $value = ord($string[$position]);
439 $position--;
444 $position = $strlen - 1;
476 $position--;
[all …]
H A DMisc.php1776 $position = 0;
1782 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
1783 $output .= substr($string, $position, $pos - $position);
1784 $position = $pos + 1;
1787 while ($depth && $position < $length) {
1788 $position += strcspn($string, '()', $position);
1789 if ($string[$position - 1] === '\\') {
1790 $position++;
1792 } elseif (isset($string[$position])) {
1793 switch ($string[$position]) {
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php110 protected $position = 0; variable in SimplePie\\HTTP\\Parser
171 return (bool) ($this->position < $this->data_length);
181 return (bool) ($this->data[$this->position] === "\x09"
182 || $this->data[$this->position] === "\x20"
183 || ($this->data[$this->position] === "\x0A"
184 && isset($this->data[$this->position + 1])
185 … && ($this->data[$this->position + 1] === "\x09" || $this->data[$this->position + 1] === "\x20")));
197 $this->position += 5 + $len;
200 $this->position += strspn($this->data, "\x09\x20", $this->position);
216 if ($len = strspn($this->data, '0123456789', $this->position)) {
[all …]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php40 public $position = 0; variable in SimplePie_Decode_HTML_Entities
61 while (($position = strpos($this->data, '&', $this->position)) !== false) {
62 $this->position = $position;
78 if (isset($this->data[$this->position])) {
79 $this->consumed .= $this->data[$this->position];
80 return $this->data[$this->position++];
95 if ($len = strspn($this->data, $chars, $this->position)) {
96 $data = substr($this->data, $this->position, $len);
98 $this->position += $len;
114 $this->position--;
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php93 public $position = 0; variable in SimplePie\\XML\\Declaration\\Parser
139 return (bool) ($this->position < $this->data_length);
149 $whitespace = strspn($this->data, "\x09\x0A\x0D\x20", $this->position);
150 $this->position += $whitespace;
161 $quote = substr($this->data, $this->position, 1);
163 $this->position++;
164 $len = strcspn($this->data, $quote, $this->position);
166 $value = substr($this->data, $this->position, $len);
167 $this->position += $len + 1;
185 if (substr($this->data, $this->position, 7) === 'version') {
[all …]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A 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/
H A DDate.php719 $position = 0;
725 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
726 $output .= substr($string, $position, $pos - $position);
727 $position = $pos + 1;
730 while ($depth && $position < $length) {
731 $position += strcspn($string, '()', $position);
732 if ($string[$position - 1] === '\\') {
733 $position++;
735 } elseif (isset($string[$position])) {
736 switch ($string[$position]) {
[all …]
/dokuwiki/lib/styles/
H A Dscreen.css13 background-position: 8px 50%;
27 background-position: 99% 50%;
59 position: absolute;
85 position: absolute !important;
100 position: relative;
104 position: absolute;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dstructure.less45 position: relative;
51 position: relative;
H A D_fileuploader.css7 position: relative;
33 position: absolute;
47 position: absolute;
H A D_search.less41 position: relative;
65 position: absolute;
167 position: relative;
172 position: absolute;
H A D_tabs.css10 position: relative;
15 position: absolute;
45 position: relative;
H A Dusertools.less2 position: absolute;
H A Dpagetools.less28 position: absolute;
35 position: fixed;
39 position: absolute;
H A D_links.css38 background-position: 0 center;
68 background-position: right center;
H A 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;
H A D_media_popup.css21 position: absolute;
39 position: absolute;
H A Dmobile.less10 position: relative;
175 position: static !important;
328 position: static;
H A Ddesign.less137 position: relative;
163 background-position: 5px 0;
166 position: relative;
H A D_modal.css46 background-position: 257px 3px;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A 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/
H A Dstyle.less16 position: fixed;
81 position: relative;
95 position: absolute;
/dokuwiki/lib/plugins/config/
H A Dstyle.css5 background-position: 0.5em;
87 position: relative;
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6position,V.position={scrollbarWidth:function(){var t,e,i;return void 0!==s?s:(i=(e=V("<div style='… property

12