- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 303 for let (0.01 seconds)
-
src/main/webapp/js/marked.min.js
r=y;TextRenderer=S;Lexer=x;Tokenizer=w;Hooks=P;constructor(...e){this.use(...e)}walkTokens(e,t){let n=[];for(let r of e)switch(n=n.concat(t.call(this,r)),r.type){case"table":{let i=r;for(let s of i.header)n=n.concat(this.walkTokens(s.tokens,t));for(let s of i.rows)for(let a of s)n=n.concat(this.walkTokens(a.tokens,t));break}case"list":{let i=r;n=n.concat(this.walkTokens(i.items,t));break}default:{let i=r;this.defaults.extensions?.childTokens?.[i.type]?this.defaults.extensions.childTokens[i.type].forEach(s=>{let...
Created: 2026-03-31 13:07 - Last Modified: 2026-03-15 06:21 - 41.5K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
="http://www.w3.org/2000/svg",ot="http://www.w3.org/1999/xhtml";let rt=ot,it=!1,at=null;const lt=R({},[tt,nt,ot],g);let ct=R({},["mi","mo","mn","ms","mtext"]),st=R({},["annotation-xml"]);const ut=R({},["title","style","font","a","script"]);let mt=null;const pt=["application/xhtml+xml","text/html"];let ft=null,dt=null;const ht=r.createElement("form"),gt=function(e){return e instanceof RegExp||e instanceof Function},Tt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!...Created: 2026-03-31 13:07 - Last Modified: 2026-03-15 06:21 - 22.7K bytes - Click Count (0) -
docs/en/docs/js/custom.js
const termynalActivateClass = "termy"; let termynals = []; function createTermynals() { document .querySelectorAll(`.${termynalActivateClass} .highlight code`) .forEach(node => { const text = node.textContent; const lines = text.split("\n"); const useLines = []; let buffer = []; function saveBuffer() {
Created: 2026-04-05 07:19 - Last Modified: 2026-03-05 17:59 - 7.7K bytes - Click Count (2) -
docs/en/docs/js/termynal.js
Created: 2026-04-05 07:19 - Last Modified: 2025-08-31 10:32 - 9.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/BinaryCompatibilityRepository.kt
} } private fun apiSourceFileFor(member: JApiCompatibility): ApiSourceFile = member.jApiClass.let { declaringClass -> sources.sourceFileAndSourceRootFor(declaringClass.sourceFilePath).let { (sourceFile, sourceRoot) -> if (declaringClass.isKotlin) ApiSourceFile.Kotlin(sourceFile, sourceRoot) else ApiSourceFile.Java(sourceFile, sourceRoot) } }Created: 2026-04-01 11:36 - Last Modified: 2025-12-24 14:15 - 3.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java
// don't let the entries get GCed List<Entry<Object, Object>> unused = warmUp(cache); assertThat(cache.size()).isEqualTo(WARMUP_SIZE); assertMapSize(cache.asMap(), WARMUP_SIZE); checkValidState(cache); } } public void testContainsKey_found() { for (LoadingCache<Object, Object> cache : caches()) { // don't let the entries get GCed
Created: 2026-04-03 12:43 - Last Modified: 2026-03-18 18:06 - 15.4K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/provider/BuildTimestampFromBuildReceiptValueSource.kt
buildReceiptString() ?.let(BuildReceipt::readBuildReceiptFromString) ?.let { buildReceipt -> buildReceipt["buildTimestamp"] as String } } override fun getDisplayName(): String = "the build timestamp extracted from the build receipt".let { when {
Created: 2026-04-01 11:36 - Last Modified: 2023-09-30 16:17 - 1.9K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/metadata/KotlinMetadataQueries.kt
ctClass.metadata ?.let { KotlinClassMetadata.readStrict(it) } ?.let { query(it) } ?: false private val CtClass.metadata: Metadata? get() = ctAnnotation<Metadata>()?.let { annotation -> Metadata( kind = annotation.getMemberValue("k")?.intValue ?: 1,Created: 2026-04-01 11:36 - Last Modified: 2025-07-04 09:21 - 4.8K bytes - Click Count (0) -
okcurl/src/main/kotlin/okhttp3/curl/internal/-MainCommon.kt
return request.build() } private fun Main.mediaType(): MediaType? { val mimeType = headers?.let { for (header in it) { val parts = header.split(':', limit = 2) if ("Content-Type".equals(parts[0], ignoreCase = true)) { return@let parts[1].trim() } } return@let null } ?: "application/x-www-form-urlencoded" return mimeType.toMediaTypeOrNull() }
Created: 2026-04-03 11:42 - Last Modified: 2025-03-19 19:25 - 2.7K bytes - Click Count (0) -
.dir-locals.el
(save-excursion (let ((start (point))) (forward-line -1) (if (re-search-forward " \\\+$" start t) t nil)))) (defun my/inside-java-lambda-p () "Returns true if point is the first statement inside of a lambda" (save-excursion (c-beginning-of-statement-1) (let ((start (point))) (forward-line -1)Created: 2026-04-08 16:19 - Last Modified: 2017-04-14 14:50 - 3.3K bytes - Click Count (0)