Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for dnsquery (0.37 sec)

  1. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

        }
    
        @Override
        public void invokeOrScopeQuery(OrQuery<ConditionBean> orQuery) {
            // do nothing
        }
    
        @Override
        public void invokeOrScopeQueryAndPart(AndQuery<ConditionBean> andQuery) {
            // do nothing
        }
    
        @Override
        public void xregisterUnionQuerySynchronizer(UnionQuery<ConditionBean> unionQuerySynchronizer) {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java

        }
    
        @Override
        public void invokeOrScopeQuery(OrQuery<ConditionBean> orQuery) {
            // do nothing
        }
    
        @Override
        public void invokeOrScopeQueryAndPart(AndQuery<ConditionBean> andQuery) {
            // do nothing
        }
    
        @Override
        public void xregisterUnionQuerySynchronizer(UnionQuery<ConditionBean> unionQuerySynchronizer) {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/entity/QueryContext.java

        protected boolean disableRoleQuery = false;
    
        protected String defaultField = null;
    
        @SuppressWarnings("unchecked")
        public QueryContext(final String queryString, final boolean isQuery) {
            if (queryString != null) {
                if (queryString.startsWith(ALLINURL_FIELD_PREFIX)) {
                    this.defaultField = ComponentUtil.getFessConfig().getIndexFieldUrl();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

        }
    
        @Override
        public void invokeOrScopeQuery(OrQuery<ConditionBean> orQuery) {
            // do nothing
        }
    
        @Override
        public void invokeOrScopeQueryAndPart(AndQuery<ConditionBean> andQuery) {
            // do nothing
        }
    
        @Override
        public void xregisterUnionQuerySynchronizer(UnionQuery<ConditionBean> unionQuerySynchronizer) {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. tests/joins_test.go

    	}
    }
    
    func TestJoinOn(t *testing.T) {
    	user := *GetUser("joins-on", Config{Pets: 2})
    	DB.Save(&user)
    
    	var user1 User
    	onQuery := DB.Where(&Pet{Name: "joins-on_pet_1"})
    
    	if err := DB.Joins("NamedPet", onQuery).Where("users.name = ?", user.Name).First(&user1).Error; err != nil {
    		t.Fatalf("Failed to load with joins on, got error: %v", err)
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. istioctl/pkg/metrics/metrics.go

    	parts := strings.Split(workload, ".")
    	wname := parts[0]
    	wns := ""
    	if len(parts) > 1 {
    		wns = parts[1]
    	}
    
    	rpsQuery := fmt.Sprintf(`sum(rate(%s{%s=~"%s.*", %s=~"%s.*",reporter="destination"}[%s]))`,
    		reqTot, destWorkloadLabel, wname, destWorkloadNamespaceLabel, wns, duration)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. src/database/sql/sql_test.go

    	simulateBadConn("db.Exec exec", &hookExecBadConn, dbExec)
    
    	// db.Query
    	dbQuery := func() error {
    		rows, err := db.Query("SELECT|t1|age,name|")
    		if err == nil {
    			err = rows.Close()
    		}
    		return err
    	}
    	simulateBadConn("db.Query prepare", &hookPrepareBadConn, dbQuery)
    	simulateBadConn("db.Query query", &hookQueryBadConn, dbQuery)
    
    	// db.Prepare
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/respond.min.js

    n a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in l)if(l.hasOwnProperty(v)){var w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var C in n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=j.createElement...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Oct 08 12:14:13 UTC 2015
    - 4.3K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

                            andQuery(simpleQuery("QUERY1", titleBoost, contentBoost), simpleQuery("QUERY2", titleBoost, contentBoost))),
                    Map.of("_default", List.of("QUERY1", "QUERY2")), //
                    Set.of("QUERY1", "QUERY2"), //
                    buildQuery("QUERY1 QUERY2"));
            assertQuery(
                    functionScoreQuery(
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/IndexingHelper.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            return searchEngineClient.getDocument(fessConfig.getIndexDocumentUpdateIndex(), builder -> {
                builder.setQuery(QueryBuilders.idsQuery().addIds(id));
                builder.setFetchSource(fields, null);
                return true;
            }).orElse(null);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top