Home
last modified time | relevance | path

Searched refs:substr (Results 1951 – 1975 of 2368) sorted by relevance

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

/plugin/linkback/action/
H A Dsend.php319 $page_anchorless = substr($page, 0, strrpos($page, '#'));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php157 if (substr(strtolower($tagformat), 0, 6) == 'id3v2.') {
354 $id3v2_writer->majorversion = intval(substr($tagformat, -1));
/plugin/tindexmenu/syntax/
H A Dindexmenu.php326 $out .= "$js_name.config.urlbase='".substr(wl(":"), 0, -1)."';\n";
544 if (substr($file,-4) != '.txt') return false;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php582 if (substr($ar1, 0, $shortest) === substr($ar2, 0, $shortest)) {
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js2316 …color = "#" + color.substr(1, 1) + color.substr(1, 1) + color.substr(2, 1) + color.substr(2, 1) + …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php133 return substr($ciphertext, 0, strlen($plaintext));
136 $newciphertext = substr($ciphertext, 0, strlen($plaintext));
139 substr($ciphertext, strlen($plaintext)) :
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
180 return substr($plaintext, 0, strlen($ciphertext));
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php714 if (substr($typeLine, 0, 1) == "1") {
719 if (substr($typeColumn, 0, 1) == "1") {
734 if (substr($typeColumn, $col + 1, 1) == "1") {
748 if (substr($typeLine, $line + 1, 1) == "1") {
/plugin/dokumicrobugtracker/
H A Dsyntax.php41 $match = substr($match,22,-2); //strip markup from start and end
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php138 … $before = substr($address->toString(false), 0, -strlen(':101') * $this->asterisksCount);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php539 return substr($this->getStreamName(), 0, $pos);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php247 $this->s_rev = substr($opts['sort'],0,1)=='!';
/plugin/task/syntax/
H A Dtask.php29 $match = substr($match, 6, -2);
/plugin/eventline/
H A Dplain.php236 if(substr($mime,0,5) == 'image'){
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php411 … if (!is_string($body) || substr(strtolower($part->getContentType()), 0, 5) != "text/") continue;
/plugin/pdb/
H A Dsyntax.php40 $match = substr($match,6,-2);
/plugin/vbsso/includes/
H A Dapi.php185 $password .= substr($possible, mt_rand(0, strlen($possible) - 1), 1);
/plugin/condition/
H A Dbase_tester.php.orig.php255 $str = substr($str, strlen($reg[1]));
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php130 $chunk = substr($this->data, $this->progress, $this->chunkSize);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php404 $chunk = $this->fwrite(substr($data, $sent));
/plugin/dw2markdown/
H A Drenderer.php611 if(substr($link['url'], 0, 7) != 'mailto:') {
/plugin/combo/ComboStrap/
H A DFetcherPage.php55 $id = substr(str_replace("/", ":", $path), 1);
/plugin/bez/mdl/
H A DThreadFactory.php18 $first = (int) substr($date, 0, strpos($date, '-'));
/plugin/batchedit/
H A Dinterface.js71 var pageId = escapeId(this.id.substr(0, this.id.indexOf('#')));
/plugin/struct/types/
H A DAbstractBaseType.php136 return substr($class, strrpos($class, "\\") + 1);
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1 …s/))break}if(d)return null}var e=a.string;var f=c.exec(e.substr(a.pos));if(f){a.string=e.substr(0,…

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