Home
last modified time | relevance | path

Searched refs:uri (Results 426 – 438 of 438) sorted by last modified time

1...<<1112131415161718

/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js27 'button' : function (options, uri, settings) { argument
29 var url = uri + options.referrer_track;
52 options.title.call(this, options, uri, settings) :
H A Djquery.socialshareprivacy.disqus.js17 …$widget.attr("data-shortname") === options.shortname && $widget.attr("data-uri") === options.uri) {
49 …rc = 'http://'+options.shortname+'.disqus.com/count.js?q=1&0=2,'+encodeURIComponent(options.uri);
90 'button' : function (options, uri, settings) { argument
107 'data-uri' : uri + options.referrer_track
117 uri : uri + options.referrer_track
H A Djquery.socialshareprivacy.facebook.js36 'button' : function (options, uri, settings) { argument
59 href : uri + options.referrer_track,
/plugin/fedauth/Auth/Yadis/
H A DYadis.php301 * @param string $uri The URI on which to perform Yadis discovery.
320 static function discover($uri, $fetcher, argument
323 $result = new Auth_Yadis_DiscoveryResult($uri);
325 $request_uri = $uri;
333 $response = $fetcher->get($uri, $headers);
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
55 * @param string $uri The namespace URI to be used to identify the
61 function registerNamespace($prefix, $uri) argument
160 function registerNamespace($prefix, $uri) argument
162 return xpath_register_ns($this->xpath, $prefix, $uri);
250 function registerNamespace($prefix, $uri) argument
252 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php500 return array($uri, array());
509 return Auth_OpenID_discoverWithoutYadis($uri,
526 function Auth_OpenID_discoverURI($uri, $fetcher) argument
528 $uri = Auth_OpenID::normalizeUrl($uri);
529 return Auth_OpenID_discoverWithYadis($uri, $fetcher);
532 function Auth_OpenID_discoverWithoutYadis($uri, $fetcher) argument
534 $http_resp = @$fetcher->get($uri);
537 return array($uri, array());
574 function Auth_OpenID_discover($uri, $fetcher) argument
579 return array($uri, array());
[all …]
H A DURINorm.php142 function Auth_OpenID_urinorm($uri) argument
145 preg_match(Auth_OpenID_getURIPattern(), $uri, $uri_matches);
155 $uri, $illegal_matches);
/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.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/phpSesame/
H A DresultFormats.php43 else if($binding->uri)
45 $row[$name] = (string) $binding->uri;
/plugin/linkbonus/syntax/
H A Dinterwiki.txt77 /* Go>uri | Text | key="val" | ... */
/plugin/googlesearch/
H A Dnusoap.php2009 var $uri = ''; variable in soap_transport_http
2072 $this->uri = $this->path;
2073 $this->digest_uri = $this->uri;
2402 $this->uri = $this->url;
2479 $req = "$this->request_method $this->uri HTTP/$this->protocol_version";
/plugin/socialmark/
H A Dlist.txt16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !

1...<<1112131415161718