- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for origem (0.38 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String API_CORS_ALLOW_ORIGIN = "api.cors.allow.origin"; /** The key of the configuration. e.g. GET, POST, OPTIONS, DELETE, PUT */ String API_CORS_ALLOW_METHODS = "api.cors.allow.methods"; /** The key of the configuration. e.g. 3600 */ String API_CORS_MAX_AGE = "api.cors.max.age"; /** The key of the configuration. e.g. Origin, Content-Type, Accept, Authorization, X-Requested-With */
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (0) -
doc/go_spec.html
[][]Point{{{0, 1}, {1, 2}}} // same as [][]Point{[]Point{Point{0, 1}, Point{1, 2}}} map[string]Point{"orig": {0, 0}} // same as map[string]Point{"orig": Point{0, 0}} map[Point]string{{0, 0}: "orig"} // same as map[Point]string{Point{0, 0}: "orig"} type PPoint *Point [2]*Point{{1.5, -3.5}, {}} // same as [2]*Point{&Point{1.5, -3.5}, &Point{}}
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (1) -
docs/en/docs/release-notes.md
* 🌐 Add Korean translation for Tutorial - First Steps. PR [#2323](https://github.com/tiangolo/fastapi/pull/2323) by [@hard-coders](https://github.com/hard-coders). * 🌐 Add Chinese translation for Tutorial - CORS (Cross-Origin Resource Sharing). PR [#2540](https://github.com/tiangolo/fastapi/pull/2540) by [@blt232018](https://github.com/blt232018).
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 16:51:17 UTC 2024 - 449.4K bytes - Viewed (0)