Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 177 for greatest (0.22 sec)

  1. src/html/template/escape_test.go

    			"dangerousURLStart2",
    			`<a href='  {{"javascript:alert(%22pwned%22)"}}'>`,
    			`<a href='  #ZgotmplZ'>`,
    		},
    		{
    			"nonHierURL",
    			`<a href={{"mailto:Muhammed \"The Greatest\" Ali <******@****.***>"}}>`,
    			`<a href=mailto:Muhammed%20%22The%20Greatest******@****.***%3e>`,
    		},
    		{
    			"urlPath",
    			`<a href='http://{{"javascript:80"}}/foo'>`,
    			`<a href='http://javascript:80/foo'>`,
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	// SupportedVersions lists the TLS versions supported by the client.
    	// For TLS versions less than 1.3, this is extrapolated from the max
    	// version advertised by the client, so values other than the greatest
    	// might be rejected if used.
    	SupportedVersions []uint16
    
    	// Conn is the underlying net.Conn for the connection. Do not read
    	// from, or write to, this connection; that will cause the TLS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context_test.go

    				for _, key := range tt.deletes {
    					store.Delete(gvk.EnvoyFilter, key.Name, key.Namespace, nil)
    					deletes.Insert(key)
    				}
    
    				createSet := sets.New(maps.Keys(creates)...)
    				updateSet := sets.New(maps.Keys(updates)...)
    				changes := deletes.Union(createSet).Union(updateSet)
    
    				pc2 := NewPushContext()
    				pc2.initEnvoyFilters(env, changes, pc1.envoyFiltersByNamespace)
    
    				total2 := 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/ImmutableSortedMap.java

        }
      }
    
      /**
       * Returns a builder that creates immutable sorted maps whose keys are ordered by their natural
       * ordering. The sorted maps use {@link Ordering#natural()} as the comparator.
       */
      public static <K extends Comparable<?>, V> Builder<K, V> naturalOrder() {
        return new Builder<>(Ordering.natural());
      }
    
      /**
       * Returns a builder that creates immutable sorted maps with an explicit comparator. If the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  5. fastapi/param_functions.py

            Optional[float],
            Doc(
                """
                Greater than. If set, value must be greater than this. Only applicable to
                numbers.
                """
            ),
        ] = None,
        ge: Annotated[
            Optional[float],
            Doc(
                """
                Greater than or equal. If set, value must be greater than or equal to
                this. Only applicable to numbers.
                """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

        return inputs, outputs
    
      def _create_table_init_from_file_model_tf1(
          self, sess: session.Session
      ) -> Tuple[core.Tensor, core.Tensor, core.Tensor]:
        """Creates a simple model that initializes a table from an asset file.
    
        This model creates an asset file at "vocab_file.txt" containing
        comma-separated vocabularies and uses it to initialize a
        `StaticVocabularyTable`. For inference, the model performs a lookup with a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         */
        AntBuilder getAnt();
    
        /**
         * <p>Creates an additional <code>AntBuilder</code> for this project. You can use this in your build file to execute
         * ant tasks.</p>
         *
         * @return Creates an <code>AntBuilder</code> for this project. Never returns null.
         * @see #getAnt()
         */
        AntBuilder createAntBuilder();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

        }
      }
    
      /**
       * Returns a builder that creates immutable sorted maps whose keys are ordered by their natural
       * ordering. The sorted maps use {@link Ordering#natural()} as the comparator.
       */
      public static <K extends Comparable<?>, V> Builder<K, V> naturalOrder() {
        return new Builder<>(Ordering.natural());
      }
    
      /**
       * Returns a builder that creates immutable sorted maps with an explicit comparator. If the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 53K bytes
    - Viewed (0)
  9. pkg/apis/autoscaling/validation/validation_test.go

    	}, {
    		behavior: autoscaling.HorizontalPodAutoscalerBehavior{
    			ScaleUp: &autoscaling.HPAScalingRules{
    				Policies: []autoscaling.HPAScalingPolicy{{
    					Type:          autoscaling.PodsScalingPolicy,
    					PeriodSeconds: 8,
    				}},
    			},
    		},
    		msg: "spec.behavior.scaleUp.policies[0].value: Invalid value: 0: must be greater than zero",
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. cmd/kube-controller-manager/app/options/options_test.go

    			options: &JobControllerOptions{
    				&jobconfig.JobControllerConfiguration{
    					ConcurrentJobSyncs: 0,
    				},
    			},
    		},
    		{
    			name:                   "CronJobControllerOptions ConcurrentCronJobSyncs equal 0",
    			expectErrors:           true,
    			expectedErrorSubString: "concurrent-cron-job-syncs must be greater than 0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top