Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for Senegal (0.16 sec)

  1. src/main/webapp/css/bootstrap.min.css.map

    // 3\n  background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n//...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java

            }
        }
    
        // ===================================================================================
        //                                                                      General Helper
        //                                                                      ==============
        protected void assertObjectNotNull(String variableName, Object value) {
            if (variableName == null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

            return _preference;
        }
    
        // ===================================================================================
        //                                                                      General Helper
        //                                                                      ==============
        protected String ln() {
            return DBFluteSystem.ln();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction;
    import org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction;
    import org.codelibs.fess.app.web.admin.general.AdminGeneralAction;
    import org.codelibs.fess.app.web.admin.group.AdminGroupAction;
    import org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction;
    import org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
            <jsp:param name="menuType" value="general"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.general;
    
    import javax.annotation.Resource;
    
    import org.codelibs.core.beans.util.BeanUtil;
    import org.codelibs.core.beans.util.CopyOptions;
    import org.codelibs.core.misc.DynamicProperties;
    import org.codelibs.fess.app.web.admin.general.AdminGeneralAction;
    import org.codelibs.fess.app.web.api.ApiResult;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/api/admin/general/EditBody.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.general;
    
    import org.codelibs.fess.app.web.admin.general.EditForm;
    
    public class EditBody extends EditForm {
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 777 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.general;
    
    import javax.validation.constraints.Size;
    
    import org.lastaflute.web.validation.Required;
    
    /**
     * @author shinsuke
     */
    public class MailForm {
    
        public String incrementalCrawling;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label.properties

    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=Dashboard
    labels.admin_toggle_navi=Toggle navigation
    labels.general_menu_system=System
    labels.general_menu_crawler=Crawler
    labels.general_menu_logging=Logging
    labels.general_menu_suggest=Suggest
    labels.general_menu_ldap=LDAP
    labels.general_menu_notification=Notification
    labels.general_storage=Storage
    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=User DN
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_en.properties

    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=Dashboard
    labels.admin_toggle_navi=Toggle navigation
    labels.general_menu_system=System
    labels.general_menu_crawler=Crawler
    labels.general_menu_logging=Logging
    labels.general_menu_suggest=Suggest
    labels.general_menu_ldap=LDAP
    labels.general_menu_notification=Notification
    labels.general_storage=Storage
    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=User DN
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
Back to top