Home
last modified time | relevance | path

Searched refs:substr (Results 851 – 875 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/odt/
H A Dsyntax.php67 $match = substr($match, 6, -2); //strip markup
299 $temp = substr ($matches [0], $quote+1);
306 $temp = substr ($matches [0], $quote+1);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php177 $string = \substr($this->buffer, $this->offset);
271 $bytes = \substr($this->buffer, $offset, $length);
422 $this->buffer = \substr($this->buffer, 0, $length);
/plugin/cloud/
H A Dsyntax.php31 $match = substr($match, 2, -2); // strip markup
33 if (substr($match, 0, 3) == 'TAG') {
35 } elseif (substr($match, 0, 6) == 'SEARCH') {
/plugin/extlist/
H A Dsyntax.php55 $this->mode = substr(get_class($this), 7);
133 switch (substr($match, 0, 1)) {
210 $this->list_class[substr($str,2,2)] = trim(substr($str,5,-2));
401 if (substr($match, -2) == '~~') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php257 $x1 = substr($x, 0, -$m);
258 $x0 = substr($x, -$m);
259 $y1 = substr($y, 0, -$m);
260 $y0 = substr($y, -$m);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php320 $rev = substr($changelogLine, 0, 10);
328 if (substr($line, 0, 10) == $rev) {
333 if (substr($line, 0, 10) > $rev) {
355 if (substr($line, 0, 10) == $rev) {
364 …while ($lineToMakeFree > 0 && substr($lines[$lineToMakeFree - ($i + 1)], 0, 10) == $rev - ($i + 1)…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php357 $class = substr($class, 0, $pos);
617 $name = substr($method, 3);
618 $lcName = substr($lcName, 3);
620 $name = substr($method, 2);
621 $lcName = substr($lcName, 2);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php125 if($rpos) $path = substr($path, $rpos+1);
128 if($suflen && (substr($path, -$suflen) == $suffix)){
129 $path = substr($path, 0, -$suflen);
553 $length = utf8_strlen(substr($haystack, 0, $pos));
1027 $str = substr($str,strlen($matches[0]));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php298 if(strtolower(substr($color,0,4)) == 'rgb(')
300 $color_tmp = substr($color,4,strlen($color)-5);
305 if(substr($color_tmp[$i],-1) == '%')
666 …if($have['bg'] === FALSE && (substr($str_value[$i][$j],0,4) == 'url(' || $str_value[$i][$j] === 'n…
690 $return['background-size'] .= substr($str_value[$i][$j],1,-1).',';
710 $return[$bg_prop] = substr($return[$bg_prop],0,-1).$important;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DCharacterBeforePHPOpeningTagSniff.php57 if (substr($tokens[0]['content'], 0, 2) === '#!') {
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample02.php86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
/plugin/owncloud/
H A Dhelper.php340 $ext = substr($file, $extPos + 1);
341 $name = substr($file, 0, $extPos);
433 if(substr($mime,0,5) == 'image' && $render){
497 if(substr($mime,0,5) == 'image' && $render){
600 $xlink .= '?hash='.substr(md5(auth_cookiesalt().$id), 0, 6);
694 if(substr($mime,0,5) == 'image'){
786 if(substr($link['url'],0,7) != 'mailto:'){
/plugin/fontcolor/
H A Daction.php68 . substr($colorValue, 1),
/plugin/prosemirror/parser/
H A DWindowsShareLinkNode.php10 $href = substr($href, strlen('file:///'));
/plugin/rst/
H A Daction.php26 if(substr($ID,-4) != '.rst') return true;
/plugin/swiftmail/Swift/Events/
H A DResponseEvent.php37 $this->setCode(substr($string, 0, 3));
/plugin/autotranslation/
H A Dscript.js13 if(action.substr(action.length-1) == '/'){
/plugin/simplexml/
H A Drenderer.php56 $ver = substr($ver, 7, 10);
/plugin/include/syntax/
H A Dsorttag.php47 $match = substr($match,12,-2);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php41 $data = substr($data, 0, $maxlength);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.xz.php34 $info['xz']['stream_header']['magic'] = substr($xzheader, 0, 6);
/plugin/actickets/
H A Dacclient.php34 if (substr($url, -1) != '/') {
/plugin/typography/syntax/
H A Dfontcolor.php22 $this->mode = substr(get_class($this), 7);
H A Dfontfamily.php22 $this->mode = substr(get_class($this), 7);
H A Dfontsize.php22 $this->mode = substr(get_class($this), 7);

1...<<31323334353637383940>>...95