Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
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));
DConstraintViolationHandler.php61 $violationNode = $visitor->getDocument()->createElement('violation');
71 … $violationNode->appendChild($messageNode = $visitor->getDocument()->createElement('message'));
73 … $messageNode->appendChild($visitor->getDocument()->createCDATASection($violation->getMessage()));
/plugin/zotero/
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/
DElasticsearchFormatter.php53 return $this->getDocument($record);
82 protected function getDocument(array $record): array function in Monolog\\Formatter\\ElasticsearchFormatter
DElasticaFormatter.php55 return $this->getDocument($record);
77 protected function getDocument(array $record): Document function in Monolog\\Formatter\\ElasticaFormatter
/plugin/wordimport/docx/
DDocX.php64 $doc = $this->getDocument();
75 public function getDocument(): Document function in dokuwiki\\plugin\\wordimport\\docx\\DocX
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
DClassifyTextRequest.php35 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\ClassifyTextRequest
DAnalyzeEntitySentimentRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitySentimentRequest
DAnalyzeSentimentRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSentimentRequest
DAnalyzeEntitiesRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitiesRequest
DAnalyzeSyntaxRequest.php39 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnalyzeSyntaxRequest
DAnnotateTextRequest.php41 public function getDocument() function in Google\\Service\\CloudNaturalLanguage\\AnnotateTextRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
DApigatewayApiConfigOpenApiDocument.php35 public function getDocument() function in Google\\Service\\Apigateway\\ApigatewayApiConfigOpenApiDocument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DDocumentTransform.php40 public function getDocument() function in Google\\Service\\Firestore\\DocumentTransform
DDocumentRemove.php46 public function getDocument() function in Google\\Service\\Firestore\\DocumentRemove
DDocumentDelete.php46 public function getDocument() function in Google\\Service\\Firestore\\DocumentDelete
DDocumentChange.php44 public function getDocument() function in Google\\Service\\Firestore\\DocumentChange
DRunQueryResponse.php47 public function getDocument() function in Google\\Service\\Firestore\\RunQueryResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
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/
DBaseTypesHandler.php45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));
/plugin/tline/timeline_js/
Dtimeline-bundle.js25 var E=this._timeline.getDocument().createElement("div");
33 this._div=this._timeline.getDocument().createElement("div");
45 }}this._innerDiv=this._timeline.getDocument().createElement("div");
187 Timeline._Band.prototype.createLayerDiv=function(C,A){var D=this._timeline.getDocument().createElem…
191 var B=this._timeline.getDocument().createElement("div");
556 var q=this._timeline.getDocument().createElement("div");
582 var s=I._timeline.getDocument().createElement("div");
724 var A=this._timeline.getDocument().createElement("div");
733 …EventPainter.prototype._paintEventLabel=function(E,I,C,F,A,G,D){var H=this._timeline.getDocument();
747 var L=this._timeline.getDocument().createElement("div");
[all …]
/plugin/eventline/timeline_js/
Dtimeline-bundle.js25 var E=this._timeline.getDocument().createElement("div");
33 this._div=this._timeline.getDocument().createElement("div");
45 }}this._innerDiv=this._timeline.getDocument().createElement("div");
187 Timeline._Band.prototype.createLayerDiv=function(C,A){var D=this._timeline.getDocument().createElem…
191 var B=this._timeline.getDocument().createElement("div");
556 var q=this._timeline.getDocument().createElement("div");
582 var s=I._timeline.getDocument().createElement("div");
724 var A=this._timeline.getDocument().createElement("div");
733 …EventPainter.prototype._paintEventLabel=function(E,I,C,F,A,G,D){var H=this._timeline.getDocument();
747 var L=this._timeline.getDocument().createElement("div");
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DResult.php235 public function getDocument(): Document function in Elastica\\Result
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
DAbstractDocument.php81 public function getDocument() function in Elastica\\Bulk\\Action\\AbstractDocument

123