Home
last modified time | relevance | path

Searched refs:checked (Results 301 – 325 of 346) sorted by path

1...<<11121314

/plugin/tagentry/
H A Dscript.js2 tagentry_settag(tagname,cbox.checked);
/plugin/tagging/
H A Dscript.js48 disabled: !$admin_toggle_btn[0].checked,
/plugin/tagging/script/
H A Dsearch.js66 let checked = filters.includes(tag) ? 'checked="checked"' : '';
69 <input name="tagging[]" type="checkbox" value="${tag}" id="__tagging-${i}" ${checked}>
/plugin/tagsections/
H A Dscript.js55 var checked = 0;
62 checked += check ? 1 : 0;
69 $accordeon.append(createHeader(namespace, checked, Object.keys(entries).length));
83 var createHeader = function(namespace, checked, entries) { argument
84 …).text(((namespace||LANG.plugins.tagsections['empty namespace']) + ' ' + checked + '/'+entries).tr…
87 var creeateCheckBox = function(namespace, tag, checked) { argument
89 …"tagsections__tag"/>').attr('name', tagName).val('1').attr('id', tagName).prop('checked', checked);
/plugin/tindexmenu/
H A Dedit-full.js120 if (f[i].checked) {
H A Dedit.js1 …){var c,b="";var a=$("indexmenu_optfrm");for(c=0;c<a.length;c++){if(a[c].checked){b=b+" "+a[c].val…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js103 }if(value.constructor==Array&&/radio|checkbox/.test(this.type)){this.checked=(jQuery.inArray(this.v…
400 },checked:function(a){return a.checked;
/plugin/todo/
H A Daction.php52 * checked int should the to-do set to completed (1) or to open (0)
94 if(isset($_REQUEST['index'], $_REQUEST['checked'], $_REQUEST['pageid'])) {
97 // checked = flag if input is checked means to do is complete (1) or not (0)
98 $checked = (boolean) urldecode($_REQUEST['checked']);
152 $newTag = $this->_buildTodoTag($oldTag, $checked);
157 // @date 20140714 le add todo text to minorchange, use different message for checked or unchecked
158 saveWikiText($ID, $wikitext, $this->getLang($checked?'checkboxchange_on':'checkboxchange_off').': '.$todoText, $minoredit = true);
197 * @brief gets current to-do tag and returns a new one depending on checked
177 _buildTodoTag($todoTag, $checked) global() argument
[all...]
H A Dscript.js13 * bugfix: chk.attr('checked') returns checkbox state from html - use chk.is(':checked') - see http://www.unforastero.de/jquery/checkbox-angehakt.php \n
49 checked = !$chk.is(':checked');
70 $chk.prop('checked', checked);
72 if (checked) {
94 checked: checked ? "1" : "0",
113 jQuery(this).prop('checked', fals
[all...]
/plugin/todo/syntax/
H A Dtodo.php8 * will cause the checkbox to be checked by default.
115 $handler->checked = '';
133 $data = array_merge(array ($state, 'todotitle' => $handler->todotitle, 'todoindex' => $handler->todo_index, 'todouser' => $handler->todo_user, 'checked' => $handler->checked), $handler->todoargs);
135 #Delete temporary checked variable
137 unset($handler->checked);
188 * @return array(bool, false|string) with checked and user
191 $data['checked'] = false;
207 $data['checked'] = true;
266 $checked
[all...]
/plugin/togglewrap/
H A Dscript.js9 if ((checkbox.checked && !reverse) || (!checkbox.checked && reverse) ) {
35 if ( (this.value.substr(0,4) == 'not_') && (!this.checked)) {
44 if ((this.checked && !reverse) || (!this.checked && reverse) ) {
/plugin/tos/
H A Dstyle.less21 #plugin__tos_showdiff:checked + .tos-diff {
25 #plugin__tos_showdiff:checked + .tos-diff + .tos-content {
/plugin/tplinc/
H A Dadmin.php118 $checked = $skipacl ? 'checked="checked"' : '';
120 echo '<input type="checkbox" name="a[x' . $row . '][3]" value="1" ' . $checked . '/> ';
/plugin/tplmod/
H A Daction.php69 $checked = "";
74 $checked = 'checked';
77 …input type = "radio" value = "' . $val . '" name= "tplmod_selector" ' . $checked .'>&nbsp;&nbsp;&n…
/plugin/tuxquote/
H A Dquotes.txt2251 …ly, without banners or flashing lights. If you hear bells, get your ears checked. <BR> -- Erich Se…
/plugin/twcheckliste/
H A Dscript.js40 checked : true
66 checked : true
80 checked : true
95 checked : true
110 checked : true
123 checked : true
/plugin/vkeyboard/
H A Dvkeyboard.js1checked)?u.VKI_i18n["04"]:u.VKI_i18n["05"]);u.VKI_modify("");return true},false);l.appendChild(s);…
H A Dvkeyboard.js.unc1315 …this.title = self.VKI_i18n['03'] + ": " + ((this.checked) ? self.VKI_i18n['04'] : self.VKI_i18n['0…
1320 checkbox.checked = this.VKI_deadkeysOn;
1323 } else this.VKI_deadkeysOn.checked = this.VKI_deadkeysOn;
1373 if (self.VKI_deadkeysOn.checked && self.VKI_dead) {
1388 if (self.VKI_deadkeysOn.checked && self.VKI_deadkey[character]) {
1428 if (this.VKI_deadkeysOn.checked)
1552 if (this.VKI_deadkeysOn.checked) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js18checked;fe.detectFirebug=elSet.cbxDetectFirebug.element.checked;fe.hideDOMFunctions=elSet.cbxHideD…
22checked=fe.debug;elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;elSet.cbxHideDOMFunctions…
H A Dfirebug-lite-1.2.js453 fe.debug=elSet.cbxDebug.element.checked;
454 fe.detectFirebug=elSet.cbxDetectFirebug.element.checked;
455 fe.hideDOMFunctions=elSet.cbxHideDOMFunctions.element.checked;
456 fe.override=elSet.cbxOverride.element.checked;
457 fe.showIconWhenHidden=elSet.cbxShowIcon.element.checked;
458 fe.openInPopup=elSet.cbxOpenInPopup.element.checked;
593 elSet.cbxDebug.element.checked=fe.debug;
594 elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;
596 elSet.cbxOverride.element.checked=fe.override;
597 elSet.cbxShowIcon.element.checked=fe.showIconWhenHidden;
[all …]
H A Dfirebug-lite-1.4.js1920 }}}}if(item.checked){className+="fbMenuChecked "
2004 if(type=="checkbox"){var checked=target.getAttribute("checked");
2405checked:Firebug.startOpened,disabled:cookiesDisabled},{label:"Start in New Window",type:"checkbox"…
2406 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
3285 },checked:function(elem){return elem.checked===true
4511 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT…
4517 …e:"checkbox",checked:breakOnThisError,command:bindFixed(this.breakOnThisError,this,error)},{label:…
5832 return{label:"JavascriptOptionsStrict",type:"checkbox",checked:strictValue,command:bindFixed(Firebu…
7467checked:Firebug.showUserAgentCSS,command:bindFixed(Firebug.togglePref,Firebug,"showUserAgentCSS")}…
7470 ret.push({label:":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateC…
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md951 * Added: If header now gets checked (with ETag) all the time. Before the dealing
1208 * Fixed: calendar-proxy principals were not checked for deeper principal
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js91 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
92 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
93 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
159 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
160 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
161 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js418 sFeatures += aChkFeatures[i].value + '=' + ( aChkFeatures[i].checked ? 'yes' : 'no' ) ;
454 aChkFeatures[i].checked = true ;
/plugin/xcom/
H A Dscript.js90 params += '&debug=' + document.getElementById('xcom_debug').checked;

1...<<11121314