Home
last modified time | relevance | path

Searched refs:parent (Results 26 – 50 of 257) sorted by path

1234567891011

/template/bootstrap3/compat/inc/Menu/Item/
H A DIndex.php16 parent::__construct();
H A DLogin.php15 parent::__construct();
H A DMedia.php15 parent::__construct();
H A DMediaManager.php15 parent::__construct();
H A DProfile.php15 parent::__construct();
H A DRecent.php14 parent::__construct();
H A DRegister.php15 parent::__construct();
H A DResendpwd.php15 parent::__construct();
H A DRevert.php16 parent::__construct();
H A DRevisions.php14 parent::__construct();
H A DSubscribe.php15 parent::__construct();
H A DTop.php15 parent::__construct();
/template/bootstrap3/inc/Menu/Item/
H A DDiscussion.php15 parent::__construct();
H A DFeed.php14 parent::__construct();
30 $attr = parent::getLinkAttributes($classprefix);
H A DHelp.php14 parent::__construct();
37 $attr = parent::getLinkAttributes($classprefix);
H A DImgOriginalSize.php14 parent::__construct();
41 $attr = parent::getLinkAttributes($classprefix);
H A DPermalink.php14 parent::__construct();
37 $attr = parent::getLinkAttributes($classprefix);
H A DPrintPage.php14 parent::__construct();
H A DSendMail.php14 parent::__construct();
H A DShareOn.php14 parent::__construct();
31 $attr = parent::getLinkAttributes($classprefix);
/template/bootstrap3/inc/
H A Dsimple_html_dom.php138 public $parent = null; variable in simple_html_dom_node
163 $this->parent = null;
241 function parent($parent = null) argument
246 if ($parent !== null) {
247 $this->parent = $parent;
248 $this->parent->nodes[] = $this;
249 $this->parent->children[] = $this;
252 return $this->parent;
1400 protected $parent; global() variable in simple_html_dom
[all...]
/template/bootstrap3/js/plugins/
H A Dtranslation.js19 $current.parent().addClass('active');
H A Dwrap.js18 $tabs.find('.curid').parent().addClass('active');
/template/bootstrap3/
H A Dscript.js299 jQuery(this).parent().addClass('active');
/template/boozurk/
H A Dboozurk.js126 var p = $(this).parent();
156 …$('#posts_content').find('.storycontent a img').parent('a[href$=".jpg"],a[href$=".png"],a[href$=".…

1234567891011