- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 574 for isName (0.15 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ObjectBasedValueSource.java
* supplied object is the root. Expressions like 'child.name' will translate into * 'rootObject.getChild().getName()' for non-boolean properties, and * 'rootObject.getChild().isName()' for boolean properties. * * @deprecated use {@code org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public class ObjectBasedValueSource extends AbstractValueSource {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.4K bytes - Click Count (0) -
ci/official/wheel.sh
tfrun "$TFCI_FIND_BIN" ./bazel-bin/tensorflow/tools/pip_package -iname "*.whl" -exec cp {} $TFCI_OUTPUT_DIR \; tfrun mkdir -p ./dist tfrun cp $TFCI_OUTPUT_DIR/*.whl ./dist tfrun bash ./ci/official/utilities/rename_and_verify_wheels.sh if [[ -n "$TFCI_BUILD_PIP_PACKAGE_ADDITIONAL_WHEEL_NAMES" ]]; then # Re-build the wheel with the same config, but with different name(s), if any.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Mar 03 17:29:53 GMT 2025 - 3.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
} }) class FlakyTestQuarantineProject( model: CIBuildModel, stage: Stage, val os: Os, ) : Project({ id("${model.projectId}_FlakyQuarantine_${os.asName()}") name = "Flaky Test Quarantine - ${os.asName()}" model.stages .filter { it.stageName <= StageName.READY_FOR_RELEASE } .flatMap { it.functionalTests }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DocsTest.kt
os: Os, ): String = "${model.projectId}_DocsTest_${os.asName()}" class DocsTestProject( model: CIBuildModel, stage: Stage, val os: Os, testJava: JvmCategory, testTypes: List<DocsTestType>, ) : Project({ id(asDocsTestId(model, os)) name = "Docs Test - ${testJava.version.toCapitalized()} ${os.asName()}" }) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 18 02:29:43 GMT 2025 - 3.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/RerunFlakyTest.kt
import jetbrains.buildServer.configs.kotlin.ParameterDisplay class RerunFlakyTest( os: Os, arch: Arch = Arch.AMD64, ) : BuildType({ val id = "Util_RerunFlakyTest${os.asName()}${arch.asName()}" name = "Rerun Flaky Test - ${os.asName()} ${arch.asName()}" description = "Allows you to rerun a selected flaky test 10 times" id(id) val testJvmVendorParameter = "testJavaVendor"
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 19 08:02:04 GMT 2025 - 5.1K bytes - Click Count (0) -
docs/en/docs/newsletter.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Aug 06 04:48:30 GMT 2024 - 326 bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
) = "${asConfigurationId(model)}$bucket" override fun asConfigurationId(model: CIBuildModel) = "${model.projectId}_${oldUuid ?: "PerformanceTest$uuid"}" override fun asName(): String = "${type.displayName} - ${os.asName()}" override fun channel() = "${type.channel}${if (os == Os.LINUX) "" else "-${os.name.lowercase(Locale.US)}"}-%teamcity.build.branch%" } data class FlameGraphGeneration(Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 3.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
abstract class AdHocPerformanceScenario( os: Os, arch: Arch = Arch.AMD64, ) : BuildType({ val id = "Util_Performance_AdHocPerformanceScenario${os.asName()}${arch.asName()}" name = "AdHoc Performance Scenario - ${os.asName()} ${arch.asName()}" id(id) applyPerformanceTestSettings(os = os, arch = arch, timeout = 420) setArtifactRules(INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES)
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.5K bytes - Click Count (0) -
clause/expression.go
} } name := make([]byte, 0, 10) for _, v := range []byte(expr.SQL) { if v == '@' && !inName { inName = true name = name[:0] } else if v == ' ' || v == ',' || v == ')' || v == '"' || v == '\'' || v == '`' || v == '\r' || v == '\n' || v == ';' { if inName { if nv, ok := namedMap[string(name)]; ok { if afterParenthesis { processValue(builder, nv) } else {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Nov 04 07:04:52 GMT 2025 - 8K bytes - Click Count (0) -
fess-crawler-lasta/src/main/resources/crawler/transformer_basic.xml
<arg>"//AREA"</arg> <arg>"href"</arg> </postConstruct> <postConstruct name="put"> <arg>"//FRAME"</arg> <arg>"src"</arg> </postConstruct> <postConstruct name="put"> <arg>"//IFRAME"</arg> <arg>"src"</arg> </postConstruct> <postConstruct name="put"> <arg>"//IMG"</arg> <arg>"src"</arg> </postConstruct> <postConstruct name="put"> <arg>"//LINK"</arg> <arg>"href"</arg>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Sep 30 21:21:24 GMT 2018 - 3.3K bytes - Click Count (0)