Home
last modified time | relevance | path

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

123

/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DNumberFootnotesListener.php25 $document = $event->getDocument();
H A DAnonymousFootnotesListener.php33 $document = $event->getDocument();
H A DGatherFootnotesListener.php33 $document = $event->getDocument();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php235 public function getDocument(): Document function in Elastica\\Result
H A DResultSet.php74 $documents[] = $doc->getDocument();
H A DIndex.php293 public function getDocument($id, array $options = []): Document
264 public function getDocument($id, array $options = []): Document global() function in Elastica\\Index
/plugin/tline/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/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/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php81 public function getDocument() function in Elastica\\Bulk\\Action\\AbstractDocument
/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/TableOfContents/
H A DTableOfContentsBuilder.php38 $document = $event->getDocument();
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php34 foreach ($event->getDocument()->iterator() as $node) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php117 $document = $this->getDocument();
394 public function getDocument(): \DOMDocument function in JMS\\Serializer\\XmlSerializationVisitor
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js87getDocument().createElement(a));b?this.$.insertBefore(a.$,this.$.firstChild):this.$.appendChild(a.…
88getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("type","_moz"),this.append(a)…
91getDocument()._getHtml5ShivFrag();c.appendChild(b);b.innerHTML=a;c.removeChild(b);return a}catch(g…
336getDocument().getActive(),this.contains(a))){a.focus();return}CKEDITOR.env.edge&&14<CKEDITOR.env.v…
344getDocument().$,d=b.getSelection(),e;a:if(d.anchorNode&&d.anchorNode==c.$)e=!0;else{if(CKEDITOR.en…
401getDocument().createText(u);a.setCustomData("cke-fillingChar",b);return b}function g(a,b){var c=a&…
711getDocument().getWindow().focus(),a.focus(),this.onMark&&this.onMark(a))},markFirstDisplayed:funct…
721 …l"==b.getName()&&(b=b.getDocument().getBody()),"rtl"==b.getComputedStyle("direction")&&(v=CKEDITOR…
837getDocument().getById(this._.items[a]).setStyle("display","none")},showAll:function(){var a=this._…
838getDocument().getById(a+"_option").setAttribute("aria-selected",!0);this.onMark&&this.onMark(b)},m…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js77 …,b=this.getDocument().$.documentElement,c=this.$;c&&c!=b;){var f=c.parentNode;f&&d.unshift(this.ge…
102getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("type","_moz"),this.append(a)…
136 insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,…
147 …lapsed=!0;var d=a instanceof CKEDITOR.dom.document;this.document=d?a:a.getDocument();this.root=d?a…
373getDocument().getActive(),this.contains(a))){a.focus();return}CKEDITOR.env.edge&&14<CKEDITOR.env.v…
381getDocument().equals(CKEDITOR.document)},fixInitialSelection:function(){function a(){var b=c.getDo…
382 d.addRange(b))}function b(){var a=c.getDocument().$,d=a.selection,e=c.getDocument().getActive();"No…
778 …l"==b.getName()&&(b=b.getDocument().getBody()),"rtl"==b.getComputedStyle("direction")&&(d=CKEDITOR…
812 …ditable")&&b.getSelection().fake(c)}var c=a.getTarget().getDocument(),g=a.getTarget().getDocument(…
902getDocument().getById(a);b.addClass("cke_selected");this.element.getDocument().getById(a+"_option"…
[all …]
H A Dckeditor.js.unc1878 getDocument: function() {
2721 e = this.getDocument(),
2790 v = a.getDocument();
2976 getDocument: 1,
8472 var c = b.getDocument(),
10434 f = this.getDocument(),
15300 var g = b.getDocument();
15346 f = l.getDocument(),
15918 c = f.getDocument();
23205 var b = d.getDocument(),
[all …]
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php339 $metaCharset = $head->getDocument()
/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/scrape/
H A DphpQuery-onefile.php
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …d:function(){if(h!="image"){this.hidePage("Link")}var B=this._.element.getDocument();if(this.getCo…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …d:function(){if(h!="image"){this.hidePage("Link")}var B=this._.element.getDocument();if(this.getCo…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1237 .getDocument(); in actionPerformed()

123