- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 611 for negative (0.11 sec)
-
docs/en/docs/tutorial/security/first-steps.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelSource3.java
* @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public interface ModelSource3 extends ModelSource2 { /** * Returns model source identified by a path relative to this model source POM. Implementation <strong>MUST</strong> * accept <code>relPath</code> parameter values that * <ul> * <li>use either / or \ file path separator</li>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0) -
ci/official/containers/linux_arm64/builder.devtoolset/fixlinks_aarch64.sh
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== # # Re-direct all links in $1 that are relative to be canonical BASE="$1" find "${BASE}" -type l | \ while read l ; do if [[ "$(readlink "$l")" == \.\./* ]]; then CANONICAL="$(readlink "$l")"; rm "$l"; ln -s "${CANONICAL}" "$l"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 18 14:52:45 UTC 2023 - 969 bytes - Viewed (0) -
.github/CODEOWNERS
# Native platforms/native/ @gradle/bt-native-maintainers # IDE Experience team platforms/ide/ @gradle/bt-ide-experience # Eventually be moved to the core platform. # Currently heavily developed by the bt-ide-experience team. platforms/ide/problems/ @gradle/bt-ide-experience
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 24 14:46:27 UTC 2024 - 10.6K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/20_contributor_feature_request.yml
Please open IntelliJ-related issues on [the JetBrains Issue Tracker](https://youtrack.jetbrains.com/newIssue?project=IDEA) Please open Gradle Native-related issues on [the Gradle Native repository](https://github.com/gradle/gradle-native/issues) Provide a brief summary of the issue in the title above - type: textarea id: expected-behavior attributes: label: Expected Behavior
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Apr 06 11:10:39 UTC 2023 - 1.5K bytes - Viewed (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# Elements of this map are as below: # o key of map: a relative path to the application project from DBFlute client # o sqlDirectory: SQL directory as a relative path from the application directory # (NotRequired - Default Java:'src/main/java' & 'src/main/resources' CSharp:'source') # o sql2EntityOutputDirectory: source output directory from as a relative path from the application directory
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.java
private static native String toPrecision(double value, int precision); @JsMethod static native boolean stringIsNullOrEmpty(@Nullable String string) /*-{ return !string; }-*/; @JsMethod static native String nullToEmpty(@Nullable String string) /*-{ return string || ""; }-*/; @JsMethod static native String emptyToNull(@Nullable String string) /*-{
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon May 27 13:56:56 UTC 2024 - 2K bytes - Viewed (0) -
architecture/platforms.md
style extensibility fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000; extensibility --> core extensibility --> jvm subgraph native["native platform"] end style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000; native --> core native --> software enterprise["enterprise module"] style enterprise stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px,color:#000; ``` ## Platforms
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 06:42:46 UTC 2024 - 5.4K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java
* @throws IOException Model read problem */ @Test void testFlatTrickyUrls() throws IOException { // parent references child with artifactId (which is not directory name) // then relative path calculation will fail during build from disk but success when calculated from repo try { // build from disk expected to fail testInheritance("tricky-flat-artifactId-urls", false);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.9K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<!-- These packages are duplicated in ide-native from ide, don't require a package-info.java in each place --> <suppress checks="JavadocPackage" files=".*[/\\]ide-native[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]plugins[/\\]ide[/\\]api[/\\][^/\\]+"/> <!-- These packages are duplicated in platform-native from language-native, don't require a package-info.java in each place -->
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Jun 10 14:28:48 UTC 2024 - 10.5K bytes - Viewed (0)