/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | ConstraintViolationHandler.php | 61 $violationNode = $visitor->getDocument()->createElement('violation'); 71 … $violationNode->appendChild($messageNode = $visitor->getDocument()->createElement('message')); 73 … $messageNode->appendChild($visitor->getDocument()->createCDATASection($violation->getMessage()));
|
H A D | FormErrorHandler.php | 61 $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 D | ImportZoteroFeedReader.php | 25 $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 D | ElasticsearchFormatter.php | 53 return $this->getDocument($record); 82 protected function getDocument(array $record): array function in Monolog\\Formatter\\ElasticsearchFormatter
|
H A D | ElasticaFormatter.php | 55 return $this->getDocument($record); 77 protected function getDocument(array $record): Document function in Monolog\\Formatter\\ElasticaFormatter
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | DocParser.php |
|
H A D | ContextInterface.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Event/ |
H A D | DocumentParsedEvent.php | 31 public function getDocument(): Document 29 public function getDocument(): Document global() function in League\\CommonMark\\Event\\DocumentParsedEvent
|
H A D | DocumentPreParsedEvent.php | 35 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 D | ClassifyTextRequest.php | 35 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\ClassifyTextRequest
|
H A D | AnalyzeEntitiesRequest.php | 39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitiesRequest
|
H A D | AnalyzeSyntaxRequest.php | 39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSyntaxRequest
|
H A D | AnalyzeSentimentRequest.php | 39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSentimentRequest
|
H A D | AnalyzeEntitySentimentRequest.php | 39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitySentimentRequest
|
H A D | AnnotateTextRequest.php | 41 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnnotateTextRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/ |
H A D | ApigatewayApiConfigOpenApiDocument.php | 35 public function getDocument() function in Google\\Service\\Apigateway\\ApigatewayApiConfigOpenApiDocument
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/ |
H A D | HeadingPermalinkProcessor.php | 61 foreach ($e->getDocument()->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | DocumentTransform.php | 40 public function getDocument() function in Google\\Service\\Firestore\\DocumentTransform
|
H A D | DocumentRemove.php | 46 public function getDocument() function in Google\\Service\\Firestore\\DocumentRemove
|
H A D | DocumentDelete.php | 46 public function getDocument() function in Google\\Service\\Firestore\\DocumentDelete
|
H A D | DocumentChange.php | 44 public function getDocument() function in Google\\Service\\Firestore\\DocumentChange
|
H A D | RunQueryResponse.php | 47 public function getDocument() function in Google\\Service\\Firestore\\RunQueryResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1ProcessResponse.php | 37 public function getDocument() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1ProcessResponse
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 260 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 D | BaseTypesHandler.php | 45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));
|