Home
last modified time | relevance | path

Searched refs:substr (Results 1176 – 1200 of 2368) sorted by relevance

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

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js223 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
224 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/approve/action/
H A Dmigration.php
/plugin/combo/action/
H A Dlinkmove.php320 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
321 $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));
/plugin/combo/ComboStrap/
H A DPageUrlPath.php71 return substr($lastPartName, $lastPosition + 1);
198 $extractedEncodedPageId = substr($encodedPageId, 1);
/plugin/hidden/
H A Dsyntax.php30 if ($mode == substr(get_class($this), 7)) return true;
68 $match = substr($match, 7, -1); //7 = strlen("<hidden")
/plugin/spatialhelper/helper/
H A Dindex.php
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php285 $variable = substr($variable, strlen($event . ':'));
370 return substr($key, 0, end($accepted_length));
406 if (substr($data, 0, 3) == pack('CCC', 239, 187, 191)) {
407 $data = substr($data, 3);
/plugin/superacl/
H A Dadmin.php430 $base = substr($base,strrpos($base,':')+1);
564 if(substr($where,-1) == '*'){
608 $is_namespace = substr($location,strlen($location)-1,1)=="*";
621 return substr($ns,0,strlen($location)) == $location;
/plugin/pagetitle/syntax/
H A Dyouarehere.php38 $this->mode = substr(get_class($this), 7);
/plugin/dnsresolver/
H A Dsyntax.php82 $NS = substr( strrchr($NS, ':'), 1);
/plugin/bbcode/
H A Dolist.php33 $match = substr($match, 6, -4);
/plugin/ruby/
H A Dsyntax.php39 $data = explode('|', substr($match, strlen('{{ruby|'), -2));
/plugin/zip/pear/File/Archive/Writer/
H A DMemory.php65 $this->data = substr($data, 0, $seek);
/plugin/daummovie/
H A Dsyntax.php54 $match = substr($match,12,-2); //strip markup from start and end
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php68 return substr(hash_final($hash), 0, 7);
/plugin/multitemplate_styleman/
H A Daction.php64 $params = substr($href,$pos+7);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue203Test.php87 $body = substr(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DMsearch.php85 if (substr($body, -1) != "\n") {
H A DMsearchTemplate.php83 if (substr($body, -1) != "\n") {
/plugin/bbcodeextensions/syntax/
H A Danchor.php43 $match= substr($match, 3, -4);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js313 if (url.substr(0,1) == "/") {
314 url = url2.substr(0, url2.indexOf("/", url2.indexOf("://") + 3)) + url;
324 return url.substr(0, i+1);
333 } else if (url.substr(0,1) == "/") {
334 return base.substr(0, base.indexOf("/", base.indexOf("://") + 3)) + url;
/plugin/mantis/lib/
H A Dclass.soapclient.php286 …$this->debug('SOAP message length=' . strlen($soapmsg) . ' contents (max 1000 bytes)=' . substr($s…
491 $enc = str_replace('"', '', substr(strstr($headers["content-type"], '='), 1));
763 $paramStr = substr($paramStr, 0, strlen($paramStr)-2);
764 $paramArrayStr = substr($paramArrayStr, 0, strlen($paramArrayStr)-2);
765 $paramCommentStr = substr($paramCommentStr, 0, strlen($paramCommentStr)-2);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php670 if ($suffix !== substr($value, -static::strlen($suffix))) {
1097 if ('nullOr' === substr($name, 0, 6)) {
1099 $method = lcfirst(substr($name, 6));
1106 if ('all' === substr($name, 0, 3)) {
1109 $method = lcfirst(substr($name, 3));
/plugin/googlepagerank/
H A Dsyntax.php39 $match = substr($match,11,-2);
/plugin/dontfeedtemplates/
H A Daction.php73 $pagename = substr((string)$id,$pos+1);

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