Home
last modified time | relevance | path

Searched defs:checked (Results 1 – 25 of 45) sorted by relevance

12

/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarker.php19 protected $checked = false; global() variable in League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker
31 setChecked(bool $checked) global() argument
/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)
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.js
/plugin/tagsections/
H A Dscript.js83 var createHeader = function(namespace, checked, entries) { argument
87 var creeateCheckBox = function(namespace, tag, checked) { argument
/plugin/todo/
H A Daction.php177 _buildTodoTag($todoTag, $checked) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php82 function CheckBox($checked, $name, $value) {
H A Dbox.radiobutton.php38 function RadioBox($checked, $value, $group_name) {
H A Doutput.pdflib.old.class.php28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
H A Doutput.pdflib.1.6.class.php115 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
H A Doutput.fpdf.class.php123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
H A Doutput._interface.class.php31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { }
H A Dpdf.fpdf.php583 $checked) {
1229 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) {
/plugin/bibtex/OSBib/create/
H A DFORM.php90 function radioButton($label, $name, $value = FALSE, $checked = FALSE)
102 function checkbox($label, $name, $checked = FALSE)
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js294 }, function(checked) argument
303 }, function(checked) argument
312 }, function(checked) argument
321 }, function(checked) argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1087 }, function(checked) argument
5973 }, function(checked) argument
5998 }, function(checked) argument
6030 }, function(checked) argument
6607 }, function(checked) argument
6709 }, function(checked) argument
6733 }, function(checked) argument
6757 }, function(checked) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js214 var fn = mxUtils.bind(this, function(checked) argument
H A DDropboxClient.js637 this.checkExists(filename, mxUtils.bind(this, function(checked, exists, response) argument
703 this.checkExists(filename, mxUtils.bind(this, function(checked) argument
H A DOneDriveClient.js753 this.checkExists(file.getParentId(), filename, false, mxUtils.bind(this, function(checked) argument
817 this.checkExists(folderId, filename, true, mxUtils.bind(this, function(checked) argument
H A DEditor.js1379 Editor.extractGraphModel = function(node, allowMxFile, checked) argument
1490 Editor.parseDiagramNode = function(diagramNode, checked) argument
2407 Editor.prototype.extractGraphModel = function(node, allowMxFile, checked) argument
4059 }, function(checked) argument
4117 }, function(checked) argument
4152 }, function(checked) argument
H A DNotionClient.js276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current… argument
/plugin/batchedit/
H A Dinterface.js74 jQuery('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) { argument
[all...]
H A Dinterface.php262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1014 SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1021 SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1099 SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], $checked = false, $disabled = false, $background_col = false, $border_col = false, $noprint = false) global() argument
[all...]
/plugin/highlightjs/highlight/languages/
H A Dcs.js12 … 1, 'bool': 1, 'break': 1, 'byte': 1, 'case': 1, 'catch': 1, 'char': 1, 'checked': 1, 'class': 1, … property in hljs.LANGUAGES.cs.defaultMode.keywords
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n…

12