Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for findBy (0.16 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    trying to explain the mistake it had made.
    
      `He took me for his housemaid,' she said to herself as she ran.
    `How surprised he'll be when he finds out who I am!  But I'd
    better take him his fan and gloves--that is, if I can find them.'
    As she said this, she came upon a neat little house, on the door
    of which was a bright brass plate with the name `W. RABBIT'
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:leaf:1.0 FAILED
       Failures:
          - Could not find org:leaf:1.0.
            Searched in the following locations:
              - ${leafModule.ivyFile.displayUri}
            ${repositoryHint("ivy.xml")}
    
    org:leaf:1.0 FAILED
    \\--- org:top:1.0
         \\--- conf
    
    org:leaf:1.6+ FAILED
       Failures:
          - Could not find any matches for org:leaf:1.6+ as no versions of org:leaf are available.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        return RefineShapeForPassThroughOps(op);
      if (auto call = dyn_cast<CallOpInterface>(op)) return InferShapeForCall(call);
      if (isa<tensor::CastOp>(op)) return InferShapeForCast(op);
      return false;
    }
    
    // Finds element type to be used for result from operand, with special handling
    // for handle types.
    Type GetElementTypeFromOperand(TensorType operand_type,
                                   TensorType result_type) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    // thread finds work it takes itself out of the spinning state and proceeds to
    // execution. If it does not find work it takes itself out of the spinning
    // state and then parks.
    //
    // If there is at least one spinning thread (sched.nmspinning>1), we don't
    // unpark new threads when submitting work. To compensate for that, if the last
    // spinning thread finds work and stops spinning, it must unpark a new spinning
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/data.go

    	//
    	// However on darwin, dyld will find the special symbol
    	// in the first loaded module, even though it is local.
    	//
    	// (An hypothesis, formed without looking in the dyld sources:
    	// these special symbols have no size, so their address
    	// matches a real symbol. The dynamic linker assumes we
    	// want the normal symbol with the same address and finds
    	// it in the other module.)
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  6. cluster/gce/gci/configure-helper.sh

        compress
        maxsize ${POD_LOG_MAX_SIZE:-5M}
        daily
        dateext
        dateformat -%Y%m%d-%s
        create 0644 root root
    }
    EOF
      fi
    }
    
    # Finds the master PD device; returns it in MASTER_PD_DEVICE
    function find-master-pd {
      MASTER_PD_DEVICE=""
      if [[ ! -e /dev/disk/by-id/google-master-pd ]]; then
        return
      fi
      device_info=$(ls -l /dev/disk/by-id/google-master-pd)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"str": "this is a 123 string 456",
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"str": stringType,
    			}),
    			valid: []string{
    				"self.str.find('[0-9]+') == '123'",
    				"self.str.find('[0-9]+') != '456'",
    				"self.str.find('xyz') == ''",
    
    				"self.str.findAll('[0-9]+') == ['123', '456']",
    				"self.str.findAll('[0-9]+', 0) == []",
    				"self.str.findAll('[0-9]+', 1) == ['123']",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. pkg/kubelet/eviction/helpers_test.go

    			if hardContainerFsMatch == -1 {
    				t.Fatalf("did not find hard containerfs.available")
    			}
    			if softContainerFsMatch == -1 {
    				t.Fatalf("did not find soft containerfs.available")
    			}
    			if hardContainerFsINodesMatch == -1 {
    				t.Fatalf("did not find hard containerfs.inodesfree")
    			}
    			if softContainerFsINodesMatch == -1 {
    				t.Fatalf("did not find soft containerfs.inodesfree")
    			}
    		})
    	}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // file containing up-to-date export information for the given package,
    // and the BuildID field to the build ID of the compiled package.
    //
    // The -find flag causes list to identify the named packages but not
    // resolve their dependencies: the Imports and Deps lists will be empty.
    // With the -find flag, the -deps, -test and -export commands cannot be
    // used.
    //
    // The -test flag causes list to report not only the named packages
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true,
          "engines": {
            "node": ">=4.0"
          }
        },
        "node_modules/eslint/node_modules/find-up": {
          "version": "5.0.0",
          "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
          "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
Back to top