Home
last modified time | relevance | path

Searched refs:substr (Results 976 – 1000 of 2368) sorted by relevance

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

/plugin/autlogin/
H A Dscript.js16 if(str[0] == '?') str = str.substr(1);
75 ajax.runAJAX(link.search.substr(1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php84 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
170 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php113 $string = substr($string, 0, 30) . '...' . substr($string, -7);
/plugin/farm/
H A Daction.php128 …$event->data['link'][$i]['href'] = $farmconf['farmwebroot'].$farmconf['farmer'].substr($event->dat…
134 …$event->data['script'][$i]['src'] = $farmconf['farmwebroot'].$farmconf['farmer'].substr($event->da…
/plugin/imagereference/syntax/
H A Dimgcaption.php89 $rawparam = trim(substr($match, 1, -1));
277 $captiontype = substr($parsed[0], 0, 3);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php133 $subject = \substr($subject, $offset);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php319 if (substr($cookiePath, -1, 1) === '/') {
324 return substr($requestPath, strlen($cookiePath), 1) === '/';
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dlb.js1 …[t][0]:o[t][1]}function t(e){return o(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function r(e){ret…
/plugin/simplenavi/
H A Dsyntax.php44 return explode(' ', substr($match, 13, -2));
255 } elseif ($type == 'f' && (!empty($opts['nofiles']) || substr($file, -4) != '.txt')) {
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/combo/ComboStrap/
H A DInterWiki.php45 $this->urlWithoutFragment = substr($this->urlWithoutFragment, 0, -strlen($hash));
46 $this->fragment = substr($hash, 1);
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php269 if (substr(__DIR__, -8, 1) !== 'C') {
344 if (substr(__DIR__, -8, 1) !== 'C') {
/plugin/siteexport/inc/
H A Djavahelp.php119 if (empty($lang) && substr($translationRoot, -1) != '/') {
121 } else if (!empty($lang) && substr($lang, -1) != '/') {
/plugin/bbcode/
H A Demail.php27 $match = trim(substr($match, 7, -8));
/plugin/qc/action/
H A Dajax.php35 if (substr($event->data, 0, 10) != 'plugin_qc_') return;
/plugin/revisionat/
H A Dscript.js17 queryString = queryString.substr(1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DEndFileNewlineSniff.php75 $lastChars = substr($tokens[$stackPtr]['content'], ($eolCharLen * -1));
/plugin/s5/
H A Dsyntax.php54 if($match!='~~SLIDESHOW~~') return array(trim(substr($match,11,-2)));
/plugin/adhoctags/syntax/
H A Da.php24 && substr($value, 0, 11) === 'javascript:') {
/plugin/siteexport/syntax/
H A Dtoc.php52 $this->options = explode(' ', substr($match, 5, -1)?:"");
367 if ((substr($instr[$i][0], 0, 12) == 'internallink')) {
370 else if ((substr($instr[$i][0], 0, 13) == 'internalmedia')) {
373 else if ((substr($instr[$i][0], 0, 6) == 'header')) {
376 else if ((substr($instr[$i][0], 0, 12) == 'section_open')) {
/plugin/creole/
H A Daction.php35 $markup = substr('======', 0, $match[1]);
/plugin/templatepagename/action/
H A DTemplatePageName.php57 $path = substr($path, 0, strrpos($path, '/'));
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php54 if (substr($dirPath, strlen($dirPath) - 1, 1) != '/') {
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);

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