- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 755 for pets (0.04 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
this.expectInfoType = expectInfoType; this.expectInfoClass = expectInfoClass; } /** * Gets the information returned by the query * * @return the information */ public Decodable getInfo() { return this.info; } /** * Gets the information returned by the query, cast to the specified class type * * @param <T>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
// Small Helper // ============ /** * Sets up HTML data for admin pages. * <p> * This method configures common data needed for admin pages including * editable flags, user roles, and forum links. * </p> *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/FileNotifyInformation.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/collect/testing/SafeTreeSetTest.java
import static java.util.Arrays.asList; import com.google.common.annotations.GwtIncompatible; import com.google.common.collect.ImmutableSortedMap; import com.google.common.collect.Ordering; import com.google.common.collect.Sets; import com.google.common.collect.testing.features.CollectionFeature; import com.google.common.collect.testing.features.CollectionSize; import com.google.common.testing.SerializableTester; import java.util.ArrayList;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
// ============== /** * Gets the user bean type class. * * @return the FessUserBean class */ @Override protected Class<FessUserBean> getUserBeanType() { return FessUserBean.class; } /** * Gets the login action type class. * * @return the LoginAction class */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/SetsFilterNavigableSetTest.java
@Override NavigableSet<Integer> createUnfiltered(Iterable<Integer> contents) { return Sets.newTreeSet(contents); } @Override NavigableSet<Integer> filter( NavigableSet<Integer> elements, Predicate<? super Integer> predicate) { return Sets.filter(elements, predicate); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileBothDirectoryInfo.java
return SmbConstants.TYPE_FILESYSTEM; } /** * @return the fileIndex */ @Override public int getFileIndex() { return this.fileIndex; } /** * Gets the filename. * * @return the filename */ public String getFilename() { return this.filename; } @Override public int getAttributes() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
} /** * Gets the filter name for this SPNEGO configuration. * * @return The fully qualified class name of SpnegoAuthenticator */ @Override public String getFilterName() { return SpnegoAuthenticator.class.getName(); } /** * Gets the servlet context. This operation is not supported. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchLogEvent.java
* search logs, click logs, favorite logs, and user information logs. */ public interface SearchLogEvent { /** * Gets the unique identifier for this search log event. * * @return The event ID */ String getId(); /** * Gets the version number for this search log event. * * @return The version number, or null if not versioned */ Long getVersionNo();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0)