Home
last modified time | relevance | path

Searched refs:custom_query (Results 1 – 19 of 19) sorted by relevance

/dports/www/e107/e107/e107_plugins/search_menu/
H A Dsearch_menu.php46 if (isset($custom_query[1]) && $custom_query[1] != '')
48 …$image_file = ($custom_query[1] != 'default') ? $custom_query[1] : e_PLUGIN_ABS.'search_menu/imag…
49 $width = (isset($custom_query[2]) && $custom_query[2]) ? $custom_query[2] : '16';
50 $height = (isset($custom_query[3]) && $custom_query[3]) ? $custom_query[3] : '16';
58 if (isset($custom_query[5]) && $custom_query[5]) {
59 $value_text = "value='".$custom_query[5]."' onclick=\"this.value=''\"";
74 if (isset($custom_query[4]) && $custom_query[4] != '')
76 $text .= "<input type='hidden' name='ref' value='".$custom_query[4]."' />";
97 if (isset($custom_query[4]) && $custom_query[4] != '')
99 $text .= "<input type='hidden' name='ref' value='".$custom_query[4]."' />";
/dports/www/searx/searx-1.0.0/searx/engines/
H A Delasticsearch.py102 custom_query = custom_query_json
103 for query_key, query_value in custom_query.items():
105 custom_query[key] = custom_query.pop(query_key)
107 custom_query[query_key] = value
108 return custom_query
/dports/devel/p5-Test2-Harness-UI/Test2-Harness-UI-0.000097/lib/Test2/Harness/UI/Controller/
H A DStream.pm220 custom_query => $query,
236 my $custom_query = $params{custom_query} // {};
243 …$it = $search_base->search({%$custom_query, "me.$id_field" => $id}, $custom_opts)->first or die er…
274 my $custom_query = $params{custom_query} // undef;
289 …my $items = $search_base->search($custom_query, {%$custom_opts, order_by => $order_by, $limit ? (r…
310 ($custom_query ? %$custom_query : ()),
/dports/www/e107/e107/e107_core/shortcodes/single/
H A Dcustom.php7 $custom_query = explode('+', $parm);
8 switch($custom_query[0])
23 …$ret .= ($custom_query[0] != 'login noprofile') ? "<a class='loginc profile' href='".e_BASE."user.…
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Conf/
H A DSQL.pm127 my $custom_query = $conf->{user_scores_sql_custom_query};
138 if (defined($custom_query)) {
139 $sql = $custom_query;
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Conf/
H A DSQL.pm127 my $custom_query = $conf->{user_scores_sql_custom_query};
138 if (defined($custom_query)) {
139 $sql = $custom_query;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_easyroute/
H A Dmod_easyroute.c66 char *custom_query; member
80 SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_custom_query, globals.custom_query);
162 if (!globals.custom_query) { in load_config()
198 if (!globals.custom_query) { in route_lookup()
202 sql = switch_mprintf(globals.custom_query, dn); in route_lookup()
426 switch_safe_free(globals.custom_query); in SWITCH_MODULE_SHUTDOWN_FUNCTION()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/blocks/
H A Dquery-pagination-next.php42 $custom_query = new WP_Query( build_query_vars_from_query_block( $block, $page ) );
43 if ( (int) $custom_query->max_num_pages !== $page ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/blocks/
H A Dquery-pagination-next.php42 $custom_query = new WP_Query( build_query_vars_from_query_block( $block, $page ) );
43 if ( (int) $custom_query->max_num_pages !== $page ) {
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/orm/
H A Dtest_scoping.py54 custom_query = Session.query_property(query_cls=CustomQuery) variable in ScopedSessionTest.test_basic.SomeOtherObject
79 assert isinstance(SomeOtherObject.custom_query, query.Query)
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/orm/
H A Dtest_scoping.py52 custom_query = Session.query_property(query_cls=CustomQuery) variable in ScopedSessionTest.test_basic.SomeOtherObject
75 assert isinstance(SomeOtherObject.custom_query, query.Query)
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/
H A Dtest_scoping.py51 custom_query = Session.query_property(query_cls=CustomQuery) variable in ScopedSessionTest.test_basic.SomeOtherObject
88 assert isinstance(SomeOtherObject.custom_query, query.Query)
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/orm/
H A Dtest_scoping.py51 custom_query = Session.query_property(query_cls=CustomQuery) variable in ScopedSessionTest.test_basic.SomeOtherObject
88 assert isinstance(SomeOtherObject.custom_query, query.Query)
/dports/editors/neovim/neovim-0.6.1/test/functional/treesitter/
H A Dparser_spec.lua354 local custom_query = "((identifier) @main (#is-main? @main))"
377 ]], custom_query)
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/
H A Dtest_scoping.py54 custom_query = Session.query_property(query_cls=CustomQuery) variable in ScopedSessionTest.test_basic.SomeOtherObject
91 assert isinstance(SomeOtherObject.custom_query, query.Query)
/dports/databases/go-pgweb/pgweb-0.11.7/static/css/
H A Dapp.css576 #custom_query {
/dports/finance/fava/fava-1.18/tests/data/
H A Dquery-example.beancount11 2010-12-12 query "custom_query" "balances"
/dports/net-mgmt/nagios-check_postgres/check_postgres-2.25.0/
H A Dcheck_postgres.pl1874 custom_query => [0, 'Run a custom query.'],
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D10-icinga-template-library.md2505 postgres_query | **Optional.** Query for "custom_query" action.
2506 postgres_valtype | **Optional.** Value type of query result for "custom_query".
2507 …* If "postgres_reverse" is set, warning and critical values are reversed for "custom_query" action.