Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 156 for 8003 (0.81 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_FWPRINTF                        = 0x7D1 // 2001
    	SYS_WPRINTF                         = 0x7D2 // 2002
    	SYS_VFWPRINT                        = 0x7D3 // 2003
    	SYS_VFWPRINTF                       = 0x7D3 // 2003
    	SYS_VWPRINTF                        = 0x7D4 // 2004
    	SYS_FWSCANF                         = 0x7D5 // 2005
    	SYS_WSCANF                          = 0x7D6 // 2006
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    					Spec: &networking.Gateway{
    						Servers: []*networking.Server{
    							{
    								Port:  &networking.Port{Name: "tcp", Number: 8000, Protocol: "TCP"},
    								Hosts: []string{"*"},
    								Bind:  "10.0.0.1",
    							},
    						},
    					},
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. src/runtime/sys_linux_mipsx.s

    //go:build linux && (mips || mipsle)
    
    //
    // System calls and other sys.stuff for mips, Linux
    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define SYS_exit		4001
    #define SYS_read		4003
    #define SYS_write		4004
    #define SYS_open		4005
    #define SYS_close		4006
    #define SYS_getpid		4020
    #define SYS_kill		4037
    #define SYS_brk			4045
    #define SYS_mmap		4090
    #define SYS_munmap		4091
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                    rules:
                    - destinationPort: 80
                    - destinationPort: 90
                - notRule:
                    orRules:
                      rules:
                      - destinationPort: 8000
                      - destinationPort: 9000
                - orRules:
                    rules:
                    - destinationIp:
                        addressPrefix: 10.10.10.10
                        prefixLen: 32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_arm.s

    	SWI	$0
    	MOVW	$1234, R0
    	MOVW	$1002, R1
    	MOVW	R0, (R1)	// fail hard
    
    TEXT exit1<>(SB),NOSPLIT|NOFRAME,$0
    	MOVW	code+0(FP), R0
    	MOVW	$SYS_exit, R7
    	SWI	$0
    	MOVW	$1234, R0
    	MOVW	$1003, R1
    	MOVW	R0, (R1)	// fail hard
    
    // func exitThread(wait *atomic.Uint32)
    TEXT runtime·exitThread(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	wait+0(FP), R0
    	// We're done using the stack.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/README.md

    For development and fast feedback you should use:
    
        ./gradlew stageDocs -PquickDocs
    
    Alternatively, if you want to serve the docs in a built-in webserver (http://localhost:8000), you can use:
    
        ./gradlew serveDocs -PquickDocs
    
    The flag `-PquickDocs` disables some slow documentation tasks, like creating the DSL reference or the single page user manual PDF or HTML.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_mips64x.s

    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define AT_FDCWD -100
    
    #define SYS_exit		5058
    #define SYS_read		5000
    #define SYS_write		5001
    #define SYS_close		5003
    #define SYS_getpid		5038
    #define SYS_kill		5060
    #define SYS_mmap		5009
    #define SYS_munmap		5011
    #define SYS_setitimer		5036
    #define SYS_clone		5055
    #define SYS_nanosleep		5034
    #define SYS_sched_yield		5023
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 12K bytes
    - Viewed (0)
  8. test/inline_big.go

    	a[788] = 0
    	a[789] = 0
    	a[790] = 0
    	a[791] = 0
    	a[792] = 0
    	a[793] = 0
    	a[794] = 0
    	a[795] = 0
    	a[796] = 0
    	a[797] = 0
    	a[798] = 0
    	a[799] = 0
    	a[800] = 0
    	a[801] = 0
    	a[802] = 0
    	a[803] = 0
    	a[804] = 0
    	a[805] = 0
    	a[806] = 0
    	a[807] = 0
    	a[808] = 0
    	a[809] = 0
    	a[810] = 0
    	a[811] = 0
    	a[812] = 0
    	a[813] = 0
    	a[814] = 0
    	a[815] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  9. docs/en/docs/contributing.md

    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    as Uvicorn by default will use the port `8000`, the documentation on port `8008` won't clash.
    
    ### Translations
    
    Help with translations is VERY MUCH appreciated! And it can't be done without the help from the community. 🌎 🚀
    
    Here are the steps to help with translations.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	pod2 := makePod(map[string]string{"foo": "true"}, "1002")
    	pod3 := makePod(map[string]string{}, "1003")
    	pod4 := makePod(map[string]string{}, "1004")
    	pod1DeletedAt2 := pod1.DeepCopyObject().(*examplev1.Pod)
    	pod1DeletedAt2.ResourceVersion = "1002"
    	pod2DeletedAt3 := pod2.DeepCopyObject().(*examplev1.Pod)
    	pod2DeletedAt3.ResourceVersion = "1003"
    
    	allEvents := []watch.Event{
    		{Type: watch.Added, Object: pod1.DeepCopy()},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top