Home
last modified time | relevance | path

Searched refs:association (Results 1 – 25 of 36) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DAddDealAssociationRequest.php28 public function setAssociation(CreativeDealAssociation $association) argument
30 $this->association = $association;
37 return $this->association;
H A DRemoveDealAssociationRequest.php28 public function setAssociation(CreativeDealAssociation $association) argument
30 $this->association = $association;
37 return $this->association;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1420 'association' => [
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md377 reference to its request). This association is now managed through a
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md207 * `FIX`: render data association inside collapsed sub-processes ([#1619](https://github.com/bpmn-io…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md167 * `FIX`: do not update association parent ([`96c2b113`](https://github.com/bpmn-io/dmn-js/commit/96…
281 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is…
313 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js15209 function handleDataAssociation(association, context) { argument
15210 visitIfDi(association, context);
39958 forEach(associations, function(association) { argument
39959 modeling.moveConnection(association, { x: 0, y: 0 }, newParent);
40736 return find(inputAssociations, function(association) { argument
40737 return association !== removedConnection &&
40738 association.targetRef === targetRef;
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 … beginning of a line\n // are treated specially, in order to make the association of line\n // w…
/plugin/confmanager/lang/en/
H A Dmime.txt1 …hrough the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1association list consisting of zero or more name-value groups (a description list). A name-value g…
H A D4.4.js.map1 … var association = this.addFilePatternAssociation(schemaAssociation.pattern, uris);\n …
H A D7.7.js.map1 …n 'assert',\n 'assign',\n 'assigned',\n 'assigning',\n 'association',\n 'asynchr…
H A Dbundle.js.map1association, warnOnOverwrite = false) {\n // Register\n const associationItem = toTextMimeAs…
H A Djson.worker.js.map1 … var association = this.addFilePatternAssociation(schemaAssociation.pattern, uris);\n …
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
67 - But how do you handle **cycles** in the association graph?
71 ![association graph](doc/graph.png)
216 If you want a property to remain untouched (for example, an association to an object):
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt88 1. Everyone has the right to own property alone as well as in association with others.
99 1. Everyone has the right to freedom of peaceful assembly and association.
101 2. No one may be compelled to belong to an association.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt97 1. Toute personne a droit à la liberté de réunion et d’association pacifiques.
99 2. Nul ne peut être obligé de faire partie d’une association.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt96 1. Tote persona ha le derecto al libertate de reunion e de association pacific.
98 2. Necuno pote esser obligate a pertiner a un association.
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php94 * @return association An {@link Auth_OpenID_Association}
H A DDumbStore.php61 function storeAssociation($server_url, $association) argument
H A DFileStore.php182 function storeAssociation($server_url, $association) argument
189 $association_s = $association->serialize();
266 $association = $this->_getAssociation($full_name);
267 if ($association !== null) {
316 $association =
320 if (!$association) {
325 if ($association->getExpiresIn() == 0) {
329 return $association;
421 $association =
425 if ($association === null) {
[all …]
H A DInterface.php42 * @param Association $association The Association to store.
44 function storeAssociation($server_url, $association) argument
H A DMDB2Store.php270 function storeAssociation($server_url, $association) argument
278 "value" => $association->handle,
282 "value" => $association->secret,
286 "value" => $association->issued
289 "value" => $association->lifetime
292 "value" => $association->assoc_type
346 $association = new Auth_OpenID_Association($assoc['handle'],
353 return $association;
H A DMemcachedStore.php55 function storeAssociation($server_url, $association) argument
60 $association->handle);
71 $serverAssociations[$association->issued] = $associationKey;
82 $association,
84 $association->issued + $association->lifetime);
96 $association = $this->connection->get(
98 return $association ? $association : null;
118 $association = $this->connection->get($lastKey);
119 return $association ? $association : null;
H A DSQLStore.php334 function storeAssociation($server_url, $association) argument
338 $association->handle,
340 $association->secret),
341 $association->issued,
342 $association->lifetime,
343 $association->assoc_type

12