Home
last modified time | relevance | path

Searched full:store (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js46 var store = context.store;
49 store(context, tokens[i]);
52 store(context, comma(context));
78 var store = context.store;
101 store(context, token);
102 store(context, semicolon(context, Breaks.AfterProperty, false));
106 store(context, openBrace(context, Breaks.AfterRuleBegins, true));
108 store(context, closeBrace(context, Breaks.AfterRuleEnds, false, isLast));
111 store(context, token);
114 store(context, token[1]);
[all …]
/plugin/swiftmail/Swift/Plugin/
DDecorator.php34 protected $store; variable in Swift_Plugin_Decorator
112 $this->recursiveRestore($message, $this->store); //3.3.3 bugfix
121 $this->store = array(
126 $this->recursiveReplace($message, $replacements, $this->store);
134 protected function recursiveReplace(Swift_Message_Mime $mime, $replacements, &$store) argument
144 $store["headers"][$name] = array();
145 $store["headers"][$name]["value"] = $value;
146 $store["headers"][$name]["attributes"] = array();
153 if (!isset($store["headers"][$name]))
155 $store["headers"][$name] = array("value" => false, "attributes" => array());
[all …]
/plugin/combo/ComboStrap/Meta/Field/
H A DPageH1.php9 use ComboStrap\Meta\Store\MetadataDokuWikiStore;
64 $store = $this->getReadStore();
65 if ($store instanceof MetadataDokuWikiStore) {
66 $h1Parsed = $store->getFromName(self::H1_PARSED);
70 // dokuwiki store title in the current
71 $h1 = $store->getCurrentFromName("title");
108 $store = $this->getWriteStore();
109 if ($store instanceof MetadataDokuWikiStore) {
110 $store->setFromPersistentName(self::H1_PARSED, $defaultValue);
/plugin/amazonlight/lang/en/
H A Dsettings.php8 $lang['partner_us'] = 'PartnerID for the American Amazon store.';
9 $lang['partner_de'] = 'PartnerID for the German Amazon store.';
10 $lang['partner_jp'] = 'PartnerID for the Japanese Amazon store.';
11 $lang['partner_gb'] = 'PartnerID for the British Amazon store.';
12 $lang['partner_fr'] = 'PartnerID for the French Amazon store.';
13 $lang['partner_ca'] = 'PartnerID for the Canadian Amazon store.';
/plugin/swiftmail/Swift/Cache/
DMemory.php25 protected $store = array(); variable in Swift_Cache_Memory
39 if (!isset($this->store[$key])) $this->store[$key] = $data;
40 else $this->store[$key] .= $data;
48 $this->store[$key] = null;
49 unset($this->store[$key]);
58 return array_key_exists($key, $this->store);
76 return $this->store[$key];
/plugin/fedauth/Auth/OpenID/
DInterface.php4 * This file specifies the interface for PHP OpenID store implementations.
17 * This is the interface for the store objects the OpenID library
20 * consumers. If you want to create an SQL-driven store, please see
42 * @param Association $association The Association to store.
51 * Remove expired nonces from the store.
57 * library. It provides a way for store admins to keep their
69 * Remove expired associations from the store.
72 * library. It provides a way for store admins to keep their
87 * library. It provides a way for store admins to keep their
110 * If no handle is specified, the store may return any association
[all …]
/plugin/openid/Auth/OpenID/
DInterface.php4 * This file specifies the interface for PHP OpenID store implementations.
17 * This is the interface for the store objects the OpenID library
20 * consumers. If you want to create an SQL-driven store, please see
42 * @param Auth_OpenID_Association $association The Association to store.
50 * Remove expired nonces from the store.
56 * library. It provides a way for store admins to keep their
68 * Remove expired associations from the store.
71 * library. It provides a way for store admins to keep their
86 * library. It provides a way for store admins to keep their
109 * If no handle is specified, the store may return any association
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
DProjectsLocationsDatasetsFhirStores.php43 * Creates a new FHIR store within the parent dataset. (fhirStores.create)
45 * @param string $parent The name of the dataset this FHIR store belongs to.
49 * @opt_param string fhirStoreId The ID of the FHIR store that is being created.
60 * De-identifies data from the source store and writes it to the destination
61 * store. The metadata field type is OperationMetadata. If the request is
68 * @param string $sourceStore Source FHIR store resource name. For example, `pro
82 * Deletes the specified FHIR store and removes all resources within it.
85 * @param string $name The resource name of the FHIR store to delete.
96 * Export resources from the FHIR store to the specified destination. This
105 * @param string $name The name of the FHIR store to export resource from, in
[all …]
DProjectsLocationsDatasetsConsentStores.php46 * consent store is consented for the specified use.
49 * @param string $consentStore Required. Name of the consent store where the
63 * Creates a new consent store in the parent dataset. Attempting to create a
64 * consent store with the same ID as an existing store fails with an
67 * @param string $parent Required. The name of the dataset this consent store
72 * @opt_param string consentStoreId Required. The ID of the consent store to
84 * Deletes the specified consent store and removes all the consent store's data.
87 * @param string $name Required. The resource name of the consent store to
104 * @param string $consentStore Required. Name of the consent store to retrieve
117 * Gets the specified consent store. (consentStores.get)
[all …]
DProjectsLocationsDatasetsHl7V2Stores.php42 * Creates a new HL7v2 store within the parent dataset. (hl7V2Stores.create)
44 * @param string $parent The name of the dataset this HL7v2 store belongs to.
48 * @opt_param string hl7V2StoreId The ID of the HL7v2 store that is being
60 * Deletes the specified HL7v2 store and removes all messages that it contains.
63 * @param string $name The resource name of the HL7v2 store to delete.
83 * @param string $name The name of the source HL7v2 store, in the format `projec
97 * Gets the specified HL7v2 store. (hl7V2Stores.get)
99 * @param string $name The resource name of the HL7v2 store to get.
139 * Import messages to the HL7v2 store by loading data from the specified
141 * import semantics that ignore some HL7v2 store configuration options and are
[all …]
DProjectsLocationsDatasetsDicomStores.php44 * Creates a new DICOM store within the parent dataset. (dicomStores.create)
46 * @param string $parent The name of the dataset this DICOM store belongs to.
50 * @opt_param string dicomStoreId The ID of the DICOM store that is being
61 * De-identifies data from the source store and writes it to the destination
62 * store. The metadata field type is OperationMetadata. If the request is
65 * identification fails for some DICOM instances. The output DICOM store will
71 * @param string $sourceStore Source DICOM store resource name. For example, `pr
85 * Deletes the specified DICOM store and removes all images that are contained
88 * @param string $name The resource name of the DICOM store to delete.
99 * Exports data to the specified destination by copying it from the DICOM store.
[all …]
DProjectsLocationsDatasetsFhirStoresFhir.php43 * containing the results of the operation. Errors generated by the FHIR store
46 * store, a generic GCP error might be returned instead. The resources in scope
93 * version) from the FHIR store. To remove all versions of a resource, first
112 * profiles configured on the FHIR store. Implements the FHIR extended operation
122 * be found in the FHIR store then an error is returned. Errors generated by
125 * on a FHIR store, a generic GCP error might be returned instead.
128 * @param string $parent The name of the FHIR store that holds the profiles
155 * the DSTU2 case for the store, which contains a description of functionality
165 * @param string $name Name of the FHIR store to retrieve the capabilities for.
185 * generated by the FHIR store contain a JSON-encoded `OperationOutcome`
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.persist.js242store: "auto", // 'cookie': force cookie, 'local': force localStore, 'session': force sessionStore property
248 var store = this._local.store;
251 return store.get.call(this, key);
253 store.remove.call(this, key);
255 store.set.call(this, key, value);
287 // _assert((instOpts.store !== "auto" && instOpts.store !== "cookie") || cookieStore,
296 local.store = null;
298 if (instOpts.store === "auto") {
299 instOpts.store = localStorageStore ? "local" : "cookie";
301 if ($.isPlainObject(instOpts.store)) {
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php45 use ComboStrap\Meta\Store\MetadataDokuWikiStore;
153 * Store value may returns null as they may be stored
214 * @param $store
218 function setReadStore($store): Metadata argument
221 LogUtility::msg("The read store was already set.");
223 if (is_string($store) && !is_subclass_of($store, MetadataStore::class)) {
224 throw new ExceptionRuntime("The store class ($store) is not a metadata store class");
226 $this->readStore = $store;
231 * @param MetadataStore|string $store
235 function setWriteStore($store): Metadata argument
[all …]
H A DMetadataBoolean.php12 use ComboStrap\Meta\Store\MetadataDokuWikiStore;
65 $store = $this->getWriteStore();
67 if ($store instanceof MetadataFormDataStore) {
91 $store = $this->getWriteStore();
98 if ($store instanceof MetadataFormDataStore) {
102 if ($store instanceof MetadataDokuWikiStore) {
103 // The store modify it
107 if ($store->isHierarchicalTextBased()) {
/plugin/asciidocjs/node_modules/core-js/modules/
D_metadata.js4 var store = shared.store || (shared.store = new (require('./es6.weak-map'))()); variable
7 var targetMetadata = store.get(target);
10 store.set(target, targetMetadata = new Map());
43 store: store, property
D_wks.js1 var store = require('./_shared')('wks'); variable
7 return store[name] || (store[name] =
11 $exports.store = store;
Des7.reflect.delete-metadata.js5 var store = metadata.store; variable
12 var targetMetadata = store.get(target);
14 return !!targetMetadata.size || store['delete'](target);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_metadata.js4 var store = shared.store || (shared.store = new (require('./es6.weak-map'))()); variable
7 var targetMetadata = store.get(target);
10 store.set(target, targetMetadata = new Map());
43 store: store, property
D_wks.js1 var store = require('./_shared')('wks'); variable
7 return store[name] || (store[name] =
11 $exports.store = store;
Des7.reflect.delete-metadata.js5 var store = metadata.store; variable
12 var targetMetadata = store.get(target);
14 return !!targetMetadata.size || store['delete'](target);
/plugin/amazon/lang/en/
Dsettings.php15 $lang['partner_us'] = 'PartnerID for the American Amazon store.';
16 $lang['partner_de'] = 'PartnerID for the German Amazon store.';
17 $lang['partner_jp'] = 'PartnerID for the Japanese Amazon store.';
18 $lang['partner_uk'] = 'PartnerID for the British Amazon store.';
19 $lang['partner_fr'] = 'PartnerID for the French Amazon store.';
20 $lang['partner_ca'] = 'PartnerID for the Canadian Amazon store.';
/plugin/combo/ComboStrap/
H A DTemplateStore.php22 LogUtility::msg("You can't set a value with a template store");
27 LogUtility::msg("You can't get a value with a template store");
33 LogUtility::msg("You can't get a value with a template store");
38 LogUtility::msg("You can't set a value with a template store");
43 LogUtility::msg("You can't persist with a template store");
H A DCreationDate.php9 use ComboStrap\Meta\Store\MetadataDokuWikiStore;
48 $store = $this->getReadStore();
50 if (!($store instanceof MetadataDokuWikiStore)) {
54 $fromName = $store->getFromName(self::DATE_DOKUWIKI_PROPERTY_NAME);
71 $store = $this->getWriteStore();
72 if (!($store instanceof MetadataDokuWikiStore)) {
/plugin/captcha/
DIpCounter.php17 protected $store; variable in dokuwiki\\plugin\\captcha\\IpCounter
32 … $this->store = $conf['tmpdir'] . '/captcha/ip/' . date('Y-m-d') . '/' . md5($this->ip) . '.ip';
33 io_makeFileDir($this->store);
46 io_saveFile($this->store, '1', true);
56 return (int)@filesize($this->store);
66 @unlink($this->store);
76 return (int)@filemtime($this->store);

12345678910>>...48