- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 25 for msub (0.03 seconds)
-
src/main/webapp/js/purify.min.js
w","missing-glyph","script","set","solidcolor","unknown","use"]),I=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),M=i(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts"...
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/GradleBuildDocumentationPlugin.java
// Dokka Kotlin DSL reference goes into kotlin-dsl/ task.from(extension.getKotlinDslReference().getRenderedDocumentation(), sub -> sub.into("kotlin-dsl")); // User manual goes into userguide/ (for historical reasons) task.from(extension.getUserManual().getRenderedDocumentation(), sub -> sub.into("userguide"));Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 17:06:32 GMT 2026 - 7.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
sub.into("snippets"); sub.exclude("**/.gradle/**"); sub.exclude("**/build/**"); sub.setIncludeEmptyDirs(false); }); task.from(extension.getCssFiles(), sub -> sub.into("css")); task.from(extension.getUserManual().getRoot().dir("img"), sub -> {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 17.8K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/kotlindsl/kotlin-dsl-upstream-candidates.kt
// and make available to all Kotlin DSL users package gradlebuild.basics.kotlindsl import org.gradle.process.ExecOperations import java.io.ByteArrayOutputStream import java.io.File /** * `dir / "sub"` is the same as `dir.resolve("sub")`. * * @see [File.resolve] */ operator fun File.div(child: String): File = resolve(child)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon May 19 11:33:57 GMT 2025 - 965 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
public void test_parseJwtClaim_simpleValues() throws IOException { final String jwtClaim = "{\"sub\":\"user123\",\"name\":\"John Doe\",\"email\":\"******@****.***\"}"; final Map<String, Object> attributes = new HashMap<>(); authenticator.parseJwtClaim(jwtClaim, attributes); assertEquals("user123", attributes.get("sub")); assertEquals("John Doe", attributes.get("name"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/ErrorToWarnRewritePolicyTest.java
LogEvent event1 = Log4jLogEvent.newBuilder() .setLoggerName("test.logger.sub") .setLevel(Level.ERROR) .setMessage(new SimpleMessage("test message 1")) .build(); LogEvent event2 = Log4jLogEvent.newBuilder() .setLoggerName("another.logger.sub") .setLevel(Level.ERROR)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.2K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/ro/stopwords.txt
oriunde până pe pentru peste pînă poate pot prea prima primul prin printr sa să săi sale sau său se şi sînt sîntem sînteţi spre sub sunt suntem sunteţi ta tăi tale tău te ţi ţie tine toată toate tot toţi totuşi tu un una unde undeva unei unele uneori
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 15K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
are flags that allow build engineers to opt into and out of features of Gradle Runtime or Core Plugins. Practically every Gradle feature is behind a flag, and additional sub-flags or options provide further control. The number of existing Gradle properties is already in the double digits. More properties will be added in the future.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} return OptionalEntity.empty(); } /** * Processes sub-roles for the specified LDAP user. * * @param ldapUser the LDAP user to process sub-roles for * @param bindDn the bind DN for LDAP connection * @param subRoleSet the set of sub-roles to process * @param groupFilter the group filter pattern * @param roleSet the set of roles to updateCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0)