Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 562 for search_ (0.21 sec)

  1. src/net/dnsconfig_unix.go

    				}
    			}
    
    		case "domain": // set search path to just this domain
    			if len(f) > 1 {
    				conf.search = []string{ensureRooted(f[1])}
    			}
    
    		case "search": // set search path to given servers
    			conf.search = make([]string, 0, len(f)-1)
    			for i := 1; i < len(f); i++ {
    				name := ensureRooted(f[i])
    				if name == "." {
    					continue
    				}
    				conf.search = append(conf.search, name)
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:14:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/index.jsp

    						<la:message key="labels.search_options_clear" />
    					</button>
    					<button type="submit" class="btn btn-primary">
    						<em class="fa fa-search">
    						<la:message key="labels.search" />
    					</button>
    					<la:link href="/search/advance" styleClass="btn btn-info">
    						<em class="fa fa-cog">
    						<la:message key="labels.advance" />
    					</la:link>
    				</div>
    			</div>
    		</div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  3. README.md

    *[Fess Site Search](https://github.com/codelibs/fess-site-search)* is a free alternative to [Google Site Search](https://enterprise.google.com/search/products/gss.html). For more details, see the [FSS JS Generator documentation](https://fss-generator.codelibs.org/docs/manual).
    
    ## Website
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Feb 25 00:40:07 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/header.jsp

    					role="search">
    					<div class="input-group">
    						<la:text property="q" maxlength="1000" styleId="query"
    							styleClass="form-control" autocomplete="off" />
    						<span class="input-group-append">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    								<em class="fa fa-search">
    							</button>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Oct 24 03:00:28 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/orig/view/header.jsp

    					role="search">
    					<div class="input-group">
    						<la:text property="q" maxlength="1000" styleId="query"
    							styleClass="form-control" autocomplete="off" />
    						<span class="input-group-append">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    								<em class="fa fa-search">
    							</button>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Oct 24 03:00:28 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/query/parser/QueryParserTest.java

    import java.util.List;
    
    import org.apache.lucene.search.BooleanClause;
    import org.apache.lucene.search.BooleanClause.Occur;
    import org.apache.lucene.search.BooleanQuery;
    import org.apache.lucene.search.BoostQuery;
    import org.apache.lucene.search.FuzzyQuery;
    import org.apache.lucene.search.PhraseQuery;
    import org.apache.lucene.search.PrefixQuery;
    import org.apache.lucene.search.Query;
    import org.apache.lucene.search.TermQuery;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/ToolSearchBuildAbilityTest.groovy

        def "explains reason when tool search is not successful" () {
            def visitor = Mock(DiagnosticsVisitor)
    
            when:
            result.isAvailable() >> false
            result.explain(_) >> { DiagnosticsVisitor v ->
                v.node("Tool search failed")
            }
            ability.explain(visitor)
    
            then:
            1 * visitor.node("Tool search failed")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. src/sort/search_test.go

    	{"SearchInts", SearchInts(data, 11), 8},
    	{"SearchFloat64s", SearchFloat64s(fdata, 2.1), 4},
    	{"SearchStrings", SearchStrings(sdata, ""), 0},
    	{"IntSlice.Search", IntSlice(data).Search(0), 2},
    	{"Float64Slice.Search", Float64Slice(fdata).Search(2.0), 3},
    	{"StringSlice.Search", StringSlice(sdata).Search("x"), 3},
    }
    
    func TestSearchWrappers(t *testing.T) {
    	for _, e := range wrappertests {
    		if e.result != e.i {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 14:42:13 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/open-search/osdd.xml

    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
      <ShortName>Fess</ShortName>
      <Description>Full Text Search for Your Documents.</Description>
      <Tags>Full Text Search</Tags>
      <Contact>******@****.***</Contact>
      <SearchForm>http://localhost:8080/fess/</SearchForm>
      <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
      <InputEncoding>UTF-8</InputEncoding>
      <OutputEncoding>UTF-8</OutputEncoding>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 02:26:02 UTC 2015
    - 535 bytes
    - Viewed (0)
  10. testing/performance/docs/performance-bisect.md

      - [Identify the test which caused the regression](#identify-the-test-which-caused-the-regression)
      - [Modify test for regression search](#modify-test-for-regression-search)
      - [Perform the search](#perform-the-search)
      - [Verify the results](#verify-the-results)
    
    <!-- END doctoc generated TOC please keep comment here to allow auto update -->
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top