Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mps (0.01 sec)

  1. misc/ios/detect.go

    	"os"
    	"os/exec"
    	"strings"
    )
    
    func main() {
    	udids := getLines(exec.Command("idevice_id", "-l"))
    	if len(udids) == 0 {
    		fail("no udid found; is a device connected?")
    	}
    
    	mps := detectMobileProvisionFiles(udids)
    	if len(mps) == 0 {
    		fail("did not find mobile provision matching device udids %q", udids)
    	}
    
    	fmt.Println("# Available provisioning profiles below.")
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 19 23:33:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/vnd.cns.inf1",
    				"audio/vnd.digital-winds",
    				"audio/vnd.dlna.adts",
    				"audio/vnd.dolby.heaac.1",
    				"audio/vnd.dolby.heaac.2",
    				"audio/vnd.dolby.mlp",
    				"audio/vnd.dolby.mps",
    				"audio/vnd.dolby.pl2",
    				"audio/vnd.dolby.pl2x",
    				"audio/vnd.dolby.pl2z",
    				"audio/vnd.dts",
    				"audio/vnd.dts.hd",
    				"audio/vnd.everad.plj",
    				"audio/vnd.hns.audio",
    Registered: Sun Nov 10 03:50:12 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/vnd.dlna.adts"/>
      <mime-type type="audio/vnd.dolby.heaac.1"/>
      <mime-type type="audio/vnd.dolby.heaac.2"/>
      <mime-type type="audio/vnd.dolby.mlp"/>
      <mime-type type="audio/vnd.dolby.mps"/>
      <mime-type type="audio/vnd.dolby.pl2"/>
      <mime-type type="audio/vnd.dolby.pl2x"/>
      <mime-type type="audio/vnd.dolby.pl2z"/>
      <mime-type type="audio/vnd.dts">
        <glob pattern="*.dts"/>
      </mime-type>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top