Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for wmlscript (0.12 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/vnd.si.uricatalogue",
    				"text/vnd.sun.j2me.app-descriptor",
    				"text/vnd.trolltech.linguist",
    				"text/vnd.wap.si",
    				"text/vnd.wap.sl",
    				"text/vnd.wap.wml",
    				"text/vnd.wap.wmlscript",
    				"text/x-awk",
    				"text/x-basic",
    				"text/x-c++hdr",
    				"text/x-c++src",
    				"text/x-cgi",
    				"text/x-chdr",
    				"text/x-clojure",
    				"text/x-coffeescript",
    				"text/x-csrc",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. src/net/http/cgi/host_test.go

    	testenv.MustHaveExec(t)
    	h := &Handler{
    		Path: os.Args[0],
    		Root: "/myscript//",
    	}
    	expectedMap := map[string]string{
    		"env-PATH_INFO":       "/bar",
    		"env-QUERY_STRING":    "a=b",
    		"env-REQUEST_URI":     "/myscript/bar?a=b",
    		"env-SCRIPT_FILENAME": os.Args[0],
    		"env-SCRIPT_NAME":     "/myscript",
    	}
    	runCgiTest(t, h, "GET /myscript/bar?a=b HTTP/1.0\nHost: example.com\n\n", expectedMap)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 18:29:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. src/net/http/cgi/cgi_main.go

    import (
    	"fmt"
    	"io"
    	"net/http"
    	"os"
    	"path"
    	"slices"
    	"strings"
    	"time"
    )
    
    func cgiMain() {
    	switch path.Join(os.Getenv("SCRIPT_NAME"), os.Getenv("PATH_INFO")) {
    	case "/bar", "/test.cgi", "/myscript/bar", "/test.cgi/extrapath":
    		testCGI()
    		return
    	}
    	childCGIProcess()
    }
    
    // testCGI is a CGI program translated from a Perl program to complete host_test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/vnd.wap.si"/>
      <mime-type type="text/vnd.wap.sl"/>
      <mime-type type="text/vnd.wap.wml">
        <glob pattern="*.wml"/>
      </mime-type>
    
      <mime-type type="text/vnd.wap.wmlscript">
        <_comment>WML Script</_comment>
        <glob pattern="*.wmls"/>
      </mime-type>
    
      <mime-type type="text/vtt">
        <_comment>Web Video Text Tracks Format</_comment>
        <acronym>WebVTT</acronym>
    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. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Add WayScript x FastAPI Tutorial to External Links section. PR [#5407](https://github.com/tiangolo/fastapi/pull/5407) by [@moneeka](https://github.com/moneeka).
    
    ### Internal
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top