Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Fileno (0.31 sec)

  1. api/go1.3.txt

    pkg syscall (openbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error
    pkg syscall (openbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    pkg syscall (openbsd-386), type Dirent struct, Fileno uint64
    pkg syscall (openbsd-386), type Dirent struct, Off int64
    pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8
    pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		warnUnused := func(ruleno, reason string) {
    			errs = AppendValidation(errs, WrapWarning(&AnalysisAwareError{
    				Type:       "VirtualServiceUnreachableRule",
    				Msg:        fmt.Sprintf("virtualService rule %v not used (%s)", ruleno, reason),
    				Parameters: []any{ruleno, reason},
    			}))
    		}
    		warnIneffective := func(ruleno, matchno, dupno string) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    serpents do, you know.'
    
      `I don't believe it,' said the Pigeon; `but if they do, why
    then they're a kind of serpent, that's all I can say.'
    
      This was such a new idea to Alice, that she was quite silent
    for a minute or two, which gave the Pigeon the opportunity of
    adding, `You're looking for eggs, I know THAT well enough; and
    what does it matter to me whether you're a little girl or a
    serpent?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    serpents do, you know.'
    
      `I don't believe it,' said the Pigeon; `but if they do, why
    then they're a kind of serpent, that's all I can say.'
    
      This was such a new idea to Alice, that she was quite silent
    for a minute or two, which gave the Pigeon the opportunity of
    adding, `You're looking for eggs, I know THAT well enough; and
    what does it matter to me whether you're a little girl or a
    serpent?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

      gcloud compute --project "${PROJECT}" ssh --zone "${ZONE}" "${KUBE_MASTER}" --command \
        "curl --fail --silent -H 'Metadata-Flavor: Google' \
          'http://metadata/computeMetadata/v1/instance/attributes/kube-env'" 2>/dev/null
      gcloud compute --project "${PROJECT}" ssh --zone "${ZONE}" "${KUBE_MASTER}" --command \
        "curl --fail --silent -H 'Metadata-Flavor: Google' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ancona.it
    andria-barletta-trani.it
    andria-trani-barletta.it
    andriabarlettatrani.it
    andriatranibarletta.it
    ao.it
    aosta.it
    aoste.it
    ap.it
    aq.it
    aquila.it
    ar.it
    arezzo.it
    ascoli-piceno.it
    ascolipiceno.it
    asti.it
    at.it
    av.it
    avellino.it
    ba.it
    balsan-sudtirol.it
    balsan-südtirol.it
    balsan-suedtirol.it
    balsan.it
    bari.it
    barletta-trani-andria.it
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. pkg/volume/util/operationexecutor/operation_generator.go

    // After setup is done, create symbolic links on both global map path and pod
    // device map path. Once symbolic links are created, take fd lock by
    // loopback for the device to avoid silent volume replacement. This lock
    // will be released once no one uses the device.
    // If all steps are completed, the volume is marked as mounted.
    func (og *operationGenerator) GenerateMapVolumeFunc(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

    # files.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    ### Hardcoded constants
    METADATA_SERVER_IP="${METADATA_SERVER_IP:-169.254.169.254}"
    
    # Standard curl flags.
    CURL_FLAGS='--fail --silent --show-error --retry 5 --retry-delay 3 --connect-timeout 10 --retry-connrefused'
    
    function convert-manifest-params {
      # A helper function to convert the manifest args from a string to a list of
      # flag arguments.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top