Home
last modified time | relevance | path

Searched refs:cname (Results 26 – 35 of 35) sorted by path

12

/plugin/fckg/
H A Dscript.js225 function dwedit_draft_delete(cname) { argument
227 var params = "draft_id=" +cname;
/plugin/fckg/scripts/
H A Ddraft_delete.php6 $cname = $_REQUEST['draft_id']; variable
7 $cname = urldecode($cname); variable
8 $fckg_cname = $cname . '.fckl';
11 if(file_exists($cname)) {
12 @io_lock($cname);
16 unlink($cname);
H A Dprev_delete.php6 $cname = $_REQUEST['draft_id']; variable
7 $cname = urldecode($cname); variable
9 if(file_exists($cname)) {
10 if(unlink($cname)){
11 echo "$cname unlinked";
/plugin/goto/
H A Dscript.js29 function setGotoCookie(cname, cvalue) { argument
33 document.cookie = cname + "=" + cvalue + ";" + expires + ";path="+DOKU_BASE;
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... ) StackTraceElement caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... ) StackTraceElement caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level ...
/plugin/move/script/
H A Dtree.js47 var cname = 'type-f';
48 if ($li.hasClass('type-d')) cname = 'type-d';
51 if ($this.data('name') == name && $this.hasClass(cname)) ok = false;
/plugin/overlay/
H A Dscript.js150 function setOverlayCookie(cname, cvalue) { argument
154 document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
157 function overlay_getCookie(cname) { argument
158 var name = cname + "=";
/plugin/tocselect/
H A Dscript.js81 function tocsel_getCookie(cname) { argument
82 var name = cname + "=";
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15356 var cname = wb.SheetNames[idx];
15357 try { if(wb.Workbook) cname = wb.Workbook.Sheets[idx].CodeName || cname; } catch(e) {}
15359 props.codeName = utf8write(escapexml(cname));
21462 var cname/*:string*/ = _sheet.CodeName || _sheet.name || s;
21472 write_biff_rec(ba, 0x01ba /* CodeName */, write_XLUnicodeString(cname, opts));
21504 var cname/*:string*/ = _wb.CodeName || "ThisWorkbook";
21505 write_biff_rec(A, 0x01ba /* CodeName */, write_XLUnicodeString(cname, opts));

12