Home
last modified time | relevance | path

Searched refs:substr (Results 1826 – 1850 of 2368) sorted by relevance

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

/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js199 SimileAjax.urlPrefix = url.substr(0, url.indexOf("simile-ajax-api.js"));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php200 $snippet = substr($content, $startPos, $length);
/plugin/hcalendar/syntax/
H A Dhcal2.php75 …list($str_params, $background) = preg_split("/<\//u", substr($match, $this->matchLength()+1, -1), …
/plugin/dokubookmark/
H A Dhelper.php81 $data['name']=substr($n,0,64);
/plugin/asiansearch/
H A Daction.php160 $utf8_idx = utf8_strlen(substr($text,0,$idx));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php88 if (substr($response->getStatusCode(), 0, 1) != '3'
/plugin/tagfilter/helper/
H A Dsyntax.php345 if (substr($file, -4) == '.txt') {
/plugin/firenews/
H A Dsyntax.php28 $match = explode(">", substr($match, 0, -2));
/plugin/docnavigation/syntax/
H A Dtoc.php79 $optstrs = substr($match, 7, -1); // remove "<doctoc" and ">"
/plugin/struct/types/
H A DPage.php226 if (PhpString::substr($filter, 0, 1) === ':') {
/plugin/sha3sum/
H A DSha3.php416 return \substr($str, $start, $length);
418 return \substr($str, $start);
/plugin/mediasyntax/
H A Dhelper.php376 $ins[$i][1][0] = getNS($ns) . ':' . substr($ins[$i][1][0], 2); // parent namespace
378 $ins[$i][1][0] = $ns . ':' . substr($ins[$i][1][0], 1); // current namespace
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php363 if (substr($address, 0, 7) === 'mailto:') {
364 $emails[] = substr($address, 7);
833 if (substr($data, 0, 1) === '[') {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php348 if (substr($address, 0, 7) === 'mailto:') {
349 $emails[] = substr($address, 7);
803 if (substr($data, 0, 1) === '[') {
/plugin/catlist/
H A Dsyntax.php96 $match = PhpString::substr($match, 9, -1) . ' ';
122 if (substr($option,-1) == "!") {
123 $data[substr($option,0,-1)][] = array('regex' => $found[3], 'neg' => true);
413 if (substr($file, -4) != ".txt") continue;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1509 $file = substr($file, 0, strlen($file) - 4);
2243 $compressed=(substr($file,-2)=='.z');
2248 $font=substr($font,6);
2252 $font=substr($font,0,$info['length1']).substr($font,$info['length1']+6);
2662 $trns=array(ord(substr($t,1,1)));
2664 $trns=array(ord(substr($t,1,1)),ord(substr($t,3,1)),ord(substr($t,5,1)));
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2087 node.className = node.className.substr(0,index-1) + node.className.substr(index+size);
2920 return url.substr(lastDot+1);
2991 if (url.substr(0, 5) == "file:")
3069 if (url.substr(0, 2) == "//")
3121 var search = url.substr(q+1);
3124 search = search.substr(0, h);
3180 var search = url.substr(q+1);
3183 search = search.substr(0, h);
14911 var post = str.substr(index);
25592 return text.substr(pos, substr.length) == substr;
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js210 if(text.charAt(0) == '\x02') { text = text.substr(1); }
211 if(text.charAt(text.length - 1) == '\x03') { text = text.substr(0, text.length - 1); }
1980 text = text.substr(matches[0].length);
1996 text = text.substr(matches[0].length);
2168 return [original_text.charAt(0), original_text.substr(1)];
2826 footnote = footnote.substr(0, footnote.length - 4) + "&#160;" + backlink + "</p>";
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js27 if(text){this.value=text.substr(this.offset,this.length);}};Syntax.Match.sort=function(a,b){return(…
31 var text=this.value.substr(start-this.offset,end-start);append(text,container);append(child.reduce(…
32 …d(this.value,container);}else if(start<this.endOffset){append(this.value.substr(start-this.offset,…
69 … Syntax.Match(start,offset-start,this.expression);match.value=this.value.substr(start-this.offset,…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js6substr(0,this.yytext.length-len),this.offset-=len;var oldLines=this.match.split(/(?:\r\n?|\n)/g);t…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php160 $selection = substr($this->baseDir, 0, $this->baseDirProgression);
/plugin/monthcal/
H A Dsyntax.php78 $provided_data = substr($match, 11, -2);
/plugin/spellcheck/
H A Daspell.php254 $txRet = fwrite($pipes[0], substr($stdin, $txOff, 8192));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php39 if (substr($target, -1, 1) != DIRECTORY_SEPARATOR) {

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