Home
last modified time | relevance | path

Searched refs:isEnabled (Results 76 – 83 of 83) sorted by last modified time

1234

/plugin/recaptcha/
H A Dhelper.php19 function isEnabled(){ function in helper_plugin_recaptcha
/plugin/dokumicrobugtracker/
H A Dsyntax.php77 if(!is_null($helper) && $helper->isEnabled())
387 if(!is_null($helper) && $helper->isEnabled()) {
/plugin/requiz/
H A Dhelper.php18 function isEnabled(){ function in helper_plugin_requiz
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php194 if (!$pro->isEnabled()) $class[] = 'disabled';
198 $checked = $pro->isEnabled() ? ' checked="checked"' : '';
207 …__p_'.$id.'">'.$pro->getImageXHTML().$pro->getName().'</label>'.(!$pro->isEnabled()?'<span class="…
/plugin/fedauth/classes/
H A Dfa_provider.class.php68 $this->data['disabled'] = $this->isEnabled() ? 1 : 0;
76 public function isEnabled() { function in fa_provider
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue;
182 if (!$pro->isEnabled() || !$pro->hasUsername()) {
201 if (!$pro->isEnabled()) {
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js191 FCKSpecialCombo.prototype.SetEnabled = function( isEnabled ) argument
193 this.Enabled = isEnabled ;
195 this._OuterTable.className = isEnabled ? '' : 'SC_FieldDisabled' ;

1234