Home
last modified time | relevance | path

Searched refs:tabids (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js15 this.tabids = Array();
63 return (indexOf(this.tabids, tabid) >= 0);
79 for (var i=0; i<this.tabids.length; i++)
83 if (this.tabids[i] == tabid)
182 var tabpos = indexOf(this.tabids, tabid);
184 this.tabids = without(this.tabids, this.tabids[tabpos]);
189 if (this.tabids[tabpos])
190 this.setTabById(this.tabids[tabpos]);
220 this.tabids.push(tabid);
341 var tabpos = indexOf(this.tabids, tabid);
[all …]
/plugin/tabbox/
H A Dsyntax.php15 protected $tabids = array(); variable in syntax_plugin_tabbox
134 $tabid = 'tab__' . sectionID($name, $this->tabids);