Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 13 of 13) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php134 $chk = array_keys($checktable, [$row, $col]);
135 $code .= $chk[0];
136 $bararray['checkdigit'] = $chk[0];
/plugin/groupmgr/
H A Dsyntax.php303 $chk = "chk_" . $hn . "_" . md5($g);
324 if ($_POST[$chk]) {
345 $renderer->doc .= "<input type=\"checkbox\" name=\"" . $chk . "\"";
/plugin/farmer/admin/
H A Dconfig.php76 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
78 if ($val) $chk->attr('checked', 'checked');
/plugin/editx/
H A Daction.php334 $chk = ' checked="checked"';
361 …value"><input type="checkbox" name="rp_nr" value="1"<?php if ($data['rp_nr']) echo $chk; ?> /></td>
394 …><input type="checkbox" name="dp_purge" value="1"<?php if ($data['dp_purge']) echo $chk; ?> /></td>
/plugin/metaeditor/
H A Djstree.js3640 check : function (chk, obj, par, pos, more) { argument
3645 if(chk === "move_node" || chk === "copy_node") {
3652 if(tmp && tmp.functions && (tmp.functions[chk] === false || tmp.functions[chk] === true)) {
3653 if(tmp.functions[chk] === false) {
3656 return tmp.functions[chk];
3658 …== false || ($.isFunction(chc) && chc.call(this, chk, obj, par, pos, more) === false) || (chc && c…
7066 this.check = function (chk, obj, par, pos, more) { argument
7072 switch(chk) {
7196 this.check = function (chk, obj, par, pos, more) { argument
7201 var n = chk === "rename_node" ? pos : obj.text,
[all …]
/plugin/groupmanager/
H A Dsyntax.php488 $chk = "chk_" . $name . "_" . $g;
509 if ($_POST[$chk]) {
531 $renderer->doc .= "<input type=\"checkbox\" name=\"" . $chk . "\"";
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1612 $chk = array_keys($checktable, array($row,$col));
1613 $code .= $chk[0];
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2chk("00100000","Mini Stream Cutoff Size: ");minifat_start=blob.read_shift(4,"i");nmfs=blob.read_sh…
3 …>>1}function prep_blob(blob,pos){blob.l=pos;blob.read_shift=ReadShift;blob.chk=CheckField;blob.wri…
4 …ID1,Offset0,Offset1;blob.chk("feff","Byte Order: ");var vers=blob.read_shift(2);var SystemIdentifi…
H A Dxlsx.js927 blob.chk('00100000', 'Mini Stream Cutoff Size: ');
986 blob.chk(HEADER_SIGNATURE, 'Header Signature: ');
989 blob.chk(HEADER_CLSID, 'CLSID: ');
1000 blob.chk('feff', 'Byte Order: ');
1010 blob.chk('0600', 'Mini Sector Shift: ');
1013 blob.chk('000000000000', 'Reserved: ');
1667 blob.chk = CheckField;
3012 blob.chk('feff', 'Byte Order: ');
3016 blob.chk(CFB.utils.consts.HEADER_CLSID, 'CLSID: ');
H A Dxlsx.min.map1 …ep_blob","mv","check_get_mver","header","check_shifts","nds","read_shift","chk","sectors","sectori…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js4204 var chk = document.createElement('input');
4205 chk.setAttribute('type', 'checkbox');
4206 chk.setAttribute('id', 'geDoNotShowAgainCheckbox');
4207 chk.style.marginRight = '6px';
4211 div.appendChild(chk);
4228 if (chk.checked || doNotShowAgainOnClose)
4261 if (source != chk && source != label)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php4755 $chk = pack("nn", $checksum[0], $checksum[1]);
4756 $stm = $this->splice($stm, ($head_start + 8), $chk);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1642 blob.chk('00100000', 'Mini Stream Cutoff Size: ');
1698 blob.chk(HEADER_SIGNATURE, 'Header Signature: ');
1701 //blob.chk(HEADER_CLSID, 'CLSID: ');
1713 //blob.chk('feff', 'Byte Order: '); // note: some writers put 0xffff
1724 blob.chk('0600', 'Mini Sector Shift: ');
1727 blob.chk('000000000000', 'Reserved: ');
4139 blob.chk = CheckField;
6257 blob.chk('feff', 'Byte Order: ');