Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 90 for male (0.01 seconds)

  1. dbflute_fess/dfprop/outsideSqlMap.dfprop

        #  for example, when the project has SQL files for other framework.
        #  So basically you don't need this.
        #
        #  You can use variable '$$PACKAGE_BASE$$' that means 'packageBase'.
        #  But you need to make SQL files at 'exbhv' under the set package
        #  if you use BehaviorQueryPath (MemberBhv_selectSimpleMember.sql).
        #
        #; sqlPackage = $$PACKAGE_BASE$$
        # - - - - - - - - - -/
    }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jul 25 06:04:16 GMT 2015
    - 8K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/query/BooleanQueryCommandTest.java

            TermQuery termQuery = new TermQuery(new Term("field", "value"));
            boolQueryBuilder.add(termQuery, BooleanClause.Occur.MUST_NOT);
            // Add a MUST clause to make the query valid
            TermQuery termQuery2 = new TermQuery(new Term("field2", "value2"));
            boolQueryBuilder.add(termQuery2, BooleanClause.Occur.MUST);
            BooleanQuery booleanQuery = boolQueryBuilder.build();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 14.4K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

            final AtomicReference<Throwable> caughtException = new AtomicReference<>();
            indexUpdater.setUncaughtExceptionHandler((t, e) -> caughtException.set(e));
    
            // Make dataService throw ContainerNotAvailableException
            ((TestDataService) dataService).setThrowContainerNotAvailable(true);
    
            indexUpdater.start();
            indexUpdater.join(1000);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 33.6K bytes
    - Click Count (0)
  4. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    */
    // Following the UMD template https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js
    (function (root, factory) {
        if (typeof define === 'function' && define.amd) {
            // AMD. Make globaly available as well
            define(['moment', 'jquery'], function (moment, jquery) {
                if (!jquery.fn) jquery.fn = {}; // webpack server rendering
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
  5. src/test/resources/thumbnail/test_generate_thumbnail.sh

    echo ""
    
    # Check if the script exists
    if [[ ! -f "${GENERATE_THUMBNAIL}" ]]; then
        echo -e "${RED}ERROR: generate-thumbnail script not found at ${GENERATE_THUMBNAIL}${NC}"
        exit 1
    fi
    
    # Make sure the script is executable
    chmod +x "${GENERATE_THUMBNAIL}"
    
    echo "--- Basic argument tests ---"
    
    # Test: No arguments
    run_test "no arguments" 1 "${GENERATE_THUMBNAIL}"
    
    # Test: Empty command type
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 04 08:02:36 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/util/ThreadDumpUtilTest.java

                assertTrue("Constructor should be protected", java.lang.reflect.Modifier.isProtected(constructor.getModifiers()));
    
                // Test that constructor is accessible when made accessible
                constructor.setAccessible(true);
                ThreadDumpUtil instance = constructor.newInstance();
                assertNotNull(instance);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 15.6K bytes
    - Click Count (0)
  7. architecture/standards/0006-use-of-provider-apis-in-gradle.md

    ### New properties in an existing class
    
    When adding a property to an existing class (task, extension, domain object, etc), the API should consist of managed lazy properties.  However, some exceptions need to be made to keep backwards compatibility with existing builds.
    
    This is preferred when the implementation type is internal:
    
    ```groovy
    public interface ExistingThing {
        String getOtherProperty()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 10K bytes
    - Click Count (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

            excludedPackages.add("org.gradle.platform.base.test");
            return excludedPackages;
        }
    
        // TODO: This doesn't really make sense to be part of the user manual generation, but it's so tied up into it
        // it's left here for a future project.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 22:33:18 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  9. src/main/webapp/js/admin/plugins/form-validator/security.js

    ng),e.css(g).text(h)})}});var f=function(b,c,d,e,f){var g=c.valAttr("req-params")||c.data("validation-req-params")||{},h=c.valAttr("param-name")||c.attr("name"),i=function(a,b){b(a)};if(!h)throw new Error("Missing input name used for http requests made by server validator");g||(g={}),"string"==typeof g&&(g=a.parseJSON(g)),g[h]=d,a.ajax({url:b,type:"POST",cache:!1,data:g,dataType:"json",error:function(a){return i({valid:!1,message:"Connection failed with status: "+a.statusText},f),!1},success:fun...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 10.5K bytes
    - Click Count (1)
  10. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                                        <button type="submit" class="btn btn-success" name="createDir">
                                                            <i class="fa fa-make" aria-hidden="true"></i>
                                                            <la:message key="labels.crud_button_create"/>
                                                        </button>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 20.7K bytes
    - Click Count (0)
Back to Top