Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 53 for pirates (0.33 sec)

  1. src/main/webapp/js/admin/plugins/form-validator/location.js

    mayen","swaziland","sweden","switzerland","syria","taiwan","tajikistan","tanzania","thailand","timor-leste","togo","tokelau","tonga","trinidad and tobago","tunisia","turkey","turkmenistan","turks and caicos islands","tuvalu","uganda","ukraine","united arab emirates","united kingdom","united states minor outlying islands","united states","uruguay","uzbekistan","vanuatu","venezuela","vatican city","vietnam","virgin islands (british)","virgin islands (us)","wallis and futuna","western sahara","yemen","zambia","zimbabwe","åland...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 5.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/cluster_formation.cc

        if (func.isExternal()) continue;
        OpBuilder builder(func.getContext());
        const TF::SideEffectAnalysis::Info& info =
            side_effect_analysis.GetAnalysisForFunc(func);
    
        // Operates on individual blocks independently of if they are directly in
        // the function body or if they are nested in individual
        // `tf_executor.island`.
        for (Block& block : func.getBody()) BuildClusters(block, builder, info);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 13:30:21 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/https.md

        * Os conteúdos são criptografados, embora sejam enviados com o protocolo HTTP.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 05 10:40:05 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceentry/store.go

    // deleteInstanceKeys deletes all instances with the given configKey and instanceKey
    // Note: as a convenience, this takes a []ServiceInstance instead of []instanceKey, as most callers have this format
    // However, this function only operates on the instance keys
    func (s *serviceInstancesStore) deleteInstanceKeys(key configKeyWithParent, instances []*model.ServiceInstance) {
    	for _, i := range instances {
    		ikey := makeInstanceKey(i)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. istioctl/pkg/metrics/metrics.go

    query results are printed to the console, organized by workload name.
    
    All metrics returned are from server-side reports. This means that latencies
    and error rates are from the perspective of the service itself and not of an
    individual client (or aggregate set of clients). Rates and latencies are
    calculated over a time interval of 1 minute.
    `,
    		Example: `  # Retrieve workload metrics for productpage-v1 workload
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  6. src/internal/coverage/pods/pods.go

    			dirIndices = append(dirIndices, k)
    		}
    	}
    	return collectPodsImpl(files, dirIndices, warn), nil
    }
    
    // CollectPodsFromFiles functions the same as "CollectPods" but
    // operates on an explicit list of files instead of a directory.
    func CollectPodsFromFiles(files []string, warn bool) []Pod {
    	return collectPodsImpl(files, nil, warn)
    }
    
    type fileWithAnnotations struct {
    	file   string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. pkg/ctrlz/topics/collection.go

    func NewStaticCollection(name string, items map[string]any) ReadableCollection {
    	return &staticCollection{
    		name:  name,
    		items: items,
    	}
    }
    
    // staticCollection is a ReadableCollection implementation that operates on static data that is supplied
    // during construction.
    type staticCollection struct {
    	name  string
    	items map[string]any
    }
    
    var _ ReadableCollection = &staticCollection{}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  8. docs/integrations/veeam/README.md

    ```
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  9. src/internal/trace/mud.go

    			d.trackSum = sum
    			return
    		}
    		sum = newSum
    	}
    	d.trackBucket = len(d.hist)
    	d.trackSum = sum
    }
    
    // approxInvCumulativeSum is like invCumulativeSum, but specifically
    // operates on the tracked mass and returns an upper and lower bound
    // approximation of the inverse cumulative sum.
    //
    // The true inverse cumulative sum will be in the range [lower, upper).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. pkg/api/v1/endpoints/util.go

    )
    
    // RepackSubsets takes a slice of EndpointSubset objects, expands it to the full
    // representation, and then repacks that into the canonical layout.  This
    // ensures that code which operates on these objects can rely on the common
    // form for things like comparison.  The result is a newly allocated slice.
    func RepackSubsets(subsets []v1.EndpointSubset) []v1.EndpointSubset {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 07 07:01:25 UTC 2018
    - 8K bytes
    - Viewed (0)
Back to top