Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for 2_8000 (0.23 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    %3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%20...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	STA_FREQHOLD  = 0x80
    	STA_PPSSIGNAL = 0x100
    	STA_PPSJITTER = 0x200
    	STA_PPSWANDER = 0x400
    	STA_PPSERROR  = 0x800
    	STA_CLOCKERR  = 0x1000
    	STA_NANO      = 0x2000
    	STA_MODE      = 0x4000
    	STA_CLK       = 0x8000
    )
    
    const (
    	TIME_OK    = 0x0
    	TIME_INS   = 0x1
    	TIME_DEL   = 0x2
    	TIME_OOP   = 0x3
    	TIME_WAIT  = 0x4
    	TIME_ERROR = 0x5
    	TIME_BAD   = 0x5
    )
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Scalable Vector Graphics</_comment>
        <root-XML localName="svg" namespaceURI="http://www.w3.org/2000/svg"/>
        <magic priority="50">
          <!-- Version of 0x0001 is PSD -->
          <match value="&lt;svg" type="string" offset="0">
            <match value="http://www.w3.org/2000/svg" type="string" offset="5:256"/>
          </match>
        </magic>
        <glob pattern="*.svg"/>
        <glob pattern="*.svgz"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewrite386.go

    		v0.AddArg2(ptr, mem)
    		return true
    	}
    	// match: (MOVWLSX (ANDLconst [c] x))
    	// cond: c & 0x8000 == 0
    	// result: (ANDLconst [c & 0x7fff] x)
    	for {
    		if v_0.Op != Op386ANDLconst {
    			break
    		}
    		c := auxIntToInt32(v_0.AuxInt)
    		x := v_0.Args[0]
    		if !(c&0x8000 == 0) {
    			break
    		}
    		v.reset(Op386ANDLconst)
    		v.AuxInt = int32ToAuxInt(c & 0x7fff)
    		v.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.21.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    _Nothing has changed._
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.23.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    - Fix JobTrackingWithFinalizers that:
      - was declaring a job finished before counting all the created pods in the status
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM.go

    		v.reset(OpARMMOVWreg)
    		v.AddArg(x)
    		return true
    	}
    	// match: (MOVHreg (ANDconst [c] x))
    	// cond: c & 0x8000 == 0
    	// result: (ANDconst [c&0x7fff] x)
    	for {
    		if v_0.Op != OpARMANDconst {
    			break
    		}
    		c := auxIntToInt32(v_0.AuxInt)
    		x := v_0.Args[0]
    		if !(c&0x8000 == 0) {
    			break
    		}
    		v.reset(OpARMANDconst)
    		v.AuxInt = int32ToAuxInt(c & 0x7fff)
    		v.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.18.md

    - The maximum number of ports allowed in EndpointSlices has been increased from 100 to 20,000 ([#99795](https://github.com/kubernetes/kubernetes/pull/99795), [@robscott](https://github.com/robscott)) [SIG Network]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top