Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 7 of 7) sorted by last modified time

/plugin/caption/syntax/
H A Dcaption.php14 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 Dcaption.php17 private static $_types = array('figure', 'table','codeblock','fileblock'); variable in syntax_plugin_latexcaption_caption
187 if (!in_array($type,$this::$_types)) {
/plugin/strata/_test/
H A Dtypes.test.php12 $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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1_types = types;\n this._parentsComputed = false;\n }\n ensureParentIndices() {\n …
H A Dbundle.js396_types=n,this._parentsComputed=!1}ensureParentIndices(){if(!this._parentsComputed){this._parentsCo…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396_types=n,this._parentsComputed=!1}ensureParentIndices(){if(!this._parentsComputed){this._parentsCo…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php91 protected $_types = []; variable in Hoa\\File\\Finder
175 $this->_types[] = 'file';
187 $this->_types[] = 'dir';
199 $this->_types[] = 'link';
715 return $this->_types;