Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for wbxml (0.04 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.uplanet.alert-wbxml",
    				"application/vnd.uplanet.bearer-choice",
    				"application/vnd.uplanet.bearer-choice-wbxml",
    				"application/vnd.uplanet.cacheop",
    				"application/vnd.uplanet.cacheop-wbxml",
    				"application/vnd.uplanet.channel",
    				"application/vnd.uplanet.channel-wbxml",
    				"application/vnd.uplanet.list",
    				"application/vnd.uplanet.list-wbxml",
    				"application/vnd.uplanet.listcmd",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.uplanet.alert-wbxml"/>
      <mime-type type="application/vnd.uplanet.bearer-choice"/>
      <mime-type type="application/vnd.uplanet.bearer-choice-wbxml"/>
      <mime-type type="application/vnd.uplanet.cacheop"/>
      <mime-type type="application/vnd.uplanet.cacheop-wbxml"/>
      <mime-type type="application/vnd.uplanet.channel"/>
      <mime-type type="application/vnd.uplanet.channel-wbxml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. platforms/jvm/war/src/integTest/groovy/org/gradle/api/tasks/bundling/WarTaskIntegrationTest.groovy

            war.assertFileContent('META-INF/MANIFEST.MF', 'Manifest-Version: 1.0\r\n\r\n')
        }
    
        def canCreateAWarArchiveWithWebXml() {
            given:
            def webXml = file('some.xml') << '<web/>'
            createDir('web-inf') {
                webinf1 {
                    file 'file1.txt'
                }
            }
            and:
            buildFile << """
                task war(type: War) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 13:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. platforms/jvm/war/src/main/java/org/gradle/api/tasks/bundling/War.java

        @InputFile
        public File getWebXml() {
            return webXml;
        }
    
        /**
         * Sets the {@code web.xml} file to include in the WAR archive. When {@code null}, no {@code web.xml} file is included in the WAR.
         *
         * @param webXml The {@code web.xml} file. Maybe null.
         */
        public void setWebXml(@Nullable File webXml) {
            this.webXml = webXml;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/webApplication/customized/kotlin/build.gradle.kts

    }
    
    tasks.war {
        webAppDirectory = file("src/main/webapp")
        from("src/rootContent") // adds a file-set to the root of the archive
        webInf { from("src/additionalWebInf") } // adds a file-set to the WEB-INF dir.
        webXml = file("src/someWeb.xml") // copies a file to WEB-INF/web.xml
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 543 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.bundling.War.xml

                    <td>classpath</td>
                    <td><literal>project.sourceSets.main.runtimeClasspath - project.configurations.providedRuntime</literal></td>
                </tr>
                <tr>
                    <td>webXml</td>
                    <td><literal>null</literal></td>
                </tr>
                <tr>
                    <td>source</td>
                    <td><literal>[project.webAppDir]</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/webApplication/customized/groovy/build.gradle

    }
    
    war {
        webAppDirectory = file('src/main/webapp')
        from 'src/rootContent' // adds a file-set to the root of the archive
        webInf { from 'src/additionalWebInf' } // adds a file-set to the WEB-INF dir.
        webXml = file('src/someWeb.xml') // copies a file to WEB-INF/web.xml
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 538 bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/jquery-3.6.3.min.js

    protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  9. src/main/webapp/js/jquery-3.6.3.min.js

    protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
Back to top