- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 1,114 for numer (0.17 sec)
-
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) -
src/main/resources/fess_label_fr.properties
labels.user_surname=Nom de famille labels.surame=Nom de famille labels.user_mail=E-mail labels.mail=E-mail labels.user_employeeNumber=Numéro d'employé labels.employeeNumber=Numéro d'employé labels.user_telephoneNumber=Numéro de téléphone labels.telephoneNumber=Numéro de téléphone labels.user_homePhone=Téléphone personnel labels.homePhone=Téléphone personnel labels.user_homePostalAddress=Adresse postale personnelle
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K 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) -
docs/es/docs/tutorial/response-status-code.md
/// note | Nota Observa que `status_code` es un parámetro del método "decorador" (`get`, `post`, etc). No de tu *path operation function*, como todos los parámetros y body. /// El parámetro `status_code` recibe un número con el código de estado HTTP. /// info | Información
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.3K bytes - Viewed (0) -
src/packaging/common/systemd/fess.service
StandardError=journal # When a JVM receives a SIGTERM signal it exits with code 143 SuccessExitStatus=143 # Specifies the maximum file descriptor number that can be opened by this process LimitNOFILE=${packaging.os.max.open.files} # Specifies the maximum number of bytes of memory that may be locked into RAM # Set to "infinity" if you use the 'bootstrap.mlockall: true' option
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 1.1K bytes - Viewed (0) -
docs/en/docs/tutorial/response-status-code.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/Smb2ChannelCapabilities.java
/** * Channel binding is required */ public static final int CHANNEL_BINDING_REQUIRED = 2; /** * Default maximum number of channels per session */ public static final int DEFAULT_MAX_CHANNELS = 4; /** * Absolute maximum number of channels supported */ public static final int ABSOLUTE_MAX_CHANNELS = 32; /** * Network interface capability flag for RSS support
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 2.4K bytes - Viewed (0)