Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 2,011 for holder (0.68 sec)

  1. src/hash/crc32/gen_const_ppc64le.go

    // The following is derived from code written by Anton Blanchard
    // <******@****.***> found at https://github.com/antonblanchard/crc32-vpmsum.
    // The original is dual licensed under GPL and Apache 2.  As the copyright holder
    // for the work, IBM has contributed this new work under the golang license.
    
    // This code was written in Go based on the original C implementation.
    
    // This is a tool needed to generate the appropriate constants needed for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/third_party/svgpan/svgpan.js

     *       documentation and/or other materials provided with the distribution.
     *    3. Neither the name of the copyright holder nor the names of its 
     *       contributors may be used to endorse or promote products derived from 
     *       this software without specific prior written permission.
     * 
     * THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. hack/boilerplate/boilerplate.py

        regexs["year"] = re.compile("YEAR")
        # get_dates return 2014, 2015, 2016, 2017, or 2018 until the current year
        # as a regex like: "(2014|2015|2016|2017|2018)";
        # company holder names can be anything
        regexs["date"] = re.compile(get_dates())
        # strip the following build constraints/tags:
        # //go:build
        # // +build \n\n
        regexs["go_build_constraints"] = re.compile(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/reflect/TypeResolver.java

            }
          }
          mappings.put(var, arg);
        }
      }
    
      // This is needed when resolving types against a context with wildcards
      // For example:
      // class Holder<T> {
      //   void set(T data) {...}
      // }
      // Holder<List<?>> should *not* resolve the set() method to set(List<?> data).
      // Instead, it should create a capture of the wildcard so that set() rejects any List<T>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
  5. pkg/controller/storageversiongc/gc_controller_test.go

    		t.Logf("got: %q", *storageVersion.Status.CommonEncodingVersion)
    		t.Logf("expected: %q", "v1")
    	}
    }
    
    // Test_StorageVersionContainsInvalidLeaseID validates that status.serverStorageVersions
    // only contains the holder identity from kube-apiserver Leases that exist.
    func Test_StorageVersionContainsInvalidLeaseID(t *testing.T) {
    	lease1 := newKubeApiserverLease("kube-apiserver-1", "kube-apiserver-1")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 12:19:43 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/reflect/TypeResolver.java

            }
          }
          mappings.put(var, arg);
        }
      }
    
      // This is needed when resolving types against a context with wildcards
      // For example:
      // class Holder<T> {
      //   void set(T data) {...}
      // }
      // Holder<List<?>> should *not* resolve the set() method to set(List<?> data).
      // Instead, it should create a capture of the wildcard so that set() rejects any List<T>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/DefaultValueSourceProviderFactory.java

            public final Class<P> parametersType;
    
            @Nullable
            public final P parameters;
    
            private final CalculatedValue<@org.jetbrains.annotations.Nullable T> value;
            // A temporary holder for the source used to obtain the value.
            // This is sent to observers alongside the actual value by a single thread.
            // The thread then clears the reference to save memory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:25 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  8. pilot/pkg/leaderelection/k8sleaderelection/leaderelection_test.go

    			}
    
    			le.observedRecord.AcquireTime = metav1.Time{}
    			le.observedRecord.RenewTime = metav1.Time{}
    			if le.observedRecord.HolderIdentity != test.outHolder {
    				t.Errorf("expected holder:\n\t%+v\ngot:\n\t%+v", test.outHolder, le.observedRecord.HolderIdentity)
    			}
    			if len(test.reactors) != len(c.Actions()) {
    				t.Errorf("wrong number of api interactions")
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 23 16:39:43 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  9. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    modification follow.
    
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
    
    0. This License applies to any program or other work which contains a
    notice placed by the copyright holder saying it may be distributed under
    the terms of this General Public License. The "Program", below, refers
    to any such program or work, and a "work based on the Program" means
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  10. src/crypto/internal/boring/LICENSE

     * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
     * included with this distribution is covered by the same copyright terms
     * except that the holder is Tim Hudson (******@****.***).
     *
     * Copyright remains Eric Young's, and as such any Copyright notices in
     * the code are not to be removed.
     * If this package is used in a product, Eric Young should be given attribution
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top