Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 103 for niet (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

        @Test
        public void test_normalizeCanonicalUrl_withBrackets() throws Exception {
            final FessXpathTransformer transformer = new FessXpathTransformer();
            // topic/2732: java.net.URL accepts brackets in paths unlike java.net.URI
            final String value = transformer.normalizeCanonicalUrl("http://example.com/", "/path/[id]/page");
            assertEquals("http://example.com/path/[id]/page", value);
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/plugins/form-validator/lang/ka.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 5.2K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/util/IpAddressUtil.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.util;
    
    import java.net.Inet6Address;
    import java.net.InetAddress;
    
    /**
     * Utility class for handling IP addresses, particularly IPv6 addresses in URLs.
     * This class provides methods to properly format IPv6 addresses for use in URLs
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 06 08:31:03 GMT 2025
    - 9.4K bytes
    - Click Count (0)
  4. src/main/webapp/js/admin/plugins/form-validator/lang/fa.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 2.9K bytes
    - Click Count (0)
  5. src/main/webapp/js/admin/plugins/form-validator/lang/ro.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 2.5K bytes
    - Click Count (0)
  6. .teamcity/src/main/kotlin/projects/CheckProject.kt

                param("teamcity.vcsTrigger.runBuildOnSameRevisionInEveryBranch", "false")
                param("env.DEVELOCITY_ACCESS_KEY", "%ge.gradle.org.access.key%;%gbt-td.grdev.net.access.key%")
                param("env.CHROME_BIN", "%linux.chrome.bin.path%")
    
                text(
                    "additional.gradle.parameters",
                    "",
                    display = ParameterDisplay.NORMAL,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 03 10:41:06 GMT 2026
    - 4.1K bytes
    - Click Count (1)
  7. src/main/webapp/js/admin/plugins/form-validator/lang/fr.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 2.6K bytes
    - Click Count (0)
  8. src/main/webapp/js/admin/plugins/form-validator/lang/pt.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 2.7K bytes
    - Click Count (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java

    import org.jetbrains.dokka.gradle.engine.plugins.DokkaHtmlPluginParameters;
    import org.jetbrains.dokka.gradle.tasks.DokkaGeneratePublicationTask;
    
    import java.io.File;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.util.Locale;
    
    public class GradleKotlinDslReferencePlugin implements Plugin<Project> {
    
        private static final String TASK_NAME = "dokkaGeneratePublicationHtml";
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed May 28 11:34:42 GMT 2025
    - 7.4K bytes
    - Click Count (0)
  10. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

                it.destinationDir = layout.buildDirectory.dir("reports/binary-compatibility")
                it.reportName = "report.html"
                it.description = """
                <p>See the <a href="https://bt-internal-docs.grdev.net/gbt/how-to/release/release-troubleshooting/#binary-compatibility-check-failed-">documentation</a> for more details.</p>
                <p>
                We check the binary compatibility by comparing the current code’s binary interfaces
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 8.9K bytes
    - Click Count (0)
Back to Top