Home
last modified time | relevance | path

Searched refs:substr (Results 1426 – 1450 of 2368) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/exttab3/helper/
H A Dodt.php27 $style = substr($matches[0], 6);
/plugin/nslist/
H A Dsyntax.php56 $match = substr($match,9,-2); //strip {{nslist> from start and }} from end
/plugin/phosphor/
H A Dphblock.php56 foreach ( explode(' ', substr($match, 10, -1)) as $item ) {
/plugin/dwtimeline/syntax/
H A Dmilestone.php58 … $match = trim(substr($match, 10,-1));// returns match between <milestone(10) and >(-1)
/plugin/combo/syntax/
H A Dhighlightmd.php113 $content = substr($match, 1);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DTokenizer.php134 $result = \substr($lastBuffer, $bufferOffset - 1, $pos + 1);
/plugin/recommend/helper/
H A Dmail.php81 $users = $auth->retrieveUsers(0, 0, ['grps' => substr($recipient, 1)]);
/plugin/openlayersmap/helper/
H A Dstaticmap.php121 // $mediaId = substr($mediaId, 1);
140 $id = substr($id, 1);
/plugin/refnotes/
H A Dnamespace.php265 $namespace = self::canonizeName(substr($name, 0, $pos));
266 $name = substr($name, $pos + 1);
/plugin/subjectindex/inc/
H A Dcommon.php292 $path[] = substr($entry, 0, $delim);
293 $pid[] = substr($entry, $delim + 1);
/plugin/importfacebookevents/
H A Dsyntax.php252 $description = substr($description, 0, $data[FB_EVENTS_LIMIT]);
255 $description = substr($description, 0, $index).'…';
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php258 return $ret = substr($ret, 0, -2);
362 $name = preg_replace('/[^a-zA-Z0-9]+/', '', substr($file, 0, -4));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php166 } elseif (substr($curveName, 0, 10) == 'brainpoolp') {
167 $curveName = 'brainpoolP' . substr($curveName, 10);
/plugin/indexmenu/
H A Daction.php259 $skipFileCombined[$index] = substr($skipf, 1);
269 $skipNsCombined[$index] = substr($skipn, 1);
489 $skipfilecombined[$index] = substr($skipf, 1);
498 $skipnscombined[$index] = substr($skipn, 1);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php350 if ('xn--' === substr($label, 0, 4)) {
352 $label = self::punycodeDecode(substr($label, 4));
514 if ('-' === substr($label, 0, 1)) {
518 if ('-' === substr($label, -1, 1)) {
/plugin/const/
H A Dclass.evalmath.php291 $op = substr( $expression, $index, 1 );
293 … . self::$name_pattern . '\(?|\d+(?:\.\d*)?(?:(e[+-]?)\d*)?|\.\d+|\()/', substr( $expression, $ind…
473 while ( ' ' === substr( $expression, $index, 1 ) ) {
1155 $randomno = hexdec( substr( $md5string, $offset, $number_characters ) );
/plugin/odp/
H A Drenderer.php457 …$this->_odpReplaceInFile('</text:user-field-decls>', substr($userfields,23), $this->temp_dir.'/con…
461 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
462 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
948 $text = substr($text,1);
1035 if(substr($mime,0,5) == 'image'){
1050 if(substr($mime,0,5) == 'image'){
/plugin/orgapp/
H A Dsyntax.php50 $out[$attribute[1]] = substr($attribute[2], 1, -1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSummary.php136 $file = '...'.substr($file, (($padding * -1) + 3));
/plugin/hr/
H A Dsyntax.php212 ? substr($aRenderer->doc, 0, -strlen($hits[0])) . '<hr />'
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php68 … $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D8.8.js1 …h(e.toUpperCase()),s.push(function(e){return e.charAt(0).toUpperCase()+e.substr(1)}(e))}));var i={…
/plugin/editor/
H A Dsyntax.php31 $match = substr($match, 9, -2); // strip {{editor> from start and }} from end
/plugin/colortag/
H A Dcolortag.php50 $this->syntax = substr($match, 1);
/plugin/projects/lib/
H A Dplugins.php34 return substr($name, 0, -strlen($from)) . $to;

1...<<51525354555657585960>>...95