Home
last modified time | relevance | path

Searched refs:getDocument (Results 26 – 50 of 63) sorted by path

123

/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
H A DContextInterface.php
H A DDocParser.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/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php34 foreach ($event->getDocument()->iterator() as $node) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php41 foreach ($e->getDocument()->iterator() as $link) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DAnonymousFootnotesListener.php33 $document = $event->getDocument();
H A DGatherFootnotesListener.php33 $document = $event->getDocument();
H A DNumberFootnotesListener.php25 $document = $event->getDocument();
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php61 foreach ($e->getDocument()->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php38 $document = $event->getDocument();
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1getDocument(element, callback) {\n //Opera 12 seem to call the object.onloa…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md159 * Fixed the assignment of `version`, `seq_no` and `primary_term` on `getDocument` [#1973](https://github.com/ruflin/Elastica/pull/1973)
861 - `Elastica\Result->getDocument` and `Elastica\ResultSet->getDocuments` for return `\Elastica\Document`. https://github.com/ruflin/Elastica/issues/960
1199 - Updated Type::getDocument() exception handling. \Elastica\Exception\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES response contains any error (i.e: Missing index) (BC break) [#687](https://github.com/ruflin/Elastica/issues/687/)
1205 - Remove ResponseException catch in Type::getDocument() [#704](https://github.com/ruflin/Elastica/issues/704/)
1214 - Improve exception handling in Type::getDocument() [#693](https://github.com/ruflin/Elastica/issues/693/)
1450 - Use the HTTP response code of GET requests (getDocument), instead of extists/found json property.
1594 - Add support for fields parameter in Elastica_Type::getDocument()
1762 - Added options parameter to Elastica_Type::getDocument()
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php81 public function getDocument() function in Elastica\\Bulk\\Action\\AbstractDocument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php293 public function getDocument($id, array $options = []): Document
264 public function getDocument($id, array $options = []): Document global() function in Elastica\\Index
H A DResult.php235 public function getDocument(): Document function in Elastica\\Result
H A DResultSet.php74 $documents[] = $doc->getDocument();
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js25 var E=this._timeline.getDocument().createElement("div");
33 this._div=this._timeline.getDocument().createElement("div");
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");
848 var H=this._timeline.getDocument();
905 var D=this._timeline.getDocument();
1550 var X=I.getDocument().createElement("div");
1559 var O=I.getDocument().createElement("div");
[all …]
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));
/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/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php117 $document = $this->getDocument();
394 public function getDocument(): \DOMDocument function in JMS\\Serializer\\XmlSerializationVisitor

123