Home
last modified time | relevance | path

Searched refs:substr (Results 1901 – 1925 of 2368) sorted by relevance

1...<<71727374757677787980>>...95

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js324 obj[member.substr(0, dotPos)] = member.substr(dotPos + 1);
332 attName = attName.substr(dotPos + 1);
430 modVal = "#" + val.substr(3) + val.substr(1,2);
1055 var func = mxGraphMlConverters[parts[1].substr(11)]; //11 is the length of Converter=
1063 args.push(parts[2].substr(11)); //11 is the length of Parameter=
1086 …var val = matches[0].substr(0, matches[0].length - 7) + matches[1] + "</text>"; //7 is the length …
/plugin/refnotes/syntax/
H A Dreferences.php29 $this->mode = substr(get_class($this), 7);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php235 if (substr($next[Mustache_Tokenizer::VALUE], -1) !== "\n") {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php196 $last = substr($message, \strlen($message) - 1);
/plugin/timetrack/
H A Dsyntax.php44 $command = trim(substr($match, 11 ,-2),'> ');
/plugin/schedule/syntax/
H A Dblock.php34 return array ($state, trim (substr ($match, 10, -2))); // "{{schedule" => 10 "}}" => 2
/plugin/minimap/
H A Dsyntax.php378 $homePageId = substr($id, 0, -1);
/plugin/dokutranslate/
H A Dadmin.php278 $base = substr($base,strrpos($base,':')+1);
/plugin/textinsert/
H A Dsyntax.php63 $match = substr($match,2,-2);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php160 $message = substr($message[1], 2);
/plugin/bookcreator/action/
H A Dhandleselection.php267 if((($i > 0) && substr($line, 0, 7) != " * [[:")) continue;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php225 list(, $node) = unpack('N', \chr($middle) . substr($bytes, $index, 3));
/plugin/popupviewer/syntax/
H A Dviewer.php43 $orig = substr($match, $close ? 13 : 8, -2);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php330 ? sprintf('```%s```', substr($this->stringify($value), 0, 1990))
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php272 return substr($uriPath, 0, $lastSlashPos);
/plugin/userhomepage/
H A Dhelper.php18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
/plugin/blog/syntax/
H A Darchive.php26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
/plugin/do/syntax/
H A Ddo.php77 $content = trim(substr($match, 3, -1));
/plugin/odt/ODT/css/
H A Dcssborder.php81 $unit = substr ($values [$index], -2);
/plugin/combo/ComboStrap/
H A DSqlite.php241 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
/plugin/tag/syntax/
H A Dsearchtags.php48 $flags = substr($match, 12, -2); // strip {{searchtags from start and }} from end
/plugin/struct/renderer/
H A Dcsv.php171 if (substr($name, 0, 7) == 'struct_') {
/plugin/publist/bib2tpl/lib/
H A DPEAR.php43 if (substr(PHP_OS, 0, 3) == 'WIN') {
884 if (substr($msg, -1) != "\n") {
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php43 if (substr(PHP_OS, 0, 3) == 'WIN') {
884 if (substr($msg, -1) != "\n") {
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php43 if (substr(PHP_OS, 0, 3) == 'WIN') {
884 if (substr($msg, -1) != "\n") {

1...<<71727374757677787980>>...95