- Sort Score
- Result 10 results
- Languages All
Results 1061 - 1070 of 1,126 for configuration (0.19 sec)
-
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
id("gradlebuild.code-quality") } val packageCyclesExtension = extensions.create<PackageCyclesExtension>("packageCycles").apply { excludePatterns.convention(emptyList()) } val sharedArchTestClasses by configurations.creating { isCanBeResolved = true isCanBeConsumed = false attributes { attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.LIBRARY))
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jul 03 16:00:02 UTC 2024 - 3K bytes - Viewed (0) -
docs/en/docs/advanced/response-headers.md
href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">using the 'X-' prefix</a>. But if you have custom headers that you want a client in a browser to be able to see, you need to add them to your CORS configurations (read more in [CORS (Cross-Origin Resource Sharing)](../tutorial/cors.md){.internal-link target=_blank}), using the parameter `expose_headers` documented in <a href="https://www.starlette.io/middleware/#corsmiddleware" class="external-link" t...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.2K bytes - Viewed (0) -
Makefile
test-iam-import-with-missing-entities: install-race ## test import of external iam config withg missing entities @echo "Test IAM import configurations with missing entities" @env bash $(PWD)/docs/distributed/iam-import-with-missing-entities.sh test-iam-import-with-openid: install-race @echo "Test IAM import configurations with openid" @env bash $(PWD)/docs/distributed/iam-import-with-openid.sh test-sio-error:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 11.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package configurations import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.Os import common.applyPerformanceTestSettings import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 18 07:02:47 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:48:51 UTC 2024 - 43.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package configurations import common.Os import common.applyDefaultSettings import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.ReuseBuilds import model.CIBuildModel
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 10 13:15:00 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/es/README.md
![Interfaz de Administración](https://fess.codelibs.org/_images/fess_admin_dashboard.png) Puedes registrar los objetivos de rastreo en la interfaz de administración en las páginas de configuración del rastreador (Web, Archivo, Almacenamiento de Datos), y luego iniciar el rastreador manualmente en la [página del Programador](https://fess.codelibs.org/14.17/admin/scheduler-guide.html).
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/en/docs/how-to/conditional-openapi.md
* ...etc. Nevertheless, you might have a very specific use case where you really need to disable the API docs for some environment (e.g. for production) or depending on configurations from environment variables. ## Conditional OpenAPI from settings and env vars You can easily use the same Pydantic settings to configure your generated OpenAPI and the docs UIs. For example:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:21:54 UTC 2024 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
package configurations import com.alibaba.fastjson.JSONObject import com.alibaba.fastjson.annotation.JSONField import common.functionalTestExtraParameters import common.getBuildScanCustomValueParam import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.buildFeatures.perfmon import model.CIBuildModel import model.Stage import model.StageName import model.TestCoverage import model.TestType
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 25 06:14:43 UTC 2024 - 4.5K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
) ) } } fun configureClasspathManifestGeneration() { val runtimeClasspath by configurations val externalComponents by lazy { runtimeClasspath.incoming.resolutionResult.rootComponent.map { rootComponent -> val rootVariant = rootComponent.variants.find { it.displayName == runtimeClasspath.name }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed May 01 08:59:48 UTC 2024 - 4.4K bytes - Viewed (0)