Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parentPrefix (0.16 sec)

  1. pkg/volume/util/nested_volumes.go

    			if vol.Name == name {
    				myMountPoints = append(myMountPoints, cleaned)
    			}
    		}
    		sort.Strings(allMountPoints)
    		parentPrefix := ".." + string(os.PathSeparator)
    		// Examine each place where this volume is mounted
    		for _, myMountPoint := range myMountPoints {
    			if strings.HasPrefix(myMountPoint, parentPrefix) {
    				// Don't let a container trick us into creating directories outside of its rootfs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 12:19:17 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    t)r[n]=t[n];return r}constructor(e,t,r){this.prefixes=t,this.name=e,this.all=r}parentPrefix(e){let t;return typeof e._autoprefixerPrefix!="undefined"?t=e._autoprefixerPrefix:e.type==="decl"&&e.prop[0]==="-"?t=bm.prefix(e.prop):e.type==="root"?t=!1:e.type==="rule"&&e.selector.includes(":-")&&/:(-\w+-)/.test(e.selector)?t=e.selector.match(/:(-\w+-)/)[1]:e.type==="atrule"&&e.name[0]==="-"?t=bm.prefix(e.name):t=this.parentPrefix(e.parent),D2.prefixes().includes(t)||(t=!1),e._autoprefixerPrefix=t,e._auto...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top