Home
last modified time | relevance | path

Searched refs:substr (Results 801 – 825 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/semanticdata/
H A Daction.php112 $type = substr($event->data, 10);
123 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php80 $filePrefix = substr($filename, 0, strlen($filename)-100);
81 $filename = substr($filename, -100);
/plugin/table2csv/
H A DgetTableData.php17 $content = substr($content,$start);
21 $table = substr($content,$start,$end-$start);
/plugin/hcalendar/syntax/
H A Dhelper.php8 $match = html_entity_decode(substr($match, 8, -2));
11 $match = html_entity_decode(substr($match, 7, -2));
/plugin/rack/
H A Dsyntax.php173 $item['link'] = substr($matches[6], 5);
174 if( '[' == substr($item['link'], 0, 1)) {
/plugin/hidingip/
H A Daction.php62 …>data->_content[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo…
101 …>data->_content[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo…
/plugin/formatplus/syntax/
H A Dblockdeleteplus.php69 $match = substr($match,4,-1);
98 if (substr($format,0,5) == 'xhtml'){
/plugin/move/helper/
H A Dfile.php82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
88 $newname = substr($dst_name, 0, -1 * strlen($newext[0]) - 1);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php101 $this->buffer = \substr((string)$this->buffer, $buffer->endsAt());
132 $this->toConsume = \substr($this->toConsume, $lastPos);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php76 … $deduplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, …
162 if ($log && substr($log, 0, 10) >= $timestampValidity) {
/plugin/tplinc/
H A Dhelper.php169 if (substr($pattern, -2) == '**') {
175 if (substr($pattern, -1) == '*') {
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php131 $this->inputBuffer = substr($this->inputBuffer, $written);
144 $data = substr($data, $written);
/plugin/letsencrypt/classes/
H A DHTMLLogger.php10 $name = substr($name, 0, 1);
/plugin/recaptcha2/lib/
H A Dautoload.php9 if (substr($class, 0, 10) !== 'ReCaptcha\\') {
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorTrait.php56 return \substr(\bin2hex($binaryData), 0, $length);
/plugin/ajaxloader/
H A Dcommon.php3 $name = explode('_', substr($call, 7), 3);
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample03.php74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample04.php80 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.memory_get_usage.inc.php8 if ( substr(PHP_OS,0,3) == 'WIN') {
/plugin/linkprefix/
H A Dredirect.php17 $title = (strlen($url) > 55) ? substr($url, 0, 51) . "[..]" : $url;
/plugin/indexmenu/scripts/
H A Dnojsindex.js
/plugin/doi/syntax/
H A Disbn.php21 $isbn = substr($match, 7, -2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DInlineHTMLSniff.php58 if (substr($tokens[$stackPtr]['content'], 0, 2) === '#!') {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringEndsWith.php41 return substr($other, 0 - strlen($this->suffix)) == $this->suffix;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js365 o = o[0] + o.substr(2,period) + "." + o.substr(2+period);
440 return "(" + o.substr(0,3) + ") " + o.substr(3, 3) + "-" + o.substr(6);
469 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
549 return "(" + o.substr(0,3) + ") " + o.substr(3, 3) + "-" + o.substr(6);
578 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
604 out[out.length] = fmt.substr(j);
1359 else z[(j===5 && q.substr(0,5)==="xmlns"?"xmlns":"")+q.substr(j+1)] = v;
2570 var g = "(?:"+ f[0].substr(0,f[0].indexOf(":")) +":)"+ f[0].substr(f[0].indexOf(":")+1);
7471 d = x.substr(i);
8491 if(y[1].substr(0,6) === "xmlns:") w = "xmlns"+y[1].substr(6);
[all …]

1...<<31323334353637383940>>...95