Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 763 for certChain (0.2 sec)

  1. releasenotes/notes/37057.yaml

    # release notes.
    releaseNotes:
    - |
      **Added** new configuration options to `istio-iptables` and `istio-clean-iptables`
      for including/excluding certain user groups from interception of the outgoing traffic
      generated by them.
    
      This feature is intended primarily for use on VMs, where system administrators need
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 15:43:38 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java

         *
         * By providing the last modification timestamp, you enable search engine
         * crawlers to retrieve only a subset of the Sitemaps in the index i.e. a
         * crawler may only retrieve Sitemaps that were modified since a certain
         * date. This incremental Sitemap fetching mechanism allows for the rapid
         * discovery of new URLs on very large sites.
         */
        private String lastmod;
    
        /*
         * (non-Javadoc)
         *
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/build-state/src/main/java/org/gradle/internal/buildprocess/execution/StartParamsValidatingActionExecutor.java

    import org.gradle.launcher.exec.BuildActionExecutor;
    import org.gradle.launcher.exec.BuildActionParameters;
    import org.gradle.launcher.exec.BuildActionResult;
    
    import java.io.File;
    
    /**
     * Validates certain aspects of the start parameters, prior to starting a session using the parameters.
     */
    public class StartParamsValidatingActionExecutor implements BuildActionExecutor<BuildActionParameters, BuildRequestContext> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:37 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/ResolutionFailureDescriber.java

    import org.gradle.internal.component.resolution.failure.type.ResolutionFailure;
    
    import java.util.Optional;
    
    /**
     * Describe a certain type of resolution failure, by providing concise and specific human-readable
     * information to the message of the resulting exception, and also adding resolution suggestions if possible.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. pkg/apis/abac/types.go

    	// TODO: want a way to allow some users to restart containers of a pod but
    	// not delete or modify it.
    
    	// TODO: want a way to allow a controller to create a pod based only on a
    	// certain podTemplates.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 07:28:47 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/query/DefaultArtifactResolutionQuery.java

                    if (repository instanceof ContentFilteringRepository) {
                        ContentFilteringRepository cfr = (ContentFilteringRepository) repository;
                        // If the repository requires certain request attributes or requires certain configurations,
                        // it should not be used for ARQs.
                        return cfr.getRequiredAttributes() == null && cfr.getIncludedConfigurations() == null;
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/componentconfigs/utils.go

    	for _, group := range groups {
    		msgs = append(msgs, errs[group].Error())
    	}
    
    	return strings.Join(msgs, "\n\t- ")
    }
    
    // warnDefaultComponentConfigValue prints a warning if the user modified a field in a certain
    // ComponentConfig from the default recommended value in kubeadm.
    func warnDefaultComponentConfigValue(componentConfigKind, paramName string, defaultValue, userValue interface{}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 08:48:29 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/binutils/addr2liner.go

    // address and line number information from a binary.
    type addr2Liner struct {
    	mu   sync.Mutex
    	rw   lineReaderWriter
    	base uint64
    
    	// nm holds an addr2Liner using nm tool. Certain versions of addr2line
    	// produce incomplete names due to
    	// https://sourceware.org/bugzilla/show_bug.cgi?id=17541. As a workaround,
    	// the names from nm are used when they look more complete. See addrInfo()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  9. maven-core/src/site/apt/offline-mode.apt

      operations.
    
      Offline mode really means anticipating a lack of network connectivity, and as
      a result turning off certain services provided by m2 and providing a coherent
      way of predicting and reporting when network-related failures will take place.
      It means warning users that since the network is missing, certain features and
      operations will be unavailable, rather than simply waiting for those
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. src/runtime/tracestring.go

    	// Store back buf in case it was updated during ensure.
    	t.buf = w.traceBuf
    	unlock(&t.lock)
    }
    
    // reset clears the string table and flushes any buffers it has.
    //
    // Must be called only once the caller is certain nothing else will be
    // added to this table.
    func (t *traceStringTable) reset(gen uintptr) {
    	if t.buf != nil {
    		systemstack(func() {
    			lock(&trace.lock)
    			traceBufFlush(t.buf, gen)
    			unlock(&trace.lock)
    		})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:03:35 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top