- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 202 for separators (0.05 sec)
-
api/maven-api-settings/src/main/mdo/settings.mdo
Indicate whether maven should operate in offline mode full-time. </description> <type>boolean</type> <defaultValue>false</defaultValue> </field> <field xdoc.separator="blank"> <name>proxies</name> <version>1.0.0+</version> <description> Configuration for different proxy profiles. Multiple proxy profilesRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
else -> "`${p.name}`: ${p.type.toTypeArgumentString()}" } }.joinToString(separator = ", ") } ?: "" private fun singleTypeArgumentStringOf(p: MappedApiFunctionParameter) = p.type.typeArguments.single().toTypeArgumentString() privateRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Writer.java
serializer.setProperty("http://xmlpull.org/v1/doc/properties.html#serializer-indentation", " "); serializer.setProperty("http://xmlpull.org/v1/doc/properties.html#serializer-line-separator", "\n"); serializer.setOutput(writer); serializer.startDocument(coreExtensions.getModelEncoding(), null); writeCoreExtensions(coreExtensions, "extensions", serializer); serializer.endDocument();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 6.7K bytes - Viewed (0) -
cmd/metacache-set.go
InclDeleted bool // Scan recursively. // If false only main directory will be scanned. // Should always be true if Separator is n SlashSeparator. Recursive bool // Separator to use. Separator string // Create indicates that the lister should not attempt to load an existing cache. Create bool // Include pure directories. IncludeDirectories bool
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 30.7K bytes - Viewed (0) -
fastapi/security/http.py
except (ValueError, UnicodeDecodeError, binascii.Error) as e: raise self.make_not_authenticated_error() from e username, separator, password = data.partition(":") if not separator: raise self.make_not_authenticated_error() return HTTPBasicCredentials(username=username, password=password) class HTTPBearer(HTTPBase): """
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
String stateDir = System.getProperty("jcifs.smb.client.handleStateDirectory"); if (stateDir == null) { String homeDir = System.getProperty("user.home"); stateDir = homeDir + File.separator + ".jcifs" + File.separator + "handles"; } this.stateDirectory = Paths.get(stateDir); try { Files.createDirectories(stateDirectory); } catch (IOException e) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0) -
internal/kms/context.go
if start < i { dst.WriteString(s[start:i]) } dst.WriteString(`\ufffd`) i += size start = i continue } // U+2028 is LINE SEPARATOR. // U+2029 is PARAGRAPH SEPARATOR. // They are both technically valid characters in JSON strings, // but don't work in JSONP, which has to be evaluated as JavaScript, // and can lead to security holes there. It is valid JSON to
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Jan 02 17:15:06 UTC 2022 - 6K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/AndroidStudioSystemProperties.kt
systemProperties.add("-Dstudio.tests.headless=true") } if (androidStudioJvmArgs.isNotEmpty()) { systemProperties.add("-DstudioJvmArgs=${androidStudioJvmArgs.joinToString(separator = ",")}") } return systemProperties } private fun getStudioHome(): String { if (autoDownloadAndroidStudio) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Feb 20 09:51:32 UTC 2024 - 2.9K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<description>The base version (i.e. ending in {@code -SNAPSHOT}) when this directory represents a "groupId/artifactId/version" for a SNAPSHOT.</description> </field> <field xdoc.separator="blank"> <name>plugins</name> <version>1.0.0+</version> <description>The set of plugins when this directory represents a "groupId".</description> <association>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/utils/Os.java
* @see <a href="https://issues.apache.org/jira/browse/HADOOP-3318">HADOOP-3318</a> */ private static final String DARWIN = "darwin"; /** * The path separator. */ private static final String PATH_SEP = System.getProperty("path.separator"); static { // Those two public constants are initialized here, as they need all the private constantsRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 7.2K bytes - Viewed (0)