Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 96 for fphp (0.24 sec)

  1. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_NFSSVC                   = 155 // { int nfssvc(int flag, caddr_t argp); }
    	SYS_LGETFH                   = 160 // { int lgetfh(char *fname, struct fhandle *fhp); }
    	SYS_GETFH                    = 161 // { int getfh(char *fname, struct fhandle *fhp); }
    	SYS_SYSARCH                  = 165 // { int sysarch(int op, char *parms); }
    	SYS_RTPRIO                   = 166 // { int rtprio(int function, pid_t pid, struct rtprio *rtp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // lt : https://en.wikipedia.org/wiki/.lt
    lt
    // gov.lt : http://www.gov.lt/index_en.php
    gov.lt
    
    // lu : http://www.dns.lu/en/
    lu
    
    // lv : http://www.nic.lv/DNS/En/generic.php
    lv
    com.lv
    edu.lv
    gov.lv
    org.lv
    mil.lv
    id.lv
    net.lv
    asn.lv
    conf.lv
    
    // ly : http://www.nic.ly/regulations.php
    ly
    com.ly
    net.ly
    gov.ly
    plc.ly
    edu.ly
    sch.ly
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. src/encoding/gob/encoder_test.go

    		}
    	}
    }
    
    // Should be able to have unrepresentable fields (chan, func, *chan etc.); we just ignore them.
    type Bug2 struct {
    	A   int
    	C   chan int
    	CP  *chan int
    	F   func()
    	FPP **func()
    }
    
    func TestChanFuncIgnored(t *testing.T) {
    	c := make(chan int)
    	f := func() {}
    	fp := &f
    	b0 := Bug2{23, c, &c, f, &fp}
    	var buf bytes.Buffer
    	enc := NewEncoder(&buf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. docs/recipes.md

          fun run() {
            val formBody = FormBody.Builder()
                .add("search", "Jurassic Park")
                .build()
            val request = Request.Builder()
                .url("https://en.wikipedia.org/w/index.php")
                .post(formBody)
                .build()
    
            client.newCall(request).execute().use { response ->
              if (!response.isSuccessful) throw IOException("Unexpected code $response")
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Feb 18 08:52:22 UTC 2022
    - 40.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    Eclipse defines only one classpath per project which implies limitations on how Gradle projects can be mapped.
    Eclipse 4.8 introduced the concept of link:https://www.eclipse.org/eclipse/news/4.8/jdt.php#jdt-test-sources[test sources].
    This feature allows the Eclipse plugin to define better separation between test and non-test sources.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  6. src/math/big/ratconv_test.go

    	// "1e-18446744073709551616",
    	// "1e+18446744073709551616",
    
    	// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    	"2.2250738585072012e-308",
    	// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    	"2.2250738585072011e-308",
    
    	// A very large number (initially wrongly parsed by the fast algorithm).
    	"4.630813248087435e+307",
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		gpcas       = regInfo{inputs: []regMask{gp | sp | sb, gp, gp}, outputs: []regMask{gp}}
    		fp01        = regInfo{inputs: nil, outputs: []regMask{fp}}
    		fp11        = regInfo{inputs: []regMask{fp}, outputs: []regMask{fp}}
    		fpgp        = regInfo{inputs: []regMask{fp}, outputs: []regMask{gp}}
    		gpfp        = regInfo{inputs: []regMask{gp}, outputs: []regMask{fp}}
    		fp21        = regInfo{inputs: []regMask{fp, fp}, outputs: []regMask{fp}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_STATFS        = 157 // { int statfs(char *path, struct statfs *buf); }
    	SYS_FSTATFS       = 158 // { int fstatfs(int fd, struct statfs *buf); }
    	SYS_GETFH         = 161 // { int getfh(char *fname, struct fhandle *fhp); }
    	SYS_GETDOMAINNAME = 162 // { int getdomainname(char *domainname, int len); }
    	SYS_SETDOMAINNAME = 163 // { int setdomainname(char *domainname, int len); }
    	SYS_UNAME         = 164 // { int uname(struct utsname *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  9. src/math/big/floatconv_test.go

    		{1.5, 'f', 0, "2"},
    
    		// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    		{2.2250738585072012e-308, 'g', -1, "2.2250738585072014e-308"},
    		// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    		{2.2250738585072011e-308, 'g', -1, "2.225073858507201e-308"},
    
    		// Issue 2625.
    		{383260575764816448, 'f', 0, "383260575764816448"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  10. src/strconv/atof_test.go

    	{"0x.1p-2", "0.015625", nil},
    
    	// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    	{"2.2250738585072012e-308", "2.2250738585072014e-308", nil},
    	// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    	{"2.2250738585072011e-308", "2.225073858507201e-308", nil},
    
    	// A very large number (initially wrongly parsed by the fast algorithm).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
Back to top