/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/ |
H A D | TaskListItemMarker.php | 19 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 D | ListItem.php | 26 public $checked; variable in Google\\Service\\Keep\\ListItem 35 public function setChecked($checked)
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | ConfigForm.js |
|
/plugin/tagsections/ |
H A D | script.js | 83 var createHeader = function(namespace, checked, entries) { argument 87 var creeateCheckBox = function(namespace, tag, checked) { argument
|
/plugin/todo/ |
H A D | action.php | 177 _buildTodoTag($todoTag, $checked) global() argument [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.checkbutton.php | 82 function CheckBox($checked, $name, $value) {
|
H A D | box.radiobutton.php | 38 function RadioBox($checked, $value, $group_name) {
|
H A D | output.pdflib.old.class.php | 28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
|
H A D | output.pdflib.1.6.class.php | 115 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { 126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
|
H A D | output.fpdf.class.php | 123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { 128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
|
H A D | output._interface.class.php | 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { }
|
H A D | pdf.fpdf.php | 583 $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 D | FORM.php | 90 function radioButton($label, $name, $value = FALSE, $checked = FALSE) 102 function checkbox($label, $name, $checked = FALSE)
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 294 }, function(checked) argument 303 }, function(checked) argument 312 }, function(checked) argument 321 }, function(checked) argument
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 1087 }, 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 D | DropboxFile.js | 214 var fn = mxUtils.bind(this, function(checked) argument
|
H A D | DropboxClient.js | 637 this.checkExists(filename, mxUtils.bind(this, function(checked, exists, response) argument 703 this.checkExists(filename, mxUtils.bind(this, function(checked) argument
|
H A D | OneDriveClient.js | 753 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 D | Editor.js | 1379 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 D | NotionClient.js | 276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current… argument
|
/plugin/batchedit/ |
H A D | interface.js | 74 jQuery('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) { argument [all...] |
H A D | interface.php | 262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Form.php | 1014 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 D | cs.js | 12 … 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 D | marked.js | 6 …3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n…
|