Home
last modified time | relevance | path

Searched refs:query (Results 926 – 950 of 964) sorted by path

1...<<313233343536373839

/plugin/tagging/
H A Dhelper.php126 $db->query('BEGIN TRANSACTION');
132 foreach ($queries as $query) {
133 if (!call_user_func_array(array($db, 'query'), $query)) {
134 $db->query('ROLLBACK TRANSACTION');
140 return $db->query('COMMIT TRANSACTION');
393 $query = 'SELECT "pid",
402 $query .= $having;
403 $query .= 'ORDER BY ' . $order_by;
405 $query
963 queryDb($query) global() argument
[all...]
/plugin/telleveryone/action/
H A Dnotification.php83 $res = $sqlite->query($q, $this->getConf('limit'));
98 $query = http_build_query(['token' => $token, 'limit' => $this->getConf('limit')]);
99 $full_url .= '/lib/plugins/telleveryone/api.php?' . $query;
/plugin/telleveryone/
H A Dadmin.php70 $sqlite->query('DELETE FROM log WHERE id=?', $log['id']);
77 …$sqlite->query('UPDATE log SET message=?, message_html=? WHERE id=?', $message, $message_html, $lo…
101 $res = $sqlite->query("SELECT value FROM config WHERE key='token'");
107 …$res = $sqlite->query('SELECT id, timestamp, message, message_html FROM log ORDER BY timestamp DES…
H A Dapi.php16 $res = $sqlite->query("SELECT value FROM config WHERE key='token'");
22 $res = $sqlite->query('SELECT id, timestamp, user, message_html FROM log
/plugin/timetrack/
H A Dhelper.php260 $res = $sqlite->query("SELECT
275 $res = $sqlite->query("SELECT
311 $res = $sqlite->query("SELECT
328 $res = $sqlite->query("SELECT
358 $res = $sqlite->query('SELECT
466 $res = $sqlite->query("SELECT
506 $res = $sqlite->query("SELECT
579 $res = $sqlite->query("SELECT
606 $res = $sqlite->query("SELECT
634 $res = $sqlite->query("SELECT
[all …]
/plugin/top/_test/
H A Ddate.test.php21 $sqlite->query($sql,'wiki:start',3,'','201407');
22 $sqlite->query($sql,'wiki:start',2,'','201401');
23 $sqlite->query($sql,'wiki:start',6,'','201201');
24 $sqlite->query($sql,'wiki:start',1,'',null);
25 $sqlite->query($sql,'en:wiki:start',8,'en','201201');
26 $sqlite->query($sql,'en:wiki:start',1,'en','201303');
27 $sqlite->query($sql,'de:wiki:start',6,'de','201201');
/plugin/top/
H A Dhelper.php69 $res = $sqlite->query($sql, $page, $page, $month, $lang, $month);
87 $res = $sqlite->query($sql, $num);
90 $res = $sqlite->query($sql, $lang, $num);
93 $res = $sqlite->query($sql, intval($month), $num);
96 $res = $sqlite->query($sql, $lang, intval($month), $num);
/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/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;
/plugin/watchcycle/
H A Daction.php139 $res = $sqlite->query('SELECT * FROM watchcycle WHERE page=?', $page);
181 $sqlite->query("UPDATE watchcycle SET $set WHERE page=?", $toupdate);
187 $sqlite->query('DELETE FROM watchcycle WHERE page=?', $page);
H A Dadmin.php119 $res = $sqlite->query($q, $q_args);
/plugin/webcode/_test/
H A Ddokuwiki.test.php83 $query = 'testvalue';
84 … $this->assertEquals(array($this->cleanPageId), $indexer->lookupKey($indexMetaWebCodeKey, $query));
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3417 }Sizzle=function(query,context,extra,seed){context=context||document; argument
3418 …&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra)
3419 }catch(e){}}return oldSizzle(query,context,extra,seed)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md25 * #889 Added support for filtering vCard properties in the addressbook-query
104 should speed up common calendar-query requests.
108 check the `schedule-query-freebusy` privilege on the target users' inbox,
119 * #889 Added support for filtering vCard properties in the addressbook-query
631 and all-day events in the `calendar-query`, `calendar-multiget` and
632 `free-busy-query` REPORTs.
867 * jCal transformation for calendar-query REPORT now works again.
1362 calendar-query REPORT and free-busy calculations.
1504 CALDAV:calendar-query REPORTS.
1619 * Fixed: addressbook-query is now correctly returned from the
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php519 $query .= ')';
521 $stmt = $this->pdo->prepare($query);
839 $query .= " AND lastoccurence > :startdate";
843 $query .= " AND firstoccurence < :enddate";
847 $stmt = $this->pdo->prepare($query);
886 $query = <<<SQL
900 $stmt = $this->pdo->prepare($query);
992 $stmt = $this->pdo->prepare($query);
1023 $stmt = $this->pdo->prepare($query);
1463 $query = <<<SQL
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php129 $query .= ', ';
131 $query .= ' ' . $key . ' = :' . $key . ' ';
133 $query .= ' WHERE id = :addressbookid';
135 $stmt = $this->pdo->prepare($query);
181 $stmt = $this->pdo->prepare($query);
285 $query .= implode(',', array_fill(0, count($uris), '?'));
286 $query .= ')';
288 $stmt = $this->pdo->prepare($query);
484 if ($limit > 0) $query .= " LIMIT " . (int)$limit;
487 $stmt = $this->pdo->prepare($query);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php62 …$query = 'SELECT owner, token, timeout, created, scope, depth, uri FROM ' . $this->tableName . ' W…
78 $query .= ' OR (depth!=0 AND uri = ?)';
85 $query .= ' OR (uri LIKE ?)';
89 $query .= ')';
91 $stmt = $this->pdo->prepare($query);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php86 $query = 'SELECT name, value, valuetype FROM ' . $this->tableName . ' WHERE path = ?';
87 $stmt = $this->pdo->prepare($query);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php183 $query = "UPDATE " . $this->tableName . " SET ";
193 $query .= ', ';
196 $query .= $dbField . ' = :' . $dbField;
201 $query .= " WHERE uri = :uri";
204 $stmt = $this->pdo->prepare($query);
245 $query = 'SELECT uri FROM ' . $this->tableName . ' WHERE ';
259 if (count($values) > 0) $query .= (strcmp($test, "anyof") == 0 ? " OR " : " AND ");
260 $query .= 'lower(' . $column . ') LIKE lower(?)';
264 $stmt = $this->pdo->prepare($query);
308 $query = 'SELECT uri FROM ' . $this->tableName . ' WHERE lower(email)=lower(?)';
[all …]
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md211 * Changed: Request::getPath does not return the query part of the url, so
H A DREADME.md424 * Returns the list of query parameters.
/plugin/webdavclient/
H A Dhelper.php164 $res = $sqlite->query($query, $uid);
222 $sqlite->query($query, $connectionId);
227 $sqlite->query($query, $connectionId);
230 $res = $sqlite->query($query, $connectionId);
267 $res = $sqlite->query($query, $connectionId);
371 $res = $sqlite->query($query, $connectionId);
480 $res = $sqlite->query($query);
863 $sqlite->query($query, $conn['id']);
931 $sqlite->query($query, $conn['id']);
936 $sqlite->query($query, $conn['id']);
[all …]
/plugin/wikipediasnippet/
H A Dsyntax.php99 $title = $xml->query->pages->page['title'];
100 $text = $xml->query->pages->page->extract;
138 $url = $wpUrl.'w/api.php?action=query&meta=siteinfo&siprop=rightsinfo&format=xml';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso38 Convert query string parameters to variables and initialize output.
H A Dupload.lasso32 Convert query string parameters to variables and initialize output.

1...<<313233343536373839