- Sort Score
- Result 10 results
- Languages All
Results 1201 - 1210 of 1,772 for request (0.12 sec)
-
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp
</table> </div> </div> <c:set var="pager" value="${stopwordsPager}" scope="request"/> <div class="row"> <div class="col-sm-2"> <la:message key="labels.pagination_page_guide_msg"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
/* * These are all the smbs supported by this library. This includes requests * and well as their responses for each type however the actuall implementations * of the readXxxWireFormat and writeXxxWireFormat methods may not be in * place. For example at the time of this writing the readXxxWireFormat * for requests and the writeXxxWireFormat for responses are not implemented
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 32.7K bytes - Viewed (0) -
docs/zh/docs/tutorial/background-tasks.md
它被直接导入/包含到FastAPI以便你可以从 `fastapi` 导入,并避免意外从 `starlette.background` 导入备用的 `BackgroundTask` (后面没有 `s`)。 通过仅使用 `BackgroundTasks` (而不是 `BackgroundTask`),使得能将它作为 *路径操作函数* 的参数 ,并让**FastAPI**为您处理其余部分, 就像直接使用 `Request` 对象。 在FastAPI中仍然可以单独使用 `BackgroundTask`,但您必须在代码中创建对象,并返回包含它的Starlette `Response`。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/CurlRequest.java
this.threadPool = null; final RequestProcessor processor = new RequestProcessor(encoding, threshold); connect(processor, e -> { throw new CurlException("Failed to process a request.", e); }); return processor.getResponse(); } protected String encode(final String value) { try { return URLEncoder.encode(value, encoding);
Registered: Thu Oct 31 02:32:13 UTC 2024 - Last Modified: Sun Feb 12 12:21:25 UTC 2023 - 12.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0) -
docs/en/docs/how-to/conditional-openapi.md
If you want to secure your API, there are several better things you can do, for example: * Make sure you have well defined Pydantic models for your request bodies and responses. * Configure any required permissions and roles using dependencies. * Never store plaintext passwords, only password hashes. * Implement and use well-known cryptographic tools, like Passlib and JWT tokens, etc.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:21:54 UTC 2024 - 2.3K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/platform/Jdk9Platform.kt
majorVersion != null && majorVersion >= 9 -> SSLContext.getInstance("TLS") else -> try { // Based on SSLSocket.getApplicationProtocol check we should // have TLSv1.3 if we request it. // See https://www.oracle.com/java/technologies/javase/8u261-relnotes.html SSLContext.getInstance("TLSv1.3") } catch (nsae: NoSuchAlgorithmException) { SSLContext.getInstance("TLS")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 3.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
import org.lastaflute.di.core.factory.SingletonLaContainerFactory; import org.lastaflute.di.core.smart.hot.HotdeployUtil; import org.lastaflute.job.JobManager; import org.lastaflute.web.servlet.request.RequestManager; import org.lastaflute.web.servlet.request.ResponseManager; public final class ComponentUtil { private static final Logger logger = LogManager.getLogger(ComponentUtil.class);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jun 17 13:35:51 UTC 2024 - 20.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import org.codelibs.curl.CurlResponse; import org.dbflute.optional.OptionalEntity; import org.lastaflute.web.servlet.request.stream.WrittenStreamOut; public abstract class DictionaryFile<T extends DictionaryItem> { protected DictionaryManager dictionaryManager; protected String id; protected String path;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 6.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp
</tbody> </table> <c:set var="pager" value="${dataConfigPager}" scope="request"/> <c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp"/> <c:if test="${pager.currentPageNumber > pager.allPageCount}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 9.3K bytes - Viewed (0)