Home
last modified time | relevance | path

Searched refs:substr (Results 2001 – 2025 of 2368) sorted by relevance

1...<<81828384858687888990>>...95

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php881 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
899 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php805 …if (isset($lines[$i-1]) && 0 === strpos($_token, '/*') && '*/' === substr(trim($lines[$i-1]), -2))…
846substr($lastMethod['signature'], 0, 18) == 'anonymous function');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php883 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
901 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/combo/action/
H A Drouter.php121 return substr($refreshHeader, strlen(action_plugin_combo_router::REFRESH_HEADER_PREFIX));
126 return substr($refreshHeader, strlen(action_plugin_combo_router::LOCATION_HEADER_PREFIX));
418 $row = $canonicalDatabasePage->getDatabaseRowFromAttribute("substr(" . PageId::PROPERTY_NAME . ", 1, " . strlen($pageId) . ")", $pageId);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1372 } elseif (substr($mode, -2) == '-s') {
1374 $mode = substr($mode, 0, strlen($mode) - 2);
1375 } elseif (substr($mode, -2) == '-c') {
1377 $mode = substr($mode, 0, strlen($mode) - 2);
1378 } elseif (substr($mode, -2) == '-x') {
1380 $mode = substr($mode, 0, strlen($mode) - 2);
3037 $orientation = substr(strtoupper($orientation), 0, 1);
5503 if (substr($OTLdata['group'], ($i + 1), 1) != 'M') { // Don't add inter-character spacing before Marks
6104 $this->Cell($w, $h, substr($s, $j, $i - $j), $b, 2, $align, $fill, $link);
6143 $this->Cell($w, $h, substr(
[all...]
/plugin/fckg/scripts/
H A Dvki_kb.js1362 …self.VKI_target.value = self.VKI_target.value.substr(0, rng[0] - 1) + self.VKI_target.value.substr
1370 … } else self.VKI_target.value = self.VKI_target.value.substr(0, self.VKI_target.value.length - 1);
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js5 …=d[1].substr(0,1).toLowerCase()),(d=a.match(/([1-9]00|normal|bold)/i))&&d[1]&&(/bold/i.test(d[1])?…
14 …r m;m=k[1];if(null==m||""==m)m="4";else{var z=la[m];m=z?z:isNaN(m)?"4":m.substr(0,1)}k=k[2];k=[nul…
/plugin/latexit/
H A Drenderer.php1158 if (substr($mime[1], 0, 5) == "image") {
1197 if (substr($mime[1], 0, 5) == "image") {
1295 $align = substr($align, 0, 1);
/plugin/fedauth/Auth/OpenID/
H A DAX.php633 $alias = substr($key, 5);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php80 if (substr($tokens[$stackPtr]['content'], 0, 2) !== '/*') {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php414 $fileEndsWithNewLine = substr($buffer, -1) == "\n";
/plugin/subjectindex/syntax/
H A Dindex.php48 $match = substr($match, 15, -2); // strip "{{subjectindex>...}}" markup
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php246 return \substr($str, 0, -1);
/plugin/autotranslation/
H A Daction.php392 if ( wl( $url, $more, true, '&') != DOKU_URL . substr($_SERVER['REQUEST_URI'], 1) ) {
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js110 k=location.search.substr(1).split("&")
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php120 $secret = substr($hash->hash($this->dA->secret), $curve::SIZE);
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js
/plugin/tagfilter/syntax/
H A Dfilter.php80 $match = trim(substr($match, 12, -2));
/plugin/gitlabapi/
H A Dsyntax.php312 return array('date' => $date_exploded[0], 'time' => substr($time_exploded[0], 0, -4));
/plugin/odt/ODT/css/
H A Dcssdocument.php208 $att_name = substr ($attributes, $pos, $equal_sign-$pos);
/plugin/odt/ODT/styles/
H A DODTTextListStyle.php150 $level = XMLUtil::getNextElement($element, substr($content, $pos), $end);
/plugin/combo/ComboStrap/
H A DFileSystems.php348 $scheme = substr($uri, 0, $firstColon);
/plugin/openid/Auth/OpenID/
H A DAssociation.php312 $signed_list[] = substr($k, strlen($signed_prefix));
/plugin/spatialhelper/
H A Daction.php313 ['do' => 'findnearby', 'geohash' => substr($geohash, 0, -1)]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php97 $parts[] = substr($string, 0, $split_length);
98 $string = substr($string, $split_length);
1434 $this->dataStr = substr($this->dataStr, $length);
1446 $mode = $this->identifyMode(substr($this->dataStr, $p), $this->hint);
2232 …$srctab[$y] = substr_replace($srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x,…

1...<<81828384858687888990>>...95