- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 409 for pre (0.03 sec)
-
.pre-commit-config.yaml
rev: v0.7.1 hooks: - id: ruff args: - --fix - id: ruff-format ci: autofix_commit_msg: ๐จ [pre-commit.ci] Auto format from pre-commit.com hooks
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 20:31:44 UTC 2024 - 733 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.9K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 3.1K 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 Oct 31 13:40:30 UTC 2024 - 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/FarthestConflictResolverTest.java
* <pre> * a:1.0 * a:2.0 * </pre> */ @Test void testEqual() { ResolutionNode a1n = createResolutionNode(a1); ResolutionNode a2n = createResolutionNode(a2); assertResolveConflict(a1n, a1n, a2n); } /** * Tests that <code>a:2.0</code> wins in the scenario: * <pre> * a:2.0 * a:1.0 * </pre>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/NearestConflictResolverTest.java
* <pre> * a:1.0 * a:2.0 * </pre> */ @Test void testEqual() { ResolutionNode a1n = createResolutionNode(a1); ResolutionNode a2n = createResolutionNode(a2); assertResolveConflict(a1n, a1n, a2n); } /** * Tests that <code>a:2.0</code> wins in the scenario: * <pre> * a:2.0 * a:1.0 * </pre>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/OldestConflictResolverTest.java
* <pre> * a:1.0 * a:2.0 * </pre> */ @Test void testEqual() { ResolutionNode a1n = createResolutionNode(a1); ResolutionNode a2n = createResolutionNode(a2); assertResolveConflict(a1n, a1n, a2n); } /** * Tests that <code>a:1.0</code> wins in the scenario: * <pre> * a:2.0 * a:1.0 * </pre>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
doc/go1.17_spec.html
<pre> func(int) int </pre> <p> These two invocations are equivalent: </p> <pre> t.Mv(7) f := t.Mv; f(7) </pre> <p> Similarly, the expression </p> <pre> pt.Mp </pre> <p> yields a function value of type </p> <pre> func(float32) float32 </pre> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
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 Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 3.4K bytes - Viewed (0) -
doc/go_mem.html
For example, a compiler must not invert the conditional in this program: </p> <pre> *p = 1 if cond { *p = 2 } </pre> <p> That is, the compiler must not rewrite the program into this one: </p> <pre> *p = 2 if !cond { *p = 1 } </pre> <p> If <code>cond</code> is false and another goroutine is reading <code>*p</code>,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Mar 04 15:54:42 UTC 2024 - 26.6K bytes - Viewed (0)