Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 239 for 250 (0.02 sec)

  1. src/syscall/zsysnum_linux_ppc64.go

    	SYS_CLOCK_SETTIME          = 245
    	SYS_CLOCK_GETTIME          = 246
    	SYS_CLOCK_GETRES           = 247
    	SYS_CLOCK_NANOSLEEP        = 248
    	SYS_SWAPCONTEXT            = 249
    	SYS_TGKILL                 = 250
    	SYS_UTIMES                 = 251
    	SYS_STATFS64               = 252
    	SYS_FSTATFS64              = 253
    	SYS_RTAS                   = 255
    	SYS_SYS_DEBUG_SETCONTEXT   = 256
    	SYS_MIGRATE_PAGES          = 258
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_darwin_amd64.go

    	SYS_POSIX_SPAWN                    = 244
    	SYS_FFSCTL                         = 245
    	SYS_NFSCLNT                        = 247
    	SYS_FHOPEN                         = 248
    	SYS_MINHERIT                       = 250
    	SYS_SEMSYS                         = 251
    	SYS_MSGSYS                         = 252
    	SYS_SHMSYS                         = 253
    	SYS_SEMCTL                         = 254
    	SYS_SEMGET                         = 255
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  3. docs/ru/docs/tutorial/metadata.md

    | `title` | `str` | Заголовок API. |
    | `description` | `str` | Краткое описание API. Может быть использован Markdown. |
    | `version` | `string` | Версия API. Версия вашего собственного приложения, а не OpenAPI. К примеру `2.5.0`. |
    | `terms_of_service` | `str` | Ссылка к условиям пользования API. Если указано, то это должен быть URL-адрес. |
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go

    	SYS_MQ_GETSETATTR           = 245
    	SYS_KEXEC_LOAD              = 246
    	SYS_WAITID                  = 247
    	SYS_ADD_KEY                 = 248
    	SYS_REQUEST_KEY             = 249
    	SYS_KEYCTL                  = 250
    	SYS_IOPRIO_SET              = 251
    	SYS_IOPRIO_GET              = 252
    	SYS_INOTIFY_INIT            = 253
    	SYS_INOTIFY_ADD_WATCH       = 254
    	SYS_INOTIFY_RM_WATCH        = 255
    	SYS_MIGRATE_PAGES           = 256
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. internal/config/cache/cache.go

    		return nil, err
    	}
    
    	// We do not want Gets to take so much time, anything
    	// beyond 250ms we should cut it, remote cache is too
    	// busy already.
    	ctx, cancel := context.WithTimeout(context.Background(), 250*time.Millisecond)
    	defer cancel()
    
    	req, err := http.NewRequestWithContext(ctx, http.MethodPost, c.Endpoint+mcacheV1Check, bytes.NewReader(buf))
    	if err != nil {
    		return nil, err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. docs/en/docs/img/deployment/https/https01.drawio

                        <mxGeometry x="60" y="27" width="380" height="250" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/ivy/with-dependencies.xml

            <dependency org="com.android.tools.jill" name="jill-api" rev="0.9.0" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="com.squareup" name="javawriter" rev="2.5.0" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.48" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/go.sum

    golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
    golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
    golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
    golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go

    	SYS_IO_GETEVENTS            = 245
    	SYS_IO_SUBMIT               = 246
    	SYS_IO_CANCEL               = 247
    	SYS_EXIT_GROUP              = 248
    	SYS_EPOLL_CREATE            = 249
    	SYS_EPOLL_CTL               = 250
    	SYS_EPOLL_WAIT              = 251
    	SYS_SET_TID_ADDRESS         = 252
    	SYS_FADVISE64               = 253
    	SYS_TIMER_CREATE            = 254
    	SYS_TIMER_SETTIME           = 255
    	SYS_TIMER_GETTIME           = 256
    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. staging/src/k8s.io/apimachinery/pkg/api/resource/suffix.go

    	sh.binSuffixes.addSuffix("Ki", bePair{2, 10})
    	sh.binSuffixes.addSuffix("Mi", bePair{2, 20})
    	sh.binSuffixes.addSuffix("Gi", bePair{2, 30})
    	sh.binSuffixes.addSuffix("Ti", bePair{2, 40})
    	sh.binSuffixes.addSuffix("Pi", bePair{2, 50})
    	sh.binSuffixes.addSuffix("Ei", bePair{2, 60})
    	// Don't emit an error when trying to produce
    	// a suffix for 2^0.
    	sh.decSuffixes.addSuffix("", bePair{2, 0})
    
    	sh.decSuffixes.addSuffix("n", bePair{10, -9})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 03:17:50 UTC 2022
    - 5.2K bytes
    - Viewed (0)
Back to top