Home
last modified time | relevance | path

Searched refs:primary (Results 76 – 100 of 162) sorted by last modified time

1234567

/plugin/combo/ComboStrap/
H A DBrandButton.php324 $primary = $this->getPrimaryColor();
325 if ($primary === null) {
327 $primary = ComboStrap::PRIMARY_COLOR;
333 $properties["background-color"] = $primary;
334 $properties["border-color"] = $primary;
/plugin/combo/syntax/
H A Dbrand.php190 $primary = $openTagAttributes->getValue(ColorRgb::PRIMARY_VALUE);
191 if ($primary !== null && $tagName === IconTag::TAG) {
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md675 * `FEAT`: make connection segment move the primary connection drag behavior
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css947 .djs-search-result-primary {
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css947 .djs-search-result-primary {
/plugin/grouphome/
H A DREADME3 Redirect logged in users from the start page to their primary group's homepage
H A Dplugin.info.txt6 desc Redirect logged in users from the start page to their primary group's homepage
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc126 $params['if_primary_term'] = (number) only update the watch if the last operation that has changed the watch has the specified primary term
H A DCatNamespace.asciidoc174 $params['pri'] = (boolean) Set to true to return stats only for primary shards (Default = false)
H A DClusterNamespace.asciidoc47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
478 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
486 $params['if_primary_term'] = (number) only perform the index operation if the last operation that has changed the document has the specified primary term
656 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the reindex operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
836 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
846 $params['if_primary_term'] = (number) only perform the update operation if the last operation that has changed the document has the specified primary term
/plugin/ckgedit/ckeditor/
H A DLICENSE.md1375 Copyright Holder. This restriction only applies to the primary font name as
/plugin/bootswrapper/exe/help/
H A Djumbotron.txt12 <btn type="primary">[[#|Learn more]]</btn>
24 <btn type="primary">[[#|Learn more]]</btn>
40 <btn type="primary">Link</btn>
H A Dtext.txt67 <TEXT type="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
81 <text type="primary"> [...] </text>
94 <TEXT background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
107 <text background="primary"> [...] </text>
120 | ''type'' | ''muted'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual c…
121 | ''background'' | ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual background …
H A Dbutton.txt6 | <btn type="primary">Primary</btn> | Provides extra visual weight and identifies the primary actio…
17 <btn type="primary">Primary</btn>
39 <btn type="primary" size="lg">Large button</btn>
42 <btn type="primary">Default button</btn>
45 <btn type="primary" size="sm">Small button</btn>
48 <btn type="primary" size="xs">Extra small button</btn>
54 <btn type="primary" size="lg">Large button</btn>
57 <btn type="primary">Default button</btn>
60 <btn type="primary" size="sm">Small button</btn>
63 <btn type="primary" size="xs">Extra small button</btn>
[all …]
H A Dmodal.txt10 <btn type="primary" size="lg" modal="modal-demo">Launch demo modal</btn>
49 <btn type="primary" size="lg" modal="modal-demo">Launch demo modal</btn>
64 <btn type="primary" modal="modal-large">Large modal</btn> <btn type="primary" modal="modal-small">S…
72 <btn type="primary" modal="modal-large">Large modal</btn> <btn type="primary" modal="modal-small">S…
84 <btn type="primary" modal="modal-no-fade">No fade animation</btn>
92 <btn type="primary" modal="modal-no-fade">No fade animation</btn>
103 <btn type="primary" modal="modal-remote">Welcome to DokuWiki!</btn>
110 <btn type="primary" modal="modal-remote">Welcome to DokuWiki!</btn>
H A Dcallout.txt9 …ng// and //danger// and the extension for //default//, //success// and //primary// from http://cpr…
36 <callout type="primary">
38 This is a primary callout.
66 <callout type="primary" icon="true">
68 This is a primary callout.
92 <callout type="primary" icon="true"> [...] </callout>
146 | ''type'' | ''default'' | ''default'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' (''…
H A Dlabel.txt13 <label type="primary">primary</label>
21 <label type="primary">primary</label>
32 | ''type'' | ''info'' | ''default'', ''primary'', ''success'', ''info'', ''warning'', ''danger'' |…
H A Dpanel.txt33 <panel type="primary" title="Panel title">Panel content</panel>
40 <panel type="primary" title="Panel title">Panel content</panel>
128 | ''type'' | ''default'' | ''default'', ''primary'', ''success'', ''info'', ''warning'', ''dang…
H A Dbadge.txt8 <btn type="primary">Messages <badge>4</badge></btn>
15 <btn type="primary">Messages <badge>4</badge></btn>
/plugin/bootswrapper/
H A Dall.css64 .bs-callout-primary {
67 .bs-callout-primary h4 {
107 .bs-callout-primary .bs-callout-icon { color: #428bca; }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdSlot.php49 public $primary; variable in Google\\Service\\Dfareporting\\AdSlot
142 public function setPrimary($primary) argument
144 $this->primary = $primary;
151 return $this->primary;
H A DPlacement.php120 public $primary; variable in Google\\Service\\Dfareporting\\Placement
573 public function setPrimary($primary) argument
575 $this->primary = $primary;
582 return $this->primary;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserOrganization.php57 public $primary; variable in Google\\Service\\Directory\\UserOrganization
186 public function setPrimary($primary) argument
188 $this->primary = $primary;
195 return $this->primary;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DCryptoKey.php164 public function setPrimary(CryptoKeyVersion $primary) argument
166 $this->primary = $primary;
173 return $this->primary;

1234567