Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 386 for usernames (0.05 sec)

  1. src/main/resources/fess_label_it.properties

    labels.replacement=Sostituzione
    labels.sessionId=ID sessione
    labels.sortOrder=Ordine di ordinamento
    labels.updatedBy=Aggiornato da
    labels.updatedTime=Ora di aggiornamento
    labels.urls=URL
    labels.userAgent=User-Agent
    labels.username=Nome utente
    labels.value=Valore
    labels.versionNo=Numero di versione
    labels.cronExpression=Pianificazione
    labels.dayForCleanup=Elimina documenti precedenti alla data specificata
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    search_engine.http.url=http://localhost:9201
    # Path to SSL certificate authorities for secure HTTP connections.
    search_engine.http.ssl.certificate_authorities=
    # Username for authenticating to the search engine.
    search_engine.username=
    # Password for authenticating to the search engine.
    search_engine.password=
    # Interval (ms) for heartbeat checks to the search engine.
    search_engine.heartbeat_interval=10000
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/Configuration.java

         * Property {@code jcifs.smb.client.domain}
         *
         * @return default credentials, domain name
         */
        String getDefaultDomain();
    
        /**
         *
         * Property {@code jcifs.smb.client.username}
         *
         * @return default credentials, user name
         */
        String getDefaultUsername();
    
        /**
         *
         * Property {@code jcifs.smb.client.password}
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  4. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java

                        AuthenticationContext authCtx = AuthenticationContext.forRepository(session, repo);
                        Authentication result = new Authentication(
                                authCtx.get(AuthenticationContext.USERNAME), authCtx.get(AuthenticationContext.PASSWORD));
                        result.setPrivateKey(authCtx.get(AuthenticationContext.PRIVATE_KEY_PATH));
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 31.2K bytes
    - Viewed (0)
  5. tests/embedded_struct_test.go

    	} else if len(stmt.Schema.PrimaryFields) != 1 {
    		t.Errorf("should have only one primary field with embedded struct, but got %v", len(stmt.Schema.PrimaryFields))
    	}
    
    	for _, name := range []string{"user_id", "user_name", "user_email"} {
    		if !DB.Migrator().HasColumn(&HNPost{}, name) {
    			t.Errorf("should has prefixed column %v", name)
    		}
    	}
    
    	// save embedded struct
    	DB.Save(&HNPost{BasePost: BasePost{Title: "news"}})
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/Futures.java

       *
       * <p>Example:
       *
       * {@snippet :
       * final ListenableFuture<Instant> loginDateFuture =
       *     loginService.findLastLoginDate(username);
       * final ListenableFuture<List<String>> recentCommandsFuture =
       *     recentCommandsService.findRecentCommands(username);
       * ListenableFuture<UsageHistory> usageFuture =
       *     Futures.whenAllSucceed(loginDateFuture, recentCommandsFuture)
       *         .call(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  7. src/main/java/jcifs/config/BaseConfiguration.java

        protected boolean dfsConvertToFqdn;
        /** Default logon share */
        protected String logonShare;
        /** Default domain for authentication */
        protected String defaultDomain;
        /** Default username for authentication */
        protected String defaultUserName;
        /** Default password for authentication */
        protected String defaultPassword;
        /** NetBIOS hostname */
        protected String netbiosHostname;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * {@snippet :
     * FluentFuture<UserName> userName =
     *     ClosingFuture.submit(
     *             closer -> closer.eventuallyClose(database.newTransaction(), closingExecutor),
     *             executor)
     *         .transformAsync((closer, transaction) -> transaction.queryClosingFuture("..."), executor)
     *         .transform((closer, result) -> result.get("userName"), directExecutor())
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 98.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_es.properties

    labels.replacement=Reemplazo
    labels.sessionId=ID de sesión
    labels.sortOrder=Orden de clasificación
    labels.updatedBy=Actualizado por
    labels.updatedTime=Fecha de actualización
    labels.urls=URLs
    labels.userAgent=User-Agent
    labels.username=Nombre de usuario
    labels.value=Valor
    labels.versionNo=Número de versión
    labels.cronExpression=Programación
    labels.dayForCleanup=Eliminar documentos anteriores a la fecha especificada
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.regex=정규 표현식
    labels.regularName=정규 이름
    labels.replacement=치환
    labels.sessionId=세션 ID
    labels.sortOrder=표시 순서
    labels.updatedBy=갱신자
    labels.updatedTime=갱신 시간
    labels.urls=URL
    labels.userAgent=사용자 에이전트
    labels.username=사용자명
    labels.value=값
    labels.versionNo=버전 번호
    labels.cronExpression=스케줄
    labels.dayForCleanup=지정일 이전 문서 삭제
    labels.crawlingThreadCount=동시 크롤링 수
    labels.boost=부스트 값
    labels.crawlingConfigName=이름
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
Back to top