Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for ediyor (1.99 sec)

  1. src/main/resources/fess_label_es.properties

    labels.crud_button_update=Actualizar
    labels.crud_button_delete=Eliminar
    labels.crud_button_back=Volver
    labels.crud_button_edit=Editar
    labels.crud_button_search=Buscar
    labels.crud_button_reset=Restablecer
    labels.crud_button_cancel=Cancelar
    labels.crud_link_create=Crear nuevo
    labels.crud_link_delete=Eliminar
    labels.crud_link_edit=Editar
    labels.crud_link_details=Detalles
    labels.crud_link_list=Lista
    labels.crud_title_list=Lista
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_pt_BR.properties

    labels.crud_button_update=Atualizar
    labels.crud_button_delete=Excluir
    labels.crud_button_back=Voltar
    labels.crud_button_edit=Editar
    labels.crud_button_search=Pesquisar
    labels.crud_button_reset=Redefinir
    labels.crud_button_cancel=Cancelar
    labels.crud_link_create=Criar novo
    labels.crud_link_delete=Excluir
    labels.crud_link_edit=Editar
    labels.crud_link_details=Detalhes
    labels.crud_link_list=Lista
    labels.crud_title_list=Lista
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/ACE.java

         * not be set within all security descriptors even though the ACE was in
         * face inherited. If an inherited ACE is added to a parent the Windows
         * ACL editor will rebuild all children ACEs and set this flag accordingly.
         *
         * @return whether this is an inherited ACE
         */
        boolean isInherited();
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SID.java

         *
         * @return the RID
         */
        int getRid();
    
        /**
         * Return a String representing this SID ideal for display to
         * users. This method should return the same text that the ACL
         * editor in Windows would display.
         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/ACE.java

         * not be set within all security descriptors even though the ACE was in
         * face inherited. If an inherited ACE is added to a parent the Windows
         * ACL editor will rebuild all children ACEs and set this flag accordingly.
         * @return true if this ACE is inherited, false if it is direct
         */
        public boolean isInherited() {
            return (flags & FLAGS_INHERITED) != 0;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  6. ADDING_NEW_LANGUAGE.md

    cd src/main/resources
    
    # 2. Copy base files
    cp fess_label_en.properties fess_label_sv.properties
    cp fess_message_en.properties fess_message_sv.properties
    
    # 3. Translate files (use your text editor)
    # Edit fess_label_sv.properties - translate all ~1,056 entries
    # Edit fess_message_sv.properties - translate all ~200 entries
    
    # 4. Update configuration (ensure 'sv' is in supported.languages)
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 11:36:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SID.java

            }
    
            return ret.toString();
        }
    
        /**
         * Return a String representing this SID ideal for display to
         * users. This method should return the same text that the ACL
         * editor in Windows would display.
         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <alias type="application/javascript"/>
        <alias type="application/x-javascript"/>
        <sub-class-of type="text/plain"/>
        <_comment>JavaScript Source Code</_comment>
        <!-- From RFC 9239: https://www.rfc-editor.org/rfc/rfc9239.html#name-text-javascript -->
        <!-- File extension(s): .js, .mjs -->
        <glob pattern="*.js"/>
        <glob pattern="*.mjs"/>
    
        <!-- Note - there is no Unique Magic for JavaScript files! -->
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top