Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 240 for seas (0.14 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"scream_cat":                           "\U0001f640",
    	"screwdriver":                          "\U0001fa9b",
    	"scroll":                               "\U0001f4dc",
    	"seal":                                 "\U0001f9ad",
    	"seat":                                 "\U0001f4ba",
    	"secret":                               "\u3299\ufe0f",
    	"see_no_evil":                          "\U0001f648",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. pkg/controller/volume/pvcprotection/pvc_protection_controller.go

    	return false, nil
    }
    
    func (c *Controller) podUsesPVC(logger klog.Logger, pod *v1.Pod, pvc *v1.PersistentVolumeClaim) bool {
    	// Check whether pvc is used by pod only if pod is scheduled, because
    	// kubelet sees pods after they have been scheduled and it won't allow
    	// starting a pod referencing a PVC with a non-nil deletionTimestamp.
    	if pod.Spec.NodeName != "" {
    		for _, volume := range pod.Spec.Volumes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. cmd/bucket-metadata.go

    	if err != nil {
    		return
    	}
    
    	outbuf := bytes.NewBuffer(nil)
    	objectKey := crypto.GenerateKey(key.Plaintext, rand.Reader)
    	sealedKey := objectKey.Seal(key.Plaintext, crypto.GenerateIV(rand.Reader), crypto.S3.String(), bucket, "")
    	crypto.S3.CreateMetadata(metadata, key.KeyID, key.Ciphertext, sealedKey)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Authors: ******@****.*** (Zhanyong Wan), ******@****.*** (Sean Mcafee)
    //
    // The Google C++ Testing Framework (Google Test)
    //
    // This header file declares functions and macros used internally by
    // Google Test.  They are subject to change without notice.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            tasks.clear();
            tasks.addAll(names);
            return this;
        }
    
        @Override
        public GradleExecuter withDaemonIdleTimeoutSecs(int secs) {
            daemonIdleTimeoutSecs = secs;
            return this;
        }
    
        @Override
        public GradleExecuter useOnlyRequestedJvmOpts() {
            useOnlyRequestedJvmOpts = true;
            return this;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. docs/pl/docs/help-fastapi.md

    A jeśli istnieje jakaś konkretna potrzeba dotycząca stylu lub spójności, sam poproszę o zmiany lub dodam commity z takimi zmianami.
    
    ### Sprawdź kod
    
    * Przeczytaj kod, zastanów się czy ma sens, **uruchom go lokalnie** i potwierdź czy faktycznie rozwiązuje problem.
    
    * Następnie dodaj **komentarz** z informacją o tym, że sprawdziłeś kod, dzięki temu będę miał pewność, że faktycznie go sprawdziłeś.
    
    !!! info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  7. src/debug/dwarf/line_test.go

    	{`e:\blah\`, `foo.c`, `e:\blah\foo.c`},
    
    	// The following are "best effort". We shouldn't see relative
    	// base directories in DWARF, but these test that pathJoin
    	// doesn't fail miserably if it sees one.
    	{`C:`, `a`, `C:a`},
    	{`C:`, `a\b`, `C:a\b`},
    	{`C:.`, `a`, `C:.\a`},
    	{`C:a`, `b`, `C:a\b`},
    }
    
    func TestPathJoin(t *testing.T) {
    	for _, test := range joinTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

    public interface GradleExecuter extends Stoppable {
        /**
         * Sets the working directory to use. Defaults to the test's temporary directory.
         */
        GradleExecuter inDirectory(File directory);
    
        /**
         * Sets the task names to execute. Defaults to an empty list.
         */
        GradleExecuter withTasks(String... names);
    
        /**
         * Sets the task names to execute. Defaults to an empty list.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt

        // "intermediate_ca" as the good CA. This signs a rogue certificate for localhost. The server
        // serves the good CAs certificate in the chain, which means the certificate pinner sees a
        // different set of certificates than the SSL verifier.
        val compromisedIntermediateCa =
          HeldCertificate.Builder()
            .signedBy(compromisedRootCa)
            .certificateAuthority(0)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  10. src/index/suffixarray/sais.go

    // must ensure is already zeroed.
    // The caller must also provide temporary space tmp
    // with len(tmp) ≥ textMax. If len(tmp) ≥ 2*textMax
    // then the algorithm runs a little faster.
    // If sais_8_32 modifies tmp, it sets tmp[0] = -1 on return.
    func sais_8_32(text []byte, textMax int, sa, tmp []int32) {
    	if len(sa) != len(text) || len(tmp) < textMax {
    		panic("suffixarray: misuse of sais_8_32")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top