- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 296 for targetOS (1.04 sec)
-
fess-crawler/.gitignore
/target/...
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 9 bytes - Viewed (0) -
.gitignore
target/ .settings/ .classpath .project .idea
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 54 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ScheduledJobDbm.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
public static class TextFragment { /** Optional prefix text before the target */ private final String prefix; /** Start of the target text */ private final String textStart; /** Optional end of the target text */ private final String textEnd; /** Optional suffix text after the target */ private final String suffix; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_details.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 12.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ThumbnailQueueDbm.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/annotation/Secured.java
import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Java 5 annotation for describing service layer security attributes. * * <p> * The <code>Secured</code> annotation is used to define a list of security configuration * attributes for business methods.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
list.add(element.toString()); } return list; } /** * Returns whether the property is a target property. * * @param name * The property name * @return Whether the property is a target property */ protected boolean isTargetProperty(final String name) { if (prefix != null && !name.startsWith(prefix)) {
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type3MessageTest.java
Type2Message type2 = new Type2Message(createMockContext(), flags, challenge, "TARGET"); // Create target information with timestamp for NTLMv2 List<AvPair> pairs = new LinkedList<>(); pairs.add(new AvTargetName("TARGET")); pairs.add(new AvTimestamp(System.currentTimeMillis())); pairs.add(new AvFlags(0));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.3K bytes - Viewed (0)