Home
last modified time | relevance | path

Searched refs:build_query (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/elasticsearch_tests/
H A Dtest_elasticsearch_query.py27 self.assertEqual(self.sq.build_query(), '*:*')
31 self.assertEqual(self.sq.build_query(), '(hello)')
35 self.assertEqual(self.sq.build_query(), '(True)')
39 self.assertEqual(self.sq.build_query(), '(hello\\/)')
43 self.assertEqual(self.sq.build_query(), '(2009-05-08T11:28:00)')
68 self.assertEqual(self.sq.build_query(), '(hello AND world)')
76 self.assertEqual(self.sq.build_query(), "(hello) world^5")
112 self.assertTrue('"A Famous Paper"' in self.sq.build_query())
144 self.assertEqual(self.sq.build_query(), '(hello)')
147 self.assertEqual(self.sq.build_query(), u'(hello)')
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/whoosh_tests/
H A Dtest_whoosh_query.py23 self.assertEqual(self.sq.build_query(), '*')
27 self.assertEqual(self.sq.build_query(), '(hello)')
32 self.assertEqual(self.sq.build_query(), u'((hello) AND (world))')
41 self.assertEqual(self.sq.build_query(), u'((hello) OR (world))')
50 self.assertEqual(self.sq.build_query(), u'(hello AND world)')
58 self.assertEqual(self.sq.build_query(), "(hello) world^5")
62 self.assertEqual(self.sq.build_query(), '("hello world")')
87 query = self.sq.build_query()
125 self.assertEqual(self.sq.build_query(), '(hello)')
128 self.assertEqual(self.sq.build_query(), u'(hello)')
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/solr_tests/
H A Dtest_solr_query.py24 self.assertEqual(self.sq.build_query(), '*:*')
28 self.assertEqual(self.sq.build_query(), '(hello)')
32 self.assertEqual(self.sq.build_query(), '(true)')
61 self.assertEqual(self.sq.build_query(), '(hello AND world)')
69 self.assertEqual(self.sq.build_query(), "(hello) world^5")
73 self.assertEqual(self.sq.build_query(), '("hello world")')
93 query = self.sq.build_query()
125 query = self.sq.build_query()
163 self.assertEqual(self.sq.build_query(), '(hello)')
166 self.assertEqual(self.sq.build_query(), u'(hello)')
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/elasticsearch2_tests/
H A Dtest_query.py23 self.assertEqual(self.sq.build_query(), '*:*')
27 self.assertEqual(self.sq.build_query(), '(hello)')
31 self.assertEqual(self.sq.build_query(), '(True)')
35 self.assertEqual(self.sq.build_query(), '(hello\\/)')
64 self.assertEqual(self.sq.build_query(), '(hello AND world)')
72 self.assertEqual(self.sq.build_query(), "(hello) world^5")
82 self.assertEqual(self.sq.build_query(),
93 self.assertEqual(self.sq.build_query(),
110 self.assertTrue('"A Famous Paper"' in self.sq.build_query())
134 self.assertEqual(self.sq.build_query(), '(hello)')
[all …]
/dports/www/p5-Reddit-Client/Reddit-Client-1.374/t/
H A Drequest.t23 ok(Reddit::Client::Request::build_query() eq '', 'build_query');
24 ok(Reddit::Client::Request::build_query({}) eq '', 'build_query');
25 ok(Reddit::Client::Request::build_query({ foo => 'bar' }) eq 'foo=bar', 'build_query');
26 …ok(Reddit::Client::Request::build_query({ foo => 'bar', baz => 'bat' }) eq 'baz=bat&foo=bar', 'bui…
/dports/databases/p5-Mango/Mango-1.30/lib/Mango/Cursor/
H A DQuery.pm13 sub build_query { subroutine
47 query => $self->build_query,
72 query => $self->build_query;
86 my $clone = $self->clone->query($self->build_query(1))->sort(undef);
102 $name, $flags, $self->skip, $self->num_to_return, $self->build_query,
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/simple_tests/
H A Dtest_simple_query.py18 self.assertEqual(self.sq.build_query(), '*')
22 self.assertEqual(self.sq.build_query(), 'hello')
27 self.assertEqual(self.sq.build_query(), 'foo bar')
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dsamlp_status.c60 build_query(LassoNode *node) in build_query() function
111 nclass->build_query = build_query; in class_init()
H A Dlib_federation_termination_notification.c90 build_query(LassoNode *node) in build_query() function
148 nclass->build_query = build_query; in class_init()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_show_status.cc85 static SELECT_LEX *build_query(const POS &pos, THD *thd, in build_query() function
275 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, in build_show_session_status()
283 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, in build_show_global_status()
291 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, in build_show_session_variables()
299 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, in build_show_global_variables()
/dports/www/p5-Reddit-Client/Reddit-Client-1.374/lib/Reddit/Client/
H A DRequest.pm52 $self->{url} = sprintf('%s?%s', $self->{url}, build_query($self->{query}))
65 sub build_query { subroutine
85 $request->content(build_query($post_data));
95 $request->content(build_query($post_data));
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_show_status.cc57 build_query(const POS &pos, in build_query() function
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/examples/
H A Dquery.py25 query = bzapi.build_query(
48 query = bzapi.build_query(
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsamlp2_request_abstract.c100 build_query(LassoNode *node) in build_query() function
129 nclass->build_query = build_query; in class_init()
H A Dsamlp2_status_response.c101 build_query(LassoNode *node) in build_query() function
136 nclass->build_query = build_query; in class_init()
/dports/databases/p5-Mango/Mango-1.30/t/
H A Dcursor.t56 is_deeply $cursor->build_query, {test => 1}, 'right query';
57 is_deeply $cursor->build_query(1), {'$query' => {test => 1}, '$explain' => 1},
60 is_deeply $cursor->build_query,
63 is_deeply $cursor->build_query,
67 is_deeply $cursor->build_query, {'$query' => {test => 1}, '$maxScan' => 500},
70 is_deeply $cursor->build_query, {'$query' => {foo => 'bar'}, '$foo' => 'bar'},
73 is_deeply $cursor->build_query(1),
79 is_deeply $cursor->build_query,
82 is_deeply $cursor->build_query,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/packages/conan/
H A Dsearch_service.rb26 search_packages(build_query)
33 def build_query method in Packages.Conan.SearchService
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/metadata-service/src/
H A DMetadataService.php17 use function League\Uri\build_query; alias
80 $parsedUri['query'] = build_query($query);
/dports/www/moodle39/moodle/mod/glossary/classes/
H A Dentry_query_builder.php129 protected function build_query($count = false) { function in mod_glossary_entry_query_builder
159 return $DB->count_records_sql($this->build_query(true), $this->params);
302 …return $DB->get_records_sql($this->build_query(), $this->params, $this->limitfrom, $this->limitnum…
312 …return $DB->get_recordset_sql($this->build_query(), $this->params, $this->limitfrom, $this->limitn…
/dports/www/moodle310/moodle/mod/glossary/classes/
H A Dentry_query_builder.php129 protected function build_query($count = false) { function in mod_glossary_entry_query_builder
159 return $DB->count_records_sql($this->build_query(true), $this->params);
302 …return $DB->get_records_sql($this->build_query(), $this->params, $this->limitfrom, $this->limitnum…
312 …return $DB->get_recordset_sql($this->build_query(), $this->params, $this->limitfrom, $this->limitn…

12345678910>>...13