Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 350 for invalidating (0.31 sec)

  1. docs/changelogs/changelog_3x.md

        which returns the privately domain name if the URL has one.
     *  Fix: Change `MediaType.charset()` to return null for unexpected charsets.
     *  Fix: Don't skip cache invalidation if the invalidating response has no body.
     *  Fix: Don't use a cryptographic random number generator for web sockets. Some Android devices
        implement `SecureRandom` incorrectly!
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    If you can run the build successfully from the command line but your script editor is complaining, then you should try restarting your IDE and invalidating its caches.
    
    If the above doesn't work and you suspect an issue with the Kotlin DSL script editor, you can:
    
    * Run `./gradle tasks` to get more details
    * Check the logs in one of these locations:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

        }
    
        /**
         * @return the validating
         */
        public boolean isValidating() {
            return validating;
        }
    
        /**
         * @param validating the validating to set
         */
        public void setValidating(final boolean validating) {
            this.validating = validating;
        }
    
        /**
         * @return the includeAware
         */
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. releasenotes/notes/validating-webhook-reconcile-change.yaml

    Douglas Reid <******@****.***> 1619204788 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 23 19:06:28 UTC 2021
    - 302 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    	shouldStartInformers bool,
    ) *generic.PolicyTestContext[*validating.Policy, *validating.PolicyBinding, validating.Validator] {
    	testContext, testContextCancel, err := generic.NewPolicyTestContext(
    		validating.NewValidatingAdmissionPolicyAccessor,
    		validating.NewValidatingAdmissionPolicyBindingAccessor,
    		func(p *validating.Policy) validating.Validator {
    			return compiler.CompilePolicy(p)
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/dispatcher.go

    	"k8s.io/klog/v2"
    )
    
    const (
    	// ValidatingAuditAnnotationPrefix is a prefix for keeping noteworthy
    	// validating audit annotations.
    	ValidatingAuditAnnotationPrefix = "validating.webhook.admission.k8s.io/"
    	// ValidatingAuditAnnotationFailedOpenKeyPrefix in an annotation indicates
    	// the validating webhook failed open when the webhook backend connection
    	// failed or returned an internal server error.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 20:24:12 UTC 2023
    - 13K bytes
    - Viewed (0)
  7. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/session/AbstractSessionInvalidationTest.kt

     *
     * [AbstractSessionInvalidationTest] is a base class for invalidation tests of `KaSession` and `LLFirSession`, which share the test
     * data but not necessarily the result data (see also [resultFileSuffix]).
     */
    abstract class AbstractSessionInvalidationTest<SESSION> : AbstractAnalysisApiBasedTest() {
        /**
         * The kind of modification event to be published for the invalidation. Each modification event is tested separately and has its own
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package validating makes calls to validating (i.e., non-mutating) webhooks
    // during the admission process.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 18 05:02:47 UTC 2017
    - 770 bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/KtFirAnalysisSessionProvider.kt

            }
    
            override fun afterGlobalInvalidation() {
                // Session invalidation events currently don't report whether library modules were included in the global invalidation. This is
                // by design to avoid iterating through the whole analysis session cache and to simplify the global session invalidation event.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. pkg/registry/core/podtemplate/strategy_test.go

    	if len(errs) != 0 {
    		t.Errorf("Unexpected error validating %v", errs)
    	}
    
    	invalidUpdatedTemplate := updatedTemplate.DeepCopy()
    	invalidUpdatedTemplate.Name = "changed"
    	Strategy.PrepareForUpdate(ctx, invalidUpdatedTemplate, podTemplate)
    	errs = Strategy.ValidateUpdate(ctx, invalidUpdatedTemplate, podTemplate)
    	if len(errs) == 0 {
    		t.Errorf("expected error validating, got none")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 18 14:42:36 UTC 2021
    - 2.9K bytes
    - Viewed (0)
Back to top