Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for IsItab (0.1 sec)

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

      <mime-type type="application/x-isatab-investigation">
        <_comment>ISA-Tab Investigation file</_comment>
        <magic priority="50">
          <match value="ONTOLOGY SOURCE REFERENCE" type="string" offset="0"/>
        </magic>
        <glob pattern="i_*.txt"/>
      </mime-type>
    
      <!--<mime-type type="application/x-isatab-study">-->
      <mime-type type="application/x-isatab">
        <_comment>ISA-Tab Study file</_comment>
    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. internal/grid/connection.go

    		return
    	}
    
    	// TODO: This causes allocations, but escape analysis doesn't really show the cause.
    	// If another faithful engineer wants to take a stab, feel free.
    	go func(m message) {
    		var start time.Time
    		if m.DeadlineMS > 0 {
    			start = time.Now()
    		}
    		var b []byte
    		var err *RemoteErr
    		func() {
    			defer func() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/lib.go

    			// Force eager resolution to work around.
    			argv = append(argv, "-Wl,-flat_namespace", "-Wl,-bind_at_load")
    		}
    		if !combineDwarf {
    			argv = append(argv, "-Wl,-S") // suppress STAB (symbolic debugging) symbols
    			if debug_s {
    				// We are generating a binary with symbol table suppressed.
    				// Suppress local symbols. We need to keep dynamically exported
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.15.md

    - Finalizer Protection for...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top