Home
last modified time | relevance | path

Searched refs:substr (Results 1 – 25 of 138) sorted by last modified time

123456

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php688 $currentsql = trim(substr($currentsql, $semi_pos + 1));
/dokuwiki/lib/plugins/acl/
H A Dadmin.php527 $base = substr($base, strrpos($base, ':') + 1);
/dokuwiki/inc/
H A Dpageutils.php93 $id = substr($id, 0, -1);
182 return substr((string)$id, 0, $pos);
199 return substr($id, $pos + 1);
465 $name = substr($id, 0, -1 * strlen($ext[0]) - 1);
H A Dsearch.php
H A Dtemplate.php529 $parent = substr($parent, 0, $pos) . ':';
1764 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
H A Dutf8.php102 dbg_deprecated(PhpString::class . '::substr()');
103 return PhpString::substr($str, $offset, $length);
H A Dio.php170 $lines[] = substr($str, 0, $pos + 1);
171 $str = substr($str, $pos + 1);
550 if (io_mkdir_p(substr($target, 0, strrpos($target, '/')))) {
H A DMailer.class.php49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
581 $prefix = '[' . PhpString::substr($conf['title'], 0, 20) . '...]';
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php229 $first = (int) substr(array_shift($list), 0, 10);
230 $last = (int) substr(array_pop($list), 0, 10);
/dokuwiki/inc/parser/
H A Dxhtml.php684 $text = substr($text, 1);
687 $text = substr($text, 0, -1);
/dokuwiki/
H A Dindex.php
/dokuwiki/lib/exe/
H A Djs.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php1212 $key = str_pad(substr($this->key, $des_round * 8, 8), 8, "\0");
H A DRSA.php679 return substr($t, 0, $maskLen);
H A DRandom.php166 $crypto->setKey(substr($key, 0, $crypto->getKeyLength() >> 3));
167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
189 return substr($result, 0, $length);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php240 return substr($mode, 1);
H A DParallelRegex.php
/dokuwiki/lib/scripts/
H A Dedit.js46 if(icon.substr(0,1) !== '/'){
100 if (item.substr(0,1) !== '/') {
164 opts = [field.value.substr(0,DWgetSelection(field).start)];
175 s = str.substr(lasthl+1,6);
H A Deditor.js136 var search = "\n"+this.value.substr(0,selection.start);
139 search = search.substr(linestart);
153 if (match2 && this.value.substr(selection.start).match(/^($|\r?\n)/)) {
154 this.value = this.value.substr(0, linestart) + "\n" +
155 this.value.substr(selection.start);
173 this.value = this.value.substr(0,linestart)+
174 this.value.substr(linestart+2);
178 this.value = this.value.substr(0,linestart)+
179 this.value.substr(selection.start);
191 this.value = this.value.substr(
[all...]
H A Dfileuploaderextended.js188 if (i) action = action.substr(0, i);
H A Dindex.js5 $clicky[0].search.substr(1) + '&call=index',
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php98 $official = substr($this->file->headers['content-type'], 0, $pos);
107 } elseif (substr($official, -4) === '+xml'
111 } elseif (substr($official, 0, 6) === 'image/') {
134 if (substr($this->file->body, 0, 2) === "\xFE\xFF"
135 || substr($this->file->body, 0, 2) === "\xFF\xFE"
136 || substr($this->file->body, 0, 4) === "\x00\x00\xFE\xFF"
137 || substr($this->file->body, 0, 3) === "\xEF\xBB\xBF") {
154 if (strtolower(substr($this->file->body, $ws, 14)) === '<!doctype html'
155 || strtolower(substr($this->file->body, $ws, 5)) === '<html'
156 || strtolower(substr(
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php210 if (substr($this->compressed_data, 0, 3) !== "\x1F\x8B\x08") {
226 $mtime = substr($this->compressed_data, $this->position, 4);
252 $len = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
259 $this->extra_field = substr($this->compressed_data, $this->position, $len);
275 $this->filename = substr($this->compressed_data, $this->position, $len);
291 $this->comment = substr($this->compressed_data, $this->position, $len);
304 $crc = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
307 if ((crc32(substr($this->compressed_data, 0, $this->position)) & 0xFFFF) === $crc) {
318 if (($this->data = gzinflate(substr($this->compressed_data, $this->position, -8))) === false) {
325 $crc = current(unpack('V', substr(
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php225 if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
227 $this->http_version = substr($this->data, 5, $len);
247 $this->status_code = (int) substr($this->data, $this->position, $len);
261 $this->reason = trim(substr($this->data, $this->position, $len), "\x09\x0D\x20");
283 if (substr($this->data[$this->position], 0, 2) === "\x0D\x0A") {
305 $this->name = substr($this->data, $this->position, $len);
320 if (substr($this->data, $this->position, 2) === "\x0D\x0A") {
370 $this->value .= substr($this->data, $this->position, $len);
412 $this->value .= substr($this->data, $this->position, $len);
432 $this->body = substr(
[all...]

123456