Home
last modified time | relevance | path

Searched refs:substr (Results 701 – 725 of 2368) sorted by relevance

1...<<21222324252627282930>>...95

/plugin/structsection/
H A Dsyntax.php142 $R->doc = substr($R->doc, 0, -2) . ' ' . $structDataAttribute . '>' . "\n";
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php197 $group = substr($name, 0, $i);
198 $name = strtoupper(substr($name, $i+1));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php94 $firstChar = substr($value, 0, 1);
119 $firstChar = substr($value, 0, 1);
/plugin/markdowku/
H A Dblockquotes.php103 if (preg_match('/^[ \t]/', substr($text, $position)) > 0) {
105 } elseif (preg_match('/^>/', substr($text, $position)) > 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php197 $group = substr($name, 0, $i);
198 $name = strtoupper(substr($name, $i+1));
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php108 if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $checkFor){
115 …if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $authLookup[$INPUT->str('typ…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php197 $group = substr($name, 0, $i);
198 $name = strtoupper(substr($name, $i+1));
/plugin/iframeinterwiki/
H A Dsyntax.php26 $match = substr($match, 6, -2);
37 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:'){
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php104 $datapoint = hsc(substr(trim($opttitle[1],' "'),0,4));
146 return hsc(substr($link,0,strpos($link,'|')));
H A Dtimeline.php49 … $match = trim(substr($match, 11,-1));// returns match between <dwtimeline(11) and >(-1)
56 … $match = trim(substr($match, 12,-1));//returns match between </dwtimeline(12) and >(-1)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php95 $xrefContent = \substr($reader->getBuffer(false), 0, $trailerPos);
110 \preg_match_all("/(\r\n|\n|\r)/", \substr($xrefContent, 0, 100), $m);
/plugin/mikioplugin/syntax/
H A Dcarousel.php59 if (substr($namespace, -1) == ':') {
60 $namespace = substr($namespace, 0, -1);
/plugin/panoview/
H A Dsyntax.php63 $match = substr($match, 11, -2); //strip markup from start and end
67 if(substr($match, 0, 1) == ' ') $data['align'] += 1;
68 if(substr($match, -1, 1) == ' ') $data['align'] += 2;
/plugin/dlcount/
H A Dadmin.php73 if (substr($mime, 0, 5) == 'image') {
136 $wn = substr($metafn, $fixedpos);
144 $wn = substr($mediafn, $fixedpos);
/plugin/tcycle/
H A Dsyntax.php36 $attributes = strtolower(substr($match, 5, -1));
109 $value = substr($attributeString,$pos);
117 $value = substr($value,0,$pos);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php169 $status = substr($part, 0, strpos($part, "\n"));
245 $responseBody = substr($respData, $headerSize);
246 $responseHeaders = substr($respData, 0, $headerSize);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php42 $key = unpack('Lmagic', substr($data, 0, 4));
56 $recordInfo = unpack('Lsize/Sfunc', substr($data, $p, 6));
63 $parms = substr($data, $p, 2 * ($size - 3));
/plugin/sqlite/
H A Dadmin.php224 return ($time < 0.0001 ? substr($time, 0, 5) . substr($time, -3) : substr($time, 0, 7));
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php138 if(substr($tpl, -1) == ':') {
141 $tpl = substr($tpl, 0, -3); // cut off fake page name again
276 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
304 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php138 if(substr($tpl, -1) == ':') {
141 $tpl = substr($tpl, 0, -3); // cut off fake page name again
276 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
304 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
/plugin/combo/ComboStrap/
H A DLocalPath.php108 if (substr($path, 0, 2) === $networkShare) {
110 $pathWithoutNetworkShare = substr($path, 2);
281 $relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepCharacter);
388 $parts[] = substr($workingPath, strlen($parent) + $lastSep);
H A DIconDownloader.php224 if (substr($iconNameSpace, 0, 1) != WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
227 if (substr($iconNameSpace, -1) != WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
250 $libraryName = substr($name, 0, $sepPosition);
252 $iconName = substr($name, $sepPosition + 1);
576 $firstPart = substr($iconName, 0, $index);
577 $secondPart = substr($iconName, $index + 1);
/plugin/fckg/syntax/
H A Ddwplugin.php50 list($title, $pattern) = explode('>',substr($match,7,-9),2);
78 list($title, $pattern) = explode('>',substr($match,7,-9),2);
139 list($title, $pattern) = explode('>',substr($match,7,-9),2);
208 $plugin_name = substr($plugin_name,7); // remove 'plugin_'
378 $remainder = substr($text,$len);
480 $str = substr($text,0,25);
/plugin/twofactorgoogleauth/
H A DQRCode.php132 $data = substr($data, 0, $max_chars);
221 $group = substr($data, $i, 3);
265 $group = substr($data, $i, 2);
267 $c1 = strpos($alphabet, substr($group, 0, 1));
268 $c2 = strpos($alphabet, substr($group, 1, 1));
320 $ch = ord(substr($data, $i, 1));
355 $group = substr($data, $i, 2);
356 $c1 = ord(substr($group, 0, 1));
357 $c2 = ord(substr($group, 1, 1));
/plugin/mellelexport/
H A Drenderer.php182 while (substr($this->doc, 0, strlen($pattern)) == $pattern) {
183 $this->doc = substr($this->doc, strlen($pattern));
187 while (substr($this->doc, 0, strlen($pattern2)) == $pattern2) {
188 $this->doc = substr($this->doc, strlen($pattern2));
286 if (substr($name, -5) === '_open') {
290 } elseif (substr($name, -6) === '_close') {
523 echo htmlentities(substr($line, $start, $padding * 2)).'...<br />';

1...<<21222324252627282930>>...95