Home
last modified time | relevance | path

Searched refs:substr (Results 501 – 525 of 2368) sorted by relevance

1...<<21222324252627282930>>...95

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php57 $this->m_lpData = substr($this->m_lpData, $len);
64 $this->m_lpData = substr($this->m_lpData, $imgLen);
/plugin/mantis/lib/
H A Dnusoap.php794 return substr( $sstr, 1 );
811 return substr($str,0,$pos);
945 $op = substr($regs[8],0,1);
946 $h = substr($regs[8],1,2);
1757 if (substr($type, -1) == '^') {
1759 $type = substr($type, 0, -1);
3126 $data = ltrim(substr($data,$pos));
5554 if (substr($uqType, -1) == '^') {
5555 $uqType = substr($uqType, 0, -1);
5958 if (substr($uqType, -1) == '^') {
[all …]
/plugin/bbcode/
H A Dsize.php32 $match = substr($match, 6, -1);
33 … if (preg_match('/".+?"/',$match)) $match = substr($match, 1, -1); // addition #1: unquote
H A Dcolor.php176 $match = substr($match, 7, -1);
177 … if (preg_match('/".+?"/',$match)) $match = substr($match, 1, -1); // addition #1: unquote
/plugin/articlelinks/
H A Dsyntax.php52 $type = substr($match,1,strpos($match, '>')-1);
75 …$links .= substr($match,strpos($match, '>') + 1 , strpos($match, $endtag) - strpos($match, '>') -1…
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListItemRenderer.php40 if (\substr($result, 0, 1) === '<' && \substr($result, 0, 5) !== '<del>' && !$this->startsTaskListItem($node)) {
43 if (\substr($result, -1, 1) === '>') {
/plugin/blockquote/syntax/
H A Dcite.php35 if ($mode == substr(get_class($this), 7))
53 $source = trim(substr($match, 5, -1));
/plugin/gallery/
H A Dscript.js
/plugin/starred/
H A Daction.php61 if (substr(act_clean($event->data), 0, 10) != 'startoggle') return;
62 $id = substr($event->data, 11);
/plugin/combo/vendor/symfony/yaml/
H A DParser.php183 $sequenceYaml = substr($this->currentLine, $sequenceIndentation);
248 $refName = substr(rtrim($values['value']), 1);
472 if ('' !== $trimmedLine && '\\' === substr($line, -1)) {
473 $value .= ltrim(substr($line, 0, -1));
481 } elseif ('\\' === substr($line, -1)) {
623 $data[] = substr($this->currentLine, $newIndent ?? 0);
657 $data[] = substr($this->currentLine, $newIndent);
662 $data[] = substr($this->currentLine, $newIndent);
725 $value = substr($value, 1, $pos - 2);
727 $value = substr(
[all...]
/plugin/mediathumbnails/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern("{{thumbnail>.+?}}", $mode, substr(get_class($this), 7));
65 $mediapath_file = substr($match, 12, -2); //strip markup
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php30 $this->opt['true_value'] = substr($arg, 1);
34 $this->opt['false_value'] = substr($arg, 1);
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php30 $this->opt['true_value'] = substr($arg, 1);
34 $this->opt['false_value'] = substr($arg, 1);
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php61 $escapedArgument .= '^%"'.substr($part, 1, -1).'"^%';
64 if ('\\' === substr($part, -1)) {
/plugin/zip/pear/MIME/Type/
H A DParameter.php108 $value = substr($value, 0, $cs);
125 $comment = substr($param, $cs);
/plugin/textmodule/
H A Daction.php50 $t1 = trim(substr($m[$c],0,$n));
51 $t2 = trim(substr($m[$c],$n+1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php95 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
98 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/diagram/syntax/
H A Dsplitter.php148 $abbr_and_params = trim(substr($match, 1, -1));
161 $res['command'] = trim(substr($match, 1));
/plugin/bureaucracy/helper/
H A Dfieldyesno.php30 $this->opt['true_value'] = substr($arg, 1);
34 $this->opt['false_value'] = substr($arg, 1);
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php304 … if (substr($name, 0, 2) == '{}' && array_key_exists(substr($name, 2), $this->elementMap)) {
305 $name = substr($name, 2);
/plugin/nsindex/
H A Dsyntax.php56 $match = explode(',',trim(substr($match,9,-2)));
206 $data[$i]['sortgroup'] = substr($sortkey,0,1);
220 $first = strtoupper(substr($data[$i]['sortkey'],0,1));
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php304 … if (substr($name, 0, 2) == '{}' && array_key_exists(substr($name, 2), $this->elementMap)) {
305 $name = substr($name, 2);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php141 $argumentName = substr($argument[0], 1);
148 $argumentName = substr($argument[1], 1);
237 $argument = trim(substr($argument, 3));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php113 $message->setShortMessage(Utils::substr($record['message'], 0, $this->maxLength));
132 …$message->setAdditional($this->extraPrefix . $key, Utils::substr((string) $val, 0, $this->maxLengt…
143 …$message->setAdditional($this->contextPrefix . $key, Utils::substr((string) $val, 0, $this->maxLen…

1...<<21222324252627282930>>...95