/dports/editors/kate/kate-21.12.3/addons/lspclient/ |
H A D | lspclientprotocol.h | 132 using LSPPosition = KTextEditor::Cursor; 139 using LSPRange = KTextEditor::Range; 202 : name(_name) in LSPSymbolInformation() 204 , kind(_kind) in LSPSymbolInformation() 208 QString name; member 210 LSPSymbolKind kind; member 334 QString title; member 373 QString title; member 385 QString title; member 386 QString kind; member [all …]
|
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/docs/book/pages/app_customization/ |
H A D | config_reflection.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 16 the Service value using a `vars` entry**. If the value is updated or transformed by the 20 {% panel style="info", title="Reference" %} 38 Apply will resolve `$(BACKEND_SERVICE_NAME)` to a value using the object reference 52 kind: Service 65 kind: Service 83 kind: Deployment 108 kind: Service 120 kind: Deployment [all …]
|
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/docs/book/pages/app_customization/ |
H A D | config_reflection.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 16 the Service value using a `vars` entry**. If the value is updated or transformed by the 20 {% panel style="info", title="Reference" %} 38 Apply will resolve `$(BACKEND_SERVICE_NAME)` to a value using the object reference 52 kind: Service 65 kind: Service 83 kind: Deployment 108 kind: Service 120 kind: Deployment [all …]
|
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/docs/book/pages/app_customization/ |
H A D | config_reflection.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 16 the Service value using a `vars` entry**. If the value is updated or transformed by the 20 {% panel style="info", title="Reference" %} 38 Apply will resolve `$(BACKEND_SERVICE_NAME)` to a value using the object reference 52 kind: Service 65 kind: Service 83 kind: Deployment 108 kind: Service 120 kind: Deployment [all …]
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/ |
H A D | lsptypes.h | 204 QString title() const { return typedValue<QString>(titleKey); } in title() function 205 void setTitle(const QString &title) { insert(titleKey, title); } in setTitle() argument 432 void setKind(MarkupKind kind) { insert(kindKey, kind); } in setKind() argument 462 WorkSpaceFolder(const DocumentUri &uri, const QString &name); 471 void setName(const QString &name) { insert(nameKey, name); } in setName() argument 483 void setName(const QString &name) { insert(nameKey, name); } in setName() argument 485 int kind() const { return typedValue<int>(kindKey); } in kind() function 486 void setKind(int kind) { insert(kindKey, kind); } in setKind() argument 510 void setName(const QString &name) { insert(nameKey, name); } in setName() argument 516 int kind() const { return typedValue<int>(kindKey); } in kind() function [all …]
|
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/docs/book/pages/resource_printing/ |
H A D | fields.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 Kubectl can format and print specific fields from Resources using Json Path. 27 {% panel style="warning", title="Scripting Pitfalls" %} 43 **Note:** JSON Path can also be read from a file using `-o custom-columns-file`. 55 | text | the plain text | kind is {.kind} | kind is List | 57 | . or [] | child operator | {.kind} or {[‘kind’]} | List | 152 map[kind:List apiVersion:v1 metadata:map[selfLink: resourceVersion:] items:[map[apiVersion:apps/v1 … 170 map[kind:Deployment...readyReplicas:1]] 171 map[kind:Deployment...readyReplicas:1]] [all …]
|
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/docs/book/pages/resource_printing/ |
H A D | fields.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 Kubectl can format and print specific fields from Resources using Json Path. 27 {% panel style="warning", title="Scripting Pitfalls" %} 43 **Note:** JSON Path can also be read from a file using `-o custom-columns-file`. 55 | text | the plain text | kind is {.kind} | kind is List | 57 | . or [] | child operator | {.kind} or {[‘kind’]} | List | 152 map[kind:List apiVersion:v1 metadata:map[selfLink: resourceVersion:] items:[map[apiVersion:apps/v1 … 170 map[kind:Deployment...readyReplicas:1]] 171 map[kind:Deployment...readyReplicas:1]] [all …]
|
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/ |
H A D | fields.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 Kubectl can format and print specific fields from Resources using Json Path. 27 {% panel style="warning", title="Scripting Pitfalls" %} 43 **Note:** JSON Path can also be read from a file using `-o custom-columns-file`. 55 | text | the plain text | kind is {.kind} | kind is List | 57 | . or [] | child operator | {.kind} or {[‘kind’]} | List | 152 map[kind:List apiVersion:v1 metadata:map[selfLink: resourceVersion:] items:[map[apiVersion:apps/v1 … 170 map[kind:Deployment...readyReplicas:1]] 171 map[kind:Deployment...readyReplicas:1]] [all …]
|
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/docs/book/pages/app_management/ |
H A D | secrets_and_configmaps.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 13 {% panel style="info", title="Reference" %} 71 kind: ConfigMap 88 {% panel style="info", title="Literal Syntax" %} 114 kind: ConfigMap 180 for more on using Bases. e.g. `behavior: "merge"` 188 {% panel style="info", title="Secret Syntax" %} 189 Secret type is set using the `type` field. 214 kind: Secret [all …]
|
H A D | namespaces_and_names.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 {% panel style="info", title="Reference" %} 58 kind: Deployment 81 kind: Deployment 110 A name prefix or suffix can be set for all resources using `namePrefix` or 131 kind: Deployment 154 kind: Deployment 210 kind: Deployment 241 kind: ConfigMap [all …]
|
H A D | container_images.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 27 {% panel style="info", title="Reference" %} 34 the `kustomization.yaml` using the `images` field. When `images` are 60 kind: Kustomization 72 kind: Deployment 95 kind: Deployment 125 kind: Kustomization 140 kind: Kustomization 155 kind: Kustomization [all …]
|
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/docs/book/pages/app_management/ |
H A D | secrets_and_configmaps.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 13 {% panel style="info", title="Reference" %} 71 kind: ConfigMap 88 {% panel style="info", title="Literal Syntax" %} 114 kind: ConfigMap 180 for more on using Bases. e.g. `behavior: "merge"` 188 {% panel style="info", title="Secret Syntax" %} 189 Secret type is set using the `type` field. 214 kind: Secret [all …]
|
H A D | namespaces_and_names.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 {% panel style="info", title="Reference" %} 58 kind: Deployment 81 kind: Deployment 110 A name prefix or suffix can be set for all resources using `namePrefix` or 131 kind: Deployment 154 kind: Deployment 210 kind: Deployment 241 kind: ConfigMap [all …]
|
H A D | container_images.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 27 {% panel style="info", title="Reference" %} 34 the `kustomization.yaml` using the `images` field. When `images` are 60 kind: Kustomization 72 kind: Deployment 95 kind: Deployment 125 kind: Kustomization 140 kind: Kustomization 155 kind: Kustomization [all …]
|
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/docs/book/pages/app_management/ |
H A D | secrets_and_configmaps.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 13 {% panel style="info", title="Reference" %} 71 kind: ConfigMap 88 {% panel style="info", title="Literal Syntax" %} 114 kind: ConfigMap 180 for more on using Bases. e.g. `behavior: "merge"` 188 {% panel style="info", title="Secret Syntax" %} 189 Secret type is set using the `type` field. 214 kind: Secret [all …]
|
H A D | namespaces_and_names.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 25 {% panel style="info", title="Reference" %} 58 kind: Deployment 81 kind: Deployment 110 A name prefix or suffix can be set for all resources using `namePrefix` or 131 kind: Deployment 154 kind: Deployment 210 kind: Deployment 241 kind: ConfigMap [all …]
|
H A D | container_images.md | 1 {% panel style="success", title="Providing Feedback" %} 5 {% panel style="info", title="TL;DR" %} 27 {% panel style="info", title="Reference" %} 34 the `kustomization.yaml` using the `images` field. When `images` are 60 kind: Kustomization 72 kind: Deployment 95 kind: Deployment 125 kind: Kustomization 140 kind: Kustomization 155 kind: Kustomization [all …]
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/ |
H A D | nested.rst | 40 w.add_document(kind="class", name="Index") 43 w.add_document(kind="method", name="close") 46 w.add_document(kind="method", name="add") 50 w.add_document(kind="method", name="add") 57 w.add_document(kind="method", name="add") 64 w.add_document(kind="class", name="Index") 67 w.add_document(kind="method", name="close") 129 example, to search for an album title and return the songs in the album:: 144 songs with "hell" in the song title that occur on albums with "heaven" in the 145 album title:: [all …]
|
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/components/horizontal-kv-list/ |
H A D | README.mdx | 15 the title is not shown. 32 <dt class="kind-terminating-gateway">Kind</dt> 54 @name="TTL" 59 Invisible title 101 @name="TTL" 106 No visible title 152 @name="TTL" 158 No visible title 214 .kind-terminating-gateway { 217 .kind-terminating-gateway::before { [all …]
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/horizontal-kv-list/ |
H A D | README.mdx | 15 the title is not shown. 32 <dt class="kind-terminating-gateway">Kind</dt> 54 @name="TTL" 59 Invisible title 101 @name="TTL" 106 No visible title 152 @name="TTL" 158 No visible title 214 .kind-terminating-gateway { 217 .kind-terminating-gateway::before { [all …]
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/horizontal-kv-list/ |
H A D | README.mdx | 15 the title is not shown. 32 <dt class="kind-terminating-gateway">Kind</dt> 54 @name="TTL" 59 Invisible title 101 @name="TTL" 106 No visible title 152 @name="TTL" 158 No visible title 214 .kind-terminating-gateway { 217 .kind-terminating-gateway::before { [all …]
|
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/.github/ISSUE_TEMPLATE/ |
H A D | question.md | 2 name: Question 4 title: '' 5 labels: 'kind: question' 14 - Describe which system (OS, compiler) you are using. 16 - Describe which version of the library you are using (release version, develop branch).
|
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/doc.zh-cn/src/sgml/ |
H A D | example-Kubernetes.sgml | 2 <title><productname>Pgpool-II</productname> on Kubernetes</title> 8 <title>Introduction</title> 31 <title>Architecture</title> 34 <title>Architecture</title> 45 <title>Prerequisites</title> 64 <title>Deploy Pgpool-II</title> 71 kind: Deployment 142 <title>Configure Pgpool-II using environment variables</title> 234 <title>Configure Pgpool-II using ConfigMap</title> 254 kind: ConfigMap [all …]
|
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/doc/src/sgml/ |
H A D | example-Kubernetes.sgml | 2 <title><productname>Pgpool-II</productname> on Kubernetes</title> 8 <title>Introduction</title> 31 <title>Architecture</title> 34 <title>Architecture</title> 45 <title>Prerequisites</title> 64 <title>Deploy Pgpool-II</title> 71 kind: Deployment 142 <title>Configure Pgpool-II using environment variables</title> 234 <title>Configure Pgpool-II using ConfigMap</title> 254 kind: ConfigMap [all …]
|
/dports/sysutils/vector/vector-0.10.0/.meta/transforms/ |
H A D | log_to_metric.toml.erb | 2 title = "Log to Metric" 113 "name": "time_ms", 114 "kind": "incremental", 166 "kind": "incremental", 218 "name": "order_total", 219 "kind": "incremental", 281 "kind": "absolute", 294 "kind": "absolute", 307 "kind": "absolute", 340 You can count the number of unique `remote_addr` values by using a set: [all …]
|