- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 1,169 for nombre (0.21 sec)
-
.github/workflows/latest-changes.yml
name: Latest Changes on: pull_request_target: branches: - master types: - closed workflow_dispatch: inputs: number: description: PR number required: true debug_enabled: description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' required: false default: 'false' jobs: latest-changes:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Aug 15 21:44:06 UTC 2025 - 1.3K bytes - Viewed (1) -
src/main/java/jcifs/internal/smb2/rdma/RdmaCapabilities.java
*/ public static final int DEFAULT_RDMA_READ_WRITE_SIZE = 1048576; // 1MB /** * Default maximum number of receive credits */ public static final int DEFAULT_RECEIVE_CREDIT_MAX = 255; /** * Default target number of send credits */ public static final int DEFAULT_SEND_CREDIT_TARGET = 32; /** * Default maximum receive size (8KB) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 2K bytes - Viewed (0) -
cmd/metrics-v3-cluster-notification.go
var ( notificationCurrentSendInProgressMD = NewCounterMD(notificationCurrentSendInProgress, "Number of concurrent async Send calls active to all targets") notificationEventsErrorsTotalMD = NewCounterMD(notificationEventsErrorsTotal, "Events that were failed to be sent to the targets") notificationEventsSentTotalMD = NewCounterMD(notificationEventsSentTotal, "Total number of events sent to the targets")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 24 04:10:35 UTC 2024 - 2.2K bytes - Viewed (0) -
cmd/metrics-v3-logger-webhook.go
webhookFailedMessagesMD = NewCounterMD(webhookFailedMessages, "Number of messages that failed to send", allWebhookLabels...) webhookQueueLengthMD = NewGaugeMD(webhookQueueLength, "Webhook queue length", allWebhookLabels...) webhookTotalMessagesMD = NewCounterMD(webhookTotalMessages, "Total number of messages sent to this target", allWebhookLabels...) )
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 14 07:27:33 UTC 2024 - 2K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.givenName=Given Name labels.user_surname=Surname labels.surame=Surname labels.user_mail=Mail labels.mail=Mail labels.user_employeeNumber=Employee Number labels.employeeNumber=Employee Number labels.user_telephoneNumber=Telephone Number labels.telephoneNumber=Telephone Number labels.user_homePhone=Home Phone labels.homePhone=Home Phone labels.user_homePostalAddress=Home Postal Address labels.homePostalAddress=Home Postal Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegistration.java
return "REG-" + System.currentTimeMillis() + "-" + Integer.toHexString(System.identityHashCode(this)); } /** * Gets the next sequence number for this registration. * * @return the next sequence number */ public long getNextSequenceNumber() { return sequenceNumber.incrementAndGet(); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/NumberConversionUtil.java
/** * Utility class for conversions related to {@link Number}. * * @author higa */ public abstract class NumberConversionUtil { /** * Do not instantiate. */ protected NumberConversionUtil() { } /** * Converts to the appropriate {@link Number}. * * @param type * Target type * @param o
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.6K bytes - Viewed (0) -
guava/src/com/google/common/io/CharStreams.java
* close or flush either object. * * @param from the object to read from * @param to the object to write to * @return the number of characters copied * @throws IOException if an I/O error occurs */ @CanIgnoreReturnValue public static long copy(Readable from, Appendable to) throws IOException {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 30 17:25:01 UTC 2025 - 10.9K bytes - Viewed (0) -
tests/update_test.go
t.Errorf("Expected freshly queried user to have Age=%v but instead found Age=%v", newAge, result.Age) } if result.Account.Number != user.Account.Number { t.Errorf("account number should not been changed, expects: %v, got %v", user.Account.Number, result.Account.Number) } } func TestUpdatesWithBlankValues(t *testing.T) { user := *GetUser("updates_with_blank_value", Config{}) DB.Save(&user)
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 02:46:58 UTC 2025 - 30.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
this.negotiatedVersion = negotiatedVersion; } /** * Get the number of send credits granted * * @return credits granted */ public int getCreditsGranted() { return creditsGranted; } /** * Set the number of send credits granted * * @param creditsGranted credits to grant */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 9.3K bytes - Viewed (0)