Home
last modified time | relevance | path

Searched refs:substr (Results 826 – 850 of 2368) sorted by relevance

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

/plugin/ac/
H A Dcommon.php21 $subclass = substr($name, 24);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckurlparams.js30 var aParams = document.location.search.substr(1).split('&') ;
/plugin/smtp/
H A Dloader.php28 $relative_class = substr($class, $len);
/plugin/farmsync/meta/
H A DMediaUpdates.php75 if (substr($cleanline, -3) == ':**') {
81 } elseif (substr($cleanline, -2) == ':*') {
/plugin/mediathumbnails/
H A Dthumbnail.php12 return substr(strrchr($file,'.'),1);
155 …return substr($this->source_mediapath,0,strrpos($this->source_mediapath,':')) . ":" . $this->getFi…
/plugin/youtrack/
H A Dhelper.php148 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
/plugin/nssize/
H A Dsyntax.php12 $match = substr($match,8,-2);
13 if($match[0]=='>') $match = substr($match,1);
/plugin/davcard/syntax/
H A Dcard.php68 $options = trim(substr($match,16,-2));
77 $options = trim(substr($match,10,-2));
/plugin/data-au/
H A Daction.php129 $type = substr($_REQUEST['aliastype'], 10);
142 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
/plugin/pagetemplater/
H A Daction.php56 if ( $key != 'content' && substr($key, 0, 1) == '!' ) {
57 $rkey = substr($key, 1);
/plugin/userpagecreate/
H A Daction.php62 $do_ns = (strlen($tpl) > 0) && substr($tpl, -1, 1) === ':';
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/autotweet2/
H A Daction.php177 $json = substr( $res1, $res2['header_size'] ) ; // Got data (such as JSON)
178 $header = substr( $res1, 0, $res2['header_size'] ) ; // Response header
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php25 use function substr;
150 $this->socket->write(substr($buffer, 0, self::BUFFER_SIZE));
151 $buffer = $bufferLen > self::BUFFER_SIZE ? substr($buffer, self::BUFFER_SIZE) : '';
/plugin/html5video2/syntax/
H A Dvideo.php71 $src = substr($link[0],0,$pos);
72 $param = substr($link[0],$pos+1);
/plugin/epub/scripts/
H A Dcss2.php144 $newCss .= substr($css, $offset, $match[1] - $offset);
148 $newCss .= substr($css, $offset);
/plugin/data/
H A Daction.php139 $type = substr($_REQUEST['aliastype'], 10);
152 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
/plugin/combo/ComboStrap/
H A DMime.php126 $mimeString = substr($mimeString, 1);
204 return substr($this->mime, 0, 5) === 'image';
/plugin/batchedit/
H A Drequest.php193 $resolved[] = '-' . $resolver->resolveId(substr($ns, 1));
257 return substr($matches[1], 1) . $unescaped[$matches[2]];
/plugin/struct/syntax/
H A Doutput.php146 $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
191 $renderer->doc = substr($renderer->doc, 0, -1) .
/plugin/jmol2/
H A Dsyntax.php20 $sl = (substr(DOKU_BASE,-1)!='/')?'/':'';
/plugin/bookcreator/action/
H A Dexport.php34 $event->data = substr($event->data, 0, -2);
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DPhp73.php32 $s = substr($ns, 11) - self::$startAt;
/plugin/offline/
H A Drenderer.php118 if (substr($footnote, 0, 5) != "@@FNT") {
171 if(substr($mime,0,5) == 'image'){
390 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php120 if (substr($implementsClassName, -7) === 'actions') {
121 $includedClasses[substr($implementsClassName, 0, -7)] = true;
175 if (substr($name, -8) === 'UnitTest') {
/plugin/bootswrapper/
H A Dscript.js244 accordion_id = Math.random().toString(36).substr(2, 9),
250 panel_id = accordion_id + '_' + Math.random().toString(36).substr(2, 9);
270 carousel_id = Math.random().toString(36).substr(2, 9),

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