Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 161 for pre (0.01 sec)

  1. .pre-commit-config.yaml

        rev: v0.12.10
        hooks:
        -   id: ruff
            args:
            - --fix
        -   id: ruff-format
    ci:
        autofix_commit_msg: ๐ŸŽจ [pre-commit.ci] Auto format from pre-commit.com hooks
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Aug 25 20:03:02 UTC 2025
    - 735 bytes
    - Viewed (1)
  2. src/main/webapp/WEB-INF/view/common/help_ja.jsp

    		ใŸใจใˆใฐใ€Fess ใพใŸใฏ CodeLibs ใ‚’ๅซใ‚€ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใ‚’ๆคœ็ดขใ™ใ‚‹ใซใฏๆฌกใฎใ‚ˆใ†ใซๅ…ฅๅŠ›ใ—ใพใ™ใ€‚
    		<pre>Fess OR CodeLibs</pre>
    	</dd>
    	<dt>ใƒฏใ‚คใƒซใƒ‰ใ‚ซใƒผใƒ‰</dt>
    	<dd>
    		ๆคœ็ดข่ชžๅ†…ใง 1 ๆ–‡ๅญ—ใพใŸใฏ่ค‡ๆ•ฐๆ–‡ๅญ—ใฎใƒฏใ‚คใƒซใƒ‰ใ‚ซใƒผใƒ‰ใ‚’ใ‚ตใƒใƒผใƒˆใ—ใฆใ„ใพใ™ใ€‚
    		? ใฏ 1 ๆ–‡ๅญ—ใฎใƒฏใ‚คใƒซใƒ‰ใ‚ซใƒผใƒ‰ใจใ—ใฆๆŒ‡ๅฎšใงใใ€* ใฏ่ค‡ๆ•ฐๆ–‡ๅญ—ใฎใƒฏใ‚คใƒซใƒ‰ใ‚ซใƒผใƒ‰ใจใ—ใฆๆŒ‡ๅฎšใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚
    		<pre>Fess*</pre>
    		ใพใŸใฏ
    		<pre>Fe?s</pre>
    		ๆคœ็ดข่ชžใฎๅ…ˆ้ ญๆ–‡ๅญ—ใงใฏๅˆฉ็”จใงใใพใ›ใ‚“ใ€‚
    	</dd>
    	<dt>็ฏ„ๅ›ฒๆคœ็ดข</dt>
    	<dd>
    		็ฏ„ๅ›ฒๆคœ็ดขใฏใƒ•ใ‚ฃใƒผใƒซใƒ‰ๅ€คใฎ็ฏ„ๅ›ฒใ‚’ๆŒ‡ๅฎšใ™ใ‚‹ใ“ใจใงใใฎๆกไปถใซใƒžใƒƒใƒใ™ใ‚‹ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใ‚’ๆคœ็ดขใ—ใพใ™ใ€‚
    		็ฏ„ๅ›ฒใฎๅขƒ็•Œๅ€คใ‚’ๅซใ‚ใ‚‹ๅ ดๅˆใฏ [] ใ‚’ๅˆฉ็”จใ—ใฆใ€ๅซใ‚ใชใ„ๅ ดๅˆใฏ {} ใ‚’ๅˆฉ็”จใ—ใพใ™ใ€‚ 
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Feb 26 14:01:31 UTC 2018
    - 3.4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/common/help.jsp

    		a query. AND operator matches documents where both terms exist
    		anywhere in the text of a single document.
    		<pre>Fess AND CodeLibs</pre>
    	</dd>
    	</dd>
    	<dt>OR</dt>
    	<dd>
    		OR operator matches documents where any terms exist anywhere in the
    		text of a single document.
    		<pre>Fess OR CodeLibs</pre>
    	</dd>
    	<dt>Wildcard</dt>
    	<dd>
    		single and multiple character wildcard searches within single terms
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Feb 26 14:01:31 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  4. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/NewestConflictResolverTest.java

         * <pre>
         * a:1.0
         * a:2.0
         * </pre>
         */
        @Test
        void testEqual() {
            ResolutionNode a1n = createResolutionNode(a1);
            ResolutionNode a2n = createResolutionNode(a2);
    
            assertResolveConflict(a2n, a1n, a2n);
        }
    
        /**
         * Tests that <code>a:2.0</code> wins in the scenario:
         * <pre>
         * a:2.0
         * a:1.0
         * </pre>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Mar 21 04:56:21 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. misc/go_android_exec/exitcode_test.go

    	// Embed a "fake" exit code in the middle to check that we don't get caught on it.
    	pre := "abc" + exitStr + "123def"
    	text := pre + exitStr + `1`
    	for i := 0; i < len(text); i++ {
    		_, err := f.Write([]byte{text[i]})
    		if err != nil {
    			t.Fatal(err)
    		}
    	}
    
    	// The "pre" output should all have been flushed already.
    	if want, got := pre, out.String(); want != got {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 03 14:54:58 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/taglib/FessFunctionsTest.java

            assertEquals("<pre class=\"prettyprint\"></pre>", value);
    
            code = "aaa";
            value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code);
            assertEquals("<pre class=\"prettyprint\">aaa</pre>", value);
    
            code = "aaa\nbbb";
            value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code);
            assertEquals("<pre class=\"prettyprint\">aaa\nbbb</pre>", value);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  7. compat/maven-compat/src/main/java/org/apache/maven/project/ModelUtils.java

         * This should be the resulting ordering of plugins after merging:
         * <p>
         * Given:
         * <pre>
         * parent: X -&gt; A -&gt; B -&gt; D -&gt; E
         * child: Y -&gt; A -&gt; C -&gt; D -&gt; F
         * </pre>
         * Result:
         * <pre>
         * X -&gt; Y -&gt; A -&gt; B -&gt; C -&gt; D -&gt; E -&gt; F
         * </pre>
         */
        public static void mergePluginLists(
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbNamedPipe.java

     * <tr><td ><pre>
     * new SmbNamedPipe( "smb1://server/IPC$/PIPE/foo",
     *         SmbNamedPipe.PIPE_TYPE_RDWR |
     *         SmbNamedPipe.PIPE_TYPE_CALL );
     * </pre></td><td>
     * Open the Named Pipe foo for reading and writing. The pipe will behave like the <code>CallNamedPipe</code> interface.
     * </td></tr>
     * <tr><td ><pre>
     * new SmbNamedPipe( "smb1://server/IPC$/foo",
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/common/help_ko.jsp

    		์˜ˆ๋ฅผ ๋“ค์–ด, Fess ๋˜๋Š” CodeLibs๋ฅผ ํฌํ•จํ•˜๋Š” ๋ฌธ์„œ๋ฅผ ๊ฒ€์ƒ‰ํ•˜๋ ค๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.
    		<pre>Fess OR CodeLibs</pre>
    	</dd>
    	<dt>์™€์ผ๋“œ์นด๋“œ</dt>
    	<dd>
    		๊ฒ€์ƒ‰์–ด์— 1 ๋ฌธ์ž ์ด์ƒ์˜ ๋ฌธ์ž ์™€์ผ๋“œ ์นด๋“œ๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
    		?๋Š” ๋‹จ์ผ ๋ฌธ์ž ์™€์ผ๋“œ ์นด๋“œ๋กœ ์ง€์ •ํ•  ์ˆ˜ *๋Š” ์—ฌ๋Ÿฌ ๋ฌธ์ž ์™€์ผ๋“œ ์นด๋“œ๋กœ ์ง€์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    		<pre>Fess*</pre>
    		๋˜๋Š”
    		<pre>Fe?s</pre>
    		๊ฒ€์ƒ‰์–ด์˜ ์ฒซ ๋ฒˆ์งธ ๋ฌธ์ž๋Š” ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.
    	</dd>
    	<dt>๋ฒ”์œ„๊ฒ€์ƒ‰</dt>
    	<dd>
    		๋ฒ”์œ„ ๊ฒ€์ƒ‰ ํ•„๋“œ ๊ฐ’์˜ ๋ฒ”์œ„๋ฅผ ์ง€์ •ํ•˜์—ฌ ๊ทธ ์กฐ๊ฑด์— ์ผ์น˜ํ•˜๋Š” ๋ฌธ์„œ๋ฅผ ๊ฒ€์ƒ‰ํ•ฉ๋‹ˆ๋‹ค.
    		๋ฒ”์œ„์˜ ๊ฒฝ๊ณ„ ๊ฐ’์„ ํฌํ•จํ•˜๋ ค๋ฉด []๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํฌํ•จํ•˜์ง€ ์•Š๋Š” ๊ฒฝ์šฐ๋Š” {}์„ ์ด์šฉํ•ฉ๋‹ˆ๋‹ค.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Feb 26 14:01:31 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/testing/ClusterException.java

     * presented below:
     *
     * <pre>
     * void runManyThings({@literal List<ThingToRun>} thingsToRun) {
     *   for (ThingToRun thingToRun : thingsToRun) {
     *     thingToRun.run(); // say this may throw an exception, but you want to
     *                       // always run all thingsToRun
     *   }
     * }
     * </pre>
     *
     * <p>This is what the code would become:
     *
     * <pre>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 14:50:24 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top