Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 171 - 180 of 303 for Angular (0.09 seconds)

  1. src/main/java/org/codelibs/fess/util/ResourceUtil.java

     * This class provides methods to retrieve paths for configuration files, templates, dictionaries,
     * thumbnails, plugins, and other resources required by the Fess search engine.
     * It supports both regular deployment and Docker container environments.
     *
     */
    public class ResourceUtil {
        /** Environment variable name for overriding the configuration path */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/job/ExecJob.java

        }
    
        /**
         * Adds custom system properties that match the given regex pattern to the command list.
         *
         * @param cmdList the command list to add properties to
         * @param regex the regular expression pattern to match property names
         */
        protected void addFessCustomSystemProperties(final List<String> cmdList, final String regex) {
            if (StringUtil.isNotBlank(regex)) {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_es.properties

    labels.numOfThread=Número de hilos
    labels.duplicateHostName=Nombre duplicado
    labels.pageNumber=Número de página
    labels.password=Contraseña
    labels.paths=Rutas
    labels.port=Puerto
    labels.regex=Expresión regular
    labels.regularName=Nombre regular
    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
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 49K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/schema-extra-example.md

    Und jetzt hat dieses neue `examples`-Feld Vorrang vor dem alten (und benutzerdefinierten) `example`-Feld, im Singular, das jetzt <abbr title="veraltet, obsolet: Es soll nicht mehr verwendet werden">deprecatet</abbr> ist.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 24 10:28:19 GMT 2025
    - 10.6K bytes
    - Click Count (0)
  5. src/main/java/jcifs/SmbConstants.java

         */
        int DEFAULT_SHARING = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
    
        /**
         * Returned by {@link jcifs.SmbResource#getType()} if the resource this <code>SmbFile</code>
         * represents is a regular file or directory.
         */
        int TYPE_FILESYSTEM = 0x01;
        /**
         * Returned by {@link jcifs.SmbResource#getType()} if the resource this <code>SmbFile</code>
         * represents is a workgroup.
         */
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 12.8K bytes
    - Click Count (0)
  6. docs/en/docs/advanced/advanced-dependencies.md

    This was changed in version 0.110.0 to fix unhandled memory consumption from forwarded exceptions without a handler (internal server errors), and to make it consistent with the behavior of regular Python code.
    
    ### Background Tasks and Dependencies with `yield`, Technical Details { #background-tasks-and-dependencies-with-yield-technical-details }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Thu Nov 13 07:37:15 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  7. cmd/iam-object-store.go

    		logger.Info("Policy docs load took %.2fs (for %d items)", took.Seconds(), len(policiesList))
    	}
    
    	if iamOS.usersSysType == MinIOUsersSysType {
    		bootstrapTraceMsgFirstTime("loading regular IAM users")
    		regUsersLoadStartTime := UTCNow()
    		regUsersList := listedConfigItems[usersListKey]
    
    		for {
    			if len(regUsersList) < count {
    				users, err := iamOS.loadUserConcurrent(ctx, regUser, regUsersList...)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 26.6K bytes
    - Click Count (0)
  8. cmd/globals.go

    	diskFillFraction = 0.99
    
    	// diskReserveFraction is the fraction of a disk where we will fill other server pools first.
    	// If all pools reach this, we will use all pools with regular placement.
    	diskReserveFraction = 0.15
    
    	// diskAssumeUnknownSize is the size to assume when an unknown size upload is requested.
    	diskAssumeUnknownSize = 1 << 30
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Sep 03 18:23:41 GMT 2024
    - 16.2K bytes
    - Click Count (1)
  9. docs/pt/docs/tutorial/security/simple-oauth2.md

    ### `scope` { #scope }
    
    A especificação também diz que o cliente pode enviar outro campo de formulário "`scope`".
    
    O nome do campo do formulário é `scope` (no singular), mas na verdade é uma longa string com "escopos" separados por espaços.
    
    Cada “scope” é apenas uma string (sem espaços).
    
    Normalmente são usados para declarar permissões de segurança específicas, por exemplo:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Nov 12 16:23:57 GMT 2025
    - 10.3K bytes
    - Click Count (0)
  10. docs/pt/docs/advanced/advanced-dependencies.md

    Isso foi alterado na versão 0.110.0 para corrigir consumo de memória não tratado decorrente de exceções encaminhadas sem um tratador (erros internos do servidor), e para torná-lo consistente com o comportamento do código Python regular.
    
    ### Tarefas em Segundo Plano e Dependências com `yield`, Detalhes Técnicos { #background-tasks-and-dependencies-with-yield-technical-details }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 20:32:40 GMT 2025
    - 10K bytes
    - Click Count (0)
Back to Top