/plugin/fedauth/Auth/Yadis/ |
H A D | HTTPFetcher.php | 123 $loc = $parts[1]; 124 $ppos = strpos($loc, "://"); 125 if ($ppos === false || $ppos > strpos($loc, "/")) { 130 if (substr($loc, 0, 1) == "/") { 133 if ($fspos) $loc = $prt.substr($url, 0, $fspos).$loc; 134 else $loc = $prt.$url.$loc; 148 $loc = $pp.$loc; 151 return $loc;
|
/plugin/openid/Auth/Yadis/ |
H A D | HTTPFetcher.php | 141 $loc = $parts[1]; 142 $ppos = strpos($loc, "://"); 143 if ($ppos === false || $ppos > strpos($loc, "/")) { 148 if (substr($loc, 0, 1) == "/") { 151 if ($fspos) $loc = $prt.substr($url, 0, $fspos).$loc; 152 else $loc = $prt.$url.$loc; 166 $loc = $pp.$loc; 169 return $loc;
|
/plugin/tplinc/ |
H A D | admin.php | 133 * @param string $loc the current location value 135 protected function locationBox($name, $loc) argument 140 if (!isset($locations[$loc])) $loc = ''; 144 $selected = ($location == $loc) ? 'selected="selected"' : '';
|
H A D | helper.php | 91 list($pattern, $page, $loc, $skipacl) = $row; 92 if ($loc != $location) continue;
|
/plugin/lastfm/inc/ |
H A D | lastfmutils.php | 360 $loc =& $xml; 363 $temp =& $loc[$level]; 364 $loc =& $temp; 366 $loc = array($loc); 381 $loc =& $xml; 384 $temp =& $loc[str_replace(":arr#", "", $level)]; 385 $loc =& $temp; 395 $loc["attributes"][$tag] = & $val["attributes"][$key];
|
/plugin/facebook/ |
H A D | action.php | 48 $loc = $match[1]; 50 $loc = $match[1]; 52 $loc = 'en_US';
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A D | Editor.svelte | 39 e.hash.loc.first_line, 40 e.hash.loc.last_line, 41 e.hash.loc.first_column, 42 e.hash.loc.last_column
|
/plugin/combo/ComboStrap/ |
H A D | Http.php | 89 $loc = strpos($header, ":"); 90 if ($loc === false) { 93 $actualHeaderName = substr($header, 0, $loc);
|
/plugin/complex_lists/complex_lists/ |
H A D | syntax.php | 179 for ($loc = 0; $loc < $len; ++$loc) 181 $type = strpos("01aAiI", substr($str, $loc, 1)); 211 return htmlspecialchars(substr($str, 0, $loc) . $numtext . substr($str, $loc + 1));
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/ |
H A D | Facade.php | 208 $loc = $node->getLinesOfCode(); 211 $loc['loc'], 212 $loc['cloc'], 213 $loc['ncloc'],
|
/plugin/issuetracker/ |
H A D | fabtabulous.js | 47 var loc = RegExp.$1; 48 var elm = this.menu.find(function(value) { return value.href.match(/#(\w.+)/)[1] == loc; });
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy_print.php | 332 * @param string $loc default is "output" 337 function size($loc = 'output') argument 339 if ($loc == 'output' && !$this->output_css) { 343 if ($loc == 'input') {
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureFrame.java | 90 Point loc = bounds.getLocation(); in CaptureFrame() 91 SwingUtilities.convertPointToScreen(loc, capturePanel); in CaptureFrame() 92 bounds.setLocation(loc); in CaptureFrame() 111 Point loc = bounds.getLocation(); in CaptureFrame() 112 SwingUtilities.convertPointToScreen(loc, capturePanel); in CaptureFrame() 113 bounds.setLocation(loc); in CaptureFrame()
|
/plugin/vcard/ |
H A D | syntax.php | 221 $loc = array(); 224 $loc[] = $this->_tagclass('postal-code', $html); 229 $loc[] = $this->_tagclass('locality', $html); 231 $addr[] = join(' ', $loc);
|
/plugin/supa/ |
H A D | script.js | 98 loc; variable 153 loc = { class 157 media_manager.list(null, loc);
|
/plugin/langdelete/lang/ru/ |
H A D | intro.txt | 9 Эти коды можно узнать здесь: [[wp>List_of_ISO_639-1_codes]] или здесь: [[http://www.loc.gov/standar…
|
/plugin/visrep/ |
H A D | syntax.php | 168 $loc = 'path_'.$data['data-engine']; 169 $cmd = $this->getConf($loc);
|
/plugin/langdelete/lang/ja/ |
H A D | intro.txt | 7 from [[wp>List_of_ISO_639-1_codes]] or from [[http://www.loc.gov/standards/iso639-2/php/English_lis…
|
/plugin/langdelete/lang/en/ |
H A D | guide.txt | 2 …le on Wikipedia at [[wp>List_of_ISO_639-1_codes]] or from the [[http://www.loc.gov/standards/iso63…
|
/plugin/wysiwyg/ |
H A D | action.php | 103 function redirect($loc) argument
|
/plugin/langdelete/lang/de/ |
H A D | intro.txt | 8 …findet sich hier: [[wp>List_of_ISO_639-1_codes]] oder bei der [[http://www.loc.gov/standards/iso63…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 1081 $loc = self::$location; 1105 foreach ($loc as $part) { 1113 throw new \RuntimeException('No filters defined for ' . implode('/', $loc));
|
/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 1084 var loc = new mxPoint(vertexState.getCenterX(), vertexState.getCenterY()); 1086 if (loc != null && edgeState != null) 1089 var dx = pt.x - loc.x; 1090 var dy = pt.y - loc.y;
|
/plugin/katex/_assets/ |
H A D | katex.min.js | 1 …loc;if(i&&i.start<=i.end){var o=i.lexer.input;n=i.start;var s=i.end;n===o.length?a+=" at end of in… property in t.parseArgumentGroup.i
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.js | 1578 var o="", oI, oR, oo=[], w, vv, i, loc; 1581 loc = this.l; 1583 … else for(i = 0; i != size; ++i) { o+=String.fromCharCode(__readUInt16LE(this, loc)); loc+=2; } 1603 case 'dbcs-cont': o = ""; loc = this.l; 1607 this.l = loc + 1; 1612 loc+=2; 1619 this.l = loc + 1; 1624 loc+=1; 7703 var loc = parse_XLWideString(data); 7707 return {rfx:rfx, relId:relId, loc:loc, tooltip:tooltip, display:display}; [all …]
|