- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 347 for staged (0.07 seconds)
-
guava/src/com/google/common/base/CommonMatcher.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtCompatible; /** * The subset of the {@link java.util.regex.Matcher} API which is used by this package, and also * shared with the {@code re2j} library. For internal use only. Please refer to the {@code Matcher} * javadoc for details. */ @GwtCompatible abstract class CommonMatcher { public abstract boolean matches();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.2K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcShareEnum.java
*/ package jcifs.dcerpc.msrpc; import jcifs.internal.smb1.net.SmbShareInfo; import jcifs.smb.FileEntry; /** * MSRPC implementation for enumerating shares. * This class provides functionality to enumerate shared resources * on a server using the Server Service RPC interface. */ public class MsrpcShareEnum extends srvsvc.ShareEnumAll { class MsrpcShareInfo1 extends SmbShareInfo {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.5K bytes - Click Count (0) -
.github/CODEOWNERS
/build-logic-settings/ @gradle/bt-developer-productivity /build.gradle* @gradle/bt-developer-productivity /settings.gradle* @gradle/bt-developer-productivity gradle/shared-with-buildSrc/ @gradle/bt-developer-productivity packaging/internal-build-reports/ @gradle/bt-developer-productivity testing/distributions-basics/ @gradle/bt-developer-productivity
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
LICENSE
for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions ofCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 16:29:02 GMT 2026 - 9.9K bytes - Click Count (0) -
android/guava/src/com/google/common/base/CommonPattern.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtCompatible; /** * The subset of the {@link java.util.regex.Pattern} API which is used by this package, and also * shared with the {@code re2j} library. For internal use only. Please refer to the {@code Pattern} * javadoc for details. */ @GwtCompatible abstract class CommonPattern { public abstract CommonMatcher matcher(CharSequence t);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.4K bytes - Click Count (0) -
.gitignore
# intellij files .idea/ *.iml *.ipr *.iws build-idea/ # Eclipse and Intellij put there build files in "out" out/ # include shared intellij config !.idea/scopes/x_pack.xml !.idea/inspectionProfiles/Project_Default.xml !.idea/runConfigurations/Debug_Elasticsearch.xml !.idea/checkstyle-idea.xml # These files are generated in the main tree by IntelliJ benchmarks/src/main/generated/* # eclipse files .project
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 10 23:06:44 GMT 2021 - 1.2K bytes - Click Count (0) -
guava/src/com/google/common/collect/RegularContiguousSet.java
return intersectionInCurrentDomain(Range.upTo(toElement, BoundType.forBoolean(inclusive))); } @Override @SuppressWarnings("unchecked") // TODO(cpovirk): Use a shared unsafeCompare method. ContiguousSet<C> subSetImpl( C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { if (fromElement.compareTo(toElement) == 0 && !fromInclusive && !toInclusive) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 8.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/info/BuildParams.java
/** * Initialize global build parameters. This method accepts and a initialization function which in turn accepts a * {@link MutableBuildParams}. Initialization can be done in "stages", therefore changes override existing values, and values from * previous calls to {@link #init(Consumer)} carry forward. In cases where you want to clear existing values * {@link MutableBuildParams#reset()} may be used.Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 7.7K bytes - Click Count (0) -
generics_withresult_test.go
"gorm.io/driver/sqlite" "gorm.io/gorm" ) type withResultUser struct { ID uint Name string } func TestWithResultIncludesError(t *testing.T) { db, err := gorm.Open(sqlite.Open("file::memory:?cache=shared"), &gorm.Config{}) if err != nil { t.Fatalf("open db failed: %v", err) } if err := db.AutoMigrate(&withResultUser{}); err != nil { t.Fatalf("migrate failed: %v", err) } ctx := context.Background()Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:34:24 GMT 2026 - 1.2K bytes - Click Count (0) -
apache-maven/src/assembly/src.xml
<exclude>**/.idea/**</exclude> <exclude>**/.DS_Store</exclude> <exclude>**/build/**</exclude> </excludes> </fileSet> <fileSet> <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory> <outputDirectory>/</outputDirectory> <includes> <include>DEPENDENCIES</include>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Apr 27 13:14:24 GMT 2022 - 2.2K bytes - Click Count (0)