Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,415 for iwork (0.04 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.antix.game-component",
    				"application/vnd.apple.installer+xml",
    				"application/vnd.apple.iwork",
    				"application/vnd.apple.keynote",
    				"application/vnd.apple.pages",
    				"application/vnd.apple.numbers",
    				"application/x-tika-iworks-protected",
    				"application/vnd.arastra.swi",
    				"application/vnd.audiograph",
    				"application/vnd.autopackage",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/vnd.apple.iwork" />
        <glob pattern="*.pages"/>
      </mime-type>
      <mime-type type="application/vnd.apple.numbers">
        <root-XML localName="document" namespaceURI="http://developer.apple.com/namespaces/ls" />
        <sub-class-of type="application/vnd.apple.iwork" />
        <glob pattern="*.numbers"/>
      </mime-type>
      <mime-type type="application/x-tika-iworks-protected">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/work.txt

    env GOWORK=off
    go list -mod=mod all
    env GOWORK=
    
    # Test that duplicates in the use list return an error
    cp go.work go.work.backup
    cp go.work.dup go.work
    ! go run example.com/b
    stderr 'go.work:6: path .* appears multiple times in workspace'
    cp go.work.backup go.work
    
    cp go.work.d go.work
    go work use # update go version
    go run example.com/d
    
    # Test that we don't run into "newRequirements called with unsorted roots"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/workcmd/work.go

    // Package workcmd implements the “go work” command.
    package workcmd
    
    import (
    	"cmd/go/internal/base"
    )
    
    var CmdWork = &base.Command{
    	UsageLine: "go work",
    	Short:     "workspace maintenance",
    	Long: `Work provides access to operations on workspaces.
    
    Note that support for workspaces is built into many other commands, not
    just 'go work'.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 18:09:22 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. src/cmd/go/internal/par/work.go

    		panic("par.Work.Do: n < 1")
    	}
    	if w.running >= 1 {
    		panic("par.Work.Do: already called Do")
    	}
    
    	w.running = n
    	w.f = f
    	w.wait.L = &w.mu
    
    	for i := 0; i < n-1; i++ {
    		go w.runner()
    	}
    	w.runner()
    }
    
    // runner executes work in w until both nothing is left to do
    // and all the runners are waiting for work.
    // (Then all the runners return.)
    func (w *Work[T]) runner() {
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:54:54 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/mod/modfile/work.go

    // license that can be found in the LICENSE file.
    
    package modfile
    
    import (
    	"fmt"
    	"sort"
    	"strings"
    )
    
    // A WorkFile is the parsed, interpreted form of a go.work file.
    type WorkFile struct {
    	Go        *Go
    	Toolchain *Toolchain
    	Godebug   []*Godebug
    	Use       []*Use
    	Replace   []*Replace
    
    	Syntax *FileSyntax
    }
    
    // A Use is a single directory statement.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. go.work

    carlory <******@****.***> 1715775009 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. hack/tools/go.work

    Patrick Ohly <******@****.***> 1654683162 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:06 UTC 2024
    - 162 bytes
    - Viewed (0)
  9. go.work.sum

    Stephen Kitt <******@****.***> 1716824549 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:12 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  10. releasenotes/notes/uninject-not-work.yaml

    Xiaopeng Han <******@****.***> 1662366569 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 05 08:29:29 UTC 2022
    - 141 bytes
    - Viewed (0)
Back to top