Home
last modified time | relevance | path

Searched refs:addBlock (Results 1 – 20 of 20) sorted by path

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js702 …document.getBody(),k=this._.panel=new CKEDITOR.ui.floatPanel(a,l,c),c=k.addBlock(b.id,e),d=this;k.…
708 …utput({id:this.id+"_frame",src:k})}k=a.output(l);e&&e.push(k);return k},addBlock:function(a,b){b=t… method in CKEDITOR.ui.panel
715 …esize",function(){this.reposition()},this)},proto:{addBlock:function(a,c){return this._.panel.addB…
770 …KEDITOR.tools.bind(function(){this._.onHide&&this._.onHide()},this);p=n.addBlock(this.id,this._.pa…
833 …\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){return this.addBlock(a,new CKEDITOR.ui…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js758 …document.getBody(),d=this._.panel=new CKEDITOR.ui.floatPanel(c,g,f),f=d.addBlock(a.id,e),b=this;d.…
765 src:d})}d=g.output(e);b&&b.push(d);return d},addBlock:function(a,b){b=this._.blocks[a]=b instanceof… method in CKEDITOR.ui.panel
772 …esize",function(){this.reposition()},this)},proto:{addBlock:function(a,b){return this._.panel.addB…
804 …KEDITOR.tools.bind(function(){this._.onHide&&this._.onHide()},this);f=e.addBlock(this.id,this._.pa…
897 …\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){return this.addBlock(a,new CKEDITOR.ui…
H A Dckeditor.js.unc15054 f = d.addBlock(a.id, e),
15174 addBlock: function(a, b) {
15325 addBlock: function(a, b) {
15326 return this._.panel.addBlock(a, b)
15906 f = e.addBlock(this.id, this._.panelDefinition.block);
17638 return this.addBlock(a, new CKEDITOR.ui.listBlock(this.getHolderElement(), b))
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
H A DBlockQuoteParser.php
H A DFencedCodeParser.php
H A DHtmlBlockParser.php
H A DIndentedCodeParser.php
H A DListParser.php
H A DThematicBreakParser.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
H A DContextInterface.php
H A DDocParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc21 * <<Elasticsearch_Namespaces_IndicesNamespaceaddBlock_addBlock,`addBlock()`>>
81 .`addBlock(array $params = [])`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php45 public function addBlock(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace