Home
last modified time | relevance | path

Searched refs:substr (Results 551 – 575 of 2368) sorted by relevance

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

/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php112 $result = substr($this->buffer, 0, $length);
113 $this->buffer = substr($this->buffer, $length);
/plugin/blockquote/syntax/
H A Dblockquote.php38 if ($mode == substr(get_class($this), 7))
58 $source = trim(substr($match,strpos($match,' '),-1));
H A Dq.php35 if ($mode == substr(get_class($this), 7))
55 $source = trim(substr($match,strpos($match,' '),-1));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php109 $result = substr($this->buffer, 0, $length);
110 $this->buffer = substr($this->buffer, $length);
/plugin/smtp/classes/
H A DMessage.php80 if(substr($lines[$i],0, 4) == 'Bcc:') {
82 while(substr($lines[++$i],0, 1) === ' ') {
/plugin/combo/ComboStrap/
H A DConditionalValue.php44 $breakpoint = substr($value, $lastIndex + 1);
47 $this->value = substr($value, 0, $lastIndex);
H A DPathAbs.php46 return substr($lastName, 0, $lastPoint);
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
/plugin/diagrams/syntax/
H A Dembed.php28 $params = substr($open, 9);
29 $svg = substr($rest, 0, -10);
/plugin/submgr/
H A Dhelper.php198 if (substr($one, 0, 1) == '@') {
200 $found = $auth->retrieveUsers(0, 5000, array('grps' => substr($one, 1)));
224 if (substr($item, -1) == ':') {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php133 $stack |= ('__shift__' === substr($namespace, 0, 9));
153 str_repeat(' ', mb_strlen(substr($text, 0, $offset))) . '↑',
156 mb_substr(substr($text, $offset), 0, 1),
/plugin/syntaxhighlighter4/
H A Dsyntax.php85 $this->syntax = strtolower(substr($match, 1));
95 } elseif (substr($attr, 0, 1) == ';') {
139 $title = trim(substr($attr, strpos($attr, ' ') + 1));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php72 $r = rtrim(substr($val, 0, -1), '0');
91 $t1 = $j ? substr($c, 0, -$j) : $c;
101 $c = substr($c, -$t);
/plugin/googlesearch/
H A Dnusoap.php703 $name = substr(strstr($qname,':'),1);
727 return substr( $sstr, 1 );
744 return substr($str,0,$pos);
867 $op = substr($regs[8],0,1);
868 $h = substr($regs[8],1,2);
2433 $temp = substr($buffer,0,$chunkend);
2738 $data = ltrim(substr($data,$pos));
2740 $data = ltrim(substr($data,$pos));
2756 $data = ltrim(substr($data,$pos));
3353 if (substr($k, 0, 5) == 'HTTP_') {
[all …]
/plugin/iframe/
H A Dsyntax.php24 $match = substr($match, 6, -2);
29 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:'){
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php79 } else if (substr($tokens[$tag]['content'], 0, 5) === '@api-') {
91 if ($hasApiTag === true && substr($tokens[$tag]['content'], 0, 4) !== '@api') {
/plugin/tablewidth/
H A Daction.php32 $html .= substr($event->data[1], $start, $data[0][1] - $start);
37 $event->data[1] = $html . substr($event->data[1], $start);;
/plugin/pageredirect/
H A Dsyntax.php71 $id = substr($match, 10);
74 $id = substr($match, 11, -2);
/plugin/htmlmetatags/syntax/
H A Dsyntax.php111 if (substr ( $name, 0, 6 ) === 'media-') {
112 $name = substr ( $name, 6 );
/plugin/dokuprism/syntax/
H A Dcode.php25 $this->mode = substr(get_class($this), 7); // syntax mode, drop 'syntax_' from class name
50 $match = trim(substr($match, 5, -1)); //5 = strlen("<code")
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php351 $c_block = substr($c_block, 0, -4);
358 $c_block = substr($c_block, 2);
421 $data = substr($data, 2, -4); // strip compression headers
621 if (substr($header['filename'], -1) == '/') {
686 $header = substr($header, 4);
687 $value = substr($header, 0, $set['len']);
688 $header = substr($header, $set['len']);
694 $extra['utf8comment'] = substr($extra[0x7075], 5); // strip version and crc
697 $extra['utf8path'] = substr($extra[0x7075], 5); // strip version and crc
/plugin/linkfix/
H A Dadmin.php119 if($len && substr($id, 0, $len + 1) != $this->searchin . ':') continue;
190 $text = substr($text, 0, $pos) .
192 substr($text, $pos + strlen($link)); // continue after old link
241 $new = substr($full, strlen($this->changefrom));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php158 return substr($path, $len);
255 $namespace = substr($name, 1, $pos - 1);
256 $shortname = substr($name, $pos + 1);
295 && ':' === substr($file, 1, 1)
/plugin/acmenu/
H A Dsyntax.php94 $match = substr($match, 7, -1); // strips "<acmenu" and ">"
397 if (in_array(substr($val["id"], 0, -strlen(":" . $conf["start"])), $sub_ns)
404 if (in_array(substr($val["id"], 0, -strlen(":" . $conf["start"])), $sub_ns)) {
412 if (in_array(substr($val["id"], 0, -strlen(":" . $conf["start"])), $sub_ns)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php37 $name = substr($token->content, 1);
182 return new Ast\Selector\Simple\Id(substr($token->content, 1));
184 return new Ast\Selector\Simple\ClassName(substr($token->content, 1));
193 $name = substr($token->content, 2);

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