Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 102 for provide (0.17 sec)

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

                protected final TimeZone provided = FessUserTimeZoneProcessProvider.centralTimeZone;
    
                @Override
                public TimeZone provide() {
                    return provided;
                }
    
                @Override
                public String toString() {
                    return DfTypeUtil.toClassTitle(this) + ":{" + provided.getID() + "}";
                }
            };
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  2. LICENSE

              or as an addendum to the NOTICE text from the Work, provided
              that such additional attribution notices cannot be construed
              as modifying the License.
    
          You may add Your own copyright statement to Your modifications and
          may provide additional or different license terms and conditions
          for use, reproduction, or distribution of Your modifications, or
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  3. README.md

        $ cd fess-14.12.x
        $ ./bin/fess
    
    For more details, see the [Installation Guide](https://fess.codelibs.org/14.12/install/index.html).
    
    ### Docker
    
    We provide Docker images on [ghcr.io](https://github.com/orgs/codelibs/packages). We also provide a Docker Compose (YAML) file in [this repository](https://github.com/codelibs/docker-fess/tree/master/compose). 
    
    ### Browser UI
    
    - Search UI: http://localhost:8080/
    
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Feb 25 00:40:07 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  4. 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)
  5. src/main/webapp/js/profile.js

    Kazushi Morishima <******@****.***> 1536732811 +0900
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Sep 12 06:47:49 GMT 2018
    - 1.3K bytes
    - Viewed (0)
  6. pom.xml

    	</properties>
    	<profiles>
    		<profile>
    			<id>build</id>
    			<activation>
    				<activeByDefault>true</activeByDefault>
    			</activation>
    			<properties>
    				<test.include.path>**/*Test.java</test.include.path>
    				<test.command.args>--illegal-access=permit</test.command.args>
    			</properties>
    		</profile>
    		<profile>
    			<id>integrationTests</id>
    			<properties>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    							<em class="fa fa-arrow-circle-left">
    							<la:message key="labels.profile.back" />
    						</la:link>
    						<button type="submit" name="changePassword"
    							class="btn btn-success"
    							value="<la:message key="labels.profile.update"/>">
    							<em class="fa fa-pencil-alt">
    							<la:message key="labels.profile.update" />
    						</button>
    					</div>
    				</la:form>
    			</div>
    		</div>
    	</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  8. src/main/config/es/fess_user_group.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "5EWS2-qMT2WwHG0yPrhP3Q",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_user.group"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 587 bytes
    - Viewed (0)
  9. src/main/config/es/fess_config_bad_word.json

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

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "Vn_Ry5JPRSet5M3Cg2D17w",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.path_mapping"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.1K bytes
    - Viewed (0)
Back to top