Home
last modified time | relevance | path

Searched refs:substr (Results 1551 – 1575 of 2368) sorted by relevance

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

/plugin/csv/syntax/
H A Dtable.php45 $match = substr($match, 4, -6); // <csv ... </csv>
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php94 if (substr($uri, 0, 6) !== 'php://') {
/plugin/discussion/
H A Dconvert.php126 $mail = substr(strrchr($mail, '>'), 1);
/plugin/docnavigation/syntax/
H A Dpagenav.php99 $linkstrs = explode("^", substr($match, 2, -2), 3);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php76 $targetDay = substr($value, 0, strpos($value, 'W'));
H A DDayOfWeekField.php39 $weekday = str_replace('7', '0', substr($value, 0, strpos($value, 'L')));
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php118 if (substr($targetId, 0, 1) != "#") {
/plugin/structstatus/
H A Dsyntax.php53 $match = trim(substr($match, 16, -2));
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php94 $address = substr($address, 0, $percentagePos);
104 …$address6->longAddress = substr($address6->longAddress, 0, -9).sprintf('%02x%02x:%02x%02x', $bytes…
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php494 $headerBlob = substr($response, 0, $curlInfo['header_size']);
498 $responseBody = substr($response, $curlInfo['header_size']) ?: null;
/plugin/composer/
H A Dsyntax.php375 if((substr($instr[$i][0], 0, 8) == 'internal')){
500 $instr[1][0] = $iNS.':'.substr($instr[1][0], 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php93 return substr($method, -5) === 'Async'
94 ? $this->requestAsync(substr($method, 0, -5), $uri, $opts)
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php492 $headerBlob = substr($response, 0, $curlInfo['header_size']);
496 $responseBody = substr($response, $curlInfo['header_size']) ?: null;
/plugin/structodt/
H A Dhelper.php83 $fileInfo->strip(substr($tmp_dir, 1));
118 $tmp_file = substr($tmp_file, 0, -3) . 'pdf';
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php865 $dayName = $this->dayNames[$this->dayMap[substr($day, -2)]];
888 $offset = (int)substr($day, 0, -2);
997 $recurrenceDays[] = $this->dayMap[substr($byDay, -2)];
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php373 $source = var_export(substr($this->source, $start, $end - $start), true);
577 $indentNextLine = (substr($text, -1) === "\n");
646 if (substr($id, 0, 1) === '.') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php372 $uri = substr($uri, 0, $pos);
382 if (substr($decodedUri, strlen($decodedUri) - strlen($pathInfo)) === $pathInfo) {
383 $baseUri = substr($decodedUri, 0, strlen($decodedUri) - strlen($pathInfo));
578 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
771 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php171 $x = substr($x, 1);
205 $x = substr($x, 1);
294 $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0');
478 $msb = substr($msb, strpos($msb, '0'));
719 …$result = static::multiplyReduce($result, $powers[bindec(substr($e_bits, $i, $j + 1))], $n_value, …
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php366 $uri = substr($uri, 0, $pos);
376 if (substr($decodedUri, strlen($decodedUri) - strlen($pathInfo)) === $pathInfo) {
377 $baseUri = substr($decodedUri, 0, strlen($decodedUri) - strlen($pathInfo));
545 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
738 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
/plugin/diagramsnet/lib/math/
H A DMathJax.js19substr(i[1].length+2)}return j},fileName:function(j){var i=this.config.root;if(j.substr(0,i.length…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php415 …$framedata .= substr($source_data_array['data'], 0, 64); // max 64 bytes - truncate anything longer
556 $highnibble = bindec(substr($unwrittenbitstream, $i, 4)) << 4;
557 $lownibble = bindec(substr($unwrittenbitstream, $i + 4, 4));
977 …T')) && ((getid3_id3v2::LanguageLookup(substr($source_data_array['additionaldata'], 0, 3), true) =…
1017 …if ((substr($source_data_array['frameid'], 0, 1) == 'T') || (substr($source_data_array['frameid'],…
1737 …if ($this->id3v2_use_unsynchronisation && (substr($tagstring, strlen($tagstring) - 1, 1) == "\xFF"…
1762 if (getid3_id3v2::LanguageLookup(substr($pricestring, 0, 3), true) == '') {
1764 } elseif (!getid3_id3v2::IsANumber(substr($pricestring, 3), true)) {
H A Dgetid3.php51 if (substr($temp_dir, -1, 1) != DIRECTORY_SEPARATOR) {
57 if (substr($basedir, -1, 1) != DIRECTORY_SEPARATOR) {
565 if ((substr($header, 0, 3) == 'ID3') && (strlen($header) == 10)) {
569 …$this->info['avdataoffset'] += getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; …
2042 return substr($this->data_string, $this->data_string_position - $bytes, $bytes);
2120 $thischar = substr($this->data_string, $this->data_string_position++, 1);
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js679 …("0"+Number($1).toString(16)).substr(-2) + ("0"+Number($2).toString(16)).substr(-2) + ("0"+Number(…
705 …("0"+Number($1).toString(16)).substr(-2) + ("0"+Number($2).toString(16)).substr(-2) + ("0"+Number(…
/plugin/fedauth/classes/
H A Dfa_provider.class.php101 if (substr($src, 0, 1) === '@') {
/plugin/schedule/syntax/
H A Ddisplay.php38 return array ($state, trim (substr ($match, 8, -1))); // "<schedule" => 8 ">" => 1

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