Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 5,215 for TXT (0.05 sec)

  1. src/main/resources/fess_indices/fess/nl/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt
    de
    en
    van
    ik
    te
    dat
    die
    in
    een
    hij
    het
    niet
    zijn
    is
    was
    op
    aan
    met
    als
    voor
    had
    er
    maar
    om
    hem
    dan
    zou
    of
    wat
    mijn
    men
    dit
    zo
    door
    over
    ze
    zich
    bij
    ook
    tot
    je
    mij
    uit
    der
    daar
    haar
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 592 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/fmt_load_errors.txt

    ! stdout 'package x'
    
    ! exec $GOROOT/bin/gofmt empty.go nopackage.go
    stderr -count=1 'empty\.go:1:1: expected .package., found .EOF.'
    stderr -count=1 'nopackage\.go:1:1: expected .package., found not'
    
    -- exclude/empty/x.txt --
    -- exclude/ignore/_x.go --
    package x
    -- exclude/x.go --
    // +build linux,!linux
    
    package x
    -- exclude/x_linux.go --
    // +build windows
    
    package x
    -- gofmt-dir/no-extension --
    package x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 09:17:34 UTC 2022
    - 775 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/generate_goroot_PATH.txt

    //go:generate go run .
    
    package main
    
    import (
    	"fmt"
    	"os"
    	"os/exec"
    )
    
    func main() {
    	_, err := exec.LookPath("go")
    	if err != nil {
    		fmt.Println(err)
    		os.Exit(1)
    	}
    }
    -- $WORK/bin/README.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 633 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_patterns_vendor.txt

    env GO111MODULE=on
    
    go list -mod=vendor example.com/...
    stdout ^example.com/x$
    stdout ^example.com/x/y$
    ! stdout ^example.com/x/vendor
    
    -- go.mod --
    module example.com/m
    
    -- vendor/modules.txt --
    # example.com/x v0.0.0
    example.com/x
    # example.com/x/y v0.1.0
    example.com/x/y
    
    -- vendor/example.com/x/go.mod --
    module example.com/x
    -- vendor/example.com/x/x.go --
    package x
    
    -- vendor/example.com/x/y/go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 18:37:41 UTC 2019
    - 528 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/list_overlay.txt

    go list -overlay overlay.json -f '{{.GoFiles}}' ./dir3 # overlay removes that file
    
    # Walking through an overlay
    go list -overlay overlay.json ./...
    cmp stdout want-list.txt
    
    # TODO(#39958): assembly files, C files, files that require cgo preprocessing
    
    -- want-list.txt --
    m
    m/dir
    m/dir2
    m/dir3
    -- go.mod --
    // TODO(#39958): Support and test overlays including go.mod itself (especially if mod=readonly)
    module m
    
    go 1.16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 12 21:13:04 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/bg/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt
    а
    аз
    ако
    ала
    бе
    без
    беше
    би
    бил
    била
    били
    било
    близо
    бъдат
    бъде
    бяха
    в
    вас
    ваш
    ваша
    вероятно
    вече
    взема
    ви
    вие
    винаги
    все
    всеки
    всички
    всичко
    всяка
    във
    въпреки
    върху
    г
    ги
    главно
    го
    д
    да
    дали
    до
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/work_nowork.txt

    ! go work sync
    stderr '^go: no go\.work file found\n\t\(run ''go work init'' first or specify path using GOWORK environment variable\)$'
    
    -- go.mod --
    module example
    go 1.18
    -- README.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 16 15:58:47 UTC 2022
    - 783 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_get_patch.txt

    # This test examines the behavior of 'go get …@patch'
    # See also mod_upgrade_patch.txt (focused on "-u=patch" specifically)
    # and mod_get_patchmod.txt (focused on module/package ambiguities).
    
    cp go.mod go.mod.orig
    
    # example.net/b@patch refers to the patch for the version of b that was selected
    # at the start of 'go get', not the version after applying other changes.
    
    ! go get example.net/a@v0.2.0 example.net/b@patch
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/da/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt
    og
    i
    jeg
    det
    at
    en
    den
    til
    er
    som
    på
    de
    med
    han
    af
    for
    ikke
    der
    var
    mig
    sig
    men
    et
    har
    om
    vi
    min
    havde
    ham
    hun
    nu
    over
    da
    fra
    du
    ud
    sin
    dem
    os
    op
    man
    hans
    hvor
    eller
    hvad
    skal
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 564 bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/ca/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/ca/stopwords.txt
    a
    abans
    ací
    ah
    així
    això
    al
    als
    aleshores
    algun
    alguna
    algunes
    alguns
    alhora
    allà
    allí
    allò
    altra
    altre
    altres
    amb
    ambdós
    ambdues
    apa
    aquell
    aquella
    aquelles
    aquells
    aquest
    aquesta
    aquestes
    aquests
    aquí
    baix
    cada
    cadascú
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.3K bytes
    - Viewed (0)
Back to top