- Sort Score
- Num 10 results
- Language All
Results 531 - 540 of 690 for targ (0.03 seconds)
-
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
assertThat(MoreFiles.getNameWithoutExtension(root().resolve("tmp/blah.txt"))).isEqualTo("blah"); assertThat(MoreFiles.getNameWithoutExtension(FS.getPath("blah.tar.gz"))).isEqualTo("blah.tar"); assertThat(MoreFiles.getNameWithoutExtension(root())).isEqualTo(""); assertThat(MoreFiles.getNameWithoutExtension(FS.getPath("."))).isEqualTo("");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 26.6K bytes - Click Count (0) -
cmd/batch-expire.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Apr 22 11:16:32 GMT 2025 - 23K bytes - Click Count (0) -
android/guava/src/com/google/common/escape/Escaper.java
* * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code * "Foo<Bar>"} to prevent {@code "<Bar>"} from being confused with an XML tag. When the * resulting XML document is parsed, the parser API will return this text as the original literal * string {@code "Foo<Bar>"}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 13 15:45:16 GMT 2025 - 4.7K bytes - Click Count (0) -
PULL_REQUESTS_ETIQUETTE.md
3. **Flow**: - Review promptly to avoid blocking progress. - Balance quality and speed—minor issues can be addressed later via issues, not PR blocks. - If unable to complete the review, tag another reviewer (e.g., `@username please take over`). 4. **Shared Responsibility**: - All MinIO contributors are reviewers. The first commenter on a PR owns the review unless they delegate.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun May 25 16:32:03 GMT 2025 - 4.7K bytes - Click Count (0) -
docs/batch-jobs/README.md
createdBefore: "date" # match objects created before "date" ## NOTE: tags are not supported when "source" is remote. # tags: # - key: "name" # value: "pick*" # match objects with tag 'name', with all values starting with 'pick' ## NOTE: metadata filter not supported when "source" is non MinIO. # metadata: # - key: "content-type"
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Oct 06 06:00:43 GMT 2022 - 4.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<a href="${fe:url('/admin/labeltype/')}" class="nav-link <c:if test="${param.menuType=='labelType'}">active</c:if>" <c:if test="${param.menuType=='labelType'}">aria-current="page"</c:if>> <i class='fa fa-tag nav-icon' aria-hidden="true"></i> <p><la:message key="labels.menu_label_type" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-keymatch-view')}"> <li class="nav-item">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 21K bytes - Click Count (0) -
src/main/webapp/WEB-INF/fe.tld
<display-name>JSTL functions</display-name> <tlib-version>1.1</tlib-version> <short-name>fe</short-name> <uri>fess.tags.functions</uri> <function> <description> Print HTML tag. </description> <name>html</name> <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> <function-signature>java.lang.String html(boolean)</function-signature> <example>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 18 11:38:54 GMT 2025 - 10.3K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ListenableFuture.java
* @since 1.0 */ /* * Some of the annotations below were added after we released our separate * com.google.guava:listenablefuture:1.0 artifact. (For more on that artifact, see * https://github.com/google/guava/releases/tag/v27.0) This means that the copy of ListenableFuture * in com.google.guava:guava differs from the "frozen" copy in the listenablefuture artifact. This
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 8K bytes - Click Count (0) -
apache-maven/pom.xml
</parent> <artifactId>apache-maven</artifactId> <packaging>pom</packaging> <name>Apache Maven Distribution</name> <description>The Apache Maven distribution, source and binary, in zip and tar.gz formats.</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-cli</artifactId> </dependency> <dependency>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 30 07:38:30 GMT 2026 - 13K bytes - Click Count (0) -
internal/bucket/replication/replication.go
return true, true } } } return hasARN, false } // FilterActionableRules returns the rules actions that need to be executed // after evaluating prefix/tag filtering func (c Config) FilterActionableRules(obj ObjectOpts) []Rule { if obj.Name == "" && (obj.OpType != ResyncReplicationType && obj.OpType != AllReplicationType) { return nil } var rules []Rule
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 8.9K bytes - Click Count (0)