- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 389 for contra (1.19 sec)
-
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoResponseTest.java
// Write minimal SecurityDescriptor header (20 bytes) buffer[20] = 1; // Revision buffer[21] = 0; // Sbz1 SMBUtil.writeInt2(0x8004, buffer, 22); // Control flags SMBUtil.writeInt4(0, buffer, 24); // Owner offset SMBUtil.writeInt4(0, buffer, 28); // Group offset SMBUtil.writeInt4(0, buffer, 32); // SACL offsetRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.5K bytes - Viewed (0) -
pom.xml
<fileEncoding>utf-8</fileEncoding> </postremoveScriptlet> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>snapshots.central.sonatype.com</id> <url>https://central.sonatype.com/repository/maven-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRelatedContentCQ.java
return "related_content"; } // =================================================================================== // Query Control // ============= public void functionScore(OperatorCall<RelatedContentCQ> queryLambda,
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 63.8K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.ldap_admin_security_principal=DN powiązania labels.ldap_admin_security_credentials=Hasło labels.ldap_base_dn=Podstawowy DN labels.ldapAccountFilter=Filtr konta labels.ldapGroupFilter=Filtr grupy labels.ldapMemberofAttribute=Atrybut memberOf labels.ldap_account_filter=Filtr konta labels.ldap_group_filter=Filtr grupy labels.ldap_memberof_attribute=Atrybut memberOf labels.notification_login=Strona logowania
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsPathMappingCQ.java
return "path_mapping"; } // =================================================================================== // Query Control // ============= public void functionScore(OperatorCall<PathMappingCQ> queryLambda,
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 72.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoCQ.java
return "crawling_info"; } // =================================================================================== // Query Control // ============= public void functionScore(OperatorCall<CrawlingInfoCQ> queryLambda,
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java
return "crawling_info_param"; } // =================================================================================== // Query Control // ============= public void functionScore(OperatorCall<CrawlingInfoParamCQ> queryLambda,
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 36K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* browser) for the server list in workgroup <code>MYGROUP</code>. * </td></tr> * * </table> * * <p>A second constructor argument may be specified to augment the URL * for better programmatic control when processing many files under * a common base. This is slightly different from the corresponding * <code>java.io.File</code> usage; a '/' at the beginning of the second
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/samrTest.java
} } @Nested @DisplayName("Constants Tests") class ConstantsTests { @Test @DisplayName("Should define correct ACB (Account Control Block) constants") void testACBConstants() { // Verify all ACB constants assertEquals(1, samr.ACB_DISABLED); assertEquals(2, samr.ACB_HOMDIRREQ);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
import jcifs.spnego.NegTokenInit; import jcifs.util.Crypto; import jcifs.util.SecureKeyManager; import jcifs.util.Strings; /** * This class stores and encrypts NTLM user credentials. * * Contrary to {@link NtlmPasswordAuthentication} this does not cause guest authentication * when the "guest" username is supplied. Use {@link AuthenticationType} instead. * * @author mbechler */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30.3K bytes - Viewed (0)