- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 107 for 3guest (0.11 sec)
-
src/main/webapp/js/admin/plugins/form-validator/lang/ca.js
ts=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/ca"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"El formulari no s'ha pogut enviar!",requiredField:"Aquest camp és obligatori",requiredFields:"No ha contestat tots els camps requerits",badTime:"L'hora proporcionada no és vàlida",badEmail:"La direcció d'e-mail no és vàlida",badTelephone:"El número de telèfon proporcionat no és vàlid",badSecurityAnswer:"La...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/ThrowablesTest.java
} // I guess it's technically a bug that ThrowIfUncheckedKnownUnchecked fires here. @SuppressWarnings("ThrowIfUncheckedKnownUnchecked") public void testThrowIfUnchecked_null() { assertThrows(NullPointerException.class, () -> throwIfUnchecked(null)); } @J2ktIncompatible @GwtIncompatible // propagateIfPossible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Default permissions for search roles. role.search.default.permissions= # Default display permissions for search roles. role.search.default.display.permissions={role}guest # Guest permissions for search roles. role.search.guest.permissions={role}guest # Prefix for user roles in search. role.search.user.prefix=1 # Prefix for group roles in search. role.search.group.prefix=2 # Prefix for role roles in search.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/test/java/jcifs/CIFSContextTest.java
// Then assertEquals(newContext, context); verify(mockContext).withAnonymousCredentials(); } @Test @DisplayName("Should get context with guest credentials") void testWithGuestCrendentials() { // Given CIFSContext newContext = mock(CIFSContext.class); when(mockContext.withGuestCrendentials()).thenReturn(newContext);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/ThrowablesTest.java
} // I guess it's technically a bug that ThrowIfUncheckedKnownUnchecked fires here. @SuppressWarnings("ThrowIfUncheckedKnownUnchecked") public void testThrowIfUnchecked_null() { assertThrows(NullPointerException.class, () -> throwIfUnchecked(null)); } @J2ktIncompatible @GwtIncompatible // propagateIfPossible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
} /* public boolean equals( Object obj ) { return obj instanceof UniAddress && addr.hashCode() == obj.hashCode(); } */ /** * Guess first called name to try for session establishment. This * method is used exclusively by the <code>jcifs.smb1.smb1</code> package. * * @return the first called name to try */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Number of milliseconds in one day. */ public static final long ONE_DAY_IN_MILLIS = 24L * 60L * 60L * 1000L; /** Guest user identifier. */ public static final String GUEST_USER = "guest"; /** Conversion rule array for pager components. */ public static final String[] PAGER_CONVERSION_RULE =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
response = sessResponse; } if (!this.getConfig().isAllowGuestFallback() && response.isLoggedInAsGuest() && (!this.credentials.isGuest() && !this.credentials.isAnonymous())) { throw new SmbAuthException(NtStatus.NT_STATUS_LOGON_FAILURE); } if (!this.credentials.isAnonymous() && response.isLoggedInAsGuest()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/test/java/jcifs/config/BaseConfigurationTest.java
assertFalse(config.isDisableSpnegoIntegrity()); assertTrue(config.isEnforceSpnegoIntegrity()); assertTrue(config.isSendNTLMTargetName()); assertEquals("GUEST", config.getGuestUsername()); assertEquals("", config.getGuestPassword()); assertFalse(config.isAllowGuestFallback()); } @Test @DisplayName("Test NetBIOS configuration getters")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.6K bytes - Viewed (0)