Home
last modified time | relevance | path

Searched refs:substr (Results 1501 – 1525 of 2368) sorted by relevance

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

/plugin/upgrade/HTTP/
H A DHTTPClient.php493 strlen($r_body) > 10 && substr($r_body,0,3)=="\x1f\x8b\x08"){
494 $this->resp_body = @gzinflate(substr($r_body, 10));
603 $nbytes = fwrite($socket, substr($data,$written,4096));
821 $headers = substr($headers, 0, -2);
/plugin/editor/
H A Dhelper.php45 $user = $auth->retrieveUsers(0, 0, array('grps' => substr($user, 1)));
/plugin/revealjs/syntax/
H A Dtheme.php57 $options = trim(substr($match,8,-2));
/plugin/mapillary/
H A Dsyntax.php92 $match = substr(str_replace(' ', '', $match), 12, - 2);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php81 if ('.css' === substr($reference, -4)) {
/plugin/tablefilterjs/
H A Dsyntax.php101 $match = substr($match,8,-1);
/plugin/pdfjs/
H A Dsyntax.php88 $params = trim(substr($params, strlen('pdfjs')));
/plugin/dtable/
H A Dsyntax.php27 $table_nr = (int) substr($match, 5, 2);
/plugin/datatemplate/syntax/inc/
H A Dcache.php21 if(substr($key, 0, 12) == 'datatemplate') {
/plugin/tile/
H A Dsyntax.php33 return array ($state, trim (substr ($match, 5, -1))); // "<title" => 5 ">" => 1
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php129 $pattern = substr($pattern, 1, -2);
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php150 substr($filename, -1 * strlen($string)) == $string)) {
/plugin/ipgroup/
H A Dadmin.php36 … if (($slash_pos) && (filter_var(substr($_REQUEST['network'],0,$slash_pos),FILTER_VALIDATE_IP))) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php107 $uri = substr($uri, 0, $queryStr);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php85 $remoteData = substr($remoteData, $this->skipReadBytes);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php107 $uri = substr($uri, 0, $queryStr);
/plugin/sortablejs/
H A Dsyntax.php49 $match = substr( $match, 9, -1 );
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php47 $result = \substr($buffer, $startPos, $openBrackets + $pos - $startPos - 1);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php489 …if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($as…
689 return (string) (null === $length ? substr($item, $start) : substr($item, $start, $length));
1178 $code = ($string = unpack('C*', substr($string, 0, 4))) ? $string[1] : 0;
1224 return sprintf('\u%04s\u%04s', substr($char, 0, -4), substr($char, -4));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php321 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
373 if ($tokenIsArray === true && substr($token[1], -1) === "\r") {
392 $tokens[($stackPtr + 1)][1] = substr($tokens[($stackPtr + 1)][1], 1);
901 'content' => substr($token[1], 0, 4),
908 'content' => substr($token[1], 4, -2),
915 'content' => substr($token[1], -2),
/plugin/translator/syntax/
H A Dlabel.php51 return substr($match, 7, -3);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php111 if (substr($line, 0, 3) != "+OK")
/plugin/database2/
H A Dsyntax.php66 $temp = trim(substr($match, strlen('database2')+1, -1)); # isolate options (if any)
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php170 if (substr($path, 0, 6) !== 'hoa://') {
/plugin/goto/
H A Dsyntax.php39 $matches = explode("?", substr($match,7,-2));

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