/plugin/ckgdoku/scripts/ |
H A D | draft_delete.php | 7 $cname = $INPUT->str('draft_id'); variable 8 $cname = urldecode($cname); variable 9 if(!preg_match("#/data/cache/\w/[a-f0-9]{32}\.draft$#i", $cname)) return; 10 $ckgdoku_cname = $cname . '.fckl'; 13 if(file_exists($cname)) { 14 io_lock($cname); 18 unlink($cname);
|
/plugin/ckgedit/scripts/ |
H A D | draft_delete.php | 7 $cname = $INPUT->str('draft_id'); variable 8 $cname = urldecode($cname); variable 9 if(!preg_match("#/data/cache/\w/[a-f0-9]{32}\.draft$#i", $cname)) return; 10 $ckgedit_cname = $cname . '.fckl'; 13 if(file_exists($cname)) { 14 io_lock($cname); 18 unlink($cname);
|
/plugin/fckg/scripts/ |
H A D | draft_delete.php | 6 $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 D | prev_delete.php | 6 $cname = $_REQUEST['draft_id']; variable 7 $cname = urldecode($cname); variable 9 if(file_exists($cname)) { 10 if(unlink($cname)){ 11 echo "$cname unlinked";
|
/plugin/move/script/ |
H A D | tree.js | 47 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/fckg/action/ |
H A D | meta.php | 121 $cname = $INFO['draft']; 131 var cname = "$cname"; 134 dwedit_draft_delete("$cname"); 303 $cname = getCacheName($INFO['client'].$ID,'.draft'); 304 $fckl_draft = $cname . '.fckl'; 308 @unlink($cname); 312 if(file_exists($cname)) { 316 @rename($cname, $fckl_draft);
|
H A D | edit.php | 395 $cname = getCacheName($INFO['client'].$ID,'.draft.fckl'); 396 if(file_exists($cname)) { 397 $cdata = unserialize(io_readFile($cname,false)); 406 unlink($cname);
|
/plugin/diffpreview/ |
H A D | action.php | 177 $cname = getCacheName($draft['client'] . $ID, '.draft'); 178 if (io_saveFile($cname, serialize($draft))) { 179 $INFO['draft'] = $cname;
|
/plugin/overlay/ |
H A D | script.js | 150 function setOverlayCookie(cname, cvalue) { argument 154 document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; 157 function overlay_getCookie(cname) { argument 158 var name = cname + "=";
|
/plugin/goto/ |
H A D | script.js | 29 function setGotoCookie(cname, cvalue) { argument 33 document.cookie = cname + "=" + cvalue + ";" + expires + ";path="+DOKU_BASE;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | common.js | 89 function ckgEedit_getCookie(cname) { argument 90 var name = cname + "=";
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | common.js | 89 function ckgEedit_getCookie(cname) { argument 90 var name = cname + "=";
|
/plugin/fckg/ |
H A D | helper.php | 58 $cname = getCacheName($INFO['client'].$ID,'.draft'); 323 var params = "draft_id=$cname";
|
H A D | script.js | 225 function dwedit_draft_delete(cname) { argument 227 var params = "draft_id=" +cname;
|
/plugin/tocselect/ |
H A D | script.js | 81 function tocsel_getCookie(cname) { argument 82 var name = cname + "=";
|
/plugin/ckgdoku/ |
H A D | helper.php | 78 $cname = getCacheName($INFO['client'].$ID,'.draft'); 369 var params = "draft_id=$cname";
|
/plugin/ckgedit/ |
H A D | helper.php | 106 $cname = getCacheName($INFO['client'].$ID,'.draft'); 222 var params = "draft_id=$cname";
|
/plugin/ckgdoku/action/ |
H A D | meta.php | 627 $cname = getCacheName($INFO['client'].$ID,'.draft'); 628 $fckl_draft = $cname . '.fckl'; 632 @unlink($cname); 636 if(file_exists($cname)) { 640 @rename($cname, $fckl_draft);
|
H A D | edit.php | 465 $cname = getCacheName($INFO['client'].$ID,'.draft.fckl'); 468 if(file_exists($cname) && !$this->draft_started) { 472 $cdata = unserialize(io_readFile($cname,false)); 488 unlink($cname);
|
/plugin/ckgedit/action/ |
H A D | meta.php | 664 $cname = getCacheName($INFO['client'].$ID,'.draft'); 665 $fckl_draft = $cname . '.fckl'; 669 @unlink($cname); 673 if(file_exists($cname)) { 677 @rename($cname, $fckl_draft);
|
H A D | edit.php | 491 $cname = getCacheName($INFO['client'].$ID,'.draft.fckl'); 494 if(file_exists($cname) && !$this->draft_started) { 498 $cdata = unserialize(io_readFile($cname,false)); 514 unlink($cname);
|
/plugin/amcharts/assets/amcharts/ |
H A D | gauge.js | 1 (function(){var c=window.AmCharts;c.GaugeAxis=c.Class({construct:function(a){this.cname="GaugeAxis"… 12 …(){var c=window.AmCharts;c.GaugeArrow=c.Class({construct:function(a){this.cname="GaugeArrow";this.… 13 …(){this.cname="GaugeBand"}})})();(function(){var c=window.AmCharts;c.AmAngularGauge=c.Class({inher… 14 !0;this.extraHeight=this.extraWidth=0;c.applyTheme(this,a,this.cname)},addAxis:function(a){this.axe…
|
H A D | gantt.js | 1 …tion(a){this.type="gantt";c.AmGanttChart.base.construct.call(this,a);this.cname="AmGanttChart";thi…
|
/plugin/chat/ |
H A D | script.js | 804 var cname = chatGetCookie('chatName'); 805 if (null !== cname) { 806 form.user.value = cname;
|
/plugin/etherpadlite/action/ |
H A D | etherpadlite.php | 330 $cname = getCacheName($draft['client'].$ID,'.draft'); 331 if (!io_saveFile($cname,serialize($draft))) {
|