Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GetVector (0.15 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <root-XML localName="PremiereData"/>
        <sub-class-of type="application/xml"/>
      </mime-type>
    
      <mime-type type="image/vnd.cns.inf2"/>
    
      <!-- credit: peeveen's tika-dgn-detector https://github.com/peeveen/tika-dgn-detector/ -->
      <mime-type type="image/vnd.dgn">
        <glob pattern="*.dgn" />
        <glob pattern="*.dgnlib" />
        <glob pattern="*.cel" />
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

            - Kernel crash with Aufs storage driver on Debian Jessie
              ([#27885](https://github.com/kubernetes/kubernetes/issues/27885)).
              The issue can be identified by using the node problem detector.
    
            - File descriptor leak on init/control.
              ([#275](https://github.com/containerd/containerd/issues/275))
    
            - Additional memory overhead per container.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    		s.hasOpenDefers = false
    	}
    	if s.hasOpenDefers && s.instrumentEnterExit {
    		// Skip doing open defers if we need to instrument function
    		// returns for the race detector, since we will not generate that
    		// code in the case of the extra deferreturn/ret segment.
    		s.hasOpenDefers = false
    	}
    	if s.hasOpenDefers {
    		// Similarly, skip if there are any heap-allocated result
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - Node Problem Detector is now available for GCE Windows nodes. ([#101539](https://github.com/kubernetes/kubernetes/pull/101539), [@jeremyje](https://github.com/jeremyje)) [SIG Cloud Provider, Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top