Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for rooted (0.19 sec)

  1. tensorflow/c/experimental/filesystem/filesystem_interface.h

                         TF_Status* status);
    
      /// Deletes the directory specified by `path` and all its contents.
      ///
      /// This is accomplished by traversing directory tree rooted at `path` and
      /// deleting entries as they are encountered, from leaves to root. Each plugin
      /// is free to choose a different approach which obtains similar results.
      ///
      /// On successful deletion, `status` must be `TF_OK` and `*undeleted_files`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modget/get.go

    					modRoots = append(modRoots, modload.MainModules.ModRoot(m))
    				}
    				var plural string
    				if len(modRoots) != 1 {
    					plural = "s"
    				}
    				return errSet(fmt.Errorf("%s%s is not within module%s rooted at %s", q.pattern, absDetail, plural, strings.Join(modRoots, ", ")))
    			}
    
    			match := modload.MatchInModule(ctx, pkgPattern, mainModule, imports.AnyTags())
    			if len(match.Errs) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/load.go

    			Tags:                  tags,
    			ResolveMissingImports: true,
    			SilencePackageErrors:  true,
    		},
    		requirements: rs,
    		listRoots: func(*Requirements) (roots []string) {
    			roots = append(roots, imports...)
    			roots = append(roots, testImports...)
    			return roots
    		},
    	})
    	requirements = loaded.requirements
    
    	if !ExplicitWriteGoMod {
    		if err := commitRequirements(ctx, WriteOpts{}); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    	return consistentHash, mergedDR
    }
    
    // SortVHostRoutes moves the catch all routes alone to the end, while retaining
    // the relative order of other routes in the slice.
    func SortVHostRoutes(routes []*route.Route) []*route.Route {
    	allroutes := make([]*route.Route, 0, len(routes))
    	catchAllRoutes := make([]*route.Route, 0)
    	for _, r := range routes {
    		if IsCatchAllRoute(r) {
    			catchAllRoutes = append(catchAllRoutes, r)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/manual.css

    	cursor: pointer;
    	transition: all .3s ease;
    }
    
    /* Secondary footer (below) */
    .site-footer-secondary {
    	background-color: var(--footer-white-color);
    	border-top: 1px solid #e7e7e9;
    	width: 100%;
    	z-index: 1;
    }
    
    .dark-mode {
    	.site-footer-secondary {
    		background-color: var(--footer-white-color);
    		border-top: none;
    		width: 100%;
    		z-index: 1;
    	}
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/adminlte.min.js.map

    NAVBAR_MD_FIXED: 'layout-md-navbar-fixed',\n    NAVBAR_LG_FIXED: 'layout-lg-navbar-fixed',\n    NAVBAR_XL_FIXED: 'layout-xl-navbar-fixed',\n    FOOTER_FIXED: 'layout-footer-fixed',\n    FOOTER_SM_FIXED: 'layout-sm-footer-fixed',\n    FOOTER_MD_FIXED: 'layout-md-footer-fixed',\n    FOOTER_LG_FIXED: 'layout-lg-footer-fixed',\n    FOOTER_XL_FIXED: 'layout-xl-footer-fixed',\n  }\n\n  const Default = {\n    controlsidebarSlide: true,\n    scrollbarTheme : 'os-theme-light',\n    scrollbarAutoHide: 'l',\n  }\n\n  /**\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/javadoc.css

        margin: auto 5px;
    }
    .skipNav {
        position:absolute;
        top:auto;
        left:-9999px;
        overflow:hidden;
    }
    /*
     * Styles for page header and footer.
     */
    .header, .footer {
        clear:both;
        margin:0 20px;
        padding:5px 0 0 0;
    }
    .indexNav {
        position:relative;
        font-size:12px;
        background-color:var(--subnav-background-color);
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  8. src/net/netip/netip_test.go

    		"1.2.3.",
    		"1..2.3",
    		// IPv4 address too long
    		"1.2.3.4.5",
    		// IPv4 in dotted octal form
    		"0300.0250.0214.0377",
    		// IPv4 in dotted hex form
    		"0xc0.0xa8.0x8c.0xff",
    		// IPv4 in class B form
    		"192.168.12345",
    		// IPv4 in class B form, with a small enough number to be
    		// parseable as a regular dotted decimal field.
    		"127.0.1",
    		// IPv4 in class A form
    		"192.1234567",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier.go

    		svcPortNameString := svcInfo.nameString
    
    		// Figure out the endpoints for Cluster and Local traffic policy.
    		// allLocallyReachableEndpoints is the set of all endpoints that can be routed to
    		// from this node, given the service's traffic policies. hasEndpoints is true
    		// if the service has any usable endpoints on any node, not just this one.
    		allEndpoints := proxier.endpointsMap[svcName]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  10. pkg/proxy/iptables/proxier.go

    		svcPortNameString := svcInfo.nameString
    
    		// Figure out the endpoints for Cluster and Local traffic policy.
    		// allLocallyReachableEndpoints is the set of all endpoints that can be routed to
    		// from this node, given the service's traffic policies. hasEndpoints is true
    		// if the service has any usable endpoints on any node, not just this one.
    		allEndpoints := proxier.endpointsMap[svcName]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
Back to top