Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/plugin/batchedit/
H A Dinterface.js62 jQuery('.be-file input').prop('checked', this.checked);
66 jQuery('.be-match input[id^=' + escapeId(this.id) + ']').prop('checked', this.checked);
69 // When all single matches of a file have been checked, mark the appropriate file box as checked, too.
74 jQuery('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) { argument
75 return checked && input.checked;
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarker.php21 private bool $checked;
27 $this->checked = $isCompleted;
32 return $this->checked;
35 public function setChecked(bool $checked): void
37 $this->checked = $checked;
19 protected $checked = false; global() variable in League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker
31 setChecked(bool $checked) global() argument
/plugin/schedule/lib/
H A DscheduleForm.js33 var checked = true;
39 checked = false;
44 checked = false;
48 checked = false;
52 checked = false;
56 checked = false;
57 return checked;
65 form.elements[i].checked = !form.elements[i].checked;
100 if (inputs[i].checked)
123 if (inputs[i].checked)
[all …]
/plugin/indexmenu2/cms/modifiers/
H A Dgroupcheckbox.js9checked=!i.checked;if(!v){i.checked=true}else if(i.checked==false&&v){O(i[I['parentNode']][I['pare…
/plugin/odt/ODT/
H A DODTSpan.php191 $checked = array();
193 if (isset($checked [$out])) {
198 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
214 $checked [$out] = $spans [$found ['tag-open']]['open'];
215 $checked [$in] = $spans [$found ['tag-open']]['close'];
218 $checked [$out] = '<text:span text:style-name="'.$style_name.'">';
219 $checked [$in] = '</text:span>';
228 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
233 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
238 for ($index = 0 ; $index < count($checked) ; $index++) {
[all …]
H A DODTUtility.php871 $checked = array();
876 if (isset($checked [$out])) {
884 $checked [$out] = $found ['content'];
927 $checked [$in] = '</text:span>';
939 $checked [$in] = '</text:list>';
943 $checked [$in] = '</text:list>';
976 $checked [$out] = '<text:list-item';
982 $checked [$in] = '</text:p></text:list-item>';
1000 $checked [$out] = $found ['tag-orig'];
1026 for ($index = 0 ; $index < count($checked) ; $index++) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DListItem.php26 public $checked; variable in Google\\Service\\Keep\\ListItem
35 public function setChecked($checked) argument
37 $this->checked = $checked;
44 return $this->checked;
/plugin/struct/types/
H A DCheckbox.php37 $checked = 'checked';
39 $checked = '';
48 'checked' => $checked
70 $checked = 'checked';
72 $checked = '';
81 'checked' => $checked
[all...]
/plugin/gallery/script/
H A Dprosemirror.js64 checked: attrs['cache'],
77 checked: attrs['showname'],
84 checked: attrs['showtitle'],
91 checked: attrs['crop'],
98 checked: attrs['direct'],
105 checked: attrs['lightbox'],
112 checked: attrs['reverse'],
119 checked: attrs['recursive'],
126 checked: attrs['align'] === 'left',
133 checked
[all...]
/plugin/todo/
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...]
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...]
/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;
206 $data['checked'] = true;
258 $checked
[all...]
/plugin/cacherevisionseraser/
H A Dadmin.php216 …x" name="delfl_i" value="yes" '.(($this->configs['cache_delext_i']+2) ? 'checked="checked"' : '').…
218 …ckbox" name="delfl_i" value="yes" '.($this->configs['cache_delext_i'] ? 'checked="checked"' : '').…
224 … name="delfl_js" value="yes" '.(($this->configs['cache_delext_js']+2) ? 'checked="checked"' : '').…
226 …box" name="delfl_js" value="yes" '.($this->configs['cache_delext_js'] ? 'checked="checked"' : '').…
228 …ame="delfl_css" value="yes" '.(($this->configs['cache_delext_css']+2) ? 'checked="checked"' : '').…
230 …x" name="delfl_css" value="yes" '.($this->configs['cache_delext_css'] ? 'checked="checked"' : '').…
236 …ame="delfl_UNK" value="yes" '.(($this->configs['cache_delext_UNK']+2) ? 'checked="checked"' : '').…
250 …"level_outputinfo" value="1" '.($this->configs['level_outputinfo']==1 ? 'checked="checked"' : '').…
251 …"level_outputinfo" value="2" '.($this->configs['level_outputinfo']==2 ? 'checked="checked"' : '').…
285 …"level_outputinfo" value="1" '.($this->configs['level_outputinfo']==1 ? 'checked="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/twcheckliste/
H A Dscript.js40 checked : true
66 checked : true
80 checked : true
95 checked : true
110 checked : true
123 checked : true
/plugin/bibtex/OSBib/create/
H A DFORM.php90 function radioButton($label, $name, $value = FALSE, $checked = FALSE) argument
92 $checked ? $checked = "checked=\"checked\"" : "";
97 <input type="radio" name="$name" value="$value" $checked />
102 function checkbox($label, $name, $checked = FALSE) argument
104 $checked ? $checked = "checked=\"checked\"" : "";
109 <input type="checkbox" name="$name" $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/pageindex/
H A Dsyntax.php147 $checked[] = $item;
154 if(count($checked)) { // use the filtered data rather than $search_data
157 $renderer->doc .= html_buildlist($checked,
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php22 $checked = $root->has_attribute('checked');
32 $box =& new RadioBox($checked, $value,
38 function RadioBox($checked, $value, $group_name) { argument
43 $this->_checked = $checked;
H A Doutput.pdflib.1.6.class.php115 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
121 $checked ? $value : "Off",
122 $checked ? $value : "Off",
126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
138 $checked ? $value : "Off",
139 $checked ? $value : "Off",
/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/scrape/HTMLPurifier/Printer/
H A DConfigForm.js
/plugin/sentry/conf/
H A DSetting.php54 $checked = '';
56 $checked = 'checked="checked"';
75 'value="' . $val . '" ' . $checked . ' />';
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js95 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
96 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
97 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
163 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
164 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
165 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
/plugin/google_adsense2/
H A Dadmin.php87 $gads_settings['enabled'] = $this->googleads['enabled'] == 'on' ? 'checked' : '';
88 $gads_settings['debug'] = $this->googleads['debug'] == 'on' ? 'checked' : '';
89 $gads_settings['dontcountadmin'] = $this->googleads['dontcountadmin'] == 'on' ? 'checked' : '';
90 $gads_settings['dontcountusers'] = $this->googleads['dontcountusers'] == 'on' ? 'checked' : '';

12345678910>>...14