- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 168 for direction (0.06 sec)
-
FessFwAssistantDirector.java
.direction.sponsor.FessSecurityResourceProvider; L32:import org.codelibs.fess.mylasta.direction.sponsor.FessTimeResourceProvider; L33:import org.codelibs.fess.mylasta.direction.sponsor.FessUserLocaleProcessProvider; L34:import org.codelibs.fess.mylasta.direction.sponsor.FessUserTimeZoneProcessProvider; L35:import org.lastaflute.core.direction.CachedFwAssistantDirector; L36:import org.lastaflute.core.direction.FwAssistDirection; L37:import org.lastaflute.core.direction.FwCoreDirection; L38:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
FessCurtainBeforeHook.java
governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import java.util.TimeZone; L19: L20:import org.dbflute.system.DBFluteSystem; L21:import org.dbflute.system.provider.DfFinalTimeZoneProvider; L22:import org.dbflute.util.DfTypeUtil; L23:import org.lastaflute.core.direction.CurtainBeforeHook; L24:import org.lastaflute.core.direction.FwAssistantDirector; L25: L26:/** L27: * @author jflute L28: */ L29:public class FessCurtainBeforeHook...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
FessCurtainFinallyHook.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import java.lang.reflect.Method; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.lastaflute.core.direction.CurtainFinallyHook; L23:import org.lastaflute.core.direction.FwAssistantDirector; L24: L25:/** L26: * @author jflute L27: */ L28:public class FessCurtainFinallyHook implements CurtainFinallyHook...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.7K bytes -
FessCookieResourceProvider.java
WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import org.codelibs.fess.mylasta.direction.FessConfig; L19:import org.lastaflute.core.security.InvertibleCryptographer; L20:import org.lastaflute.web.servlet.cookie.CookieResourceProvider; L21: L22:/** L23: * @author jflute L24: */ L25:public class FessCookieResourceProvider...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.6K bytes -
FessTimeResourceProvider.java
OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import java.util.TimeZone; L19: L20:import org.codelibs.fess.mylasta.direction.FessConfig; L21:import org.lastaflute.core.time.TypicalTimeResourceProvider; L22: L23:/** L24: * @author jflute L25: */ L26:public class FessTimeResourceProvider extends TypicalTimeResourceProvider...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
FessConfigImpl.java
the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction; L17: L18:import java.util.concurrent.ExecutionException; L19: L20:import org.codelibs.fess.Constants; L21:import org.dbflute.helper.jprop.ObjectiveProperties; L22:import org.lastaflute.core.direction.PropertyFilter; L23: L24:import com.google.common.cache.Cache; L25:import com.google.common.cache.CacheBuilder; L26: L27:public class FessConfigImpl...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.2K bytes -
FessSecurityResourceProvider.java
BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import org.lastaflute.core.security.InvertibleCryptographer; L19:import org.lastaflute.core.security.OneWayCryptographer; L20:import org.lastaflute.core.security.SecurityResourceProvider; L21: L22:/** L23: * @author jflute L24:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.7K bytes -
daterangepicker.js
// L123: // handle all the possible options overriding defaults L124: // L125: L126: if (typeof options.locale === 'object') { L127: L128: if (typeof options.locale.direction === 'string') L129: this.locale.direction = options.locale.direction; L130: L131: if (typeof options.locale.format === 'string') L132: this.locale.format = options.locale.format; L133: L134: if (typeof options.locale.separator === 'string')...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
PurgeDocJob.java
License. L15: */ L16:package org.codelibs.fess.job; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.fess.es.client.SearchEngineClient; L21:import org.codelibs.fess.mylasta.direction.FessConfig; L22:import org.codelibs.fess.util.ComponentUtil; L23:import org.opensearch.index.query.QueryBuilder; L24:import org.opensearch.index.query.QueryBuilders; L25: L26:public class PurgeDocJob { L27: L28: private static final Logger logger...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
FessUserLocaleProcessProvider.java
* governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import java.util.Locale; L19: L20:import org.apache.commons.lang3.LocaleUtils; L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.fess.mylasta.direction.FessConfig; L25:import org.codelibs.fess.util.ComponentUtil; L26:import org.dbflute.optional.OptionalObject;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.8K bytes