Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 811 for user0 (0.03 sec)

  1. android/guava/src/com/google/common/reflect/TypeResolver.java

             * Android), the built-in TypeVariable's equals() method doesn't recognize instances of our
             * TypeVariable implementation. This is a problem because users compare TypeVariables from
             * the JDK against TypeVariables returned by TypeResolver. To work with all JDK versions,
             * TypeResolver must return the appropriate TypeVariable implementation in each of the three
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/FluentFuture.java

     * <ul>
     *   <li><a href="https://dagger.dev/producers.html">Dagger Producers</a>
     * </ul>
     *
     * <h4>{@link java.util.concurrent.CompletableFuture} / {@link java.util.concurrent.CompletionStage}
     * </h4>
     *
     * <p>Users of {@code CompletableFuture} will likely want to continue using {@code
     * CompletableFuture}. {@code FluentFuture} is targeted at people who use {@code ListenableFuture},
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 19.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    				</ul></li></c:if>
    						
    			<c:if test="${fe:permission('admin-user-view') or fe:permission('admin-role-view') or fe:permission('admin-group-view')}">
    			<li class="nav-item has-treeview <c:if test="${param.menuCategoryType=='user'}">menu-open</c:if>">
    				<a href="#" class="nav-link <c:if test="${param.menuCategoryType=='user'}">active</c:if>">
    					<em class='nav-icon fa fa-user'>
    					<p>
    						<la:message key="labels.menu_user" />
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Apr 15 20:55:28 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/sso/SsoManagerTest.java

        }
    
        // Test logout() method
        public void test_logout_whenNotAvailable() {
            currentSsoType = Constants.NONE;
            FessUserBean user = FessUserBean.empty();
            assertNull(ssoManager.logout(user));
        }
    
        public void test_logout_whenAvailableButNoAuthenticator() {
            currentSsoType = "invalid";
            ssoManager = new SsoManager() {
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  5. src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTimingAttackTest.java

            NtlmPasswordAuthenticator startAuth = new NtlmPasswordAuthenticator("domain", "user", new String(diffAtStart));
            NtlmPasswordAuthenticator middleAuth = new NtlmPasswordAuthenticator("domain", "user", new String(diffAtMiddle));
            NtlmPasswordAuthenticator endAuth = new NtlmPasswordAuthenticator("domain", "user", new String(diffAtEnd));
    
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 11.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/GroupCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.cq;
    
    import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsGroupCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class GroupCQ extends BsGroupCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 825 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        public static final String LOG_TYPE_SEARCH_COUNT_DAY = "search_count_day_agg";
    
        /** Log type constant for hourly unique user aggregation. */
        public static final String LOG_TYPE_SEARCH_USER_HOUR = "search_user_hour_agg";
    
        /** Log type constant for daily unique user aggregation. */
        public static final String LOG_TYPE_SEARCH_USER_DAY = "search_user_day_agg";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/user/cbean/GroupCB.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean;
    
    import org.codelibs.fess.opensearch.user.cbean.bs.BsGroupCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class GroupCB extends BsGroupCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 819 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/user/cbean/UserCB.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean;
    
    import org.codelibs.fess.opensearch.user.cbean.bs.BsUserCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCB extends BsUserCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 816 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/GroupCA.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.ca;
    
    import org.codelibs.fess.opensearch.user.cbean.ca.bs.BsGroupCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class GroupCA extends BsGroupCA {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 825 bytes
    - Viewed (0)
Back to top