Home
last modified time | relevance | path

Searched refs:substr (Results 1 – 25 of 138) sorted by path

123456

/dokuwiki/bin/
H A Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
H A Dwantedpages.php150 $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];
/dokuwiki/
H A Ddoku.php56 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
/dokuwiki/inc/Action/
H A DAbstractAction.php31 $this->actionname = strtolower(substr(strrchr(get_class($this), '\\'), 1));
H A DExport.php52 $mode = substr($this->actionname, 7);
H A DSubscribe.php
/dokuwiki/inc/Cache/
H A DCache.php210 $stats[substr($line, 0, $i)] = $line;
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php62 'sum' => PhpString::substr(str_replace($strip, '', $info['sum'] ?? ''), 0, 255),
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php123 $classname = substr($obfuscatedProp, 1, -strlen($obfuscatedPropTail));
/dokuwiki/inc/
H A DDifferenceEngine.php987 $word = substr($word, 1);
H A DDraft.php84 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
H A DJpegMeta.php148 $info = $this->getIPTCField(substr($field,5));
150 $info = $this->getExifField(substr($field,5));
152 $info = $this->getXmpField(substr($field,4));
154 $info = $this->getFileField(substr($field,5));
156 $info = $this->getDateField(substr($field,5));
207 return $this->setIPTCField(substr($field,5),$value);
209 return $this->setExifField(substr($field,5),$value);
227 return $this->deleteIPTCField(substr($field,5));
229 return $this->deleteExifField(substr($field,5));
724 $aux = substr(
[all...]
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/inc/Extension/
H A DPluginController.php360 $plugins[] = $plugin . '_' . substr($component, 0, -4);
H A DRemotePlugin.php
H A DSyntaxPlugin.php122 $idx = array_search(substr(get_class($this), 7), (array)$this->allowedModes, true);
/dokuwiki/inc/File/
H A DMediaFile.php
H A DPageResolver.php65 } elseif (page_exists(substr($id, 0, -1), $rev, true, $isDateAt)) {
67 return substr($id, 0, -1);
87 $try = substr($id, 0, -1);
H A DResolver.php57 $id = $this->contextID . ':' . substr($id, 1);
/dokuwiki/inc/Form/
H A DLegacyForm.php120 $control[substr($key, 1)] = $val;
/dokuwiki/inc/HTTP/
H A DHTTPClient.php494 $this->resp_body = @gzinflate(substr($r_body, 10));
607 $nbytes = fwrite($socket, substr($data, $written, 4096));
830 $headers = substr($headers, 0, -2);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/inc/Parsing/Handler/
H A DLists.php
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php240 return substr($mode, 1);
H A DParallelRegex.php

123456