- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 1,021 for demais (1.37 sec)
-
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
} /** * Test domain constructor with char array */ @Test public void testDomainCharArrayConstructor() { char[] testPassword = "DomainPass321!".toCharArray(); NtlmPasswordAuthenticator auth = new NtlmPasswordAuthenticator("DOMAIN", "testuser", testPassword); assertEquals("DOMAIN", auth.getUserDomain());Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.3K bytes - Viewed (0) -
CLAUDE.md
├── request/ │ ├── suggest/ # Suggestion queries │ └── popularwords/ # Popular word queries ├── settings/ # Configuration management ├── entity/ # Domain models (SuggestItem, etc.) ├── normalizer/ # Text normalizers ├── converter/ # Reading converters (katakana, romaji) ├── concurrent/ # Async patterns (Deferred/Promise)
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Authenticator.java
* @param domain * domain for NTLM fallback * @param username * user for NTLM fallback * @param password * password for NTLM fallback */ public Kerb5Authenticator(Subject subject, String domain, String username, String password) { super(domain, username, password); this.canFallback = true;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
} /** * Returns the domain in which the user has an account. * * @return A <code>String</code> containing the domain for the user. */ public String getDomain() { return this.domain; } /** * Sets the domain for this message. * * @param domain * The domain. */ public void setDomain(final String domain) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComSessionSetupAndX.java
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dict_stopwords_details=Dict Stopwords Details labels.dict_synonym_details=Dict Synonym Details labels.duplicate_host_details=Duplicate Host Details labels.elevate_word_details=Elevate Word Details labels.failure_url_details=Failure Url Details labels.file_auth_details=File Auth Details labels.file_config_details=File Config Details labels.group_details=Group Details labels.job_log_details=Job Log Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/java/jcifs/Configuration.java
*/ boolean isDfsDisabled(); /** * Enable hack to make kerberos auth work with DFS sending short names * * This works by appending the domain name to the netbios short name and will fail horribly if this mapping is not * correct for your domain. * * Property {@code jcifs.smb.client.dfs.convertToFQDN} (boolean, default false) * * @return whether to convert NetBIOS names returned by DFS to FQDNsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2TransformHeader.java
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.key_match_details=Key Match Details labels.labeltype_details=Label Type Details labels.pathmap_details=Path Mapping Details labels.related_content_details=Related Content Details labels.related_query_details=Related Query Details labels.request_header_details=Request Header Details labels.role_details=Role Details labels.scheduledjob_details=Scheduled Job Details labels.search_log_details=Search Log Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
docs/fr/README.md
*[Fess Site Search](https://github.com/codelibs/fess-site-search)* est une alternative gratuite à [Google Site Search](https://enterprise.google.com/search/products/gss.html). Pour plus de détails, consultez la [documentation FSS JS Generator](https://fss-generator.codelibs.org/docs/manual). ## Site Web
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.9K bytes - Viewed (0)