Home
last modified time | relevance | path

Searched refs:getReference (Results 1 – 25 of 35) sorted by relevance

12

/plugin/swiftmail/Swift/
H A DMessage.php135 protected function getReference($where, $key) function in Swift_Message
557 $this->getReference("parent", "alternative")->removeChild($id);
561 $this->getReference("parent", "related")->removeChild($id);
565 $this->getReference("parent", "mixed")->removeChild($id);
601 $this->getReference("parent", $new_branch)->addChild($new, $tag, -1);
623 $this->getReference("parent", $old_branch)->removeChild($id);
685 $this->getReference("parent", $new_branch)->addChild($ref, $id, $sign);
688 case "related": $this->getReference("related", $tag)->removeChild($id);
694 $this->getReference("parent", $new_branch)->removeChild($tag);
720 $this->getReference("parent", "related")->removeChild("_alternative");
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRefRenderer.php43 $attrs->set('href', \mb_strtolower($node->getReference()->getDestination(), 'UTF-8'));
51 'id' => $idPrefix . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'),
56 $node->getReference()->getTitle()
84 'reference' => $node->getReference()->getLabel(),
H A DFootnoteBackrefRenderer.php47 $attrs->set('href', \mb_strtolower($node->getReference()->getDestination(), 'UTF-8'));
78 'reference' => $node->getReference()->getLabel(),
H A DFootnoteRenderer.php44 $attrs->set('id', $this->config->get('footnote/footnote_id_prefix') . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'));
77 'reference' => $node->getReference()->getLabel(),
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php42 $ref = $document->getReferenceMap()->get($node->getReference()->getLabel());
51 $key = '#' . $this->config->get('footnote/footnote_id_prefix') . $node->getReference()->getDestination();
H A DNumberFootnotesListener.php35 $existingReference = $node->getReference();
H A DAnonymousFootnotesListener.php40 $existingReference = $node->getReference();
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php45 $title = $node->getReference()->getLabel();
49 if ($node instanceof Footnote && $title == $node->getReference()->getLabel()) {
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMapInterface.php41 public function getReference(string $label): ?ReferenceInterface; global() function
H A DReferenceMap.php51 public function getReference(string $label): ?ReferenceInterface global() function in League\\CommonMark\\Reference\\ReferenceMap
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1KeyAliasReference.php55 public function getReference() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1KeyAliasReference
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteBackref.php36 public function getReference(): ReferenceInterface
33 public function getReference(): ReferenceInterface global() function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref
H A DFootnoteRef.php43 public function getReference(): ReferenceInterface
40 public function getReference(): ReferenceInterface global() function in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef
H A DFootnote.php33 public function getReference(): ReferenceInterface
56 public function getReference(): ReferenceInterface global() function in League\\CommonMark\\Extension\\Footnote\\Node\\Footnote
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceColumn.php53 public function getReference() function in Google\\Service\\Sheets\\DataSourceColumn
H A DRefreshDataSourceObjectExecutionStatus.php51 public function getReference() function in Google\\Service\\Sheets\\RefreshDataSourceObjectExecutionStatus
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DCovers.php69 public function getReference() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Covers
H A DUses.php69 public function getReference() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Uses
H A DSee.php74 public function getReference() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\See
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php182 public static function getReference($packageName) function in Composer\\InstalledVersions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php153 public function getReference() function in Google\\Service\\DriveActivity\\ActionDetail
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php72 return $objectManager->getReference($metadata->name, $data);
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php371 public static function getReference($packageName) function in Composer\\InstalledVersions
/plugin/combo/vendor/composer/
H A DInstalledVersions.php320 public static function getReference($packageName) function in Composer\\InstalledVersions
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php210 public static function getReference($packageName)
195 public static function getReference($packageName) global() function in Composer\\InstalledVersions

12