Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 165 for mkmeta (0.14 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    	store := memory.Make(collections.Pilot)
    
    	for i, cp := range configPatches {
    		_, err := store.Create(config.Config{
    			Meta: config.Meta{
    				Name:             fmt.Sprintf("test-envoyfilter-%d", i),
    				Namespace:        "not-default",
    				GroupVersionKind: gvk.EnvoyFilter,
    			},
    			Spec: &networking.EnvoyFilter{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. configure.py

      # Now grab the NDK API level to use. Note that this is different from the
      # SDK API level, as the NDK API level is effectively the *min* target SDK
      # version.
      meta = open(os.path.join(android_ndk_home_path, 'meta/platforms.json'))
      platforms = json.load(meta)
      meta.close()
      aliases = platforms['aliases']
      api_levels = sorted(list(set([aliases[i] for i in aliases])))
    
      android_ndk_api_level = prompt_loop_or_load_from_env(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    		/* Don't clip the navigation container */
    		overflow: visible;
    	}
    }
    
    /* Userguide Meta */
    .chapter-meta {
    	float: right;
    	text-align: right;
    }
    
    .chapter-meta .edit-link {
    	color: #999;
    	font-size: 0.9em;
    	padding-right: 3px;
    }
    
    .chapter-meta .edit-link svg {
    	margin-right: 1px;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    ====
    
    [[sec:meta_inf_normalization]]
    ==== Java `META-INF` normalization
    
    For files in the `META-INF` directory of jar archives it's not always possible to ignore files completely due to their runtime impact.
    
    Manifest files within `META-INF` are normalized to ignore comments, whitespace and order differences.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    limitations under the License.
    */
    
    package interpodaffinity
    
    import (
    	"context"
    	"fmt"
    	"reflect"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/klog/v2/ktesting"
    	"k8s.io/kubernetes/pkg/scheduler/apis/config"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        TF_Float32Tensor:$sorted_gains,
        TF_Float32Tensor:$activation_gradients,
        TF_Float32Tensor:$learning_rate,
        TF_Float32Tensor:$embedding_table,
        TF_Float32Tensor:$accumulator,
        TF_Float32Tensor:$momenta,
        TF_Int32Tensor:$num_minibatches_per_physical_sparse_core,
    
        BoolAttr:$use_nesterov,
        F32Attr:$exponent,
        F32Attr:$beta1,
        F32Attr:$beta2,
        F32Attr:$epsilon,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Iterators.java

        /* The iterator currently returning elements. */
        private Iterator<? extends T> iterator;
    
        /*
         * We track the "meta iterators," the iterators-of-iterators, below.  Usually, topMetaIterator
         * is the only one in use, but if we encounter nested concatenations, we start a deque of
         * meta-iterators rather than letting the nesting get arbitrarily deep.  This keeps each
         * operation O(1).
         */
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Iterators.java

        /* The iterator currently returning elements. */
        private Iterator<? extends T> iterator;
    
        /*
         * We track the "meta iterators," the iterators-of-iterators, below.  Usually, topMetaIterator
         * is the only one in use, but if we encounter nested concatenations, we start a deque of
         * meta-iterators rather than letting the nesting get arbitrarily deep.  This keeps each
         * operation O(1).
         */
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_tls_test.go

    			},
    			[]string{"custom.foo.com"},
    			"custom.foo.com",
    			&model.Proxy{Metadata: &model.NodeMetadata{
    				TLSClientCertChain: "/custom/meta/chain.pem",
    				TLSClientKey:       "/custom/meta/key.pem",
    				TLSClientRootCert:  "/custom/meta/root.pem",
    			}},
    			false, false, model.MTLSUnknown,
    			&networking.ClientTLSSettings{
    				Mode:              networking.ClientTLSSettings_SIMPLE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  10. pkg/controller/disruption/disruption_test.go

    	autoscalingapi "k8s.io/api/autoscaling/v1"
    	v1 "k8s.io/api/core/v1"
    	policy "k8s.io/api/policy/v1"
    	"k8s.io/apimachinery/pkg/api/errors"
    	apimeta "k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/api/meta/testrestmapper"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/intstr"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top