Home
last modified time | relevance | path

Searched refs:getDocument (Results 1 – 25 of 63) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php61 $violationNode = $visitor->getDocument()->createElement('violation');
71 … $violationNode->appendChild($messageNode = $visitor->getDocument()->createElement('message'));
73 … $messageNode->appendChild($visitor->getDocument()->createCDATASection($violation->getMessage()));
H A DFormErrorHandler.php61 $formNode = $visitor->getDocument()->createElement('form');
65 $formNode->appendChild($errorsNode = $visitor->getDocument()->createElement('errors'));
67 $errorNode = $visitor->getDocument()->createElement('entry');
96 return $visitor->getDocument()->createCDATASection($this->getErrorMessage($formError));
/plugin/zotero/
H A DImportZoteroFeedReader.php25 $dom = $this->getDocument($feed);
57 private function getDocument($xml) function in ImportZoteroFeedReader
66 $dom = $this->getDocument($xml);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticsearchFormatter.php53 return $this->getDocument($record);
82 protected function getDocument(array $record): array function in Monolog\\Formatter\\ElasticsearchFormatter
H A DElasticaFormatter.php55 return $this->getDocument($record);
77 protected function getDocument(array $record): Document function in Monolog\\Formatter\\ElasticaFormatter
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
H A DContextInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Event/
H A DDocumentParsedEvent.php31 public function getDocument(): Document
29 public function getDocument(): Document global() function in League\\CommonMark\\Event\\DocumentParsedEvent
H A DDocumentPreParsedEvent.php35 public function getDocument(): Document
34 public function getDocument(): Document global() function in League\\CommonMark\\Event\\DocumentPreParsedEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DClassifyTextRequest.php35 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\ClassifyTextRequest
H A DAnalyzeEntitiesRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitiesRequest
H A DAnalyzeSyntaxRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSyntaxRequest
H A DAnalyzeSentimentRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSentimentRequest
H A DAnalyzeEntitySentimentRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitySentimentRequest
H A DAnnotateTextRequest.php41 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnnotateTextRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfigOpenApiDocument.php35 public function getDocument() function in Google\\Service\\Apigateway\\ApigatewayApiConfigOpenApiDocument
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php61 foreach ($e->getDocument()->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DDocumentTransform.php40 public function getDocument() function in Google\\Service\\Firestore\\DocumentTransform
H A DDocumentRemove.php46 public function getDocument() function in Google\\Service\\Firestore\\DocumentRemove
H A DDocumentDelete.php46 public function getDocument() function in Google\\Service\\Firestore\\DocumentDelete
H A DDocumentChange.php44 public function getDocument() function in Google\\Service\\Firestore\\DocumentChange
H A DRunQueryResponse.php47 public function getDocument() function in Google\\Service\\Firestore\\RunQueryResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ProcessResponse.php37 public function getDocument() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1ProcessResponse
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php260 public function getDocument(): XmlDocument function in ComboStrap\\Xml\\XmlElement
290 if ($domElement->ownerDocument !== $this->getDocument()->getDomDocument()) {
291 return $this->getDocument()->getDomDocument()->importNode($domElement, true);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));

123