Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for deleteSV (0.81 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'indexer.data.max.delete.cache.size'. <br>
         * The value is, e.g. 100 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexerDataMaxDeleteCacheSize();
    
        /**
         * Get the value for the key 'indexer.data.max.delete.cache.size' as {@link Integer}. <br>
         * The value is, e.g. 100 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <a href="#Slice_types">slice</a>, or <a href="#Type_parameter_declarations">type parameter</a> type,
    and deletes or zeroes out all elements
    [<a href="#Go_1.21">Go 1.21</a>].
    </p>
    
    <pre class="grammar">
    Call        Argument type     Result
    
    clear(m)    map[K]T           deletes all entries, resulting in an
                                  empty map (len(m) == 0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // object in the same namespace as this pod.
      //
      // The template will be used to create a new ResourceClaim, which will
      // be bound to this pod. When this pod is deleted, the ResourceClaim
      // will also be deleted. The pod name and resource name, along with a
      // generated component, will be used to form a unique name for the
      // ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

              implementations SHOULD add the `gateway-exists-finalizer.gateway.networking.k8s.io`
              finalizer on the associated GatewayClass. This ensures that a GatewayClass
              associated with a Gateway is not deleted while in use. \n GatewayClass is
              a Cluster level resource."
            properties:
              apiVersion:
                description: 'APIVersion defines the versioned schema of this representation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    				if resourceList == nil {
    					mungedResourceList = make(core.ResourceList)
    				} else {
    					mungedResourceList = resourceList.DeepCopy()
    				}
    				delete(mungedResourceList, core.ResourceCPU)
    				delete(mungedResourceList, core.ResourceMemory)
    				if cpu, found := oldResourceList[core.ResourceCPU]; found {
    					mungedResourceList[core.ResourceCPU] = cpu
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/moment-with-locales.min.js

    .unusedTokens.length,Y(a).score=d,(null==s||d<s)&&(s=d,t=a));L(e,t||a)}(e):r?ga(e):o(t=(a=e)._i)?a._d=new Date(l.now()):u(t)?a._d=new Date(t.valueOf()):"string"==typeof t?(s=a,null===(n=ya.exec(s._i))?(fa(s),!1===s._isValid&&(delete s._isValid,Ta(s),!1===s._isValid&&(delete s._isValid,l.createFromInputFallback(s)))):s._d=new Date(+n[1])):_(t)?(a._a=M(t.slice(0),function(e){return parseInt(e,10)}),la(a)):i(t)?function(e){if(!e._d){var a=W(e._i);e._a=M([a.year,a.month,a.day||a.date,a.hour,a.minute...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    						Kind:     "kind",
    						ListKind: "listkind",
    					},
    					StoredVersions: []string{"version"},
    				},
    			},
    			errors: []validationMatch{},
    		},
    		{
    			name: "version-deleted",
    			old: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "plural.group.com",
    					ResourceVersion: "42",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

        ...
    
    
    @app.get("/items/{item_id}")
    def read_item(*, user: User = Depends(get_current_user), item_id: int):
        ...
    
    
    @app.delete("/items/{item_id}")
    def delete_item(*, user: User = Depends(get_current_user), item_id: int):
        ...
    ```
    
    There's a bit of code duplication for the dependency:
    
    ```Python
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    .io.File) throws ClassNotFoundExcepti, NoSuchMethodExceptio, reflect.InvocationTargetExce, IllegalAccessExcepti; private static java.io.File createTemporaryFolde(java.io.File) throws java.io.IOException; public java.io.File getRoot(); public void delete(); private boolean tryDelete(); private boolean recursiveDelete(java.io.File); } org/junit/rules/TemporaryFolder$Builder.class package org.junit.rules; public synchronized class TemporaryFolder$Builder { private java.io.File parentFolder; private...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        if (!input_type) return failure();
    
        // TODO(disc): remove static shape check once folding/canonicalization func
        // added and ConvertSplitOp deleted. Calculate the dimension size for each
        // slice along the split dimension. We are splitting along the dynamic
        // dimension, or using static pattern transform
        if (input_type.hasStaticShape()) return failure();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top