Home
last modified time | relevance | path

Searched refs:scheme (Results 151 – 170 of 170) sorted by last modified time

1234567

/plugin/aceeditor/
H A Dbuild.js1 …pgsql:F,php:I,powershell:q,prolog:R,properties:U,python:z,ruby:W,scala:X,scheme:V,sql:J,tcl:K,veri… property in AnonymousFunction3f7200173f900.mt
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php85 $scheme = $parsed['scheme'];
H A DTrustRoot.php127 $scheme = strtolower($parts['scheme']);
129 if (!in_array($scheme, $allowed_schemes)) {
132 $parts['scheme'] = $scheme;
H A DURINorm.php160 $scheme = $uri_matches[2];
161 if ($scheme) {
162 $scheme = strtolower($scheme);
165 $scheme = $uri_matches[2];
166 if ($scheme === '') {
171 $scheme = strtolower($scheme);
172 if (!in_array($scheme, array('http', 'https'))) {
216 ($scheme == 'http' && $port == ':80') ||
217 ($scheme == 'https' && $port == ':443')) {
246 return $scheme . '://' . $authority . $path . $query . $fragment;
/plugin/fedauth/Auth/
H A DOpenID.php362 * @param string $scheme The scheme (e.g. 'http'). Defaults to 'http'.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
375 if (!$scheme) {
376 $scheme = 'http';
387 $result = $scheme . "://" . $host;
426 $scheme = strtolower($parsed['scheme']);
427 if (!in_array($scheme, array('http', 'https'))) {
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... params/ org/apache/http/conn/scheme/ org/apache/http/cookie/CookieSpec ...
/plugin/autotweet/
H A DOAuth.php242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
245 @$http_url or $http_url = $scheme .
384 $scheme = $parts['scheme'];
388 $port or $port = ($scheme == 'https') ? '443' : '80';
390 if (($scheme == 'https' && $port != '443')
391 || ($scheme == 'http' && $port != '80')) {
394 return "$scheme://$host$path";
/plugin/linkbonus/
H A Dcommon.php62 $domain= $domain['scheme']. '://'. $domain['host'];
/plugin/linkbonus/syntax/
H A Dinterwiki.txt223 $url = str_replace('{SCHEME}',$parsed['scheme'],$url);
/plugin/codebutton_ext/
H A Daction.php.bak45 …rebol, reg, robots, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, tcl, terat…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt340 …r, php-brief, php, plsql, python, qbasic, rails, reg, robots, ruby, sas, scheme, sdlbasic, smallta…
/plugin/jmol2/jmol/
H A DCHANGES.txt2312 # bug fix: color of NaN float values changed from "center of color scheme" to GRAY
3021 # spacefill +1.2 # angstroms added to current vdw scheme
3077 # new feature: menu includes all standard color scheme options
4585 # allows setting of color range and scheme so that color
4597 # without the scheme name, returns the current colorscheme listing
/plugin/ahrefmenu/
H A Dgenerate_map.py38 _root_scheme = urlparse.urlparse(i_root).scheme
44 _url_scheme = urlparse.urlparse(i_url).scheme
/plugin/flowplay2/flowplayer/
H A DREADME.txt345 - Protection scheme to prevent inline linking (http://en.wikipedia.org/wiki/Inline_linking)
/plugin/indexmenu2/cms/templates/TabControl/
H A Dlayout.css2 * TabControl layout scheme
/plugin/flowplay/flowplayer/
H A DREADME.txt173 - Protection scheme to prevent inline linking (http://en.wikipedia.org/wiki/Inline_linking)
/plugin/indexmenu2/templates/DokuWiki/
H A Dlayout.css2 * Main layout scheme
/plugin/googlesearch/
H A Dnusoap.php2011 var $scheme = ''; variable in soap_transport_http
2102 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
2114 if ($this->scheme == 'ssl') {
2147 } else if ($this->scheme == 'https') {
2227 $this->setError('Unknown scheme ' . $this->scheme);
2228 $this->debug('Unknown scheme ' . $this->scheme);
2506 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==…
2511 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
2520 } else if ($this->scheme == 'https') {
2546 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
[all …]
/plugin/indexmenu2/cms/templates/SimpleTree/
H A Dlayout.css2 * Main layout scheme

1234567