/plugin/combo/ComboStrap/ |
H A D | InterWiki.php | 144 $parsed = parse_url($this->urlWithoutFragment); 145 if (empty($parsed['scheme'])) $parsed['scheme'] = ''; 146 if (empty($parsed['host'])) $parsed['host'] = ''; 147 if (empty($parsed['port'])) $parsed['port'] = 80; 148 if (empty($parsed['path'])) $parsed['path'] = ''; 149 if (empty($parsed['quer [all...] |
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Expression/ |
H A D | ExpressionEvaluatorTest.php | 31 $parsed = $this->evaluator->parse('a + b', ['a', 'b' ]); 32 self::assertInstanceOf(Expression::class, $parsed); 34 $evaluated = $this->evaluator->evaluateParsed($parsed, ['a' => 1, 'b' => 2]); 41 $parsed = $this->evaluator->parse('a + b', ['b']); 43 $evaluated = $this->evaluator->evaluateParsed($parsed, ['b' => 2]); 50 $parsed = $this->evaluator->parse('a + b', ['b']); 52 $evaluated = $this->evaluator->evaluateParsed($parsed, ['b' => 2, 'a' => 4]); 59 $parsed = $this->evaluator->parse('a + b', ['b']); 61 $serializedExpression = unserialize(serialize($parsed));
|
/plugin/struct/types/ |
H A D | Url.php | 63 $parsed = parse_url($url); 65 $title = $parsed['host']; 67 if (isset($parsed['path']) && $parsed['path'] === '/') { 68 unset($parsed['path']); 71 isset($parsed['path']) || 72 isset($parsed['query']) || 73 isset($parsed['fragment'])
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
H A D | OpenSSH.php | 50 $parsed = parent::load($key, $password); 52 if (isset($parsed['paddedKey'])) { 53 list($type) = Strings::unpackSSH2('s', $parsed['paddedKey']); 54 if ($type != $parsed['type']) { 55 …\RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); 58 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']); 63 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']); 65 $comment = $parsed['comment'];
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
H A D | OpenSSH.php | 55 $parsed = parent::load($key, $password); 57 if (isset($parsed['paddedKey'])) { 58 list($type) = Strings::unpackSSH2('s', $parsed['paddedKey']); 59 if ($type != $parsed['type']) { 60 …\RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); 73 ) = Strings::unpackSSH2('i6s', $parsed['paddedKey']); 85 list($publicExponent, $modulus) = Strings::unpackSSH2('ii', $parsed['publicKey']); 91 'comment' => $parsed['comment']
|
/plugin/farmsync/script/ |
H A D | jquery.chosen.js | 21 this.parsed = []; 34 group_position = this.parsed.length; 35 this.parsed.push({ 57 this.parsed[group_position].children += 1; 59 this.parsed.push({ 60 array_index: this.parsed.length, 69 group_label: group_position != null ? this.parsed[group_position].label : null, 74 this.parsed.push({ 75 array_index: this.parsed.length,
|
/plugin/farmer/script/ |
H A D | jquery.chosen.js | 21 this.parsed = []; 34 group_position = this.parsed.length; 35 this.parsed.push({ 57 this.parsed[group_position].children += 1; 59 this.parsed.push({ 60 array_index: this.parsed.length, 69 group_label: group_position != null ? this.parsed[group_position].label : null, 74 this.parsed.push({ 75 array_index: this.parsed.length, 117 return parser.parsed; [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.text-decoration.inc.php | 34 $parsed = $this->default_value(); 35 if (strstr($value,"overline") !== false) { $parsed['O'] = true; }; 36 if (strstr($value,"underline") !== false) { $parsed['U'] = true; }; 37 if (strstr($value,"line-through") !== false) { $parsed['T'] = true; }; 38 return $parsed;
|
H A D | css.rules.page.inc.php | 373 $parsed =& parse_css_property($css, $pipeline); 375 if (!is_null($parsed)) { 376 $properties = $parsed->getPropertiesSortedByPriority(); 384 $parsed =& parse_css_property($css, $pipeline); 386 if (!is_null($parsed)) { 387 $properties = $parsed->getPropertiesSortedByPriority();
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | UriTemplate.php | 104 $parsed = self::parseExpression($matches[1]); 105 $prefix = self::$operatorHash[$parsed['operator']]['prefix']; 106 $joiner = self::$operatorHash[$parsed['operator']]['joiner']; 107 $useQuery = self::$operatorHash[$parsed['operator']]['query']; 109 foreach ($parsed['values'] as $value) { 131 if ($parsed['operator'] === '+' || 132 $parsed['operator'] === '#' 184 if ($parsed['operator'] === '+' || $parsed['operator'] === '#') {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | OpenSSH.php | 60 $parsed = parent::load($key, $password); 62 if (isset($parsed['paddedKey'])) { 63 $paddedKey = $parsed['paddedKey']; 65 if ($type != $parsed['type']) { 66 …\RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); 85 if ($parsed['type'] == 'ssh-ed25519') { 86 if (Strings::shift($parsed['publicKey'], 4) != "\0\0\0\x20") { 91 $qa = self::extractPoint($parsed['publicKey'], $curve); 93 list($curveName, $publicKey) = Strings::unpackSSH2('ss', $parsed['publicKey']); 103 'comment' => $parsed['comment']
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/ |
H A D | Certificate.php | 38 public $parsed; variable in Google\\Service\\CloudKMS\\Certificate 105 public function setParsed($parsed) argument 107 $this->parsed = $parsed; 114 return $this->parsed;
|
/plugin/imagereference/syntax/ |
H A D | imgcaption.php | 271 $parsed = explode("|", $str, 2); 273 if(isset($parsed[1])) $caption = trim($parsed[1]); 276 $parsed = array_pad(explode(" ", $parsed[0], 3), 3, null); 277 $captiontype = substr($parsed[0], 0, 3); 278 $caprefname = $parsed[1]; 280 $tokens = preg_split('/\s+/', $parsed[2], 9); // limit is defensive
|
/plugin/odt/ODT/ |
H A D | ODTSpan.php | 143 $parsed = array(); 157 $parsed [] = $entry; 179 $parsed [] = $entry; 185 $parsed [] = $entry; 192 for ($out = 0 ; $out < count($parsed) ; $out++) { 196 $found = &$parsed [$out]; 202 for ($in = $out+1 ; $in < count($parsed) ; $in++) { 203 $search = &$parsed [$in];
|
/plugin/fedauth/Auth/OpenID/ |
H A D | TrustRoot.php | 63 $parsed = Auth_OpenID_TrustRoot::_parse($realm); 65 if ($parsed === false) { 69 if ($parsed['wildcard']) { 71 if ($parsed['host'][0] != '.') { 75 $www_domain = 'www' . $parsed['host']; 77 return sprintf('%s://%s%s', $parsed['scheme'], 78 $www_domain, $parsed['path']); 80 return $parsed['unparsed'];
|
/plugin/openid/Auth/OpenID/ |
H A D | TrustRoot.php | 63 $parsed = Auth_OpenID_TrustRoot::_parse($realm); 65 if ($parsed === false) { 69 if ($parsed['wildcard']) { 71 if ($parsed['host'][0] != '.') { 75 $www_domain = 'www' . $parsed['host']; 77 return sprintf('%s://%s%s', $parsed['scheme'], 78 $www_domain, $parsed['path']); 80 return $parsed['unparsed'];
|
/plugin/eventline/timeline_ajax/ |
H A D | simile-ajax-api.js | 138 var params = url.split("&"), param, parsed = {}; 143 var old = parsed[name]; 149 parsed[name] = old.concat(decode(param.slice(eq+1))); 151 for (var i in parsed) { 152 if (!parsed.hasOwnProperty(i)) continue; 154 var data = parsed[i];
|
/plugin/tline/timeline_ajax/ |
H A D | simile-ajax-api.js | 138 var params = url.split("&"), param, parsed = {}; 143 var old = parsed[name]; 149 parsed[name] = old.concat(decode(param.slice(eq+1))); 151 for (var i in parsed) { 152 if (!parsed.hasOwnProperty(i)) continue; 154 var data = parsed[i];
|
/plugin/dokutexit/ |
H A D | texitrender.php | 78 $parsed = $this->p_render_latex_text($text, $info); 79 file_put_contents($destfn, $parsed) or die("can't open file $destfn for writing"); 189 $parsed = $this->p_render('latex', $ins, $info); 192 return $parsed; 205 $parsed = $this->p_render_latex_text($text, $info); 206 return $parsed;
|
/plugin/fedauth/Auth/ |
H A D | OpenID.php | 418 @$parsed = parse_url($url); 420 if (!$parsed) { 424 if (isset($parsed['scheme']) && 425 isset($parsed['host'])) { 426 $scheme = strtolower($parsed['scheme']);
|
/plugin/openid/Auth/ |
H A D | OpenID.php | 434 @$parsed = parse_url($url); 436 if (!$parsed) { 440 if (isset($parsed['scheme']) && 441 isset($parsed['host'])) { 442 $scheme = strtolower($parsed['scheme']);
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
H A D | YamlTest.php | 23 $parsed = Yaml::parse($yml); 24 $this->assertEquals($data, $parsed);
|
/plugin/linkbonus/syntax/ |
H A D | interwiki.txt | 221 $parsed = parse_url($reference); 222 if(!$parsed['port']) $parsed['port'] = 80; 223 $url = str_replace('{SCHEME}',$parsed['scheme'],$url); 224 $url = str_replace('{HOST}',$parsed['host'],$url); 225 $url = str_replace('{PORT}',$parsed['port'],$url); 226 $url = str_replace('{PATH}',$parsed['path'],$url); 227 $url = str_replace('{QUERY}',$parsed['query'],$url);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio-video.riff.php | 2089 $parsed = array_map('getid3_lib::'.($littleEndian ? 'Little' : 'Big').'Endian2Int', $parsed); 2093 return $parsed; 2148 $parsed = array(); 2158 …$parsed['genre'] = (isset($DIVXTAGgenre[$parsed['genre_id']]) ? $DIVXTAGgenre[$parsed['genre_id… 2159 …$parsed['rating'] = (isset($DIVXTAGrating[$parsed['rating_id']]) ? $DIVXTAGrating[$parsed['rating_… 2162 unset($parsed['genre_id'], $parsed['rating_id']); 2163 foreach ($parsed as $key => $value) { 2165 unset($parsed[$key]); 2170 foreach ($parsed as $tag => $value) { 2171 $parsed[$tag] = array($value); [all …]
|
/plugin/userpagecreate/ |
H A D | action.php | 91 $parsed = false; 105 $parsed = true; 131 if (!$parsed) {
|