Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 84 for jobconfig (0.18 sec)

  1. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="crawl"/>
            <jsp:param name="menuType" value="webConfig"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/webconfig/admin_webconfig.jsp */
        HtmlNext path_AdminWebconfig_AdminWebconfigJsp = new HtmlNext("/admin/webconfig/admin_webconfig.jsp");
    
        /** The path of the HTML: /admin/webconfig/admin_webconfig_details.jsp */
        HtmlNext path_AdminWebconfig_AdminWebconfigDetailsJsp = new HtmlNext("/admin/webconfig/admin_webconfig_details.jsp");
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  3. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/legacy/LegacyGradleEnterpriseCheckInConfigCachingIntegTest.groovy

        def "configuration caching is unsupported"() {
            given:
            settingsFile << scanPlugin.pluginManagement()
    
            scanPlugin.with {
                logConfig = true
                logApplied = true
                runtimeVersion = "3.3.4"
                publishDummyPlugin(executer)
            }
    
            buildFile << """
                task t
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 13:28:46 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.webconfig;
    
    import javax.validation.constraints.Size;
    
    import org.lastaflute.web.validation.Required;
    import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
    
    /**
     * @author Keiichi Watanabe
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/graph/dotgraph.go

    	URL         string                 // An optional url link to add to a node
    	Formatter   func(*NodeInfo) string // An optional formatter for the node's label
    }
    
    // DotConfig contains attributes about how a graph should be
    // constructed and how it should look.
    type DotConfig struct {
    	Title     string   // The title of the DOT graph
    	LegendURL string   // The URL to link to from the legend.
    	Labels    []string // The labels for the DOT's legend
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 20:51:42 UTC 2022
    - 14.8K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/it/CrawlTestBase.java

            }
    
            logger.info("Crawler terminated");
        }
    
        protected static String createWebConfig(final Map<String, Object> requestBody) {
            String response = checkMethodBase(requestBody).put("/api/admin/webconfig/setting").asString();
            JsonPath jsonPath = JsonPath.from(response);
            assertTrue(jsonPath.getBoolean("response.created"));
            assertEquals(0, jsonPath.getInt("response.status"));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/it/admin/WebConfigTests.java

    import org.junit.jupiter.api.Test;
    
    @Tag("it")
    public class WebConfigTests extends CrudTestBase {
    
        private static final String NAME_PREFIX = "webConfigTest_";
        private static final String API_PATH = "/api/admin/webconfig";
        private static final String LIST_ENDPOINT_SUFFIX = "settings";
        private static final String ITEM_ENDPOINT_SUFFIX = "setting";
    
        private static final String KEY_PROPERTY = "name";
    
        @Override
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						<i class="right fas fa-angle-left"></i>
    					</p>
    				</a>
    				<ul class="nav nav-treeview">
    					<c:if test="${fe:permission('admin-webconfig-view')}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/webconfig/')}" class="nav-link <c:if test="${param.menuType=='webConfig'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_web" /></p>
    						</a></li></c:if>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 15 20:55:28 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  9. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/legacy/BuildScanEndOfBuildNotifierIntegrationTest.groovy

        def setup() {
            settingsFile << scanPlugin.pluginManagement()
    
            scanPlugin.with {
                logConfig = true
                logApplied = true
                publishDummyPlugin(executer)
            }
    
            buildFile << """
                def notifier = services.get(${BuildScanEndOfBuildNotifier.name})
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:17:11 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/TestProjectGenerator.groovy

        BazelFileContentGenerator bazelContentGenerator
    
        TestProjectGenerator(TestProjectGeneratorConfiguration config) {
            this.config = config
            this.fileContentGenerator = FileContentGenerator.forConfig(config)
            this.bazelContentGenerator = new BazelFileContentGenerator(config)
        }
    
        def generate(File outputBaseDir) {
            def dependencyTree = new DependencyTree()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top