Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 228 for lobster (0.61 sec)

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

      `--you advance twice--'
    
      `Each with a lobster as a partner!' cried the Gryphon.
    
      `Of course,' the Mock Turtle said:  `advance twice, set to
    partners--'
    
      `--change lobsters, and retire in same order,' continued the
    Gryphon.
    
      `Then, you know,' the Mock Turtle went on, `you throw the--'
    
      `The lobsters!' shouted the Gryphon, with a bound into the air.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `--you advance twice--'
    
      `Each with a lobster as a partner!' cried the Gryphon.
    
      `Of course,' the Mock Turtle said:  `advance twice, set to
    partners--'
    
      `--change lobsters, and retire in same order,' continued the
    Gryphon.
    
      `Then, you know,' the Mock Turtle went on, `you throw the--'
    
      `The lobsters!' shouted the Gryphon, with a bound into the air.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"lithuania":                            "\U0001f1f1\U0001f1f9",
    	"lizard":                               "\U0001f98e",
    	"llama":                                "\U0001f999",
    	"lobster":                              "\U0001f99e",
    	"lock":                                 "\U0001f512",
    	"lock_with_ink_pen":                    "\U0001f50f",
    	"lollipop":                             "\U0001f36d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/internal/generic/lister.go

    		}}
    	}
    	result = obj.(T)
    	return result, nil
    }
    
    type lister[T runtime.Object] struct {
    	indexer cache.Indexer
    }
    
    func (w lister[T]) List(selector labels.Selector) (ret []T, err error) {
    	err = cache.ListAll(w.indexer, selector, func(m interface{}) {
    		ret = append(ret, m.(T))
    	})
    	return ret, err
    }
    
    func (w lister[T]) Get(name string) (T, error) {
    	var result T
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        Operation* op) {
      RegionResourceHoister hoister(op);
      if (failed(hoister.Analyze())) return failure();
    
      // If there are no resource region captures, then nothing to do.
      if (!hoister.NeedsLifting()) return success();
    
      // Start the transformation. For each region, replace the resource read with
      // the value read before the op.
      hoister.GenerateHoistedReads();
      hoister.ReplaceResourceLoads(/*read_only=*/false);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. bin/check_samples.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    shopt -s globstar
    set -e
    
    SCRIPTPATH=$( cd "$(dirname "$0")" && pwd -P )
    ROOTDIR=$SCRIPTPATH/..
    cd "$ROOTDIR" || exit
    
    # rely on go build cache
    ISTIOCTL=bin/istioctl
    go build -o $ISTIOCTL ./istioctl/cmd/istioctl
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 1010 bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transport/DefaultExternalResourceRepository.java

        private final ExternalResourceLister lister;
    
        public DefaultExternalResourceRepository(
            String name,
            ExternalResourceAccessor accessor,
            ExternalResourceUploader uploader,
            ExternalResourceLister lister
        ) {
            this.name = name;
            this.accessor = accessor;
            this.uploader = uploader;
            this.lister = lister;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/subst.go

    	case *Basic:
    		return typ // nothing to do
    	case *TypeParam:
    		return smap.lookup(t)
    	}
    
    	// general case
    	subst := subster{
    		pos:       pos,
    		smap:      smap,
    		check:     check,
    		expanding: expanding,
    		ctxt:      ctxt,
    	}
    	return subst.typ(typ)
    }
    
    type subster struct {
    	pos       syntax.Pos
    	smap      substMap
    	check     *Checker // nil if called via Instantiate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:04:07 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/ResourceVersionListerTest.groovy

        def artifact = new DefaultIvyArtifactName("proj1", "jar", "jar")
        def result = new DefaultBuildableModuleVersionListingResolveResult()
    
        ResourceVersionLister lister;
    
        def setup() {
            lister = new ResourceVersionLister(repo)
        }
    
        def "listVersions propagates Exceptions as ResourceException"() {
            setup:
            def failure = new RuntimeException("Test IO Exception")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. tools/bug-report/pkg/processlog/processlog.go

    	return 1000*s.numFatals + 100*s.numErrors + 10*s.numWarnings
    }
    
    // Process processes logStr based on the supplied config and returns the processed log along with statistics on it.
    func Process(config *config.BugReportConfig, logStr string) (string, *Stats) {
    	if !config.TimeFilterApplied {
    		return logStr, getStats(config, logStr)
    	}
    	out := getTimeRange(logStr, config.StartTime, config.EndTime)
    	return out, getStats(config, out)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 21:44:33 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top