Home
last modified time | relevance | path

Searched refs:substr (Results 1576 – 1600 of 2368) sorted by relevance

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

/plugin/jukebox/
H A Dsyntax.php49 $match = substr($match,10,-2); //strip markup from start and end
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php110 echo '...'.substr($file, ($fileLength - ($width - 6)));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php222 return $this->write(substr($line, 0, $n), $n);
/plugin/calendoku/
H A Daction.php126 $newtext = substr($newtext, 0, -1);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php150 $unicode[] = 32 + (int)base_convert(substr($sub,1),36,10);
/plugin/log/
H A Dsyntax.php68 $type = substr($instructions[$i][0], 4, 1);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php148 $unicode[] = 32 + (int)base_convert(substr($sub,1),36,10);
/plugin/prolog/
H A Dprolog_tag.php117 fwrite($pipes[0], '[\''.substr($stdin, 0, -3).'\'].');
/plugin/translation2/
H A Daction.php108 … = (($lang!=$this->getConf('default_language'))?$lang.':':'') . (($ID{2}==':')?substr($ID, 3):$ID);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php172 $snippet = substr($content, $startPos, $length);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php197 if (substr($streamName, 0, 4) == 'file' &&
H A DWrite.php222 return $this->write(substr($line, 0, $n), $n);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php221 return $this->write(substr($line, 0, $n), $n);
/plugin/tipoftheday/syntax/
H A Dtotd.php30 $match = substr($match, 2, -2); // strip markup
/plugin/passwords/
H A Dsyntax.php132 $c = substr($this->getAllowedCharacters(), $r, 1);
/plugin/multiselect/
H A Dsyntax.php73 $match=trim(substr($match,13,strlen($match)-13-1));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php89 if (substr($name, 0, 3) === 'SIG' && $name[3] !== '_' && is_int($value)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php68 if (substr($key, 0, 5) != '<?xml') {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php102 $remoteData = substr($remoteData, $this->skipReadBytes);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php142 return $uri->withUserInfo(substr($userInfo, 0, $pos), '***');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php150 $unicode[] = 32 + (int)base_convert(substr($sub,1),36,10);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php61 $uriSegment = \substr($requestUri, 0, $pos2);
/plugin/gh/
H A Dsyntax.php74 $match = trim(substr($match, 5, -2));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php61 if ('.' === \substr($request->getHeader('host')[0], -1)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php158 $code = substr($code, 1, -1);

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