Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for x147 (0.03 sec)

  1. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/kotlin/src/main/res/drawable-v24/ic_launcher_foreground.xml

            android:strokeColor="#00000000"
            android:strokeWidth="1" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. src/go/printer/testdata/comments.golden

    }
    
    func _() {
    	s := 1 +
    		2
    
    	// should be indented like s
    	_ = 0
    }
    
    // Test case from issue 3147.
    func f() {
    	templateText := "a" +	// A
    		"b" +	// B
    		"c"	// C
    
    	// should be aligned with f()
    	f()
    }
    
    // Modified test case from issue 3147.
    func f() {
    	templateText := "a" +	// A
    		"b" +	// B
    		"c"	// C
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/templates/java-android-application/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

            android:strokeWidth="1"
            android:strokeColor="#00000000" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. src/go/printer/testdata/comments.input

    }
    
    func _() {
    	s := 1 +
    		2
    
    	// should be indented like s
    	_ = 0
    }
    
    // Test case from issue 3147.
    func f() {
    	templateText := "a" + // A
    		"b" + // B
    		"c" // C
    
    	// should be aligned with f()
    	f()
    }
    
    // Modified test case from issue 3147.
    func f() {
    	templateText := "a" + // A
    		"b" + // B
    		"c" // C
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_SCHED_GETSCHEDULER      = 5142
    	SYS_SCHED_GET_PRIORITY_MAX  = 5143
    	SYS_SCHED_GET_PRIORITY_MIN  = 5144
    	SYS_SCHED_RR_GET_INTERVAL   = 5145
    	SYS_MLOCK                   = 5146
    	SYS_MUNLOCK                 = 5147
    	SYS_MLOCKALL                = 5148
    	SYS_MUNLOCKALL              = 5149
    	SYS_VHANGUP                 = 5150
    	SYS_PIVOT_ROOT              = 5151
    	SYS__SYSCTL                 = 5152
    	SYS_PRCTL                   = 5153
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/schema-extra-example.md

    * `description`: 📏 📛 👈 💪 🔌 ✍ ✍.
    * `value`: 👉 ☑ 🖼 🎦, ✅ `dict`.
    * `externalValue`: 🎛 `value`, 📛 ☝ 🖼. 👐 👉 5️⃣📆 🚫 🐕‍🦺 📚 🧰 `value`.
    
    === "🐍 3️⃣.6️⃣ & 🔛"
    
        ```Python hl_lines="21-47"
        {!> ../../../docs_src/schema_extra_example/tutorial004.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & 🔛"
    
        ```Python hl_lines="19-45"
        {!> ../../../docs_src/schema_extra_example/tutorial004_py310.py!}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_mipsle.go

    	SYS__NEWSELECT             = 4142
    	SYS_FLOCK                  = 4143
    	SYS_MSYNC                  = 4144
    	SYS_READV                  = 4145
    	SYS_WRITEV                 = 4146
    	SYS_CACHEFLUSH             = 4147
    	SYS_CACHECTL               = 4148
    	SYS_SYSMIPS                = 4149
    	SYS_UNUSED150              = 4150
    	SYS_GETSID                 = 4151
    	SYS_FDATASYNC              = 4152
    	SYS__SYSCTL                = 4153
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  8. src/runtime/memmove_test.go

    func BenchmarkMemclrUnaligned(b *testing.B) {
    	for _, off := range []int{0, 1, 4, 7} {
    		for _, n := range []int{5, 16, 64, 256, 4096, 65536} {
    			x := make([]byte, n+off)
    			b.Run(fmt.Sprint(off, n), func(b *testing.B) {
    				b.SetBytes(int64(n))
    				for i := 0; i < b.N; i++ {
    					MemclrBytes(x[off:])
    				}
    			})
    		}
    	}
    
    	for _, off := range []int{0, 1, 4, 7} {
    		for _, m := range []int{1, 4, 8, 16, 64} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:12 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_SCHED_GETSCHEDULER      = 5142
    	SYS_SCHED_GET_PRIORITY_MAX  = 5143
    	SYS_SCHED_GET_PRIORITY_MIN  = 5144
    	SYS_SCHED_RR_GET_INTERVAL   = 5145
    	SYS_MLOCK                   = 5146
    	SYS_MUNLOCK                 = 5147
    	SYS_MLOCKALL                = 5148
    	SYS_MUNLOCKALL              = 5149
    	SYS_VHANGUP                 = 5150
    	SYS_PIVOT_ROOT              = 5151
    	SYS__SYSCTL                 = 5152
    	SYS_PRCTL                   = 5153
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_FLOCK                        = 4143
    	SYS_MSYNC                        = 4144
    	SYS_READV                        = 4145
    	SYS_WRITEV                       = 4146
    	SYS_CACHEFLUSH                   = 4147
    	SYS_CACHECTL                     = 4148
    	SYS_SYSMIPS                      = 4149
    	SYS_UNUSED150                    = 4150
    	SYS_GETSID                       = 4151
    	SYS_FDATASYNC                    = 4152
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top