- Sort Score
- Num 10 results
- Language All
Results 491 - 500 of 647 for session_ (0.15 seconds)
-
impl/maven-cli/src/test/resources/mavenHome/conf/maven-system.properties
# user properties at the very beginning of Maven's boot process. # maven.property = yes it is maven.installation.conf = ${maven.home}/conf maven.user.conf = ${user.home}/.m2 maven.project.conf = ${session.rootDirectory}/.mvn # Comma-separated list of files to include. # Each item may be enclosed in quotes to gracefully include spaces. Items are trimmed before being loaded.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 2.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginRealmCache.java
ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, DependencyFilter dependencyFilter, List<RemoteRepository> repositories, RepositorySystemSession session); CacheRecord get(Key key); default CacheRecord get(Key key, PluginRealmSupplier supplier) throws PluginResolutionException, PluginContainerException { CacheRecord cr = get(key);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 3.5K bytes - Click Count (0) -
docs_src/cookie_param_models/tutorial002_py39.py
from typing import Union from fastapi import Cookie, FastAPI from pydantic import BaseModel app = FastAPI() class Cookies(BaseModel): model_config = {"extra": "forbid"} session_id: str fatebook_tracker: Union[str, None] = None googall_tracker: Union[str, None] = None @app.get("/items/") async def read_items(cookies: Cookies = Cookie()):
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 381 bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
* * @return negotiated multiplex count */ public int getNegotiatedMpxCount() { return this.maxMpxCount; } /** * Gets the negotiated session key. * * @return negotiated session key */ public int getNegotiatedSessionKey() { return this.sessionKey; } /** * {@inheritDoc} *Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 15.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginValidationManager.java
* location as those are not yet available. */ void reportPluginValidationIssue( IssueLocality locality, RepositorySystemSession session, Artifact pluginArtifact, String issue); /** * Reports plugin issues applicable to the plugin as a whole. * <p>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.4K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-jar-plugin/0.1/maven-jar-plugin-0.1.jar
META-INF/maven/plugin.xml A test plugin to assist testing of Maven core. org.apache.maven.plugins maven-jar-plugin 0.1 jar false true jar Does nothing. runtime false true false false false true org.apache.maven.plugin.coreit.ItMojo java per-lookup once-per-session org.apache.maven maven-plugin-api jar 2.0 org/apache/maven/plugin/coreit/ItMojo.class package org.apache.maven.plugin.coreit; public synchronized class ItMojo extends org.apache.maven.plugin.AbstractMojo { public void ItMojo(); public void execute();...Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 6.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DeprecatedCoreExpressionValidator.java
static { HashMap<String, String> deprecatedCoreParameters = new HashMap<>(); deprecatedCoreParameters.put("${localRepository}", ARTIFACT_REPOSITORY_REASON); deprecatedCoreParameters.put("${session.localRepository}", ARTIFACT_REPOSITORY_REASON); DEPRECATED_CORE_PARAMETERS = deprecatedCoreParameters; } @Inject DeprecatedCoreExpressionValidator(PluginValidationManager pluginValidationManager) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.5K bytes - Click Count (0) -
docs_src/cookie_param_models/tutorial001_py39.py
from typing import Union from fastapi import Cookie, FastAPI from pydantic import BaseModel app = FastAPI() class Cookies(BaseModel): session_id: str fatebook_tracker: Union[str, None] = None googall_tracker: Union[str, None] = None @app.get("/items/") async def read_items(cookies: Cookies = Cookie()):
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 341 bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.crawling_info_link_details=Dettagli labels.crawling_info_link_create=Crea labels.crawling_info_link_update=Modifica labels.crawling_info_link_delete=Elimina labels.crawling_info_session_id_search=ID sessione labels.crawling_info_session_id=ID sessione labels.crawling_info_created_time=Creato labels.crawling_info_delete_all_link=Elimina tutto labels.crawling_info_delete_all_confirmation=Sei sicuro di voler eliminare tutto?
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 04 09:16:23 GMT 2025 - 46.6K bytes - Click Count (0) -
docs/smb3-features/01-smb3-lease-design.md
if (msg instanceof Smb2LeaseBreakNotification) { Smb2LeaseBreakNotification breakNotif = (Smb2LeaseBreakNotification) msg; // Get lease manager from session LeaseManager leaseManager = session.getLeaseManager(); // Handle the lease break leaseManager.handleLeaseBreak( breakNotif.getLeaseKey(), breakNotif.getNewLeaseState()
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0)