Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 425 for Tage (0.05 sec)

  1. src/main/resources/fess_label_de.properties

    labels.urls=URLs
    labels.userAgent=User-Agent
    labels.username=Benutzername
    labels.value=Wert
    labels.versionNo=Versionsnummer
    labels.cronExpression=Zeitplan
    labels.dayForCleanup=Dokumente löschen, die älter als die angegebenen Tage sind
    labels.crawlingThreadCount=Gleichzeitige Crawling-Anzahl
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Zu crawlender Pfad
    labels.processType=Prozesstyp
    labels.parameters=Parameter
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  2. src/main/webapp/js/admin/moment-with-locales.min.js

    Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return a?n[t][0]:n[t][1]}function Fs(e,a,t,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+"...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 360.5K bytes
    - Viewed (2)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cookie.kt

       *
       *  * **Embedded resources like images and iframes** in browsers use the context as the page in
       *    the address bar and the subject is the URL of an embedded resource.
       *
       *  * **Potentially-destructive navigations such as HTTP POST calls** use the context as the page
       *    originating the navigation, and the subject is the page being navigated to.
       *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    page.keymatch.max.fetch.size=1000
    # Maximum number of labeltype records to fetch per page.
    page.labeltype.max.fetch.size=1000
    # Maximum number of roletype records to fetch per page.
    page.roletype.max.fetch.size=1000
    # Maximum number of user records to fetch per page.
    page.user.max.fetch.size=1000
    # Maximum number of role records to fetch per page.
    page.role.max.fetch.size=1000
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/adminlte.min.css.map

    #6c757d;\n}\n\n.dark-mode .page-item .page-link {\n  color: #3f6791;\n}\n\n.dark-mode .page-item.active .page-link {\n  background-color: #3f6791;\n  border-color: #3f6791;\n  color: #fff;\n}\n\n.dark-mode .page-item.active .page-link:hover, .dark-mode .page-item.active .page-link:focus {\n  color: #ced4da !important;\n}\n\n.dark-mode .page-item:not(.active) .page-link {\n  background-color: #343a40;\n  border-color: #6c757d;\n}\n\n.dark-mode .page-item:not(.active) .page-link:hover, .dark-mode .p...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  6. src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java

        }
    
        /**
         * Checks if a previous page exists for pagination.
         *
         * @return true if a previous page exists, false otherwise
         */
        public boolean isExistPrePage() {
            return existPrePage;
        }
    
        /**
         * Sets the flag indicating whether a previous page exists.
         *
         * @param existPrePage true if a previous page exists, false otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java

        /**
         * Flag indicating if a previous page exists.
         */
        private boolean existPrePage;
    
        /**
         * Flag indicating if a next page exists.
         */
        private boolean existNextPage;
    
        /**
         * List of page numbers for pagination.
         */
        private List<Integer> pageNumberList;
    
        /**
         * Number of records per page.
         */
        private int pageSize;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java

        /** True if a next page exists. */
        private boolean existNextPage;
    
        /** The list of page numbers. */
        private List<Integer> pageNumberList;
    
        /** The size of a page. */
        private int pageSize;
    
        /** The current page number. */
        private int currentPageNumber;
    
        /** The ID of the key match. */
        public String id;
    
        /** The term of the key match. */
        public String term;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

        /** Total number of pages based on record count and page size. */
        protected int allPageCount;
    
        /** Flag indicating whether a next page exists. */
        protected boolean existNextPage;
    
        /** Flag indicating whether a previous page exists. */
        protected boolean existPrevPage;
    
        /** Starting record number for the current page. */
        protected long currentStartRecordNumber;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.dict_stemmeroverride_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.2K bytes
    - Viewed (0)
Back to top