- Sort Score
- Result 10 results
- Languages All
Results 551 - 560 of 2,608 for name4 (0.03 sec)
-
arm_compiler.BUILD
package(default_visibility = ["//visibility:public"]) filegroup( name = "gcc", srcs = glob(["bin/*-gcc"]), ) filegroup( name = "ar", srcs = glob(["bin/*-ar"]), ) filegroup( name = "ld", srcs = glob(["bin/*-ld"]), ) filegroup( name = "nm", srcs = glob(["bin/*-nm"]), ) filegroup( name = "objcopy", srcs = glob(["bin/*-objcopy"]), ) filegroup(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Apr 12 11:17:46 UTC 2021 - 1.2K bytes - Viewed (0) -
dbflute.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="dbflute" basedir="."> <property name="mydbflute.dir" value="${basedir}/mydbflute" /> <property name="target.dir" value="${basedir}/target" /> <property name="branch.name" value="fess-14.17" /> <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> <target name="mydbflute.check"> <condition property="mydbflute.exists">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Sep 21 05:37:26 UTC 2024 - 1000 bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-groovy.xml
<module name="Checker"> <module name="SuppressionFilter"> <property name="file" value="${config_loc}/suppressions.xml"/> </module> <module name="RegexpHeader"> <property name="headerFile" value="${config_loc}/required-header.txt"/> </module> <module name="RegexpSingleline"> <property name="format" value="File \| Settings \| File Templates"/>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.4K bytes - Viewed (0) -
.junit.run/Not Slow.run.xml
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="Not Slow" type="JUnit" factoryName="JUnit" singleton="false"> <useClassPathOnly /> <option name="MAIN_CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="TEST_OBJECT" value="tags" /> <option name="VM_PARAMETERS" value="-ea -Djunit.jupiter.extensions.autodetection.enabled=true" /> <option name="PARAMETERS" value="" />
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Nov 21 13:28:45 UTC 2020 - 730 bytes - Viewed (0) -
.github/workflows/build-docs.yml
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 12:27:19 UTC 2024 - 4.1K bytes - Viewed (0) -
tests/test_filter_pydantic_sub_model/app_pv1.py
class ModelC(ModelB): password: str class ModelA(BaseModel): name: str description: Optional[str] = None model_b: ModelB @validator("name") def lower_username(cls, name: str, values): if not name.endswith("A"): raise ValueError("name must end in A") return name async def get_model_c() -> ModelC:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 784 bytes - Viewed (0) -
cmd/kms-handlers_test.go
defer tearDown() tests := []struct { name string method string path string query map[string]string }{ { name: "GET status", method: http.MethodGet, path: kmsStatusPath, }, { name: "GET metrics", method: http.MethodGet, path: kmsMetricsPath, }, { name: "GET apis", method: http.MethodGet, path: kmsAPIsPath,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Aug 18 06:43:03 UTC 2024 - 22.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 01:47:10 UTC 2024 - 17.8K bytes - Viewed (0) -
.github/workflows/contributor-pr.yml
permissions: {} jobs: build: name: "Compile All" permissions: contents: read runs-on: ubuntu-latest steps: - name: git clone uses: actions/checkout@v4 - id: setup-matrix run: echo "matrix=$(jq -c -f .github/workflows/extract-unit-test-split.jq .teamcity/subprojects.json)" >> $GITHUB_OUTPUT - name: setup java uses: actions/setup-java@v4 with:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 18:32:33 UTC 2024 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/MIEName.java
len |= 0x000000ff & buf[ i++ ]; // NAME if ( buf.length < i + len ) { throw new IllegalArgumentException(); } this.name = new String(buf, i, len); } MIEName ( ASN1ObjectIdentifier oid, String name ) { this.oid = oid; this.name = name; } /* * (non-Javadoc) *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.5K bytes - Viewed (0)