- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 1,385 for Rome (0.02 seconds)
-
compat/maven-builder-support/src/main/java/org/apache/maven/building/Problem.java
* is given by {@link #getSource()}. * * @return The one-based index of the line containing the problem or a non-positive value if unknown. */ int getLineNumber(); /** * Gets the one-based index of the column containing the problem. The column number should refer to some text file * that is given by {@link #getSource()}. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 15 18:51:29 GMT 2025 - 3.4K bytes - Click Count (0) -
build-logic/documentation/src/test/resources/org/gradle/test/JavaInterfaceWithConstants.java
package org.gradle.test; public interface JavaInterfaceWithConstants { String STRING_CONST = "some-string"; public static final int INT_CONST = 120;Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 160 bytes - Click Count (0) -
src/main/resources/fess_message_pt_BR.properties
# Fess # ====== errors.login_error = Nome de usuário ou senha incorretos. errors.sso_login_error=Falha no processo de login SSO. errors.could_not_find_log_file = Não foi possível encontrar {0}. errors.failed_to_start_crawl_process = Não foi possível iniciar o processo de rastreamento. errors.invalid_design_jsp_file_name = Nome de arquivo JSP inválido. errors.design_jsp_file_does_not_exist = O arquivo JSP não existe.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.8K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/SystemUtil.java
/** * <code>user.dir</code> system property. */ public static final String USER_DIR = System.getProperty("user.dir"); /** * <code>user.home</code> system property. */ public static final String USER_HOME = System.getProperty("user.home"); /** * Returns the system property value for the specified key. * * @param key the property keyCreated: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.6K bytes - Click Count (0) -
fess-crawler/src/test/resources/ajax/index.html
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Oct 11 02:16:55 GMT 2015 - 1.5K bytes - Click Count (0) -
docs_src/custom_response/tutorial007_py39.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 277 bytes - Click Count (0) -
docs/en/docs/tutorial/body-nested-models.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 6.7K bytes - Click Count (0) -
docs_src/custom_response/tutorial002_py39.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 352 bytes - Click Count (0) -
docs_src/response_cookies/tutorial001_py39.py
from fastapi import FastAPI from fastapi.responses import JSONResponse app = FastAPI() @app.post("/cookie/") def create_cookie(): content = {"message": "Come to the dark side, we have cookies"} response = JSONResponse(content=content) response.set_cookie(key="fakesession", value="fake-cookie-session-value")
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 344 bytes - Click Count (0) -
docs_src/custom_response/tutorial003_py39.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 394 bytes - Click Count (0)