Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 83 for enabled (0.16 sec)

  1. src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_edit.jsp

                                                <label for="jobLogging" class="form-check-label">
                                                    <la:message key="labels.enabled"/>
                                                </label>
                                            </div>
                                        </div>
                                    </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.idl

    	[op(0x21)]
    	int SamrGetMembersInAlias([in] policy_handle *alias_handle,
    			[out] LsarSidArray *sids);
    
    	typedef [v1_enum] enum {
    		SE_GROUP_MANDATORY          = 0x00000001,
    		SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002,
    		SE_GROUP_ENABLED            = 0x00000004,
    		SE_GROUP_OWNER              = 0x00000008,
    		SE_GROUP_USE_FOR_DENY_ONLY  = 0x00000010,
    		SE_GROUP_RESOURCE           = 0x20000000,
    		SE_GROUP_LOGON_ID           = 0xC0000000
    Others
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 3.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         * comment: Does it enable the Framework internal debug? (true only when emergency)
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getFrameworkDebug();
    
        /**
         * Is the property for the key 'framework.debug' true? <br>
         * The value is, e.g. false <br>
         * comment: Does it enable the Framework internal debug? (true only when emergency)
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    crawler.document.cache.html.mimetypes=text/html
    
    # indexer
    indexer.thread.dump.enabled=true
    indexer.unprocessed.document.size=1000
    indexer.click.count.enabled=true
    indexer.favorite.count.enabled=true
    indexer.webfs.commit.margin.time=5000
    indexer.webfs.max.empty.list.count=3600
    indexer.webfs.update.interval=10000
    indexer.webfs.max.document.cache.size=10
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  6. src/main/java/jcifs/internal/SmbNegotiationResponse.java

    
        /**
         * 
         * @return selected dialect
         */
        DialectVersion getSelectedDialect ();
    
    
        /**
         * 
         * @return whether the server has singing enabled
         */
        boolean isSigningEnabled ();
    
    
        /**
         * 
         * @return whether the server requires signing
         */
        boolean isSigningRequired ();
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 2.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_de.properties

    labels.schedule=Zeitplan
    labels.enabled=Aktiviert
    labels.day_for_cleanup=Dokumente entfernen nach
    labels.day=Tag(en)
    labels.crawl_button_update=Aktualisieren
    labels.none=Keine
    labels.crawling_thread_count=Anzahl gleichzeitiger Crawler
    labels.incremental_crawling=Prüfe "Last Modified"-Header
    labels.search_log_enabled=Suchen protokollieren
    labels.user_info_enabled=Benutzer protokollieren
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.user_favorite_enabled	=	Journalisation préférée
    labels.web_api_json_enabled	=	Réponse JSON
    labels.app_value	=	Propriétés du système
    labels.default_label_value	=	Valeur d'étiquette par défaut
    labels.default_sort_value	=	Valeur de tri par défaut
    labels.virtual_host_value	=	Hôtes virtuels
    labels.append_query_param_enabled	=	Ajouter des paramètres à l'URL
    labels.login_required	=	Connexion requise
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/smb2/Smb2Constants.java

         */
        private Smb2Constants () {}
    
        /**
         * 
         */
        public static final int SMB2_HEADER_LENGTH = 64;
    
        /**
         * 
         */
        public static final int SMB2_NEGOTIATE_SIGNING_ENABLED = 0x0001;
    
        /**
         * 
         */
        public static final int SMB2_NEGOTIATE_SIGNING_REQUIRED = 0x0002;
    
        /**
         * 
         */
        public static final int SMB2_DIALECT_0202 = 0x0202;
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 3.1K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java

                sids.decode(_src);
                retval = (int)_src.dec_ndr_long();
            }
        }
        public static final int SE_GROUP_MANDATORY = 1;
        public static final int SE_GROUP_ENABLED_BY_DEFAULT = 2;
        public static final int SE_GROUP_ENABLED = 4;
        public static final int SE_GROUP_OWNER = 8;
        public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16;
        public static final int SE_GROUP_RESOURCE = 536870912;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 14K bytes
    - Viewed (0)
Back to top