Home
last modified time | relevance | path

Searched refs:substr (Results 1201 – 1225 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php137 $value = substr($value, 1, strlen($value)-2);
/plugin/latexit/
H A Dhelper.php50 if(substr($data,-1) != "\n") $data .= "\n";
/plugin/quiz/
H A Dsyntax.php45 $match = substr($match, 2, -2); // strip markup
/plugin/simplemap/
H A Dsyntax.php67 $match = substr($match, strlen('{{simplemap>'), -strlen('}}'));
/plugin/htmldetailstag/syntax/
H A Ddetails.php32 if ($mode == substr(get_class($this), 7)) return true;
/plugin/ol3/
H A Dsyntax.php30 return array ($state, trim (substr ($match, 5, -2))); // "{{ol3" => 5 "}}" => 2
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php101 if (strpos($command, " ")) $command = substr($command, 0, strpos($command, " "));
/plugin/rssticker/
H A Dsyntax.php32 $match = substr($match,12,-2);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DXdebug.php108 if (substr($buffer, -1) !== "\n") {
/plugin/reqlang/
H A Daction.php67 $primary = substr($lang, 0, $split);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php105 $message = substr($message, 0, $maxLength - 4) . ' ...';
/plugin/ckgedit/scripts/
H A Dmediamgr.js12 id = $link.attr("id").substr(2);
/plugin/structnotification/helper/
H A Ddb.php70 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php75 if (substr($body, -1) != "\n") {
/plugin/notification/helper/
H A Ddb.php65 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/bbcodeextensions/syntax/
H A Dq.php17 $match= trim(substr($match, 2, -4));
/plugin/spatialhelper/syntax/
H A Dfindnearby.php81 $data [0] = trim(substr($match, strlen('{{findnearby>'), -2));
/plugin/struct/helper/
H A Ddb.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/disqus/
H A Dsyntax.php49 $match = substr($match, 8, -2); //strip ~~DISQUS from start and ~~ from end
/plugin/inseecity/
H A Dsyntax.php30 return array ($state, trim (substr ($match, 11, -2))); // "{{inseecity" => 11 "}}" => 2
/plugin/croissant/
H A Dsyntax.php34 return trim(substr($match, 5, -2));
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php23 $qxri = substr(Auth_Yadis_toURINormal($xri), 6);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php88 return substr((string) $file, strlen((string) $directory));
/plugin/addressbook/helper/
H A Ddb.php74 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…

1...<<41424344454647484950>>...95