Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ccHelp (0.07 sec)

  1. src/cmd/dist/build.go

    				cc1 = "clang"
    				break
    			}
    		}
    	}
    	cc, err := quotedSplit(cc1)
    	if err != nil {
    		fatalf("split CC: %v", err)
    	}
    	var ccHelp = append(cc, "--help")
    
    	if output, err := exec.Command(ccHelp[0], ccHelp[1:]...).CombinedOutput(); err != nil {
    		outputHdr := ""
    		if len(output) > 0 {
    			outputHdr = "\nCommand output:\n\n"
    		}
    		fatalf("cannot invoke C compiler %q: %v\n\n"+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/x-oggpcm",
    				"audio/opus",
    				"audio/speex",
    				"audio/parityfec",
    				"audio/pcma",
    				"audio/pcma-wb",
    				"audio/pcmu-wb",
    				"audio/pcmu",
    				"audio/prs.sid",
    				"audio/qcelp",
    				"audio/red",
    				"audio/rtp-enc-aescm128",
    				"audio/rtp-midi",
    				"audio/rtx",
    				"audio/smv",
    				"audio/smv0",
    				"audio/smv-qcp",
    				"audio/sp-midi",
    				"audio/t140c",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="audio/prs.sid">
        <magic priority="50">
          <match value="PSID" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="audio/qcelp"/>
      <mime-type type="audio/red"/>
      <mime-type type="audio/rtp-enc-aescm128"/>
      <mime-type type="audio/rtp-midi"/>
      <mime-type type="audio/rtx"/>
      <mime-type type="audio/smv"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top