Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DBlockQuoteParser.php37 $context->addBlock(new BlockQuote());
H A DListParser.php93 $context->addBlock(new ListBlock($data));
97 $context->addBlock(new ListItem($data));
H A DIndentedCodeParser.php39 $context->addBlock(new IndentedCode());
H A DThematicBreakParser.php38 $context->addBlock(new ThematicBreak());
H A DFencedCodeParser.php43 $context->addBlock(new FencedCode($fenceLength, $fence[0], $indent));
H A DATXHeadingParser.php46 $context->addBlock(new Heading($level, $str));
H A DHtmlBlockParser.php48 $context->addBlock(new HtmlBlock($blockType));
/plugin/commonmark/vendor/league/commonmark/src/
H A DContextInterface.php74 public function addBlock(AbstractBlock $block); function
H A DContext.php149 public function addBlock(AbstractBlock $block) function in League\\CommonMark\\Context
H A DDocParser.php126 $context->addBlock($p);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php39 $context->addBlock(new Attributes($attributes));
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php38 $context->addBlock(new TableOfContentsPlaceholder());
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteParser.php48 $context->addBlock($this->createFootnote($matches[1]));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php95 $context->addBlock($table);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php45 public function addBlock(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md49 …- `Context::addBlock()` no longer returns the same block instance you passed into the method, as t…
476 - It was a duplicate of the Context::addBlock() method
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc21 * <<Elasticsearch_Namespaces_IndicesNamespaceaddBlock_addBlock,`addBlock()`>>
81 .`addBlock(array $params = [])`
/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))