Home
last modified time | relevance | path

Searched refs:query_p (Results 1 – 25 of 61) sorted by relevance

123

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Dgraph.ts207 query_p: Query[]; property
268 $scope.query_p = [];
270 $scope.query_p[i] = new Query($scope.filterSupport, q);
341 $scope.index = $scope.query_p.length;
342 $scope.query_p.push(new Query($scope.filterSupport));
364 var metric = $scope.query_p[index].metric;
371 var q = $scope.query_p[index];
433 if ($scope.query_p.length == 0) {
444 $http.get('/api/tagv/' + encodeURIComponent(k) + '/' + $scope.query_p[index].metric)
457 angular.forEach($scope.query_p, function (p) {
[all …]
/dports/mail/notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Dquery.py104 query_p = Query._create(db._db, _str(querystr))
105 if not query_p:
107 self._query = query_p
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python/notmuch/
H A Dquery.py104 query_p = Query._create(db._db, _str(querystr))
105 if not query_p:
107 self._query = query_p
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python/notmuch/
H A Dquery.py104 query_p = Query._create(db._db, _str(querystr))
105 if not query_p:
107 self._query = query_p
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Dquery.py104 query_p = Query._create(db._db, _str(querystr))
105 if not query_p:
107 self._query = query_p
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python/notmuch/
H A Dquery.py104 query_p = Query._create(db._db, _str(querystr))
105 if not query_p:
107 self._query = query_p
/dports/mail/notmuch/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_query.py20 def __init__(self, db, query_p): argument
22 self._query_p = query_p
H A D_database.py607 query_p = capi.lib.notmuch_query_create(self._db_p, query)
608 if query_p == capi.ffi.NULL:
610 capi.lib.notmuch_query_set_omit_excluded(query_p, omit_excluded.value)
611 capi.lib.notmuch_query_set_sort(query_p, sort.value)
616 capi.lib.notmuch_query_add_tag_exclude(query_p, tag)
617 return querymod.Query(self, query_p)
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_query.py20 def __init__(self, db, query_p): argument
22 self._query_p = query_p
H A D_database.py607 query_p = capi.lib.notmuch_query_create(self._db_p, query)
608 if query_p == capi.ffi.NULL:
610 capi.lib.notmuch_query_set_omit_excluded(query_p, omit_excluded.value)
611 capi.lib.notmuch_query_set_sort(query_p, sort.value)
616 capi.lib.notmuch_query_add_tag_exclude(query_p, tag)
617 return querymod.Query(self, query_p)
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_query.py20 def __init__(self, db, query_p): argument
22 self._query_p = query_p
H A D_database.py607 query_p = capi.lib.notmuch_query_create(self._db_p, query)
608 if query_p == capi.ffi.NULL:
610 capi.lib.notmuch_query_set_omit_excluded(query_p, omit_excluded.value)
611 capi.lib.notmuch_query_set_sort(query_p, sort.value)
616 capi.lib.notmuch_query_add_tag_exclude(query_p, tag)
617 return querymod.Query(self, query_p)
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_query.py20 def __init__(self, db, query_p): argument
22 self._query_p = query_p
H A D_database.py607 query_p = capi.lib.notmuch_query_create(self._db_p, query)
608 if query_p == capi.ffi.NULL:
610 capi.lib.notmuch_query_set_omit_excluded(query_p, omit_excluded.value)
611 capi.lib.notmuch_query_set_sort(query_p, sort.value)
616 capi.lib.notmuch_query_add_tag_exclude(query_p, tag)
617 return querymod.Query(self, query_p)
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_query.py20 def __init__(self, db, query_p): argument
22 self._query_p = query_p
H A D_database.py607 query_p = capi.lib.notmuch_query_create(self._db_p, query)
608 if query_p == capi.ffi.NULL:
610 capi.lib.notmuch_query_set_omit_excluded(query_p, omit_excluded.value)
611 capi.lib.notmuch_query_set_sort(query_p, sort.value)
616 capi.lib.notmuch_query_add_tag_exclude(query_p, tag)
617 return querymod.Query(self, query_p)
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_var.c424 nxt_var_query_init(nxt_var_query_t **query_p, void *ctx, nxt_mp_t *mp) in nxt_var_query_init() argument
428 query = *query_p; in nxt_var_query_init()
430 if (*query_p == NULL) { in nxt_var_query_init()
445 *query_p = query; in nxt_var_query_init()
/dports/databases/p5-Mojo-Pg/Mojo-Pg-4.26/lib/Mojo/Pg/
H A DDatabase.pm24 return $self->query_p($self->pg->abstract->$name(@_));
113 sub query_p { subroutine
/dports/databases/p5-Mojo-Pg/Mojo-Pg-4.26/t/
H A Ddatabase.t54 $pg->db->query_p('SELECT 1 AS one'),
55 $pg->db->query_p('SELECT 2 AS two'),
56 $pg->db->query_p('SELECT 2 AS two')
68 $db->query_p('SELECT 1 AS one')->then(sub {
70 return $db->query_p('SELECT 1 AS one');
73 return $db->query_p('SELECT 2 AS two');
H A Dcrud.t127 my $first = $pg->db->query_p("SELECT * FROM crud_test WHERE name = 'promise'");
128 my $second = $pg->db->query_p("SELECT * FROM crud_test WHERE name = 'promise'");
146 $db->dollar_only->query_p('does_not_exist')->catch(sub { $fail = shift })->wait;

123