- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 1,998 for bread (0.06 seconds)
-
src/cmd/asm/internal/asm/asm.go
prog.To = a[0] prog.From = a[0] break } case 2: if p.arch.Family == sys.ARM { if arch.IsARMCMP(op) { prog.From = a[0] prog.Reg = p.getRegister(prog, op, &a[1]) break } // Strange special cases. if arch.IsARMFloatCmp(op) { prog.From = a[0] prog.Reg = p.getRegister(prog, op, &a[1]) break }Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 27.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/HashBiMap.java
if (prevBucketNode == null) { hashTableKToV[keyBucket] = node.nextInKToVBucket; } else { prevBucketNode.nextInKToVBucket = node.nextInKToVBucket; } break; } prevBucketNode = bucketNode; } int valueBucket = node.valueHash & mask; prevBucketNode = null; for (Node<K, V> bucketNode = hashTableVToK[valueBucket]; true;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 25.7K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
* * @return RDMA provider name ("auto", "disni", "tcp", etc.) */ String getRdmaProvider(); /** * Get RDMA read/write threshold * * Operations larger than this size will use RDMA read/write * instead of send/receive. * * @return threshold in bytes */ int getRdmaReadWriteThreshold(); /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlFactory.java
/** * Generic interface to read/write objects to/from XML. * * @param <T> the object type to read/write * @since 4.0.0 */ @Experimental public interface XmlFactory<T> extends Service { @Nonnull default T read(@Nonnull Path path) throws XmlReaderException { return read(path, true); } @Nonnull default T read(@Nonnull Path path, boolean strict) throws XmlReaderException {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 3.9K bytes - Click Count (0) -
cmd/encryption-v1.go
// 2. the (decrypted) start offset `off` and (decrypted) // length to read `length` // // These are the inputs to the rest of the algorithm below. // Locate the part containing the start of the required range var partEnd int var cumulativeSum, encCumulativeSum int64 for i, size := range sizes { if off < cumulativeSum+size { partStart = i break } cumulativeSum += size
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 38K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakNotification.java
return leaseKey; } /** * Gets the current lease state before the break * @return the current lease state */ public int getCurrentLeaseState() { return currentLeaseState; } /** * Gets the new lease state after the break * @return the new lease state */ public int getNewLeaseState() { return newLeaseState; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 4.8K bytes - Click Count (0) -
src/main/java/jcifs/pac/kerberos/KerberosEncData.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 12.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/SortedListsTest.java
return; } break; case LAST_PRESENT: if (list.contains(key)) { assertEquals(list.lastIndexOf(key), answer); return; } break; case ANY_PRESENT: if (list.contains(key)) { assertEquals(key, list.get(answer)); return; } break; case FIRST_AFTER: if (list.contains(key)) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/login/LoginAction.java
break; case "errors.password_no_special_char": messages.addErrorsPasswordNoSpecialChar(GLOBAL); break; case "errors.password_is_blacklisted": messages.addErrorsPasswordIsBlacklisted(GLOBAL); break; default: messages.addErrorsBlankPassword(GLOBAL); break; } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 8.9K bytes - Click Count (0) -
src/test/java/org/codelibs/curl/CurlTest.java
hasGet = true; break; case POST: hasPost = true; break; case PUT: hasPut = true; break; case DELETE: hasDelete = true; break; case HEAD: hasHead = true; break; case OPTIONS:Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Thu Nov 20 13:34:13 GMT 2025 - 16.3K bytes - Click Count (0)