Home
last modified time | relevance | path

Searched refs:hasClass (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/lib/scripts/
H A Dtree.js43 opening = $listitem.hasClass('closed');
66 if ($listitem.hasClass('open')) {
H A Dsearch.js41 if ($me.parent().hasClass('open')) {
H A Dpage.js39 …while ($tgt.length > 0 && !($tgt.hasClass('sectionedit' + nr) || $tgt.find('.sectionedit' + nr).le…
H A Dtoolbar.js241 if ($picker.hasClass('a11y')) {
H A Dfileuploader.js129 qq.hasClass = function(element, name){ function
134 if (!qq.hasClass(element, name)){
174 if (qq.hasClass(candidates[i], className)){
657 if (qq.hasClass(target, self._classes.cancel)){
H A Dmedia.js333 if ($link.hasClass('idx_dir')) {
/dokuwiki/lib/plugins/acl/
H A Dscript.js108 if ($link.hasClass('wikilink1')) {
111 } else if ($link.hasClass('idx_dir')) {
/dokuwiki/lib/plugins/styling/
H A Dscript.js57 if (!$styling_plugin.hasClass('ispopup')) {
/dokuwiki/_test/tests/Form/
H A DFormTest.php27 $this->assertTrue($pq->find('form')->hasClass('doku_form'));
H A DDropdownElementTest.php88 $this->assertTrue($option->hasClass('two'));
89 $this->assertTrue($option->hasClass('classes'));
/dokuwiki/lib/plugins/extension/
H A Dscript.js81 if ($extmgr.find('.plugins, .templates').hasClass('active')) {
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6hasClass("ui-state-disabled"))return("string"==typeof e?r[e]:e).apply(r,arguments)}"string"!=typeo…
H A Djquery.min.js2hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=Ct(this))&&_.set(th… method
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3922 public function hasClass($className) { function in phpQueryObject