Home
last modified time | relevance | path

Searched defs:query (Results 151 – 175 of 32893) sorted by relevance

12345678910>>...1316

/dports/www/joomla3/joomla3-3.9.24/components/com_content/
H A Drouter.php70 public function getCategorySegment($id, $query)
101 public function getCategoriesSegment($id, $query)
114 public function getArticleSegment($id, $query)
148 public function getFormSegment($id, $query)
161 public function getCategoryId($segment, $query)
200 public function getCategoriesId($segment, $query)
213 public function getArticleId($segment, $query)
244 function contentBuildRoute(&$query)
/dports/mail/vexim/vexim2-cdfb0df/vexim/
H A Dadminuserdelete.php8 $query = "SELECT * FROM users WHERE user_id=:user_id variable
21 $query = "SELECT COUNT(user_id) AS count FROM users variable
33 $query = "DELETE FROM users variable
40 $query = "DELETE FROM group_contents WHERE member_id=:user_id"; variable
52 $query = "SELECT COUNT(user_id) AS count FROM users variable
63 $query = "SELECT localpart FROM users WHERE user_id=:user_id"; variable
/dports/www/punbb/punbb-1.4.6/admin/
H A Dinstall.php505 $query = array( variable
1573 $query = array( variable
1587 $query = array( variable
1601 $query = array( variable
1615 $query = array( variable
1630 $query = array( variable
1646 $query = array( variable
1755 $query = array( variable
1763 $query = array( variable
1771 $query = array( variable
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Diconcachedbmgr.cpp60 QSqlQuery query(m_db); in emulatorVersion() local
73 QSqlQuery query(m_db); in setEmulatorVersion() local
97 QSqlQuery query(m_db); in qmc2Version() local
110 QSqlQuery query(m_db); in setQmc2Version() local
134 QSqlQuery query(m_db); in iconCacheVersion() local
147 QSqlQuery query(m_db); in setIconCacheVersion() local
189 QSqlQuery query(m_db); in isEmpty() local
255 QSqlQuery query(m_db); in setIconData() local
265 QSqlQuery query(m_db); in iconData() local
281 QSqlQuery query(m_db); in exists() local
[all …]
H A Ddatinfodbmgr.cpp64 QSqlQuery query(m_db); in qmc2Version() local
77 QSqlQuery query(m_db); in setQmc2Version() local
101 QSqlQuery query(m_db); in datInfoVersion() local
114 QSqlQuery query(m_db); in setDatInfoVersion() local
143 QSqlQuery query(m_db); in softwareInfo() local
160 QSqlQuery query(m_db); in setSoftwareInfo() local
189 QSqlQuery query(m_db); in existsSoftwareInfo() local
203 QSqlQuery query(m_db); in softwareInfoRowCount() local
218 QSqlQuery query(m_db); in emuInfo() local
232 QSqlQuery query(m_db); in setEmuInfo() local
[all …]
/dports/www/mythplugin-mythweb/mythweb-31.0/classes/
H A DDatabase.php257 function &query($query) { argument
281 function query_row($query) {
302 function query_assoc($query) {
323 function query_col($query) {
344 function query_list($query) {
369 function query_list_array($query) {
394 function query_list_assoc($query) {
421 function query_keyed_list_array($key, $query) {
448 function query_keyed_list_assoc($key, $query) {
472 function query_num_rows($query) {
[all …]
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/autotests/
H A Dqueryparameterstest.cpp20 RocketChatRestApi::QueryParameters query; in shouldHaveDefaultValue() local
31 RocketChatRestApi::QueryParameters query; in shouldQueryIsValid() local
40 RocketChatRestApi::QueryParameters query; in shouldGenerateQuery() local
48 RocketChatRestApi::QueryParameters query; in shouldGenerateQuery() local
59 RocketChatRestApi::QueryParameters query; in shouldGenerateQuery() local
71 RocketChatRestApi::QueryParameters query; in shouldGenerateQuery() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_pipeline_statistics_query/
H A Dpipestat_help.h9 struct query { struct
11 GLuint query; argument
17 begin_query(const struct query *q) in begin_query() argument
/dports/japanese/tomoe/tomoe-0.6.0/lib/
H A Dtomoe-query.c121 tomoe_query_init (TomoeQuery *query) in tomoe_query_init()
176 TomoeQuery *query; in set_property() local
207 TomoeQuery *query; in get_property() local
233 tomoe_query_get_utf8 (TomoeQuery *query) in tomoe_query_get_utf8()
258 tomoe_query_get_readings (TomoeQuery *query) in tomoe_query_get_readings()
280 tomoe_query_get_radicals (TomoeQuery *query) in tomoe_query_get_radicals()
304 tomoe_query_get_variant (TomoeQuery *query) in tomoe_query_get_variant()
341 tomoe_query_get_min_n_strokes (TomoeQuery *query) in tomoe_query_get_min_n_strokes()
363 tomoe_query_get_max_n_strokes (TomoeQuery *query) in tomoe_query_get_max_n_strokes()
388 tomoe_query_get_writing (TomoeQuery *query) in tomoe_query_get_writing()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/schema/
H A Dexpression_parser_schema_test.cpp200 auto query = fromjson( in TEST() local
217 auto query = fromjson( in TEST() local
237 auto query = fromjson( in TEST() local
448 auto query = fromjson( in TEST() local
478 auto query = fromjson( in TEST() local
491 auto query = fromjson( in TEST() local
509 auto query = fromjson( in TEST() local
527 auto query = fromjson( in TEST() local
626 auto query = fromjson( in TEST() local
649 auto query = fromjson( in TEST() local
[all …]
/dports/www/piwigo/piwigo/admin/
H A Dmaintenance.php85 $query = ' variable
94 $query = ' variable
106 $query = ' variable
114 $query = ' variable
136 $query = ' variable
148 $query = ' variable
170 $query = ' variable
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Query/Grammars/
H A DSqlServerGrammar.php28 public function compileSelect(Builder $query)
53 protected function compileColumns(Builder $query, $columns)
78 protected function compileFrom(Builder $query, $table)
100 protected function whereDate(Builder $query, $where)
114 protected function whereTime(Builder $query, $where)
210 protected function compileTableExpression($sql, $query)
223 protected function compileRowConstraint($query)
271 protected function compileLimit(Builder $query, $limit)
283 protected function compileOffset(Builder $query, $offset)
295 protected function compileLock(Builder $query, $value)
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkquery.c40 GtkQuery *query; in finalize() local
61 _gtk_query_init (GtkQuery *query) in _gtk_query_init()
74 _gtk_query_get_text (GtkQuery *query) in _gtk_query_get_text()
80 _gtk_query_set_text (GtkQuery *query, in _gtk_query_set_text()
88 _gtk_query_get_location (GtkQuery *query) in _gtk_query_get_location()
94 _gtk_query_set_location (GtkQuery *query, in _gtk_query_set_location()
102 _gtk_query_get_mime_types (GtkQuery *query) in _gtk_query_get_mime_types()
118 _gtk_query_set_mime_types (GtkQuery *query, in _gtk_query_set_mime_types()
136 _gtk_query_add_mime_type (GtkQuery *query, in _gtk_query_add_mime_type()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/
H A DFoldablePropagationSuite.scala37 val query = OneRowRelation constant
51 val query = testRelation constant
63 val query = testRelation constant
75 val query = testRelation constant
87 val query = testRelation constant
100 val query = testRelation constant
117 val query = Union( constant
140 val query = ta.join(tb, Inner, constant
156 val query = expand.where(a1.isNotNull).select(a1, a2).analyze constant
H A DCollapseProjectSuite.scala38 val query = testRelation constant
49 val query = testRelation constant
63 val query = testRelation constant
74 val query = testRelation constant
87 val query = testRelation constant
100 val query = testRelation constant
113 val query = testRelation constant
/dports/www/mybb/mybb-mybb_1829/admin/modules/config/
H A Dhelp_documents.php103 $query = $db->simple_select("helpsections", "MAX(disporder) as maxdisp"); variable
215 $query = $db->simple_select("helpdocs", "MAX(disporder) as maxdisp"); variable
225 $query = $db->simple_select("helpsections", "sid, name"); variable
257 …$query = $db->simple_select("helpsections", "*", "sid = '".$mybb->get_input('sid', MyBB::INPUT_INT… variable
367 …$query = $db->simple_select("helpdocs", "*", "hid = '".$mybb->get_input('hid', MyBB::INPUT_INT)."'… variable
474 $query = $db->simple_select("helpsections", "sid, name"); variable
515 $query = $db->simple_select("helpsections", "*", "sid='{$sid}'"); variable
543 $query = $db->simple_select("helpdocs", "*", "hid='{$hid}'"); variable
611 $query = $db->simple_select("helpsections", "*", "", array('order_by' => "disporder")); variable
/dports/www/mybb/mybb-mybb_1829/inc/
H A Ddb_pdo.php71 public function query($string) function in dbpdoEngine
86 public function fetch_array($query, $resulttype=PDO::FETCH_BOTH)
124 public function seek($query, $row)
137 public function num_rows($query)
168 public function error_number($query)
184 public function error_string($query)
200 public function affected_rows($query)
211 public function num_fields($query)
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-query.c54 CajaQuery *query; in finalize() local
76 caja_query_init (CajaQuery *query) in caja_query_init()
91 caja_query_get_text (CajaQuery *query) in caja_query_get_text()
104 caja_query_get_location (CajaQuery *query) in caja_query_get_location()
117 caja_query_get_mime_types (CajaQuery *query) in caja_query_get_mime_types()
137 caja_query_get_tags (CajaQuery *query) in caja_query_get_tags()
222 CajaQuery *query; member
360 CajaQuery *query; in caja_query_load() local
378 caja_query_to_xml (CajaQuery *query) in caja_query_to_xml()
447 caja_query_save (CajaQuery *query, char *file) in caja_query_save()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/common/
H A Dsyncjournaldb.cpp356 SqlQuery query(_db); in checkConnect() local
666 SqlQuery query(_db); in updateMetadataTableStructure() local
839 SqlQuery query(_db); in updateErrorBlacklistTableStructure() local
1190 SqlQuery query(_db); in getFileRecordCount() local
1386 SqlQuery query(_db); in getAndDeleteStaleDownloadInfos() local
1509 SqlQuery query(_db); in deleteStaleUploadInfos() local
1569 SqlQuery query(_db); in deleteStaleErrorBlacklistEntries() local
1828 SqlQuery query(_db); in avoidRenamesOnNextSync() local
1851 SqlQuery query(_db); in schedulePathForRemoteDiscovery() local
2044 SqlQuery query(_db); in conflictRecordPaths() local
[all …]
/dports/www/piwigo/piwigo/install/
H A Dupgrade_1.4.0.php25 $query = ' variable
33 $query = ' variable
168 $query = str_replace('piwigo_', PREFIX_TABLE, $query); variable
173 $query = ' variable
261 $query = str_replace('piwigo_', PREFIX_TABLE, $query); variable
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Protocol/File/
H A DFileReader.php82 public function query(FileQuery $query) function in Icinga\\Protocol\\File\\FileReader
107 public function fetchAll(FileQuery $query)
123 public function fetchPairs(FileQuery $query)
163 public function fetchRow(FileQuery $query)
179 public function fetchColumn(FileQuery $query)
198 public function fetchOne(FileQuery $query)
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/sqlcipher/tests/
H A Dqsqlcipher-test.cpp62 QSqlQuery query(m_db); in isSQLCipherUsed() local
74 QSqlQuery query(m_db); in createEncryptedDatabase() local
85 QSqlQuery query(m_db); in createTable() local
104 QSqlQuery query(m_db); in writeData() local
129 QSqlQuery query(m_db); in reopenDatabase() local
138 QSqlQuery query(m_db); in countData() local
154 QSqlQuery query(m_db); in readData() local
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DWalk.hs166 query = queryBlock function
214 query f = f function
221 query f = f function
263 query = queryRow function
267 query = queryRow function
271 query = queryRow function
275 query = queryRow function
358 query = queryCell function
362 query = queryCell function
366 query = queryCell function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DWalk.hs166 query = queryBlock function
214 query f = f function
221 query f = f function
263 query = queryRow function
267 query = queryRow function
271 query = queryRow function
275 query = queryRow function
358 query = queryCell function
362 query = queryCell function
366 query = queryCell function
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/
H A DQueryCompiler.php92 public function compile(Query $query, ValueBinder $generator)
124 protected function _sqlCompiler(&$sql, $query, $generator)
157 protected function _buildSelectPart($parts, $query, $generator)
198 protected function _buildFromPart($parts, $query, $generator)
224 protected function _buildJoinPart($parts, $query, $generator)
261 protected function _buildSetPart($parts, $query, $generator)
287 protected function _buildUnionPart($parts, $query, $generator)
315 protected function _buildInsertPart($parts, $query, $generator)
332 protected function _buildValuesPart($parts, $query, $generator)
345 protected function _buildUpdatePart($parts, $query, $generator)
[all …]

12345678910>>...1316