Home
last modified time | relevance | path

Searched refs:mv (Results 1 – 25 of 43) sorted by relevance

12

/plugin/upgrade/myvendor/splitbrain/php-cli/src/ !
H A DOptions.php380 $mv = 2;
384 $mv = 4;
409 array($mv, '*'),
437 array($mv, '30%', '*'),
456 array($mv, '30%', '*'),
469 array($mv, '*'),
/plugin/farm/install/ !
Dfarmstructurecreator.php18 function cp_r($src, $dest, $mv=false, $avoid=array(), $lvl=0) { argument
23 if($mv) $r &= unlink($src);
32 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid, $lvl+1);
35 if($mv && $lvl) $r &= rmdir($src);
Dfarmstructurecreator.php.bak11 function cp_r($src, $dest, $mv=false, $forbid=array(), $lvl=0) {
17 if($mv) $r &= unlink($src);
29 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $forbid, $lvl+1);
32 if($mv && $lvl) $r &= rmdir($src);
/plugin/asciidocjs/node_modules/resolve/test/ !
Dhome_paths_sync.js10 var mv = require('mv'); variable
39 mv(dir, backup, function (err) {
44 mv(backup, dir, cb);
Dhome_paths.js10 var mv = require('mv'); variable
39 mv(dir, backup, function (err) {
44 mv(backup, dir, cb);
/plugin/pgn4web/pgn4web/live/ !
Dlive-simulation.sh295 mv $pgn_file_tmp $pgn_file
326 mv $pgn_file_tmp $pgn_file
353 mv $pgn_file_tmp $pgn_file
/plugin/fedauth/images/ !
Dcleanico5 mv $fname ${fname/\.ico/}
/plugin/chessdiagram/toolbar/ !
Dreadme.txt3 - mv chessdiagram.png to lib/images/toolbar
/plugin/tuxquote/ !
DREADME29 $ sudo mv master.zip <wiki_root>/lib/plugins/
31 $ sudo mv dokuwiki_plugin_tuxquote-master tuxquote
/plugin/structtemplate/_vagrant/ !
Dprovision_web_server.sh17 [[ -e /var/www/html/index.html ]] && sudo mv /var/www/html/index.html /var/www/html/apache.index.ht…
/plugin/processing/ !
Dscript.js7103 var mv = modelView.array();
7106 var ax = mv[0] * x + mv[1] * y + mv[2] * z + mv[3];
7107 var ay = mv[4] * x + mv[5] * y + mv[6] * z + mv[7];
7108 var az = mv[8] * x + mv[9] * y + mv[10] * z + mv[11];
7109 var aw = mv[12] * x + mv[13] * y + mv[14] * z + mv[15];
7118 var mv = modelView.array();
7121 var ax = mv[0] * x + mv[1] * y + mv[2] * z + mv[3];
7122 var ay = mv[4] * x + mv[5] * y + mv[6] * z + mv[7];
7123 var az = mv[8] * x + mv[9] * y + mv[10] * z + mv[11];
7124 var aw = mv[12] * x + mv[13] * y + mv[14] * z + mv[15];
[all …]
/plugin/godiag/ !
Dsyntax.php814 for ($mv=1; $mv <= 10; $mv++)
816 if (isset($Moves[$mv])) {
817 $SGFString .= ';' . $Moves[$mv][2] . '[' . $Moves[$mv][1] . ']';
818 $SGFString .= 'C['. $Moves[$mv][2] . $mv . "]\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ !
Dmake.sh146 mv -v "${output_folder}/elasticsearch-php" "${output_folder}/${artefact_name}"
/plugin/farm/ !
Danimal.class.php721 private static function cp_r($src, $dest, $mv=false, $avoid=array(), $copyhook = null) { argument
726 if($mv) $r &= unlink($src);
736 $r &= self::cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid);
739 if($mv) $r &= rmdir($src);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ !
DREADME.md18 $ mv phpunit.phar /usr/local/bin/phpunit
/plugin/calendar/ !
H A DREADME.md168 mv /path/to/master/data/meta/calendar/ /path/to/animal/data/meta/calendar/
171 mv /path/to/master/data/meta/calendar_*.txt /path/to/animal/data/meta/
/plugin/pgn4web/ !
DREADME.md37 mv pgn4web-<version> pgn4web
/plugin/latexport/ !
DREADME.md61 mv phpunit-5.phar /usr/local/bin/phpunit
75 mv phpab-1.24.1.phar /usr/local/bin/phpab
/plugin/translation/ !
Ddeleted.files300 flags/more/mv.gif
391 flags/mv.gif
/plugin/dirtylittlehelper/mermaid/editor/docs/ !
D58.58.js.map1 … 'ls',\n 'make',\n 'mkdir',\n 'openssl',\n 'mv',\n 'nc',\n …
/plugin/codemirror/dist/modes/ !
Dpowershell.min.js1 …sv|ipmo|ipsn|irm|ise|iwmi|iwr|kill|lp|ls|man|md/,/measure|mi|mount|move|mp|mv|nal|ndr|ni|nmo|npssc…
Dshell.min.js.map1 …l\", \"killall\",\n \"ln\", \"ls\", \"make\", \"mkdir\", \"openssl\", \"mv\", \"nc\", \"nl\", \…
Dpowershell.min.js.map1 …o|ipsn|irm|ise|iwmi|iwr|kill|lp|ls|man|md/,\n /measure|mi|mount|move|mp|mv|nal|ndr|ni|nmo|npssc…
/plugin/statistics/ !
H A Ddeleted.files156 flags/mv.png
513 ico/flags/mv.png
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ !
Dxlsx.min.js2 …at_addrs=[];var blob=file.slice(0,512);prep_blob(blob,0);var mv=check_get_mver(blob);mver=mv[0];sw…

12