Home
last modified time | relevance | path

Searched refs:substr (Results 1626 – 1650 of 2368) sorted by relevance

1...<<61626364656667686970>>...95

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php296 $this->addData(ord(substr($this->value, $i, 1)), 8);
559 $leftChr = substr($rst, 1);
563 $rst = substr($rst, 1);
/plugin/markdownextra/
H A Dmarkdown.php198 if (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {
1834 $classes[] = substr($element, 1);
1836 if ($id === false) $id = substr($element, 1);
2088 $text = substr($text, strlen($matches[0]));
2115 $text = substr($text, strlen($matches[0]));
2269 return array($original_text{0}, substr($original_text, 1));
2970 $classname = substr($classname, 1);
3141 $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php15 return (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
250 $R = hexdec(substr($HexColorString, 0, 2));
251 $G = hexdec(substr($HexColorString, 2, 2));
252 $B = hexdec(substr($HexColorString, 4, 2));
538 …$cache_gd_version[0] = (float) substr($gd_info['GD Version'], 0, 3); // e.g. "1.6" (not "1.6.2 or …
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php64 … = <?php $list = array(); foreach($bbcode_colorlist as $v) {$list[] = substr($v,1);} echo $json…
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php64 … = <?php $list = array(); foreach($bbcode_colorlist as $v) {$list[] = substr($v,1);} echo $json…
/plugin/maintenance/
H A Dhelper.php29 array(substr(DOKU_INC, 0, -1), dirname(__FILE__).'/bin'),
/plugin/mediathumbnails/
H A Dthumb_engines.php130 $this->file_suffix = substr(strrchr($thumbnail_path,'.'),1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
H A DClassDeclarationSniff.php137 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php143 return substr($this->input, 0, $position);
/plugin/editions/
H A Daction.php149 $curRootNS = substr($ID, 0, strpos($ID,':'));
/plugin/vimeo/
H A Dsyntax.php57 $albumID = substr($match, strlen('{{vimeoAlbum>'), -2);
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js96 return ( this.substr( 0, value.length ) == value ) ;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit164 if (substr($path, -1) === '/') {
/plugin/dirtylittlehelper/syntax/
H A Dtree.php115 $this->dlh_dokubook_tree( substr($_SERVER['PATH_INFO'],1) );
/plugin/autolink4/syntax/
H A Dregex.php
/plugin/block/
H A Dsyntax.php76 list($type, $val) = preg_split("/\s+/u", substr($match, 1, -1), 2);
/plugin/move/admin/
H A Dtree.php144 $base = substr($base, strrpos($base, ':') + 1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php199 $trailingPart = substr($row['path'], strlen($source) + 1);
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php52 $path = substr($path, 0, strrpos($path, '/'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php174 if (++$size == $maxLength || substr($buffer, $negEolLen) === $eol) {
/plugin/mathpublish/
H A Dsyntax.php92 $match = substr($match, 2, -4); // strip '<m' and '</m>'
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php190 $family = substr ($matches [0], strlen('style:family='));
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …on"),s=0;s<d.length;s++){var p=d[s];p.innerHTML=n.display[0]+p.innerHTML.substr(n.inline[0].length…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php144 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
/plugin/bez/renderer/
H A Dxhtmlmail.php40 if(substr($mime, 0, 5) == 'image') {

1...<<61626364656667686970>>...95