Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 323 for xremove (0.23 sec)

  1. pkg/proxy/iptables/proxier.go

    	{utiliptables.TableFilter, kubeletFirewallChain, utiliptables.ChainOutput, "", nil},
    }
    
    // When chains get removed from iptablesJumpChains, add them here so they get cleaned up
    // on upgrade.
    var iptablesCleanupOnlyChains = []iptablesJumpChain{}
    
    // CleanupLeftovers removes all iptables rules and chains created by the Proxier
    // It returns true if an error was encountered. Errors are logged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            // org:lib:1.0 -> org:between:1.0 -> org:lib:1.1
            //
            //  - org:lib:1.1 is selected
            //  - removes org:between:1.0
            //  - org:lib:1.1 stays selected (because of cycle), still internal state is updated partially and org:lib:1.1 selector is removed in some places
    
            given:
            def libUpdated = mavenRepo.module('org', 'lib', '1.1')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. src/main/webapp/js/bootstrap.min.js

    t=[].slice.call(document.querySelectorAll(O)),e=0,n=t.length;e<n;e++){var i=t[e],o=i.querySelector(k);o.checked||o.hasAttribute("checked")?i.classList.add(S):i.classList.remove(S)}for(var r=0,s=(t=[].slice.call(document.querySelectorAll(N))).length;r<s;r++){var a=t[r];"true"===a.getAttribute("aria-pressed")?a.classList.add(S):a.classList.remove(S)}}),g.fn[y]=H._jQueryInterface,g.fn[y].Constructor=H,g.fn[y].noConflict=function(){return g.fn[y]=b,H._jQueryInterface};var R="carousel",x="bs.carousel",F="."+...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    foreach BinaryOp = [TFL_DivOp, TFL_MulOp]<Op> in
      defm : FuseMulOrDivWithConv2dOrDepthwiseConv2d<BinaryOp>;
    
    
    // This pattern applies when the same quantize/dequantize have been used twice
    // with the same scale. We want to remove the redundancy.
    // TODO(fengliuai): move this to the sanity check of pre-quantize pass.
    def eliminate_dq_q_pairs : Pat<
      (TFL_QuantizeOp (TFL_DequantizeOp $in), $qt),
      (replaceWithValue $in),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_arm.go

    	EPROCUNAVAIL    = Errno(0x4c)
    	EPROGMISMATCH   = Errno(0x4b)
    	EPROGUNAVAIL    = Errno(0x4a)
    	EPROTONOSUPPORT = Errno(0x2b)
    	EPROTOTYPE      = Errno(0x29)
    	ERANGE          = Errno(0x22)
    	EREMOTE         = Errno(0x47)
    	EROFS           = Errno(0x1e)
    	ERPCMISMATCH    = Errno(0x49)
    	ESHUTDOWN       = Errno(0x3a)
    	ESOCKTNOSUPPORT = Errno(0x2c)
    	ESPIPE          = Errno(0x1d)
    	ESRCH           = Errno(0x3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  6. docs/changelogs/changelog_3x.md

        `HttpUrl.Builder.addEncodedQueryParameter()`.
     *  New: CBC-mode ECDSA cipher suites have been removed from OkHttp's default
        configuration: `TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA` and
        `TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA`. This tracks a [Chromium
        change][remove_cbc_ecdsa] to remove these cipher suites because they are
        fragile and rarely-used.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  7. cmd/admin-handlers-users.go

    	"github.com/minio/minio/internal/config/dns"
    	"github.com/minio/mux"
    	xldap "github.com/minio/pkg/v3/ldap"
    	"github.com/minio/pkg/v3/policy"
    	"github.com/puzpuzpuz/xsync/v3"
    )
    
    // RemoveUser - DELETE /minio/admin/v3/remove-user?accessKey=<access_key>
    func (a adminAPIHandlers) RemoveUser(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, cred := validateAdminReq(ctx, w, r, policy.DeleteUserAdminAction)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/buildlist.go

    				// The only changes to the root set (if any) were to remove duplicates.
    				// The requirements are consistent (if perhaps redundant), so keep the
    				// original rs to preserve its ModuleGraph.
    				return rs, nil
    			}
    			// The root set has converged: every root going into this iteration was
    			// already at its selected version, although we have have removed other
    			// (redundant) roots for the same path.
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

            return new DefaultProblemId(categories.remove(categories.size() - 1), label.getLabel(), toProblemGroup(categories));
        }
    
        private static @Nullable ProblemGroup toProblemGroup(List<String> groupNames) {
            if (groupNames.isEmpty()) {
                return null;
            } else {
                String groupName = groupNames.remove(groupNames.size() - 1);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    			resetStatusFn: func(status *kubecontainer.PodStatus) {
    				m.livenessManager.Remove(status.ContainerStatuses[2].ID)
    			},
    		},
    		"startupProbe has not been run; do nothing": {
    			mutatePodFn: func(pod *v1.Pod) { pod.Spec.RestartPolicy = v1.RestartPolicyAlways },
    			mutateStatusFn: func(pod *v1.Pod, status *kubecontainer.PodStatus) {
    				m.startupManager.Remove(status.ContainerStatuses[1].ID)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
Back to top