Home
last modified time | relevance | path

Searched refs:query (Results 801 – 825 of 964) sorted by last modified time

1...<<313233343536373839

/plugin/pubmed/
H A Dsyntax.php43 list($state, $query) = $data;
44 list($cmd, $pmid) = $query;
/plugin/dwcommits/
H A Dhelper.php373 $results = $this->sqlite->query("select count(*) from git_commits");
460 $query = count($q) ? $q: $_REQUEST['dwc_query'];
469 foreach($query as $col=>$val) {
519 $query = $q ? $q: $_REQUEST['dwc_query'];
521 $regex = $this->get_hilite_regex($query);
579 function get_hilite_regex($query) { argument
580 $term1 = $query['terms_1'];
581 $term2 = $query['terms_2'];
595 $query = $q ? $q: $_REQUEST['dwc_query'];
597 $regex = $this->get_hilite_regex($query);
[all …]
H A Dadmin.php76 'query'=>"dwc_query_div",
128 case 'query':
/plugin/datagraph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php147 $query = http_build_query($params, null, '&');
148 $params = explode('&', $query);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php45 $query = '';
56 $query = '?' . http_build_query($params, null, '&');
66 return $scheme . $host . $port . $path . $query . $fragment;
87 list($path, $query) = explode('?', $url, 2);
89 parse_str($query, $existingParams);
109 $query = parse_url($url, PHP_URL_QUERY);
110 if (!$query) {
114 parse_str($query, $params);
/plugin/authdjango/
H A Dauth.php68 …$query = 'SELECT session_data FROM django_session WHERE session_key=' . $this->dbh->quote($s_id) .…
69 $result = $this->dbh->query($query) or die('Query failed1: ' . $this->dbh->errorInfo());
79 …$result2 = $this->dbh->query($query2) or die('Query failed2: ' . print_r($this->dbh->errorInfo()));
106 …$query = 'SELECT auth_group.name FROM auth_user, auth_user_groups, auth_group where auth_user.user…
108 $result = $this->dbh->query($query) or die('Query failed3: ' . $this->dbh->errorInfo());
119 $query = 'SELECT auth_group.name FROM auth_group';
121 $result = $this->dbh->query($query) or die('Query failed4: ' . $this->dbh->errorInfo());
/plugin/pgsqlquery/
H A Dplugin.info.txt5 name PostgreSQL query plugin
6 desc Processing query to PostgreSQL database and display results as a table.
H A Dsyntax.php100 $stmt = $link->query($querystring);
H A DREADME3 Processing query to PostgreSQL database and display results as a table.
H A DREADME.md2 A dokuwiki plugin for processing query to PostgreSQL database and display results as a table.
/plugin/sqlquery/
H A DREADME.md2 A dokiwiki plugin for processing query to MySQL databases and display results as a table.
H A Dplugin.info.txt5 name SQL query plugin
6 desc Processing query to mysql database and display results as a table.
H A DREADME3 Processing query to mysql database and display results as a table.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt55 DlgLnkIntExtras : "To create a query string and/or to set a page anchor from Dokuwiki headers, …
/plugin/fckg/
H A DChanges258 Interwiki links: preserve lost forward slashes and query strings
319 Removed query string from copied/pasted images; interfered with parsing of url. Affects
/plugin/datasearchform/
H A Daction.php62 private function _addNamespace2query(&$query) { argument
68 if(!preg_match('/(?:^| )(?:@|ns:)[\w:]+/u', $query, $matches)) {
69 $query .= ' @' . $ns;
H A Dscript.js14 var query = $input.val(),
17 if (reg.test(query)) {
18 return query;
21 return query + (namespace ? ' @' + namespace : '');
/plugin/authsmf20/
H A Dauth.php275 $query = "SELECT mg.group_name, m.id_group
280 $result = $this->_smf_db_link->query($query);
352 …$query = "SELECT m.id_member, m.real_name, m.email_address, m.gender, m.location, m.usertitle, m.p…
357 $result = $this->_smf_db_link->query($query);
418 $query = "SELECT group_name
422 $result = $this->_smf_db_link->query($query);
/plugin/davcard/
H A Dhelper.php151 $res = $sqlite->query($query, $id);
264 $res = $sqlite->query($query, $id, $uri);
304 $res = $sqlite->query($query, $name, $description, $bookid);
330 $res = $sqlite->query($query, $id);
380 $res = $sqlite->query($query, $values);
387 $res = $sqlite->query($query, $values);
394 $res = $sqlite->query($query, $id, $row['id']);
435 $res = $sqlite->query($query, $uri, $addressbookid);
528 $res = $sqlite->query($query,
606 $res = $sqlite->query($query,
[all …]
/plugin/nssearch/
H A Daction.php19 // Edit the query before doing a string search.
21 // The page results don't have an edittable query for some reason, so filter invalid results after the search.
47 if ($ns && $event->data['query'])
48 $event->data['query'] = 'ns:' . $ns . ' ' . $event->data['query'];
51 // You can't edit the query before a page search, so instead we have to filter the results after the search.
/plugin/searchcombinedgoogle/
H A Daction.php19 private $query = null; variable in action_plugin_searchcombinedgoogle
71 if ( $url != $this->query )
98 $this->query = $url;
/plugin/revisionat/
H A Dscript.js18 var query = {};
21 query[searchParamArray[0]] = searchParamArray[1];
23 if (typeof query[paramName] === 'string') {
24 return query[paramName];
/plugin/filterrss/
H A Dsyntax.php42 $query = preg_split('/order by/i', $match);
44 $args = trim($query[0]);
46 if( isset( $query[1] ) )
48 $sort = trim($query[1]);
79 $query = preg_replace($limit_reg, '', $query);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php527 …redapi_url_add_destination($url, $capture_referrer = true, $default = '', $lid = '', $query = '') { argument
552 if ($query && !empty($query) && is_string($query)) {
553 $url = sharedapi_url_add_query($url, $query);
565 function sharedapi_url_add_lid($url, $lid = '', $query = '') { argument
571 if ($query && !empty($query) && is_string($query)) {
572 $url = sharedapi_url_add_query($url, $query);
579 function sharedapi_url_add_query($url, $query) { argument
588 return $url . $query;

1...<<313233343536373839