Searched refs:lockfile (Results 1 – 12 of 12) sorted by relevance
| /plugin/move/helper/ |
| D | rewrite.php | 146 $lockfile = $conf['lockdir'] . '/' . self::LOCKFILENAME; 147 … return ((isset($PLUGIN_MOVE_WORKING) && $PLUGIN_MOVE_WORKING > 0) || file_exists($lockfile)); 157 $lockfile = $conf['lockdir'] . '/' . self::LOCKFILENAME; 158 if (!file_exists($lockfile)) { 159 io_savefile($lockfile, "1\n"); 161 $stack = intval(file_get_contents($lockfile)); 163 io_savefile($lockfile, strval($stack)); 174 $lockfile = $conf['lockdir'] . '/' .self::LOCKFILENAME; 175 if (!file_exists($lockfile)) { 178 $stack = intval(file_get_contents($lockfile)); [all …]
|
| /plugin/maintenance/ |
| D | helper.php | 52 $lockfile = $this->temp_dir.'/'.$script_hash.'.lock'; 53 @io_mkdir_p(dirname($lockfile)); 54 $fh = fopen($lockfile, 'wb'); 73 $lockfile = $this->temp_dir.'/'.$script_hash.'.lock'; 74 $result = $this->script_updatelock($lockfile); 114 function script_updatelock($lockfile) { argument 115 if (!is_file($lockfile)) return 3; 116 $fh = fopen($lockfile, 'wb'); 119 @unlink($lockfile); 120 if (!is_file($lockfile)) return 2;
|
| /plugin/pwaoffline/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/move/_test/ |
| D | namespace_move.test.php | 193 $lockfile = $conf['lockdir'] . 'move.lock'; 221 $this->assertFileExists($lockfile);
|
| /plugin/diagramsnet/lib/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/combo/ |
| H A D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …,limitxmlrequestbody:1,listen:1,listenbacklog:1,loadfile:1,loadmodule:1,lockfile:1,logformat:1,log… property
|
| /plugin/tablelayout/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/dropfiles/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/fetchmedia/ |
| D | yarn.lock | 2 # yarn lockfile v1
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | yarn.lock | 2 # yarn lockfile v1
|