Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for tuxedo (0.1 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.fujixerox.docuworks",
    				"application/vnd.fujixerox.docuworks.binder",
    				"application/vnd.fut-misnet",
    				"application/vnd.fuzzysheet",
    				"application/vnd.genomatix.tuxedo",
    				"application/vnd.geogebra.file",
    				"application/vnd.geogebra.tool",
    				"application/vnd.geometry-explorer",
    				"application/vnd.gmx",
    				"application/vnd.google-earth.kml+xml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

        InetAddresses.TeredoInfo teredo = InetAddresses.getTeredoInfo((Inet6Address) ip);
    
        InetAddress server = InetAddresses.forString(serverStr);
        assertEquals(server, teredo.getServer());
    
        InetAddress client = InetAddresses.forString(clientStr);
        assertEquals(client, teredo.getClient());
    
        assertEquals(port, teredo.getPort());
        assertEquals(flags, teredo.getFlags());
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/helpers_linux_test.go

    						},
    					},
    				},
    			},
    			enforceCPULimits: true,
    			quotaPeriod:      defaultQuotaPeriod,
    			expected:         &ResourceConfig{CPUShares: &burstablePartialShares},
    		},
    		"burstable-with-limits-with-tuned-quota": {
    			pod: &v1.Pod{
    				Spec: v1.PodSpec{
    					Containers: []v1.Container{
    						{
    							Resources: getResourceRequirements(getResourceList("100m", "100Mi"), getResourceList("200m", "200Mi")),
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/net/InetAddresses.java

          return flags;
        }
      }
    
      /**
       * Evaluates whether the argument is a Teredo address.
       *
       * <p>Teredo addresses begin with the {@code "2001::/32"} prefix.
       *
       * @param ip {@link Inet6Address} to be examined for Teredo address format
       * @return {@code true} if the argument is a Teredo address
       */
      public static boolean isTeredoAddress(Inet6Address ip) {
        byte[] bytes = ip.getAddress();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  5. docs/throttle/README.md

    ## Examples
    
    ### Configuring connection limit
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. cluster/addons/dns-horizontal-autoscaler/README.md

    in Kubernetes clusters. This autoscaler runs as a Deployment. It collects cluster
    status from the APIServer, horizontally scales the number of DNS backends based
    on demand. Autoscaling parameters could be tuned by modifying the `kube-dns-autoscaler`
    ConfigMap in `kube-system` namespace.
    
    Learn more about:
    - Usage: http://kubernetes.io/docs/tasks/administer-cluster/dns-horizontal-autoscaling/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 596 bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/InetAddresses.java

          return flags;
        }
      }
    
      /**
       * Evaluates whether the argument is a Teredo address.
       *
       * <p>Teredo addresses begin with the {@code "2001::/32"} prefix.
       *
       * @param ip {@link Inet6Address} to be examined for Teredo address format
       * @return {@code true} if the argument is a Teredo address
       */
      public static boolean isTeredoAddress(Inet6Address ip) {
        byte[] bytes = ip.getAddress();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  8. samples/cicd/skaffold/README.md

    # Skaffold
    
    This is intended for demonstration only, and is not tuned for performance or security.
    
    skaffold is a tool that enables fast development iteration and controls deployment to local or remote clusters
    
    If running `skaffold run` for deployment, manifests are pulled from remote charts, if running `skaffold dev` for development and hot reload, manifests are pulled from current branch.
    
    ## Quick Start
    
    skaffold is built around modules and profiles
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 17 12:12:08 UTC 2022
    - 1K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/ExternalModuleDependencyVariantSpec.java

     * limitations under the License.
     */
    package org.gradle.api.artifacts.dsl;
    
    /**
     * The specification of a dependency variant. Some dependencies can be fined tuned
     * to select a particular variant. For example, one might want to select the test
     * fixtures of a target component, or a specific classifier.
     *
     * @since 6.8
     */
    public interface ExternalModuleDependencyVariantSpec {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 27 23:38:43 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  10. docs/pt/docs/features.md

    ### Breve
    
    Há **padrões** sensíveis para tudo, com configurações adicionais em todos os lugares. Todos os parâmetros podem ser regulados para fazer o que você precisa e para definir a API que você necessita.
    
    Por padrão, tudo **"simplesmente funciona"**.
    
    ### Validação
    
    * Validação para a maioria dos (ou todos?) **tipos de dados** do Python, incluindo:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top