- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 2,362 for dots (0.04 sec)
-
istioctl/pkg/describe/describe.go
return } // Ref: https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements if pod.Spec.SecurityContext != nil && pod.Spec.SecurityContext.RunAsUser != nil { if *pod.Spec.SecurityContext.RunAsUser == UserID { fmt.Fprintf(writer, " WARNING: User ID (UID) 1337 is reserved for the sidecar proxy.\n") } } // https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
import org.gradle.api.tasks.TaskAction import gradlebuild.docs.BuildableDOMCategory import gradlebuild.docs.DocGenerationException import gradlebuild.docs.XIncludeAwareXmlProvider import gradlebuild.docs.dsl.links.ClassLinkMetaData import gradlebuild.docs.dsl.links.LinkMetaData import gradlebuild.docs.dsl.source.model.ClassMetaData import gradlebuild.docs.model.ClassMetaDataRepository import gradlebuild.docs.model.SimpleClassMetaDataRepository
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 9.8K bytes - Viewed (0) -
docs/sts/wso2.md
- Configure an [OAuth service provider](https://docs.wso2.com/display/IS540/Adding+and+Configuring+a+Service+Provider).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.7K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
if [[ ! -f ${tmp_pdf_file} ]] ; then echo "unoconv does not work." exit 1 fi tmp_png_prefix=/tmp/thumbnail.png.$$ pdftoppm -png -singlefile ${tmp_pdf_file} ${tmp_png_prefix} tmp_png_file="${tmp_png_prefix}.png" rm -f ${tmp_pdf_file} if [[ ! -f ${tmp_png_file} ]] ; then echo "pdftoppm does not work." exit 1 fi
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jun 12 13:13:28 UTC 2023 - 2.5K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocMethodsBuilderTest.groovy
*/ package gradlebuild.docs.dsl.docbook import gradlebuild.docs.dsl.source.model.ClassMetaData import gradlebuild.docs.dsl.source.model.MethodMetaData import gradlebuild.docs.dsl.source.model.ParameterMetaData import gradlebuild.docs.dsl.source.model.PropertyMetaData import gradlebuild.docs.dsl.source.model.TypeMetaData import gradlebuild.docs.XmlSpecification import gradlebuild.docs.dsl.docbook.model.ClassDoc
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 8.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/RangeMap.java
@DoNotMock("Use ImmutableRangeMap or TreeRangeMap") @GwtIncompatible @ElementTypesAreNonnullByDefault public interface RangeMap<K extends Comparable, V> { /* * TODO(cpovirk): These docs sometimes say "map" and sometimes say "range map." Pick one, or at * least decide on a policy for when to use which. */ /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 21:19:52 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/de/docs/contributing.md
* Kopieren Sie die Datei: ``` docs/en/docs/features.md ``` * Fügen Sie sie an genau derselben Stelle ein, jedoch für die Sprache, die Sie übersetzen möchten, z. B.: ``` docs/es/docs/features.md ``` /// tip | "Tipp"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/AbstractExecutionListener.java
// default does nothing } public void projectSucceeded(ExecutionEvent event) { // default does nothing } public void projectFailed(ExecutionEvent event) { // default does nothing } public void forkStarted(ExecutionEvent event) { // default does nothing } public void forkSucceeded(ExecutionEvent event) { // default does nothing }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/bigdata/README.md
``` The rest of the other optimization options are discussed in the links below - [https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html](https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html) - [https://hadoop.apache.org/docs/r3.1.1/hadoop-aws/tools/hadoop-aws/committers.html](https://hadoop.apache.org/docs/r3.1.1/hadoop-aws/tools/hadoop-aws/committers.html)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 14.7K bytes - Viewed (0) -
docs/ru/docs/contributing.md
Предположим, что Вы хотите добавить перевод страницы [Основные свойства](features.md){.internal-link target=_blank}. * Скопируйте файл: ``` docs/en/docs/features.md ``` * Вставьте его точно в то же место, но в директорию языка, на который Вы хотите сделать перевод, например: ``` docs/es/docs/features.md ``` /// tip | "Подсказка" Заметьте, что в пути файла мы изменили только код языка с `en` на `es`. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 22.5K bytes - Viewed (0)