Home
last modified time | relevance | path

Searched refs:substr (Results 426 – 450 of 2368) sorted by relevance

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php151 substr($algo, 13); // strlen('pbeWithSHAAnd') == 13
255 $cipher->setKeyLength(substr($algo, 3, 3));
420 $hash = str_replace('-', '/', substr($prf['algorithm'], 11));
455 …$private['privateKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $tem…
470 $private['publicKey'] = substr($private['publicKey'], 1);
496 …$public['publicKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $temp[…
498 $public['publicKey'] = substr($public['publicKey'], 1);
550 $hash = str_replace('-', '/', substr($prf, 11));
/plugin/stats/
H A Dsyntax.php326 $month = substr($period,0,strpos($period,"/"));
327 $year = substr($period,strpos($period,"/")+1);
563 $m = substr($currentMonth,0,strpos($currentMonth,"/"));
564 $y = substr($currentMonth,strpos($currentMonth,"/")+1);
678 $filens = substr($filePath, 0, strrpos($filePath , '.txt'));
702 $ns = (preg_match("/^:/",$ns)) ? substr($ns,1) : $ns;
839 $file_ext = substr($file, strrpos($file, ".")+1);
970 $filens = substr($filePath, 0, strrpos($filePath , '.txt'));
973 if(substr($filens, 0, 1) == ':') {
974 $filens = substr($filens, 1);
[all …]
/plugin/htmlsafe/
H A Dsyntax.php31 return array( substr($match,1,4), substr($match,6,-7) );
/plugin/manlink/
H A Dsyntax.php27 if (substr($match, 0, 1) == "!") {
28 $handler->_addCall('cdata', array(substr($match, 1)), $pos);
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php55 $tok = substr($str, 0, 1);
56 $str = substr($str, 1);
/plugin/linebreak/
H A Dsyntax.php54 if (substr($match, 0, 12) == '~~LINEBREAK#') {
55 $marker = substr($match, 12,-3);
/plugin/dirtylittlehelper/syntax/
H A Dcomment.php75 if( substr($match,0,3) =='<dl'){
83 if( substr($match,0,3) =='</d'){
H A Ddivwiki.php68 if( substr($match,0,3) =='<dl'){
71 }elseif( substr($match,0,3) =='</d'){
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php38 $this->mode = substr(get_class($this), 7);
54 $id = trim(substr($match, 13, -3));
H A Dshorter.php38 $this->mode = substr(get_class($this), 7);
61 $short_title = trim(substr($match, 13, -2));
/plugin/phprestrict/action/
H A Daction.php64 switch (substr($path,-1)) {
77 $phpok = (strpos($id,substr($path,0,-1)) === 0);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DAutolinkParser.php
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2786 if (substr($p_remove_dir, -1) != '/')
2789 if ( (substr($p_filename, 0, 2) == "./")
2819 if (substr($p_add_dir, -1) == "/")
3125 || ( (substr($p_path, 0, 1) != "/")
3126 && (substr($p_path, 0, 3) != "../")
3127 && (substr($p_path,1,2)!=":/")))
3134 while (substr($p_path, -1) == "/")
4322 if (substr($p_header['filename'], -1) == '/') {
4945 if (($p_is_dir) && (substr($p_dir, -1)=='/'))
4947 $p_dir = substr($p_dir, 0, strlen($p_dir)-1);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php713 if ((strlen($v_path) > 0) && (substr($v_path, -1) != '/')) {
869 if ((strlen($v_path) > 0) && (substr($v_path, -1) != '/')) {
2561 if (@substr($p_header['stored_filename'], -1) != '/') {
2663 if (substr($p_remove_dir, -1) != '/')
2666 (substr($p_filename, 0, 2) == "./")
2667 || (substr($p_remove_dir, 0, 2) == "./")
2670 (substr($p_filename, 0, 2) == "./")
2671 && (substr($p_remove_dir, 0, 2) != "./")
2676 (substr($p_filename, 0, 2) != "./")
2677 && (substr(
[all...]
/plugin/authucenter/lib/uc_client/
H A Dclient.php19 define('UC_ROOT', substr(__FILE__, 0, -10));
171 $keya = md5(substr($key, 0, 16));
172 $keyb = md5(substr($key, 16, 16));
173 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
178 …ion == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expir…
206 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
207 return substr($result, 26);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php62 $MPEGstreamData = substr($MPEGstreamData, $MPEGstreamDataOffset);
73 $StartCodeValue = ord(substr($MPEGstreamData, $StartCodeOffset + 3, 1));
81 $bitstream = getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 4, 4));
101 $bitstream = getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 4, 8));
115 $bitstream .= getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 12, 64));
123 …$bitstream .= getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 12 + ($info['mp…
152 …$bitstream = getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 4, 8)); // 48 bi…
276 …$bitstream = getid3_lib::BigEndian2Bin(substr($MPEGstreamData, $StartCodeOffset + 4, 4)); // 27 bi…
528 $return = bindec(substr($bitstream, $bitstreamoffset, $bits_to_read));
/plugin/openlayersmap/syntax/
H A Dolmap.php84 $_tag = explode('>', substr($match, 7, -9), 2);
94 $mainLat = substr($mainLat [0], 5, -1);
95 $mainLon = substr($mainLon [0], 5, -1);
170 $param = substr($param, 0, -2);
196 . substr($img, 0, -4) . $this->getlang('alt_legend_poi') . '" /></td>
202 $poi = substr($poi, 2);
444 $imgUrl = substr ( $imgUrl, 0, - 1 );
484 $iconStyle = substr($img, 0, -4);
566 $imgUrl = substr($imgUrl, 0, -3);
726 $mediaLink = substr(
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php86 $line = substr($finding, 0, $split);
87 $message = substr($finding, ($split + 1));
/plugin/struct/helper/
H A Dconfig.php23 if (substr($val, 0, 1) == '^') {
24 return [substr($val, 1), false];
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php239 $refName = substr(rtrim($values['value']), 1);
400 $value .= ltrim(substr($line, 0, -1));
408 } elseif ('\\' === substr($line, -1)) {
551 $data[] = substr($this->currentLine, $newIndent);
579 $data[] = substr($this->currentLine, $newIndent);
584 $data[] = substr($this->currentLine, $newIndent);
646 $value = substr($value, 1, $pos - 2);
648 $value = substr($value, 1);
672 return new TaggedValue(substr($matches['tag'], 1), $data);
781 $blockLines[] = substr($this->currentLine, $indentation);
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php298 if ($branch !== substr($key, 0, $lBranch)) {
305 substr($key, $lBranch + 1),
519 $word = substr($key, 1);
596 $out = substr($out, 0, $position);
603 $out = substr($out, $position + 1);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php312 if ('data:' !== substr($value, 0, 5)) {
323 $mimeType = substr($value, 5, strpos($value, ',') - 5);
325 $mimeType = substr($mimeType, 0, strpos($mimeType, ';'));
326 $newProperty->setValue(base64_decode(substr($value, strpos($value, ',') + 1)));
328 $newProperty->setValue(substr($value, strpos($value, ',') + 1));
/plugin/amazon/
H A Dsyntax.php49 if(substr($match,2,8) == 'wishlist'){
50 $match = substr($match,11,-2);
52 }elseif(substr($match,2,10) == 'amazonlist'){
53 $match = substr($match,13,-2);
56 $match = substr($match,9,-2);
/plugin/davcard/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/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php335 if (substr($value, 0, 5) !== 'data:') {
346 $mimeType = substr($value, 5, strpos($value, ',') - 5);
348 $mimeType = substr($mimeType, 0, strpos($mimeType, ';'));
349 $newProperty->setValue(base64_decode(substr($value, strpos($value, ',') + 1)));
351 $newProperty->setValue(substr($value, strpos($value, ',') + 1));

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