Home
last modified time | relevance | path

Searched refs:substr (Results 226 – 250 of 2368) sorted by relevance

12345678910>>...95

/plugin/dbtables/
H A Dsyntax.php77 if (substr($rawline,0,1)==$this->options["thead"]) {
81 $CurrentTable=substr($rawline,1);
83 … $TableData[$CurrentTable].="^$CurrentTable".substr("^^^^^^^^^^",0,$this->options["cols"])."\n";
105 $EndOfTable=substr("| | | | | | | | | | ",0,($RowsOut+1)*3);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php156 $prefix = substr($constName, 0, ($splitPos + 2));
157 $constName = substr($constName, ($splitPos + 2));
163 $prefix = substr($constName, 0, ($splitPos + 1));
164 $constName = substr($constName, ($splitPos + 1));
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/statistics/
H A Dscript.js107 ses = (Math.random().toString(16) + "000000000").substr(2, 8) +
108 (Math.random().toString(16) + "000000000").substr(2, 8) +
109 (Math.random().toString(16) + "000000000").substr(2, 8) +
110 (Math.random().toString(16) + "000000000").substr(2, 8);
/plugin/bez/ctl/
H A Dthreads.php67 substr($filters['coordinator'], 0, 1) === '@') {
68 $group = substr($filters['coordinator'], 1);
73 substr($filters['original_poster'], 0, 1) === '@') {
74 $group = substr($filters['original_poster'], 1);
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php74 'orig' => substr($markdown, 0, $offset),
96 if (($parts = $this->parseLinkOrImage(substr($markdown, 1))) !== false) {
106 'orig' => substr($markdown, 0, $offset + 1),
127 $markdown = substr($markdown, $offset);
225 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));
242 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
/plugin/latexcaption/syntax/
H A Dcaption.php71 return (substr($type, 0, 3) == 'sub');
75 return substr($type, 3);
85 $match = substr($match,1,-1);
163 if (substr($type, 0, 3) == 'sub') {
165 $this->_type = substr($type, 3);
177 if (substr($match,0,13) != '{{setcounter>') {
181 $match = substr($match,13,-2);
265 if (substr($type, 0, 3) == 'sub') {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DUnescaper.php111 return self::utf8chr(hexdec(substr($value, 2, 2)));
113 return self::utf8chr(hexdec(substr($value, 2, 4)));
115 return self::utf8chr(hexdec(substr($value, 2, 8)));
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php52 $ret = substr($ret, 1);
90 …$short_url = ($len > $shurl_w) ? substr($decodedurl, 0, $shurl_begin_w) . "..." . substr($decodedu…
/plugin/combo/vendor/symfony/yaml/
H A DUnescaper.php105 return self::utf8chr(hexdec(substr($value, 2, 2)));
107 return self::utf8chr(hexdec(substr($value, 2, 4)));
109 return self::utf8chr(hexdec(substr($value, 2, 8)));
/plugin/dw2pdf/syntax/
H A Dexportlink.php62 $ns = substr($match, 8, strpos($match, '|') - 8);
67 $title = substr($match, strpos($match, '|') + 1, -2);
73 $title = substr($title, 0, $amp);
/plugin/register/
H A Dsyntax.php102 $key = substr($l, 0, strlen($l) - strlen($val));
103 $val = str_replace("\\n", "\n", substr($val, 3));
106 if (substr($key, 0, 4) == "bit ") {
107 $subkey = substr($key, 4);
138 $key = substr($l, 0, strlen($l) - strlen($val));
139 $val = str_replace("\\n", "\n", substr($val, 3));
148 $keys["xml"] .= (substr($keys["xml"], -4) == ".xml" ? "" : ".xml");
/plugin/farmsync/meta/
H A DTemplateUpdates.php88 if (substr($file, 0, 1) !== '_') continue;
94 if (substr($file, -4) != '.txt') continue;
123 if (substr($cleanline, -3) == ':**') {
128 } elseif (substr($cleanline, -2) == ':*') {
135 if (substr(noNS($document), 0, 1) != '_') return array();
/plugin/task/syntax/
H A Dtaskform.php31 $match = substr($match, 12, -2);
41 if (substr($flag, 0, 16) == 'selectUserGroup=') {
42 $selectUserGroup = substr($flag, 16);
/plugin/socialite/syntax/
H A Dbutton.php51 $match = strtolower(trim(substr($match, 11, -2))); // strip markup
54 if (substr($match, 0, 1) === ':') {
56 $display = substr($display, 1);
57 $networks = trim(substr($match, strlen($display) + 1 ));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php93 if (substr($content, -10) === '!important') {
94 $content = substr($content, 0, -10);
131 if (substr($origContent, -10) === '!important') {
175 if (substr($origContent, -10) === '!important') {
/plugin/mobiletable/
H A Daction.php75 foreach (explode('^', substr(trim($row), 1, -1)) as $th) {
77 if (substr($th, 0, 1) == '!') {
79 $th = substr($th, 1);
104 $row = preg_split('/\||\^/', substr($line, 1, -1));
/plugin/dir/
H A Dsyntax.php728 substr($flags, 0, 1) == ':' &&
730 strpos(substr($flags, 1), ':') === FALSE
736 $flags = substr($flags, 1);
738 substr($flags, 0, 1) == ':' &&
739 strpos(substr($flags, 1), '?') === FALSE
745 $ns = substr($flags, 1);
747 } else if(substr($flags, 0, 1) == '?') {
749 $flags = substr($flags, 1);
753 strpos(substr($flags, 1), '?') !== FALSE
759 $ns = substr($tmp [0], 1);
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php21 $cc=hexdec(substr($e[0],1));
63 if(substr($gn,-4)=='20AC')
322 $ext=strtolower(substr($fontfile,-3));
350 $basename=substr(basename($afmfile),0,-4);
370 $file=substr($file,6);
379 $file=substr($file,0,$size1).substr($file,$size1+6);
385 $file=substr($file,0,$size1+$size2);
/plugin/mp3play2/
H A Dsyntax.php114 $data = substr($data,10);
116 $data = substr($data,0,-2);
127 $url = substr($url,0,-9);
/plugin/sketchcanvas/script/
H A Dnewfigure.js30 addField('pre', ed.value.substr(0, sel.start));
31 addField('text', ed.value.substr(sel.start, sel.end - sel.start));
32 addField('suf', ed.value.substr(sel.end));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
/plugin/edittable/script/
H A Dnewtable.js40 addField('pre', ed.value.substr(0, sel.start));
41 addField('text', ed.value.substr(sel.start, sel.end - sel.start));
42 addField('suf', ed.value.substr(sel.end));
/plugin/revealjs/syntax/
H A Dbackground.php48 $data['first_chars'] = substr($match, 0, 2);
49 $data['last_chars'] = substr($match, -2);
52 substr($match, 13, -2) :
115 $data['background_image'] && substr($data['background_image'], 0, 4) == 'http' ?
121 …$renderer->next_slide_background_transition = substr($data['background_transition'],3); // we cut …
162 (substr($data['background_image'], 0, 4) == 'http' ?
/plugin/prettytables/
H A Dscript.js29 if (text.substr(i,1)==' ') a++; else break;
32 if (text.substr(i,1)==' ') b++; else break;
87 t = t.substr(s[0].length);
91 t = t.substr(s[1].length);
104 t = t.substr(s[0].length);
108 t = t.substr(s[1].length);

12345678910>>...95