Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Magnin (0.18 sec)

  1. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp

                                            name="crawlingConfig"
                                            value="<la:message key="labels.wizard_button_register_again"/>">
                                        <em class="fa fa-redo-alt">
                                        <la:message key="labels.wizard_button_register_again"/>
                                    </button>
                                    <button type="submit" class="btn btn-success"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbCopyUtil.java

                log.trace("copyTo0", sae);
                int dattrs = dest.getAttributes();
                if ( ( dattrs & SmbConstants.ATTR_READONLY ) != 0 ) {
                    /*
                     * Remove READONLY and try again
                     */
                    dest.setPathInformation(dattrs & ~SmbConstants.ATTR_READONLY, 0L, 0L, 0L);
                    return dest.openUnshared(
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Tue Jul 07 10:52:42 GMT 2020
    - 17.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_de.properties

    labels.wizard_crawling_config_title=Crawling-Konfiguration
    labels.wizard_crawling_setting_title=Crawling-Einstellungen
    labels.wizard_crawling_config_name=Name
    labels.wizard_crawling_config_path=Crawling-Pfad
    labels.wizard_button_register_again=Erneut erstellen
    labels.wizard_button_register_next=Erstellen und weiter
    labels.wizard_start_crawling_title=Crawling starten
    labels.wizard_start_crawler_title=Crawler
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.wizard_crawling_setting_title	=	Paramètres d'exploration
    labels.wizard_crawling_config_name	=	Nom
    labels.wizard_crawling_config_path	=	Chemin d'exploration
    labels.wizard_button_register_again	=	Créer à nouveau
    labels.wizard_button_register_next	=	Créer et Suivant
    labels.wizard_start_crawling_title	=	Commencer à explorer
    labels.wizard_start_crawler_title	=	Crawler
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/NtlmAuthenticator.java

        private void reset() {
            url = null;
            sae = null;
        }
    
    /**
    Set the default <tt>NtlmAuthenticator</tt>. Once the default authenticator is set it cannot be changed. Calling this metho again will have no effect.
     */
    
        public synchronized static void setDefault( NtlmAuthenticator a ) {
            if( auth != null ) {
                return;
            }
            auth = a;
        }
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 2.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

                putResultDataBody(dataMap, fessConfig.getIndexFieldParentId(), crawlingInfoHelper.generateId(dataMap));
                putResultDataBody(dataMap, fessConfig.getIndexFieldUrl(), url); // set again
            }
            // thumbnail
            final String thumbnailUrl = getThumbnailUrl(responseData, document);
            if (StringUtil.isNotBlank(thumbnailUrl)) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 41.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/NtlmAuthenticator.java

        private String url;
        private SmbAuthException sae;
    
    
        /**
         * Set the default <tt>NtlmAuthenticator</tt>. Once the default authenticator is set it cannot be changed. Calling
         * this metho again will have no effect.
         * 
         * @param a
         */
    
        public synchronized static void setDefault ( NtlmAuthenticator a ) {
            if ( auth != null ) {
                return;
            }
            auth = a;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 3.4K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbTreeConnection.java

                    // Retrying only makes sense if the invalid parameter is an tree id. If we have a stale file descriptor
                    // retrying make no sense, as it will never become available again.
                    if ( params.contains(RequestParam.NO_RETRY)
                            || ( ! ( smbe.getCause() instanceof TransportException ) ) && smbe.getNtStatus() != NtStatus.NT_STATUS_INVALID_PARAMETER ) {
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ru.properties

    labels.wizard_crawling_config_title=Crawling Configuration
    labels.wizard_crawling_setting_title=Crawling Settings
    labels.wizard_crawling_config_name=Name
    labels.wizard_crawling_config_path=Crawling Path
    labels.wizard_button_register_again=Create again
    labels.wizard_button_register_next=Create and Next
    labels.wizard_start_crawling_title=Start Crawling
    labels.wizard_start_crawler_title=Crawler
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_wizard_crawling_config_path = "{labels.wizard_crawling_config_path}";
    
        /** The key of the message: Create again */
        public static final String LABELS_wizard_button_register_again = "{labels.wizard_button_register_again}";
    
        /** The key of the message: Create and Next */
        public static final String LABELS_wizard_button_register_next = "{labels.wizard_button_register_next}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top