Home
last modified time | relevance | path

Searched refs:substr (Results 451 – 475 of 2368) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php329 if (substr($value, 0, 5)!=='data:') {
340 $mimeType = substr($value, 5, strpos($value, ',')-5);
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
343 $newProperty->setValue(base64_decode(substr($value, strpos($value,',')+1)));
345 $newProperty->setValue(substr($value, strpos($value,',')+1));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php329 if (substr($value, 0, 5)!=='data:') {
340 $mimeType = substr($value, 5, strpos($value, ',')-5);
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
343 $newProperty->setValue(base64_decode(substr($value, strpos($value,',')+1)));
345 $newProperty->setValue(substr($value, strpos($value,',')+1));
/plugin/sqlraw/
H A Dsimple_html_dom.php797 if (substr($converted_text, 0, 3) == "\xef\xbb\xbf")
799 $converted_text = substr($converted_text, 3);
801 if (substr($converted_text, -3) == "\xef\xbb\xbf")
1279 $tag = substr($tag, 0, $pos);
1357 $tag = '<' . substr($tag, 0, -1);
1554 return substr($this->doc, $pos, $len);
1563 return substr($this->doc, $pos, $len);
1581 return substr($this->doc, $pos_old, $pos-$pos_old);
1655 $text = substr($text, 0, $pos).$this->noise[$key].substr($text, $pos+16);
1660 … $text = substr($text, 0, $pos).'UNDEFINED NOISE FOR KEY: '.$key . substr($text, $pos+16);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.bink.php55 $info['bink']['data_size'] = getid3_lib::LittleEndian2Int(substr($fileData, 4, 4));
56 $info['bink']['frame_count'] = getid3_lib::LittleEndian2Int(substr($fileData, 8, 2));
/plugin/command/ext/
H A Ddt.php45 $cssClass = substr($configVal, 0, $barPos);
47 $format = substr($configVal, $barPos + 1);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php38 $fence = substr($line, 0, $pos = strrpos($line, $line[0]) + 1);
39 $language = rtrim(substr($line, $pos));
/plugin/abbr/syntax/
H A Dhtmltag.php26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php114 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
119 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
124 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
H A Dfckeditor_php4.php124 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
129 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
134 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
/plugin/gil/
H A Dsyntax.php118 $match = substr($match, 2);
129 $sc = substr($match, 0, 3);
130 $match = substr($match, 3);
/plugin/pagetitle/syntax/
H A Ddecorative.php51 $this->mode = substr(get_class($this), 7);
81 $title = trim(substr($match, 8, -2));
86 $params = strtolower(trim(substr($match, 6, -1)));
/plugin/twofactoryubiauth/
H A Dhelper.php66 $this->_settingSet("publicID", substr($otp, 0, 12));
128 $static = substr($code,0,12);
181 $sorted = substr($sorted,1);
/plugin/siteexport/syntax/
H A Dtoctools.php73 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
108 $remaining = substr( $renderer->doc, $lastPos + strlen($lastDiv) );
114 $renderer->doc = substr($renderer->doc, 0, $lastPos);
/plugin/pagelist/
H A Dsyntax.php51 $match = substr($match, 9, -11); // strip markup
53 $flags = explode('&', substr($flags, 1));
78 if (!substr($mime, 0, 5) == 'image') $image = '';
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php197 if (substr($location, 0, 7) == "http://") { return $location; };
198 if (substr($location, 0, 8) == "https://") { return $location; };
297 $path = substr($this->url, 7);
298 if ($path{0} == "/") { $path = substr($path, 1); };
300 $path = substr($this->url, 7);
304 $normalized_path_part = substr($normalized_path, 0, strlen(FILE_PROTOCOL_RESTRICT));
H A Dinline.content.builder.normal.php29 if (preg_match('/ /u', substr($content,0,1))) {
40 $last_whitespace = substr($content, strlen($content) - 1, 1) == ' ';
H A Dutils_url.php50 if (substr($path,0,2) == "//") {
56 if (substr($path,0,1) == "/") {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php94 return substr($symkey, 0, $length);
128 $symkey = substr($temp, 0, 32);
129 $symiv = substr($temp, 32, 16);
130 $hashkey = substr($temp, -32);
169 $values[$current] = $in_value ? substr($match[2], 0, -1) : $match[2];
173 $values[$current] .= $in_value ? substr($line, 0, -1) : $line;
/plugin/talkpage/
H A Dsyntax.php64 if (substr($INFO['id'], 0, strlen($talkns) + 1) === "$talkns:") {
66 $goto = substr($INFO['id'], strlen($talkns) + 1);
/plugin/dirtylittlehelper/syntax/
H A Ddivhtml.php78 if( substr($match,0,3) =='<dl'){
86 if( substr($match,0,3) =='</d'){
H A Dtablehtml.php78 if( substr($match,0,3) =='<dl'){
86 if( substr($match,0,3) =='</d'){
/plugin/filelisting/
H A Dsyntax.php52 $param = substr($match, strlen('{{filelisting'), -strlen('}}'));
54 $ns = strlen($param) !== 0 ? $ns = substr($param, 1) : '';
/plugin/components/lib/
H A Dcomponent_manager.php33 if ($name && strtolower(substr($name, -4)) != '.php') $name .= '.php';
44 if (strtolower(substr($entry, -4)) != '.php') continue;
/plugin/judge/helper/
H A Dnumbers.php28 $code = ord(substr($string, 0, 1));
40 $code2 = ord(substr($string, $offset, 1)) - 128;
/plugin/ireadit/syntax/
H A Direadit.php33 $match = trim(substr($match, strlen('~~IREADIT'), -2));
40 $group = substr($split, 1);

1...<<11121314151617181920>>...95