- Sort Score
- Result 10 results
- Languages All
Results 701 - 707 of 707 for deemed (0.07 sec)
-
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
server.useHttps(handshakeCertificates.sslSocketFactory()) server.enqueue(MockResponse(socketPolicy = FailHandshake)) server.enqueue(MockResponse(body = "Response that would have needed fallbacks")) client = client.newBuilder() .sslSocketFactory( handshakeCertificates.sslSocketFactory(), handshakeCertificates.trustManager, ) .build()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js.map
TIC)\n }\n this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig())\n }\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement &&\n $(parent).closest(Selector.NAVBAR_NAV).length === 0) {\n ...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jan 11 06:54:28 UTC 2020 - 189.9K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
0px 5px; text-decoration: none; } /* background: #ABAD85 #CED4BD background: #DEE4CD */ #confmenu a.active { color: #7A9437; background: #DEE4CD; border-bottom: 3px solid #DEE4CD; } #confmenu a:hover { color: #fff; background: #ADC09F; } #confmenu a:visited { color: #DEDECF; } #confmenu a.active:visited { color: #7A9437; } #confmenu a.active:hover { background: #DEE4CD; color: #DEDECF; } #content { background: #DEE4CD; padding: 20px; border: 2px solid black; border-top: none; z-index: 2; } #content...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. R */ String ROLE_SEARCH_ROLE_PREFIX = "role.search.role.prefix"; /** The key of the configuration. e.g. D */ String ROLE_SEARCH_DENIED_PREFIX = "role.search.denied.prefix"; /** The key of the configuration. e.g. / */ String COOKIE_DEFAULT_PATH = "cookie.default.path"; /** The key of the configuration. e.g. 3600 */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
fastapi/applications.py
```python from fastapi import FastAPI app = FastAPI() @app.delete("/items/{item_id}") def delete_item(item_id: str): return {"message": "Item deleted"} ``` """ return self.router.delete( path, response_model=response_model, status_code=status_code, tags=tags,
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 17 04:52:31 UTC 2024 - 172.2K bytes - Viewed (0) -
cmd/object-handlers_test.go
accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, expectedRespStatus: http.StatusNoContent, }, // Test case - 2. // Attempt to delete an object which is already deleted. // Still should return http response status 204. { bucketName: bucketName, objectName: objectName, accessKey: credentials.AccessKey, secretKey: credentials.SecretKey,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 20:10:44 UTC 2024 - 163.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<magic priority="50"> <match value="#!AMR-WB\n" type="string" offset="0"/> </magic> </mime-type> <mime-type type="audio/amr-wb+"> <sub-class-of type="audio/amr"/> <!-- TIKA-1156 sample needed - might be "#!AMR-WB+\n" ? --> </mime-type> <mime-type type="audio/asc"/> <mime-type type="audio/basic"> <_comment>uLaw/AU Audio File</_comment> <magic priority="20">
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (1)