- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 3,050 for authFn (0.05 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/WebAuthenticationCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean; import org.codelibs.fess.es.config.cbean.bs.BsWebAuthenticationCB; /** * @author ESFlute (using FreeGen) */ public class WebAuthenticationCB extends BsWebAuthenticationCB {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 843 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/WebConfigCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean; import org.codelibs.fess.es.config.cbean.bs.BsWebConfigCB; /** * @author ESFlute (using FreeGen) */ public class WebConfigCB extends BsWebConfigCB {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 819 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/AccessTokenCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsAccessTokenCA; /** * @author ESFlute (using FreeGen) */ public class AccessTokenCA extends BsAccessTokenCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 831 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/DuplicateHostCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsDuplicateHostCA; /** * @author ESFlute (using FreeGen) */ public class DuplicateHostCA extends BsDuplicateHostCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 837 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsFileAuthenticationCA; /** * @author ESFlute (using FreeGen) */ public class FileAuthenticationCA extends BsFileAuthenticationCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 852 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsFileConfigCA; /** * @author ESFlute (using FreeGen) */ public class FileConfigCA extends BsFileConfigCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 828 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.mapping; import org.lastaflute.web.validation.Required; /** * @author nullpos */ public class SearchForm { @Required public String dictId;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 820 bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/sub/MogeBean.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.beans.impl.sub; /** * @author koichik */ public interface MogeBean { /** * @return String */ String getName(); /** * @param name */ void setName(String name);
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 850 bytes - Viewed (0) -
src/test/java/org/codelibs/core/convert/BigIntegerConversionUtilTest.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.convert; import junit.framework.TestCase; /** * @author higa * */ public class BigIntegerConversionUtilTest extends TestCase { /** * @throws Exception */ public void testToBigIntegerForEmptyString() throws Exception {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 960 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exentity/ElevateWordToLabel.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exentity; import org.codelibs.fess.es.config.bsentity.BsElevateWordToLabel; /** * @author ESFlute (using FreeGen) */ public class ElevateWordToLabel extends BsElevateWordToLabel { private static final long serialVersionUID = 1L;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 897 bytes - Viewed (0)