- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 15 for tagname (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/purify.min.js
e.childNodes;if(n&&t){for(let o=n.length-1;o>=0;--o){const r=$(n[o],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,re(e))}}}return At(e),!0}return e instanceof w&&!function(e){let t=ae(e);t&&t.tagName||(t={namespaceURI:rt,tagName:"template"});const n=h(e.tagName),o=h(t.tagName);return!!at[e.namespaceURI]&&(e.namespaceURI===nt?t.namespaceURI===ot?"svg"===n:t.namespaceURI===tt?"svg"===n&&("annotation-xml"===o||ct[o]):Boolean(yt[n]):e.namespaceURI===tt?t.namespaceURI===ot?"math"===n:...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
List<Element> inSection = new ArrayList<>(); inSection.add(heading); Element next = heading.nextElementSibling(); while (true) { if (next == null || next.tagName().equals("h2")) { Element section = heading.before("<section class='topic'/>").previousElementSibling(); Elements inSectionElements = new Elements(inSection);Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
src/main/webapp/js/chat.js
DOMPurify.addHook('afterSanitizeAttributes', function(node) { if (node.tagName === 'A' && node.hasAttribute('href')) { node.setAttribute('rel', 'nofollow'); } if (node.hasAttribute('class')) { var tag = node.tagName; if (tag !== 'CODE' && tag !== 'PRE' && tag !== 'SPAN' && tag !== 'DIV') {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
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 } .filter { it.os == os && !it.testType.crossVersionTests } .forEach {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 5.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/CheckProject.kt
val previousCrossVersionTests: MutableList<BaseGradleBuildType> = mutableListOf() model.stages.forEach { stage -> if (isSecurityFork() && stage.stageName > StageName.READY_FOR_RELEASE) { return@forEach } val stageProject = StageProject( model, functionalTestBucketProvider,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 4.1K bytes - Click Count (1) -
.teamcity/src/main/kotlin/projects/SmokeTestProject.kt
model: CIBuildModel, stage: Stage, smokeBuildTypes: List<OsAwareBaseGradleBuildType>, ) : Project({ id("${model.projectId}_Stage_${stage.stageName.id}_SmokeTest") uuid = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stage.stageName.uuid}_SmokeTest" name = "Smoke Test" description = "Smoke tests against third-party plugins, Gradle build, and IDE sync" }) { init {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 1.5K 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 Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 05:47:02 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
import model.CIBuildModel import model.JsonBasedGradleSubprojectProvider import model.PerformanceTestCoverage import model.PerformanceTestType import model.Stage import model.StageName import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Test import java.io.File class PerformanceTestBuildTypeTest { init { DslContext.initForTest() }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 8.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/Os.kt
enum class Arch( val suffix: String, val nameOnLinuxWindows: String, val nameOnMac: String, ) { AMD64("64bit", "amd64", "x86_64"), AARCH64("aarch64", "aarch64", "aarch64"), ; fun asName() = name.lowercase().toCapitalized() } enum class Os( val agentRequirement: String, val androidHome: String, val jprofilerHome: String, val perfTestWorkingDir: String = "%teamcity.build.checkoutDir%",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 15 19:30:24 GMT 2026 - 4K bytes - Click Count (0)