Searched refs:_types (Results 1 – 7 of 7) sorted by relevance
/plugin/strata/_test/ |
H A D | types.test.php | 12 $this->_types = new helper_plugin_strata_util(); 16 $type = $this->_types->loadType('text'); 41 $type = $this->_types->loadType('page'); 83 $type = $this->_types->loadType('page'); 137 $type = $this->_types->loadType('ref'); 174 $type = $this->_types->loadType('image');
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Finder.php | 91 protected $_types = []; variable in Hoa\\File\\Finder 175 $this->_types[] = 'file'; 187 $this->_types[] = 'dir'; 199 $this->_types[] = 'link'; 715 return $this->_types;
|
/plugin/caption/syntax/ |
H A D | caption.php | 14 private $_types = array('figure','table','codeblock','fileblock'); 102 if (in_array(explode(' ',$match)[0],$this->_types)) { 296 if (in_array($_type,$this->_types)) { 325 if (in_array($match,$this->_types)) { 393 if (in_array($match,$this->_types)) { 23 private $_types = array('figure','table','codeblock','fileblock'); global() variable in syntax_plugin_caption_caption
|
/plugin/latexcaption/syntax/ |
H A D | caption.php | 17 private static $_types = array('figure', 'table','codeblock','fileblock'); variable in syntax_plugin_latexcaption_caption 187 if (!in_array($type,$this::$_types)) {
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 396 …_types=n,this._parentsComputed=!1}ensureParentIndices(){if(!this._parentsComputed){this._parentsCo…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js | 396 …_types=n,this._parentsComputed=!1}ensureParentIndices(){if(!this._parentsComputed){this._parentsCo…
|
H A D | bundle.js.map | 1 …_types = types;\n this._parentsComputed = false;\n }\n ensureParentIndices() {\n …
|