Home
last modified time | relevance | path

Searched defs:contextQuery (Results 1 – 12 of 12) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/antchfx/xpath/
H A Dquery.go23 type contextQuery struct { struct
24 count int
25 Root bool // Moving to root-level node in the current context iterator.
28 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
39 func (c *contextQuery) Evaluate(iterator) interface{} {
44 func (c *contextQuery) Clone() query {
/dports/net/termshark/termshark-2.1.1/vendor/github.com/antchfx/xpath/
H A Dquery.go26 type contextQuery struct { struct
27 count int
28 Root bool // Moving to root-level node in the current context iterator.
31 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
42 func (c *contextQuery) Evaluate(iterator) interface{} {
47 func (c *contextQuery) Clone() query {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/antchfx/xpath/
H A Dquery.go23 type contextQuery struct { struct
24 count int
25 Root bool // Moving to root-level node in the current context iterator.
28 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
39 func (c *contextQuery) Evaluate(iterator) interface{} {
44 func (c *contextQuery) Clone() query {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/resourceloader/
H A DResourceLoaderClientHtmlTest.php327 array $contextQuery,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/resourceloader/
H A DResourceLoaderClientHtmlTest.php327 array $contextQuery,
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/xpath-1.2.0/
H A Dquery.go37 type contextQuery struct { struct
38 count int
39 Root bool // Moving to root-level node in the current context iterator.
42 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
53 func (c *contextQuery) Evaluate(iterator) interface{} {
58 func (c *contextQuery) Clone() query {
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/
H A Dquery.go37 type contextQuery struct { struct
38 count int
39 Root bool // Moving to root-level node in the current context iterator.
42 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
53 func (c *contextQuery) Evaluate(iterator) interface{} {
58 func (c *contextQuery) Clone() query {
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/antchfx/xpath/
H A Dquery.go37 type contextQuery struct { struct
38 count int
39 Root bool // Moving to root-level node in the current context iterator.
42 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
53 func (c *contextQuery) Evaluate(iterator) interface{} {
58 func (c *contextQuery) Clone() query {
/dports/www/colly/colly-2.1.0/vendor/github.com/antchfx/xpath/
H A Dquery.go37 type contextQuery struct { struct
38 count int
39 Root bool // Moving to root-level node in the current context iterator.
42 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
53 func (c *contextQuery) Evaluate(iterator) interface{} {
58 func (c *contextQuery) Clone() query {
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/antchfx/xpath/
H A Dquery.go37 type contextQuery struct { struct
38 count int
39 Root bool // Moving to root-level node in the current context iterator.
42 func (c *contextQuery) Select(t iterator) (n NodeNavigator) {
53 func (c *contextQuery) Evaluate(iterator) interface{} {
58 func (c *contextQuery) Clone() query {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/
H A DCompoundQueryableTest.java146 IQuery<Integer> contextQuery = new ContextQuery<Integer>() { field in CompoundQueryableTest
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/loki/
H A Ddatasource.test.ts959 const contextQuery = ds.prepareLogRowContextQueryTarget(row, 10, 'BACKWARD'); constant