Home
last modified time | relevance | path

Searched refs:query (Results 26 – 50 of 964) sorted by path

12345678910>>...39

/plugin/approve/action/
H A Dapprove.php96 $res = $sqlite->query('SELECT MAX(version)+1 FROM revision
103 $sqlite->query('UPDATE revision
133 $sqlite->query('UPDATE revision SET ready_for_approval=?, ready_for_approval_by=?
208 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
247 $res = $sqlite->query('SELECT rev, current FROM revision
280 $res = $sqlite->query('SELECT rev, current FROM revision
363 $res = $sqlite->query('SELECT rev FROM revision
411 $sqlite->query('UPDATE revision SET rev=? WHERE page=? AND rev=?',
416 $sqlite->query('UPDATE revision SET current=0
429 $sqlite->query('DELET
[all...]
H A Dmigration.php48 * build the appropriate query and executes it.
59 return $sqlite->query($sql, array_values($entry));
H A Dmove.php40 $sqlite->query('UPDATE revision SET page=? WHERE page=?', $new, $old);
H A Dnotification.php
H A Dprettyprint.php45 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
H A Drevisions.php31 $res = $sqlite->query('SELECT rev, approved, ready_for_approval
/plugin/approve/
H A Dadmin.php48 $sqlite->query('DELETE FROM maintainer WHERE id=?', $assignment['id']);
86 $res = $sqlite->query('SELECT * FROM maintainer ORDER BY namespace');
H A Dhelper.php14 $res = $sqlite->query('SELECT value FROM config WHERE key=?', $key);
19 $sqlite->query('UPDATE config SET value=? WHERE key=?', $no_apr_namespaces_conf, $key);
21 $res = $sqlite->query('SELECT page, hidden FROM page');
30 $sqlite->query('UPDATE page SET hidden=? WHERE page=?', $new_hidden, $id);
49 $res = $sqlite->query('SELECT page, approver FROM page WHERE page=? AND hidden=0', $id);
64 $res = $sqlite->query('SELECT rev FROM revision
111 $res = $sqlite->query('SELECT id,namespace,approver FROM maintainer');
176 $sqlite->query('DELETE FROM page');
/plugin/approve/syntax/
H A Dtable.php
/plugin/authdiscourse/
H A Dauth.php91 $query = array();
92 parse_str(base64_decode($sso), $query);
95 if ($query['nonce'] !== $this->prev_nonce) {
103 $_SESSION['authdiscourse_login'] = $query;
/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/authdrupal7/
H A Dauth.php359 * @param string $query SQL string that contains the query
362 protected function _queryDB($query) { argument
364 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
368 $result = @mysql_query($query, $this->dbcon);
423 * @param string $query SQL string that contains the query
426 protected function _modifyDB($query) { argument
428 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
431 $result = @mysql_query($query, $this->dbcon);
/plugin/authdrupal8/
H A Dauth.php345 * Sends a SQL query to the database and transforms the result into
353 * @param string $query SQL string that contains the query
356 protected function _queryDB($query) {
358 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
362 $result = @mysqli_query($this->dbcon, $query);
410 * Sends a SQL query to the database
417 * @param string $query SQL string that contains the query
367 _queryDB($query) global() argument
431 _modifyDB($query) global() argument
[all...]
/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/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1491 public $query; variable in Google_GaData
1545 public function setQuery(Google_GaDataQuery $query) { argument
1546 $this->query = $query;
1549 return $this->query;
2112 public $query; variable in Google_McfData
2168 public function setQuery(Google_McfDataQuery $query) { argument
2169 $this->query = $query;
2172 return $this->query;
2636 public $query; variable in Google_RealtimeData
2667 $this->query = $query;
[all …]
H A DGoogle_BigqueryService.php883 public $query; variable in Google_JobConfiguration
915 $this->query = $query;
918 return $this->query;
1121 public $query; variable in Google_JobConfigurationQuery
1167 $this->query = $query;
1170 return $this->query;
1355 public $query; variable in Google_JobStatistics
1371 $this->query = $query;
1374 return $this->query;
1574 public $query; variable in Google_QueryRequest
[all …]
H A DGoogle_CalendarService.php642 public function query(Google_FreeBusyRequest $postBody, $optParams = array()) { function in Google_FreebusyServiceResource
H A DGoogle_DatastoreService.php873 public $query; variable in Google_RunQueryRequest
883 public function setQuery(Google_Query $query) { argument
884 $this->query = $query;
887 return $this->query;
H A DGoogle_DfareportingService.php38 … public function query($profileId, Google_DimensionValueRequest $postBody, $optParams = array()) { function in Google_DimensionValuesServiceResource
265 public function query($profileId, Google_Report $postBody, $optParams = array()) { function in Google_ReportsCompatibleFieldsServiceResource
H A DGoogle_FusiontablesService.php624 public $query; variable in Google_FusiontablesService
640 …$this->query = new Google_QueryServiceResource($this, $this->serviceName, 'query', json_decode('{"…
H A DGoogle_PlusService.php68 * @param string $query Full-text search query string.
77 public function search($query, $optParams = array()) { argument
78 $params = array('query' => $query);
283 … * @param string $query Specify a query string for full text search of public text in all profiles.
291 public function search($query, $optParams = array()) { argument
292 $params = array('query' => $query);
H A DGoogle_YouTubeAnalyticsService.php45 public function query($ids, $start_date, $end_date, $metrics, $optParams = array()) { function in Google_ReportsServiceResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php91 'location' => 'query',
95 'location' => 'query',
99 'location' => 'query',
123 'location' => 'query',
157 'location' => 'query',
161 'location' => 'query',
185 'location' => 'query',
219 'location' => 'query',
223 'location' => 'query',
227 'location' => 'query',
[all …]
H A DAccessApproval.php110 'location' => 'query',
164 'location' => 'query',
168 'location' => 'query',
172 'location' => 'query',
226 'location' => 'query',
280 'location' => 'query',
284 'location' => 'query',
288 'location' => 'query',
342 'location' => 'query',
396 'location' => 'query',
[all …]

12345678910>>...39