- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 466 for NODE (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/contributors.py
prs_query = """ query Q($after: String) { repository(name: "fastapi", owner: "fastapi") { pullRequests(first: 100, after: $after) { edges { cursor node { number labels(first: 100) { nodes { name } } author { login avatarUrl url }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 12:34:01 GMT 2025 - 8.6K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-unix.yml
display-name: "elastic / elasticsearch # %BRANCH% - unix packaging tests" description: "Testing of the Elasticsearch %BRANCH% branch unix packaging test support matrix.\n" project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis: type: label-expression name: os values: - centos-7-packaging
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 14 17:35:45 GMT 2021 - 1.3K bytes - Click Count (0) -
docs/en/docs/js/termynal.js
* @version 0.0.1 * @license MIT */ 'use strict'; /** Generate a terminal widget. */ class Termynal { /** * Construct the widget's settings. * @param {(string|Node)=} container - Query selector or container element. * @param {Object=} options - Custom settings. * @param {string} options.prefix - Prefix to use for data attributes.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 10:32:57 GMT 2025 - 9.3K bytes - Click Count (0) -
lib/wasm/go_js_wasm_exec
done DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" # Increase the V8 stack size from the default of 984K # to 8192K to ensure all tests can pass without hitting # stack size limits.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Aug 30 19:15:21 GMT 2024 - 603 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-windows.yml
display-name: "elastic / elasticsearch # %BRANCH% - windows packaging tests" description: "Testing of the Elasticsearch %BRANCH% branch windows packaging test support matrix.\n" project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis: type: label-expression name: os values: - "windows-2012-r2"
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 15 22:00:26 GMT 2021 - 1.1K bytes - Click Count (0) -
internal/config/errors.go
) ErrInvalidEndpoint = newErrFn( "Invalid endpoint for single drive mode", "Please check the endpoint", `Single-Node modes requires absolute path without hostnames: Examples: $ minio server /data/minio/ #Single Node Single Drive $ minio server /data-{1...4}/minio # Single Node Multi Drive`, ) ErrUnsupportedBackend = newErrFn( "Unable to write to the backend",
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 9.4K bytes - Click Count (0) -
tensorflow/c/eager/c_api_distributed_test.cc
bool* control_rets_updated) override { // Inject failure to function instantiation if finding a node that contains // the given node name (error_node_) and requested device (error_device_). for (const auto node : graph->get()->nodes()) { if (node->name().find(error_node_) != string::npos && node->requested_device() == error_device_) { return tensorflow::errors::Internal("Injected graph pass error.");Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 23.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+release-tests.yml
workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+release-tests display-name: "elastic / elasticsearch # %BRANCH% - release tests" description: "Release version tests for the Elasticsearch %BRANCH% branch.\n" node: "general-purpose && docker" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: | JAVA_HOME=$HOME/.java/$ES_BUILD_JAVACreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Aug 23 16:44:34 GMT 2021 - 1.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/rpc.idl
/* dce */ typedef struct { uint32_t time_low; uint16_t time_mid; uint16_t time_hi_and_version; uint8_t clock_seq_hi_and_reserved; uint8_t clock_seq_low; uint8_t node[6]; } uuid_t; /* win32 stuff */ typedef struct { uint32_t type; uuid_t uuid; } policy_handle; /* * typedef struct _UNICODE_STRING * USHORT Length;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Fri Mar 22 20:39:42 GMT 2019 - 1.4K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/rpc.idl
/* dce */ typedef struct { uint32_t time_low; uint16_t time_mid; uint16_t time_hi_and_version; uint8_t clock_seq_hi_and_reserved; uint8_t clock_seq_low; uint8_t node[6]; } uuid_t; /* win32 stuff */ typedef struct { uint32_t type; uuid_t uuid; } policy_handle; /* * typedef struct _UNICODE_STRING * USHORT Length;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Jul 01 13:12:10 GMT 2018 - 1.4K bytes - Click Count (0)