Home
last modified time | relevance | path

Searched refs:substr (Results 1801 – 1825 of 2368) sorted by relevance

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php92 return $pos ? substr($value[0], 0, $pos) : $value[0];
/plugin/photogallery/
H A DpgFetch.php85 if((substr($MIME, 0, 5) == 'image') && ($WIDTH || $HEIGHT)) {
/plugin/nspages/
H A DoptionParser.php133 $excludedNs[] = PhpString::substr($exclude, 0, -1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php466 } else if ($contents !== null && substr($contents, 0, 17) === 'phpcs_input_file:') {
468 $filename = trim(substr($contents, 17, ($eolPos - 17)));
469 $contents = substr($contents, ($eolPos + strlen($this->eolChar)));
505 $comment = substr($token['content'], ($start + 30));
775 $eolChar = substr($firstLine, -1);
777 $secondLastChar = substr($firstLine, -2, 1);
1000 if (substr($code, 0, 9) === 'Internal.') {
1009 $sniff = substr($sniff, 0, -5);
1147 if (substr($code, 0, 9) === 'Internal.') {
1156 $sniff = substr($sniff, 0, -5);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js544 … this._input = ch + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - len),
548 …this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, th…
577 var past = this.matched.substr(0, this.matched.length - this.match.length);
578 return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
583 …return next.length < 20 && (next += this._input.substr(0, 20 - next.length)), (next.substr(0, 20) …
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js773 node.className=node.className.substr(0,index-1)+node.className.substr(index+size)
1049 return url.substr(lastDot+1)
1130 }var search=url.substr(q+1);
1154 }var search=url.substr(q+1);
1475 m=reg.exec(format)){if(m[0].substr(0,2)=="%%"){parts.push(format.substr(0,m.index));
1476 parts.push(m[0].substr(1))
5891 m=reg.exec(format)){if(m[0].substr(0,2)=="%%"){parts.push(format.substr(0,m.index));
5892 parts.push(m[0].substr(1))
6760 function hasStr(pos,substr){return text.substr(pos,substr.length)==substr
6998 }}source=source.substr(i0);
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js192 loc.baseDir=path.substr(0,path.length-m[1].length-1);
416 }if(text.length>limit){return this.escapeNewLines(text.substr(0,halfLimit)+"..."+text.substr(text.length-halfLimit))
784 node.className=node.className.substr(0,index-1)+node.className.substr(index+size)
1032 }var props={encodedContent:url.substr(point+1)};
1033 var metadataBuffer=url.substr(mark+1,point);
1043 var hint=decodeURIComponent(props.encodedContent.substr(0,200)).replace(/\s*$/,"");
1048 }if(!props.hasOwnProperty("name")){props.name=decodeURIComponent(props.encodedContent.substr(0,200)).replace(/\s*$/,"")
1058 if(queryString!=-1){url=url.substr(
[all...]
/plugin/eventum/
H A Dsyntax.php61 $raw = $match = substr($match, 8, -2);
/plugin/googlemaps3/
H A Dsyntax.php105 list($mapOptions, $markerOptions) = explode('>',substr($match,12,-14),2);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php85 $var->default = isset($vm[4]) ? substr($vm[4], 1) : null;
/plugin/flexpaper/
H A Dsyntax.php62 $match = trim(substr($match, 12, -2));
/plugin/projects/pchart/pchart/
H A Dpdata.php73 if (substr($line, 0, 1) == "#") continue;
/plugin/s5reloaded/
H A Drenderer.php258 if(substr($mime,0,5) == 'image'){
/plugin/sitemapnavi/
H A Dhelper.php202 $base = substr($fullId, strrpos($fullId, ':') + 1);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …n(a,b,c){function G(){}function F(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join…
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php111 return substr($name, 0, $pos);
/plugin/usersubscriptions/
H A Dsyntax.php44 $match = strtolower(trim(substr($match, 19, -2)));
/plugin/farm/
H A Dsoapserver.php96 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
/plugin/toolbox/
H A DToolboxFindAndReplace.js209 var text = textarea.value.substr(pos);
/plugin/zip/pear/File/Archive/
H A DReader.php104 return substr($std, 2);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php272 return \substr($str, 0, -1);
/plugin/linkmanager/
H A Dfunctions.php195 $label = substr($item['id'], $pos > 0 ? $pos + 1 : 0);
/plugin/tiledblog/
H A Dsyntax.php32 return trim (substr ($match, 11, -2)); // "{{tiledBlog" => 11 "}}" => 2
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js199 SimileAjax.urlPrefix = url.substr(0, url.indexOf("simile-ajax-api.js"));

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