Home
last modified time | relevance | path

Searched refs:substr (Results 1476 – 1500 of 2368) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/clock/
H A Dsyntax.php101 $info= trim(substr($info, 4, -5)); // remove <p>, </p>
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php107 $xmlContents = trim(substr($XMLDocString, $tagPos[1]));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.position.inc.php43 if (substr($value, strlen($value)-1,1) === "%") {
/plugin/rowmove/
H A Daction.php79 … if(!in_array(substr(trim($zeile),-1),array('|','^'))){ //kein Zeilenendezeichen vorhanden
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php185 $lines[$i] = substr($lines[$i], $startingSpaceCount);
/plugin/emphasis/syntax/
H A Dfont.php88 if($color[0] == '#') $color = substr($color, 1);
/plugin/searchform/
H A Dsyntax.php52 $match = trim(substr($match,11,-1)); //strip {searchform from start and } from end
/plugin/foldablelist/
H A Dsyntax.php77 … $parameters = trim(substr($match, 13, -1)); // get string between "<foldablelist" and ">"
/plugin/tablelayout/script/
H A Dedittable_plugin.js16 if (!currentValue || currentValue.substr(-'px'.length) !== 'px') {
/plugin/color/
H A Dsyntax.php31 $str = substr($match, 6, -1);
/plugin/tag/syntax/
H A Dcount.php47 $match = trim(substr($match, 8, -2)); // get given tags
/plugin/mermaid/
H A Dsyntax.php87 $divheight = count($values) < 3 ? 'auto' : substr($values[2], 0, -1);
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19substr(0,this.i+1)+" "+this.string.substr(this.i+1)}var q,o,p=this.stack.Top();if(p.type==="prime"…
/plugin/lvhpacket/
H A Dsyntax.php95 …$token = strtolower(trim(substr($match, 1, ($tokenDiv - 1)))); //Everything Before '=', Remove Whi…
96 $value = substr($match, ($tokenDiv + 1)); //Everything after '='
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php423 if(substr($_SERVER['SCRIPT_NAME'],-4) == '.php'){
425 }elseif(substr($_SERVER['PHP_SELF'],-4) == '.php'){
/plugin/twitter/
H A Dsyntax.php346 'oauth_nonce' => substr(md5(microtime(true)), 0, 16),
365 $sign_base_string = substr($sign_base_string, 0, - 1);
/plugin/wysiwyg/
H A Dscript.js194 else if(success.substr(0,6) == 'locked') {
195 alert(success.substr(7) +" is already editing this page.");
/plugin/farmer/admin/
H A Dnew.php222 if (substr($dir, -4) == 'meta') {
373 $newAdmin = substr($masterUsers, 0, strpos($masterUsers, "\n") + 1);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php232 $source = substr(
345 if (substr(trim($name), 0, 1) == '@') {
/plugin/orphanmedia/
H A Dsyntax.php44 $match = substr($match,14,-2);
776 $t1 = substr($page, $y_pos);
777 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
782 … $t2 = '<a class=wikilink1 href="'. DOKU_URL . "doku.php?id=" . substr($t2, 1, strlen($t2));
/plugin/sqlraw/
H A Dsyntax.php445 $content = substr($content,$start);
454 $table = substr($content,$start,$end-$start);
737 $str = substr($str, $next);
745 $str = substr($str, $next);
/plugin/ebnf/
H A Debnf.php262 preg_match("/^{$ebnf_lexemes[$j]['expr']}/", substr($input,$i), $matches)==0) $j++;
286 stripcslashes(substr($token['value'], 1, strlen($token['value'])-2 )));
301 stripcslashes(substr($token['value'], 1, strlen($token['value'])-2 )));
355 $literal->setAttribute('value', stripcslashes(substr($token['value'], 1, strlen($token['value'])-2 )));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php291 $docComment = substr($docComment, 3, -2);
482 $annotationContent = substr($docComment, $offset);
516 $docComment = substr($docComment, 0, -1);
592 $docblock = substr($docblock, 3, -2);
/plugin/edittable/renderer/
H A Dinverse.php91 if(strlen($this->doc) > 0 && substr($this->doc, 1, -1) !== DOKU_LF) {
283 … if(substr($this->doc, -(++$this->quotelvl)) === DOKU_LF.str_repeat('>', $this->quotelvl - 1)) {
633 $this->_table[$this->_row][$this->_key]['text'] = trim(substr($this->doc, $this->_pos));
634 $this->doc = substr($this->doc, 0, $this->_pos);
/plugin/orphanmedia2/
H A Dsyntax.php45 $match = substr($match,14,-2);
777 $t1 = substr($page, $y_pos);
778 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
783 … $t2 = '<a class=wikilink1 href="'. DOKU_URL . "doku.php?id=" . substr($t2, 1, strlen($t2));

1...<<51525354555657585960>>...95