Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 57 for Provider (0.15 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java

    /**
     * @author jflute
     */
    public class FessListedClassificationProvider implements ListedClassificationProvider {
    
        @Override
        public ClassificationMeta provide(final String classificationName) throws ProvidedClassificationNotFoundException {
            final ClassificationMeta onMainSchema = findOnMainSchema(classificationName);
            if (onMainSchema == null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  2. pom.xml

    			<groupId>javax.servlet</groupId>
    			<artifactId>javax.servlet-api</artifactId>
    			<version>4.0.1</version>
    			<scope>provided</scope>
    		</dependency>
    		<dependency>
    			<groupId>javax.annotation</groupId>
    			<artifactId>javax.annotation-api</artifactId>
    			<version>1.3.2</version>
    			<scope>provided</scope>
    		</dependency>
    		<dependency>
    			<groupId>org.slf4j</groupId>
    			<artifactId>slf4j-api</artifactId>
    XML
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
  3. src/packaging/deb/init.d/fess

    # Additional improvements by Jason Brittain <******@****.***>.
    # Modified by Nicolas Huray for Fess <******@****.***>.
    #
    ### BEGIN INIT INFO
    # Provides:          fess
    # Required-Start:    $network $remote_fs $named
    # Required-Stop:     $network $remote_fs $named
    # Default-Start:     2 3 4 5
    # Default-Stop:      0 1 6
    # Short-Description: Starts fess
    Shell Script
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Jan 15 06:32:15 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbSessionImpl.java

                            if ( signingKey == null ) {
                                throw new SmbException("Need a signature key but the server did not provide one");
                            }
                            request.setDigest(new SMB1SigningDigest(signingKey, false));
                        }
                    }
    
                    try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="ldapProviderUrl"
                                               class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.ldap_provider_url"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="ldapProviderUrl"/>
    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/config/es/fess_config_elevate_word_to_label.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "z3miZa9NSdywfPRNGhrlzg",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.elevate_word_to_label"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 653 bytes
    - Viewed (0)
  7. src/main/config/es/fess_config_request_header.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "Zrp1Be7PS1ySzKAjlrpICg",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.request_header"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 967 bytes
    - Viewed (0)
  8. src/main/config/es/fess_config_web_config.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "OYkqmnvbTJami5vnLYfYNg",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.web_config"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.3K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/DfsImpl.java

                        dr.stripPathConsumed(1 + domain.length() + 1 + root.length());
    
                        if ( dr.getPathConsumed() > ( path != null ? path.length() : 0 ) ) {
                            log.error("Consumed more than we provided");
                        }
    
                        link = path != null && dr.getPathConsumed() > 0 ? path.substring(0, dr.getPathConsumed()) : "\\";
                        dr.setLink(link);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:07:29 GMT 2023
    - 29.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    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
    labels.ldap_admin_security_principal=Bind DN
    labels.ldap_admin_security_credentials=Password
    labels.ldap_base_dn=Base DN
    labels.ldap_account_filter=Account Filter
    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)
Back to top