- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 161 for pre (0.01 sec)
-
.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 hooksRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 25 20:03:02 UTC 2025 - 735 bytes - Viewed (1) -
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) -
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) -
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) -
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) -
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) -
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 -> A -> B -> D -> E * child: Y -> A -> C -> D -> F * </pre> * Result: * <pre> * X -> Y -> A -> B -> C -> D -> E -> 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) -
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) -
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) -
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)