Home
last modified time | relevance | path

Searched refs:getType (Results 326 – 350 of 1742) sorted by last modified time

1...<<11121314151617181920>>...70

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php62 public function getType(): string function in Elastica\\QueryBuilder\\DSL\\Aggregation
H A DQuery.php65 public function getType(): string function in Elastica\\QueryBuilder\\DSL\\Query
H A DSuggest.php22 public function getType(): string function in Elastica\\QueryBuilder\\DSL\\Suggest
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DDSL.php20 public function getType(): string; function
H A DFacade.php44 throw new QueryBuilderException('undefined '.$this->_dsl->getType().' "'.$name.'"');
48 if (false === $this->_version->supports($name, $this->_dsl->getType())) {
50 throw new QueryBuilderException($this->_dsl->getType().' "'.$name.'" in '.$reflection->getShortName().' not supported');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php98 public function getType() function in Elastica\\Result
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md113 * Triggered deprecation in `Elastica\Result::getType()` method by @deguif [#2016](https://github.com/ruflin/Elastica/pull/2016)
1710 - Removed deprecated method Type::getType()
1847 - Rename Elastica_Type::getType() to Elastica_Type::getName(), getType() is now deprecated
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php356 $type = $expectedException->getType();
373 throw new \LogicException('Unexpected return value of ReflectionParameter::getType');
/plugin/latexcaption/syntax/
H A Dcaption.php34 public function getType() { function in syntax_plugin_latexcaption_caption
H A Dreference.php20 public function getType() { function in syntax_plugin_latexcaption_reference
/plugin/structnotification/action/
H A Dnotification.php158 $type = $column->getType();
/plugin/color/
H A Dsyntax.php18 function getType(){ return 'formatting'; } function in syntax_plugin_color
/plugin/qrcodescanner/
H A Dsyntax.php21 public function getType() { return 'substition'; } function in syntax_plugin_qrcodescanner
/plugin/code39/
H A Dsyntax.php21 public function getType() function in syntax_plugin_code39
/plugin/scrollticker/
H A Dsyntax.php17 public function getType() { function in syntax_plugin_scrollticker
/plugin/folded/syntax/
H A Ddiv.php18 function getType(){ return 'container'; } function in syntax_plugin_folded_div
H A Dheader.php17 function getType(){ return 'formatting'; } function in syntax_plugin_folded_header
H A Dspan.php20 function getType(){ return 'formatting'; } function in syntax_plugin_folded_span
/plugin/achart/
H A Dsyntax.php16 public function getType() { function in syntax_plugin_achart
/plugin/snippets/
H A Dsyntax.php18 function getType(){ return 'protected';} function in syntax_plugin_snippets
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …lugins.link={getSelectedLink:function(d){try{var c=d.getSelection();if(c.getType()==CKEDITOR.SELEC…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc8818 … if (!b && (b = c || this.getSelection(1), !b || b.getType() == CKEDITOR.SELECTION_NONE)) return;
9049 …2 == a.data.$.button && ((a = c.document.getSelection()) && a.getType() != CKEDITOR.SELECTION_NONE…
9197 …return a.getType() != CKEDITOR.SELECTION_NONE ? (!a.isLocked && a.lock(), this._.savedSelection = …
9275 getType: m ? function() {
9364 d = this.getType();
9404 switch (this.getType()) {
9633 if (this.getType() != CKEDITOR.SELECTION_NONE) {
14168 …b.getType() == CKEDITOR.SELECTION_ELEMENT && (c = b.getSelectedElement()) && (d = b.getRanges()[0]…
14297 …return b.getType() == CKEDITOR.SELECTION_NONE || 1 == c.length && c[0].collapsed ? CKEDITOR.TRISTA…
H A Dckeditor.js438 …!0):e=!1}e=!e}e&&(b.reset(),b=0)}if(!b&&(b=c||this.getSelection(1),!b||b.getType()==CKEDITOR.SELEC…
450 …edown",function(a){2==a.data.$.button&&((a=c.document.getSelection())&&a.getType()!=CKEDITOR.SELEC…
457 …r.prototype.lockSelection=function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELEC…
462 m?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:m?function(){var a=…
466 a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT)return a=new CKEDITOR…
468 …cache;if(void 0!==a.startElement)return a.startElement;var b;switch(this.getType()){case CKEDITOR.…
481 …this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){if(this.getType()!=CKEDITOR.SELEC…
710 …if(CKEDITOR.env.ie&&!CKEDITOR.env.quirks){var b=a.getSelection(),c,d,e;b.getType()==CKEDITOR.SELEC…
716 …return CKEDITOR.TRISTATE_OFF;b=a.getSelection();c=b.getRanges();return b.getType()==CKEDITOR.SELEC…
813 …unction(a,f,c,d){!1!==this.editor.config.enableContextMenu&&this.editor.getSelection().getType()!==
/plugin/ckgedit/syntax/
H A Dfont.php25 function getType(){ return 'formatting'; } function in syntax_plugin_ckgedit_font
H A Dspecials.php30 function getType(){ function in syntax_plugin_ckgedit_specials

1...<<11121314151617181920>>...70