Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,413 for farm (0.06 sec)

  1. .github/workflows/arm-ci-extended-cpp.yml

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    name: ARM CI Extended C++
    
    on:
      push:
        tags:
          - v2.**
      schedule:
        - cron: '0 2 * * *'
    
    permissions:
      contents: read
    
    jobs:
      build:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 07 17:41:21 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/anames.go

    	"AMOORW",
    	"AMOXORW",
    	"AMOMAXW",
    	"AMOMAXUW",
    	"AMOMINW",
    	"AMOMINUW",
    	"RDCYCLE",
    	"RDCYCLEH",
    	"RDTIME",
    	"RDTIMEH",
    	"RDINSTRET",
    	"RDINSTRETH",
    	"FRCSR",
    	"FSCSR",
    	"FRRM",
    	"FSRM",
    	"FRFLAGS",
    	"FSFLAGS",
    	"FSRMI",
    	"FSFLAGSI",
    	"FLW",
    	"FSW",
    	"FADDS",
    	"FSUBS",
    	"FMULS",
    	"FDIVS",
    	"FMINS",
    	"FMAXS",
    	"FSQRTS",
    	"FMADDS",
    	"FMSUBS",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. src/cmd/internal/objabi/line.go

    // If the resulting path is the empty string, the result is "??".
    //
    // The rewrites argument is a ;-separated list of rewrites.
    // Each rewrite is of the form "prefix" or "prefix=>replace",
    // where prefix must match a leading sequence of path elements
    // and is either removed entirely or replaced by the replacement.
    func AbsFile(dir, file, rewrites string) string {
    	abs := file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 23:10:31 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/it/stopwords.txt

    eravate
    erano
    fui
    fosti
    fu
    fummo
    foste
    furono
    fossi
    fosse
    fossimo
    fossero
    essendo
    faccio
    fai
    facciamo
    fanno
    faccia
    facciate
    facciano
    farò
    farai
    farà
    faremo
    farete
    faranno
    farei
    faresti
    farebbe
    faremmo
    fareste
    farebbero
    facevo
    facevi
    faceva
    facevamo
    facevate
    facevano
    feci
    facesti
    fece
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. src/debug/elf/testdata/go-relocation-test-clang-arm.obj

    Ian Lance Taylor <******@****.***> 1434590930 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 26 16:17:54 UTC 2015
    - 3K bytes
    - Viewed (0)
  6. src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj

    Dave Cheney <******@****.***> 1425976757 +1100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 11 01:37:57 UTC 2015
    - 2.6K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Come and help me out of THIS!'  (Sounds of more broken glass.)
    
      `Now tell me, Pat, what's that in the window?'
    
      `Sure, it's an arm, yer honour!'  (He pronounced it `arrum.')
    
      `An arm, you goose!   Who ever saw one that size?  Why, it
    fills the whole window!'
    
      `Sure, it does, yer honour:  but it's an arm for all that.'
    
      `Well, it's got no business there, at any rate:  go and take it
    away!'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Come and help me out of THIS!'  (Sounds of more broken glass.)
    
      `Now tell me, Pat, what's that in the window?'
    
      `Sure, it's an arm, yer honour!'  (He pronounced it `arrum.')
    
      `An arm, you goose!   Who ever saw one that size?  Why, it
    fills the whole window!'
    
      `Sure, it does, yer honour:  but it's an arm for all that.'
    
      `Well, it's got no business there, at any rate:  go and take it
    away!'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.windows-arm.txt

    golang.org/******@****.***s-arm
    
    -- .mod --
    module golang.org/toolchain
    -- .info --
    {"Version":"v0.0.1-go1.999testmod.windows-arm"}
    -- go.mod --
    module golang.org/toolchain
    -- bin/go.bat --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 13:19:02 UTC 2023
    - 240 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java

                op.setup(form -> {
                    form.initialize();
                    form.crudMode = CrudMode.CREATE;
                    form.dictId = dictId;
                });
            });
        }
    
        @Execute
        @Secured({ ROLE })
        public HtmlResponse edit(final EditForm form) {
            validate(form, messages -> {}, () -> asListHtml(form.dictId));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top