Home
last modified time | relevance | path

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

/plugin/move/helper/
H A Drewrite.php29 * What is they filename of the lockfile
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)) {
[all...]
/plugin/maintenance/
H A Dhelper.php52 $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/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/move/_test/
H A Dnamespace_move.test.php193 $lockfile = $conf['lockdir'] . 'move.lock';
221 $this->assertFileExists($lockfile);
/plugin/combo/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/diagramsnet/lib/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,limitxmlrequestbody:1,listen:1,listenbacklog:1,loadfile:1,loadmodule:1,lockfile:1,logformat:1,log… property in hljs.LANGUAGES.apache.dM.k.keyword
/plugin/tablelayout/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/dropfiles/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/structsection/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/fetchmedia/
H A Dyarn.lock2 # yarn lockfile v1
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2 # yarn lockfile v1