Home
last modified time | relevance | path

Searched refs:query (Results 926 – 950 of 964) sorted by last modified time

1...<<313233343536373839

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php399 * @param array $query An array of the query parameters (key =>
410 function complete($current_url, $query=null) argument
420 if ($query === null) {
421 $query = Auth_OpenID::getQuery();
429 $message = Auth_OpenID_Message::fromPostArgs($query);
880 function _verifyReturnToArgs($query) argument
885 $message = Auth_OpenID_Message::fromPostArgs($query);
906 if (!array_key_exists($rt_key, $query)) {
910 $value = $query[$rt_key];
H A DSQLStore.php158 $this->connection->query(
201 $this->connection->query(sprintf("DELETE FROM %s",
204 $this->connection->query(sprintf("DELETE FROM %s",
303 $r = $this->connection->query($this->sql['nonce_table']);
312 $r = $this->connection->query($this->sql['assoc_table']);
324 return $this->connection->query($this->sql['set_assoc'],
386 if ($this->resultToBool($this->connection->query(
457 $result = $this->connection->query($sql, array($server_url,
541 $this->connection->query($this->sql['clean_nonce'], array($v));
549 $this->connection->query($this->sql['clean_assoc'],
H A DServer.php1540 function decode($query) argument
1542 if (!$query) {
1546 $message = Auth_OpenID_Message::fromPostArgs($query);
1556 $old_ns = $query['openid.ns'];
1558 $query['openid.ns'] = Auth_OpenID_OPENID2_NS;
1559 $message = Auth_OpenID_Message::fromPostArgs($query);
1755 function decodeRequest($query=null) argument
1757 if ($query === null) {
1758 $query = Auth_OpenID::getQuery();
1761 return $this->decoder->decode($query);
H A DURINorm.php236 $query = $uri_matches[6];
237 if ($query === null) {
238 $query = '';
246 return $scheme . '://' . $authority . $path . $query . $fragment;
H A DMDB2Store.php106 return !PEAR::isError($this->connection->query(
404 $this->connection->query(sprintf("DELETE FROM %s",
407 $this->connection->query(sprintf("DELETE FROM %s",
/plugin/fedauth/Auth/Yadis/
H A DXML.php258 $result = @$this->xpath->query($xpath, $node);
260 $result = @$this->xpath->query($xpath);
/plugin/fedauth/js/
H A Daoihelper.js13 var query = window.location.search.substring(1);
14 var vars = query.split("&");
/plugin/fedauth/Auth/
H A DOpenID.php265 static function parse_str($query) argument
267 if ($query === null) {
271 $parts = explode('&', $query);
366 * @param string $query The query.
372 $query = '', $fragment = '') argument
395 if ($query) {
396 $result .= "?" . $query;
/plugin/solr/
H A Daction.php419 $query = $this->array2paramstr(array(
424 $helper->solr_query('update', $query);
H A Dhelper.php123 * @param string $query URL query string parameters
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
129 $url = $this->getConf('url')."/{$path}?{$query}";
147 'query' => $query,
/plugin/facebookalbum/
H A Dfacebook.php892 $query = '';
900 $query = '?' . http_build_query($params, null, '&');
912 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/
H A Dplugin.info.txt6 desc Add and query semantic data in your wiki
H A DREADME8 … way, metadata that is automatically inferred by the triple store is included in the query results.
/plugin/semanticdata/syntax/
H A Dtable.php191 $res = $store->query($data['sql'],$resultFormat, $lang, $infer);
/plugin/semanticdata/phpSesame/
H A DphpSesame.php105 throw new Exception ('Please supply a valid query language, SPARQL or SeRQL supported.');
167 $request->addPostParameter('query', $query);
174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1723 var query = document.evaluate(expression, $(parentElement) || document,
1725 for (var i = 0, length = query.snapshotLength; i < length; i++)
1726 results.push(Element.extend(query.snapshotItem(i)));
/plugin/translator/
H A Dhelper.php103 $this->database->query("SHOW TABLES LIKE \"$tableName\";");
1220 $this->database->databaseConnection->query("SET NAMES 'utf8' COLLATE 'utf8_general_ci'");
1221 $this->database->databaseConnection->query("SET CHARACTER SET 'utf8'");
/plugin/linkbonus/syntax/
H A Dinterwiki.txt227 $url = str_replace('{QUERY}',$parsed['query'],$url);
/plugin/gil/
H A Dsyntax.php196 $query= $this->_request_uri();
197 $query= str_replace('$1', $sc, $query);
198 $query= str_replace('$2', $tc, $query);
200 $handle= @fopen($query, 'r');
/plugin/jquery/
H A Djquery-1.4.2.js3523 Sizzle = function(query, context, extra, seed){
3530 return makeArray( context.querySelectorAll(query), extra );
3534 return oldSizzle(query, context, extra, seed);
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf33 Acronym http://www.acronymfinder.com/af-query.asp?String=exact&amp;Acronym=
63 FreeBSDman http://www.FreeBSD.org/cgi/man.cgi?apropos=1&amp;query=
/plugin/aimg/
H A Dsyntax.php95 $img_id = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/wysiwyg/
H A Dscript.js140 var query = location.search.substring(1);
141 var pairs = query.split("&");
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso38 Convert query string parameters to variables and initialize output.

1...<<313233343536373839