Home
last modified time | relevance | path

Searched refs:setReference (Results 1 – 8 of 8) sorted by relevance

/plugin/swiftmail/Swift/
H A DMessage.php98 $this->setReference("parent", $key, $this);
124 protected function setReference($where, $key, $ref) function in Swift_Message
526 $this->setReference("alternative", $id, $child);
531 $this->setReference("related", $id, $child);
535 $this->setReference("mixed", $id, $child);
605 case "related": $this->setReference("related", $tag, $new);//relatedRefs[$tag] = $new;
607 case "mixed": $this->setReference("mixed", $tag, $new);//mixedRefs[$tag] = $new;
625 $this->setReference("parent", $old_branch, $new); //parentRefs[$old_branch] = $new;
696 $this->setReference("parent", $old_branch, $mixed);//parentRefs[$old_branch] = $mixed;
719 $this->setReference("mixed", "_alternative", $alt);//mixedRefs["_alternative"] = $alt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1KeyAliasReference.php48 public function setReference($reference) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1KeyAliasReference
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceColumn.php46 public function setReference(DataSourceColumnReference $reference) function in Google\\Service\\Sheets\\DataSourceColumn
H A DRefreshDataSourceObjectExecutionStatus.php44 public function setReference(DataSourceObjectReference $reference) function in Google\\Service\\Sheets\\RefreshDataSourceObjectExecutionStatus
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteRef.php48 public function setReference(ReferenceInterface $reference): void
45 public function setReference(ReferenceInterface $reference): FootnoteRef global() function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DNumberFootnotesListener.php58 $node->setReference($newReference);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php146 public function setReference(ApplicationReference $reference) function in Google\\Service\\DriveActivity\\ActionDetail
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DJob.php229 public function setReference(JobReference $reference) function in Google\\Service\\Dataproc\\Job