Home
last modified time | relevance | path

Searched refs:substr (Results 1101 – 1125 of 2368) sorted by relevance

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js348 var left = line.substr(0, pos);
349 var right = line.substr(pos + 1, line.length); // pos + 1 will get rid of the tab
472 lines[i] = lines[i].substr(min);
480 return string.substr(pos1, pos2 - pos1);
553 this.AddBit(this.code.substr(pos), null);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js74 {var left=line.substr(0,pos);var right=line.substr(pos+1,line.length);var spaces='';for(var i=0;i<c…
107 lines[i]=lines[i].substr(min);return lines.join('\n');}
109 {return string.substr(pos1,pos2-pos1);}
122 this.AddBit(this.code.substr(pos),null);this.SwitchToList();this.div.appendChild(this.bar);this.div…
/plugin/jquotes/
H A Dsyntax.php45 $match = substr($match, 11, -2); //strip markup from start and end
/plugin/listusergroup/
H A Dsyntax.php51 list($syntax, $match) = explode('>', substr( strtolower($match), 0, -2), 2); // strip markup
/plugin/fetchmedia/
H A Dadmin.php42 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/shorty/
H A Dsyntax.php58 $match = substr($match, 8, -2); //strip ~~shorty from start and ~~ from end
/plugin/poldek/
H A Dsyntax.php46 $raw = substr($match, 9, -2);
/plugin/projects/plugins/target/
H A Dpdflatex.php37 $base = substr($tex, 0, -4);
/plugin/zip/pear/File/Archive/Writer/
H A DAddBaseName.php44 if (substr($baseName, -1) == '/') {
/plugin/pagestat/syntax/
H A Dword.php33 $match = trim(substr($match,9,-1));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php57 if (substr($value,strlen($value)-1,1) == '%') {
/plugin/strata/types/
H A Dimage.php36 $value = substr($value, 0, $pos);
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel12 options.date = (new Date()).toISOString().substr(0, 10);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDbyDayTest.php74 $body = substr(
/plugin/publish/
H A Dscript.js35 var pageNamespace = id.substr(0,id.lastIndexOf(':'));
/plugin/codify/
H A Dsyntax.php25 $attributes = trim(substr($match, 7, -1));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php62 $data = @(gzinflate(substr($oData, $tries)));
/plugin/qna/syntax/
H A Dheader.php18 $this->mode = substr(get_class($this), 7);
/plugin/farm/
H A Dconfig.class.php87 if(preg_match('`^[\'"].*[\'"]$`', $d)) $d = substr($d, 1, -1);
134 if(preg_match('`^[\'"].*[\'"]$`', $d)) $d = substr($d, 1, -1);
168 if(substr($farm, -1) != '/') $farm .= '/';
/plugin/semanticdata/syntax/
H A Dtable.php119 if(substr($sort,0,1) == '^'){
120 $data['sort'] = array(substr($sort,1),'DESC');
459 $data['sort'] = array(substr($_REQUEST['datasrt'],1),'DESC');
/plugin/dataloop/syntax/
H A Dloop.php144 if(substr($sort,0,1) == '^'){
145 $data['sort'] = array(substr($sort,1),'DESC');
396 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
/plugin/wikistats/
H A Dsyntax.php117 $match = substr($match, 12, -2);
249 $file = substr($file, 1);
250 $file = substr($file, 0, strrpos($file, ':'));
/plugin/indexmenu/
H A Dadmin.php
/plugin/changes/
H A Dsyntax.php63 $match = substr($match, 10, -2);
488 } elseif (substr($flag, 0, 2) == 'no') {
489 $flag = substr($flag, 2);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php83 $response['version'] = isset($startLine[0]) ? substr($startLine[0], 5) : null;
284 $result = (string) substr($buf, 0, $length);
285 $buf = substr($buf, $length);

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