Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,183 for anchor (0.03 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/DataConfigCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsDataConfigCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class DataConfigCQ extends BsDataConfigCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 844 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/ElevateWordCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsElevateWordCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ElevateWordCQ extends BsElevateWordCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 847 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/FailureUrlCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsFailureUrlCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FailureUrlCQ extends BsFailureUrlCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 844 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/LabelTypeCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsLabelTypeCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class LabelTypeCQ extends BsLabelTypeCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 841 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/RelatedQueryCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsRelatedQueryCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class RelatedQueryCQ extends BsRelatedQueryCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 850 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/WebAuthenticationCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.cq;
    
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsWebAuthenticationCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class WebAuthenticationCQ extends BsWebAuthenticationCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 865 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/log/cbean/UserInfoCB.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.log.cbean;
    
    import org.codelibs.fess.opensearch.log.cbean.bs.BsUserInfoCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserInfoCB extends BsUserInfoCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 826 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/ClickLogCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.log.cbean.cq;
    
    import org.codelibs.fess.opensearch.log.cbean.cq.bs.BsClickLogCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ClickLogCQ extends BsClickLogCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 832 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/UserInfoCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.log.cbean.cq;
    
    import org.codelibs.fess.opensearch.log.cbean.cq.bs.BsUserInfoCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserInfoCQ extends BsUserInfoCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 832 bytes
    - Viewed (0)
  10. 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 Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat May 10 01:32:17 UTC 2025
    - 850 bytes
    - Viewed (0)
Back to top