Home
last modified time | relevance | path

Searched refs:substr (Results 1276 – 1300 of 2368) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/farm/
H A Dsoapconfig.class.php120 $m = substr($m, 8);
226 $m = substr($m, 8);
287 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php304 if ('get' === substr($methodName, 0, 3) && isset($methodName[3])) {
305 $this->reservedMacroNames[] = substr($methodName, 3);
402 $t = substr($node->getAttribute('data'), 3);
/plugin/backup/
H A Dadmin.php20 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? true : false;
29 …if ($object != "." && $object != ".." && substr($object, 0, strlen($startString)) === $startString…
377 $dir = substr($dir, strlen($prefix));
/plugin/move/_test/
H A Dnamespace_move.test.php201 $actual_response = substr($actual_response,strpos($actual_response,"<!-- wikipage start -->") + 23);
202 $actual_response = substr($actual_response,strpos($actual_response, 'doku.php'));
203 $actual_response = substr($actual_response,0,strpos($actual_response,"<!-- wikipage stop -->"));
/plugin/tagfilter/
H A Dhelper.php235 $this->addAndTag(substr($t, 1));
237 $this->addSubTag(substr($t, 1));
371 $imageid = $ns . ':' . substr($foundTag, strrpos($foundTag, ':'));
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php140 if (substr($this->physicalSql, -1) === "\n") {
198 $text = substr($text, 1, strlen($text) - 2);
292 $position .= ", in `" . substr($this->pageSqlString, $charPosition, -1) . "`";
/plugin/autotweet/
H A DOAuth.php277 if (@substr($request_headers['Authorization'], 0, 6) == "OAuth ") {
429 if (substr($k, 0, 5) != "oauth") continue;
795 if (substr($key, 0, 5) == "HTTP_") {
802 ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
/plugin/bookcreator/
H A Dscript.js413 return id.substr(4);
448 pageid = $li.attr('id').substr(4);
468 let pageid = ui.item.attr('id').substr(4),
504 pageid = ui.item.attr('id').substr(4),
/plugin/extendpage/helper/
H A Ddb.php67 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
/plugin/pagestat/syntax/
H A Dedit.php31 $match = trim(substr($match,3,-1));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php118 if (substr($fileName, 0 - strlen($this->extension)) !== $this->extension) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php92 $globalName = strtolower(substr($varName, 2));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php49 $sourcePath = substr($source, strlen($sourceRoot) + 1);
/plugin/referrers/
H A Dcode.php11 return (substr($str, 0, strlen($sub)) === $sub);
/plugin/navpath/
H A Dsyntax.php84 $split = preg_split("/split=/", substr($match, 8, -1), 2)[1];
/plugin/showsamples/
H A Dsyntax.php36 return array($state, trim (substr ($match, 12, -1))); // "<showSamples" => 12 ">" => 1
/plugin/since/
H A Dsince.php50 $this->syntax = substr($match, 1);
/plugin/fckg/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);
/plugin/uilanguage/
H A Daction.php41 $l = substr($ID, 0, 2);
/plugin/tabbox/
H A Dscript.js23 var id = $open.attr('id').substr(4);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php142 if (substr($method, 0, 4) == 'test' &&
/plugin/aceeditor/
H A Daction.php45 'mdpage' => substr($INFO['id'], -3) == '.md',
/plugin/autogallery/
H A Dsyntax.php58 $options = substr($match, 12, -2); //
/plugin/autotweet/syntax/
H A Dautotweet.php64 $match = trim( substr($match, 12, -2) );
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php21 $chunks[] = substr($string, $pos, $split_length);

1...<<51525354555657585960>>...95