| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 61 while ($idx < $slen) { 65 while ($idx < $slen && (strpos(self::CHARS, $source[$idx]) === false)) { 93 } while ($depth >= 0); 116 while (in_array($source[$idx - $j], self::WHITESPACE_CHARS)) { 132 while ($ccd || $source[$idx + $j] != '/') { 150 while (($idx + $j < $slen) && $source[$idx + $j] != '"') { 168 while (($idx + $j < $slen) && $source[$idx + $j] != "'") { 186 while (($idx + $j < $slen) && $source[$idx + $j] != "`") {
|
| /dokuwiki/inc/lang/en/ |
| H A D | conflict.txt | 3 …nt you edited exists. This happens when another user changed the document while you were editing i…
|
| /dokuwiki/_test/core/ |
| H A D | TestUtils.php | 34 while (false !== ($entry = $dh->read())) { 55 while (false !== ($entry = $dh->read())) {
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | urbi.php | 86 'waituntil', 'when', 'whenever', 'while', 'while&', 'while,', 'while;', 87 'while|', 'throw', 'onleave', 'watch', 'return', 'and_eq', 'default', 'finally',
|
| H A D | clojure.php | 64 'drop-while', 'nthrest', 'take', 'take-while', 'take-nth', 'butlast',
|
| /dokuwiki/inc/HTTP/ |
| H A D | HTTPClient.php | 315 } while ($r_line != "\r\n" && $r_line != "\n"); 405 … while (preg_match('/^[a-zA-Z0-9]?$/', $byte = $this->readData($socket, 1, 'chunk'))) { 426 } while ($chunk_size && !$abort); 455 while (!feof($socket)) { 542 } while ($r_line != "\r\n" && $r_line != "\n"); 588 while ($written < $towrite) { 592 …throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)', $message, $time_used), -… 594 throw new HTTPClientException("Socket disconnected while writing $message"); 609 … throw new HTTPClientException("Failed writing to socket while sending $message", -100); 640 'Timeout while reading %s after %d bytes (%.3fs)', [all …]
|
| /dokuwiki/inc/ |
| H A D | DifferenceEngine.php | 180 while ($xi < $n_from || $yi < $n_to) { 186 while ($xi < $n_from && $yi < $n_to && !$this->xchanged[$xi] && !$this->ychanged[$yi]) { 195 while ($xi < $n_from && $this->xchanged[$xi]) 199 while ($yi < $n_to && $this->ychanged[$yi]) 314 while ($beg < $end) { 349 while ($xoff < $xlim && $yoff < $ylim && $this->xv[$xoff] == $this->yv[$yoff]) { 355 while ($xlim > $xoff && $ylim > $yoff && $this->xv[$xlim - 1] == $this->yv[$ylim - 1]) { 374 while ($yoff < $ylim) 376 while ($xoff < $xlim) 383 while ($pt2 = next($seps)) { [all …]
|
| H A D | io.php | 39 while (($id = getNS($id)) !== false) { 161 while (!feof($bz)) { 170 while ($pos !== false) { 454 } while ($locked === false); 499 while (!@is_dir($tmp) && !(file_exists($tmp) && !is_dir($tmp))) { 579 while (false !== ($f = readdir($dh))) { 775 while (!feof($fh)) { 822 while (!feof($bz)) {
|
| H A D | JpegMeta.php | 1014 while (!$done) { 1020 while (!feof($this->_fp) && ($c != 0xFF)) { 1027 } while (!feof($this->_fp) && ($marker == 0xFF)); 1175 while (!$done) { 1179 while (!feof($this->_fp) && ($c != 0xFF)) { 1186 } while (!feof($this->_fp) && ($marker == 0xFF)); 1298 while (!feof($this->_fp)) { 1603 while ((++$i < $count) && ($values[$i]['tag'] != 'rdf:Description')) { 1642 while ($values[++$i]['tag'] == 'rdf:li') { 1652 while ((++$i < $count) && ($values[$i]['tag'] != 'rdf:Alt')); [all …]
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingDirchoice.php | 20 while (false !== ($entry = readdir($dh))) {
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Parser.php | 178 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) { 325 } while ($this->has_data() && $this->is_linear_whitespace()); 330 * See what state to move to while within non-quoted header values 364 * Parse a header value while outside quotes 375 * See what state to move to while within quoted header values 406 * Parse a header value while within quotes 453 while (true) {
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Parser.php | 140 while (false !== $this->parseChunk()) { 381 while ($this->expression($exp)) { 424 while (true) { 484 while ($this->expressionList($v)) { 684 while ($this->match($patt, $m, false)) { 753 while ($this->match($patt, $m, false)) { 857 while (true) { 950 while ($this->tag($tt, $simple)) { 964 while ($this->tag($tt, true)) { 989 while (true) { [all …]
|
| /dokuwiki/inc/Utf8/ |
| H A D | Clean.php | 127 while (preg_match('/' . $UTF8_BAD . '/S', $str, $matches)) { 196 while (($i < $limit) && ((ord($str[$i]) & 0xC0) === 0x80)) $i++; 198 while ($i && ((ord($str[$i]) & 0xC0) === 0x80)) $i--;
|
| /dokuwiki/_test/tests/inc/ |
| H A D | httpclient_mock.php | 44 while($this->tries) {
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Table.php | 89 while ($discard = array_pop($this->tableCalls)) { 175 while (++$key < count($this->tableCalls)) { 282 while (++$lastCell < $this->maxCols) { 306 while ($this->tableCalls[$key][0] == 'cdata') {
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 147 while ($tail - $head > $this->chunk_size) { 190 while ($got < $chunk_size && !feof($fp)) { 246 while (true) {
|
| H A D | ChangeLog.php | 244 while ($count < $num + $first) { 259 while ($got < $read_size && !feof($fp)) { 342 while (!$relativeRev && $checkOtherChunk) { 424 while ($head > 0) { 502 while (count($lines) > 0) { 544 while ($head > 0) {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| H A D | Barrett.php | 126 …om a m.length + (m.length >> 1) + 1 digit number. ie. there'd be an extra digit and the while loop 137 while (bccomp($result, $m) >= 0) { 188 while (bccomp($result, $n) >= 0) {
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …while(t=e[r++])n+=ce.text(t);return 1===i||11===i?e.textContent:9===i?e.documentElement.textConten…
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | admin.php | 163 while ($lines !== [] && str_starts_with($lines[0], ' ')) { 192 while (str_starts_with($line, ' ')) {
|
| /dokuwiki/lib/plugins/safefnrecode/ |
| H A D | action.php | 61 while (($file = readdir($dh)) !== false) {
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 28 … allow for backwards-compatible changes to be installed, if any get made, while never jumping to m…
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | css_at_import_less.test.php | 27 } while (!$ok);
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 87 while ( 200 } while (!is_null($rev) && $rev > $lastupdate);
|