Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,092 for 4000 (0.08 sec)

  1. src/syscall/zsysnum_linux_mips.go

    const (
    	SYS_SYSCALL                = 4000
    	SYS_EXIT                   = 4001
    	SYS_FORK                   = 4002
    	SYS_READ                   = 4003
    	SYS_WRITE                  = 4004
    	SYS_OPEN                   = 4005
    	SYS_CLOSE                  = 4006
    	SYS_WAITPID                = 4007
    	SYS_CREAT                  = 4008
    	SYS_LINK                   = 4009
    	SYS_UNLINK                 = 4010
    	SYS_EXECVE                 = 4011
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/sweden.js

    1,f=a.formUtils.parseDateInt(RegExp.$2),g=a.formUtils.parseDateInt(RegExp.$3);var i=parseInt(RegExp.$4.substring(2,3))%2===0?"female":"male";d.trigger("genderDerived",[i]),b.ssnGender=i;var j=[31,28,31,30,31,30,31,31,30,31,30,31];if((e%400===0||e%4===0&&e%100!==0)&&(j[1]=29),f<1||f>12||g<1||g>j[f-1])return!1;c=c.substring(2,c.length);for(var k="",l=0;l<c.length;l++)k+=((l+1)%2+1)*c.substring(l,l+1);var m=0;for(l=0;l<k.length;l++)m+=parseInt(k.substring(l,l+1),10);return m%10===0},errorMessage:""...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 6.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    package unix
    
    const (
    	SYS_SYSCALL                      = 4000
    	SYS_EXIT                         = 4001
    	SYS_FORK                         = 4002
    	SYS_READ                         = 4003
    	SYS_WRITE                        = 4004
    	SYS_OPEN                         = 4005
    	SYS_CLOSE                        = 4006
    	SYS_WAITPID                      = 4007
    	SYS_CREAT                        = 4008
    	SYS_LINK                         = 4009
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    package unix
    
    const (
    	SYS_SYSCALL                      = 4000
    	SYS_EXIT                         = 4001
    	SYS_FORK                         = 4002
    	SYS_READ                         = 4003
    	SYS_WRITE                        = 4004
    	SYS_OPEN                         = 4005
    	SYS_CLOSE                        = 4006
    	SYS_WAITPID                      = 4007
    	SYS_CREAT                        = 4008
    	SYS_LINK                         = 4009
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/types_test.go

    				v1.ResourceMemory:           *resource.NewQuantity(2000, resource.BinarySI),
    				v1.ResourceEphemeralStorage: *resource.NewQuantity(5000, resource.BinarySI),
    			},
    			expected: &Resource{
    				MilliCPU:         4,
    				Memory:           2000,
    				EphemeralStorage: 5000,
    			},
    		},
    		{
    			resource: &Resource{
    				MilliCPU:         4,
    				Memory:           4000,
    				EphemeralStorage: 5000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	{0x0e500ff0, 0x001000f0, 2, LDRSH_EQ, 0x1c04, instArgs{arg_R_12, arg_mem_R_pm_R_W}},                           // LDRSH<c> <Rt>,[<Rn>,+/-<Rm>]{!} cond:4|0|0|0|P|U|0|W|1|Rn:4|Rt:4|0|0|0|0|1|1|1|1|Rm:4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  7. src/go/scanner/scanner_test.go

    	{"\n//line a/b/c/File1.go:100\n  line100", "a/b/c/File1.go", 100, 0},
    	{"\n//line c:\\bar:42\n  line200", "c:\\bar", 42, 0},
    	{"\n//line c:\\dir\\File1.go:100\n  line201", "c:\\dir\\File1.go", 100, 0},
    
    	// tests for new line directive syntax
    	{"\n//line :100\na1", "", 100, 0}, // missing filename means empty filename
    	{"\n//line bar:100\nb1", "bar", 100, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 15:38:31 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/Strings.java

       * with as many copies of {@code padChar} as are necessary to reach that length. For example,
       *
       * <ul>
       *   <li>{@code padEnd("4.", 5, '0')} returns {@code "4.000"}
       *   <li>{@code padEnd("2010", 3, '!')} returns {@code "2010"}
       * </ul>
       *
       * <p>See {@link java.util.Formatter} for a richer set of formatting capabilities.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Sep 17 20:47:03 UTC 2021
    - 12.6K bytes
    - Viewed (0)
  9. test/inline_big.go

    	a[396] = 0
    	a[397] = 0
    	a[398] = 0
    	a[399] = 0
    	a[400] = 0
    	a[401] = 0
    	a[402] = 0
    	a[403] = 0
    	a[404] = 0
    	a[405] = 0
    	a[406] = 0
    	a[407] = 0
    	a[408] = 0
    	a[409] = 0
    	a[410] = 0
    	a[411] = 0
    	a[412] = 0
    	a[413] = 0
    	a[414] = 0
    	a[415] = 0
    	a[416] = 0
    	a[417] = 0
    	a[418] = 0
    	a[419] = 0
    	a[420] = 0
    	a[421] = 0
    	a[422] = 0
    	a[423] = 0
    	a[424] = 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)
  10. android/guava/src/com/google/common/base/Strings.java

       * with as many copies of {@code padChar} as are necessary to reach that length. For example,
       *
       * <ul>
       *   <li>{@code padEnd("4.", 5, '0')} returns {@code "4.000"}
       *   <li>{@code padEnd("2010", 3, '!')} returns {@code "2010"}
       * </ul>
       *
       * <p>See {@link java.util.Formatter} for a richer set of formatting capabilities.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 09 00:49:18 UTC 2021
    - 12.3K bytes
    - Viewed (0)
Back to top