Home
last modified time | relevance | path

Searched full:mv (Results 1 – 25 of 102) sorted by relevance

12345

/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/tuxquote/
DREADME29 $ sudo mv master.zip <wiki_root>/lib/plugins/
31 $ sudo mv dokuwiki_plugin_tuxquote-master tuxquote
/plugin/farm/install/
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);
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);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DOptions.php380 $mv = 2;
384 $mv = 4;
409 array($mv, '*'),
437 array($mv, '30%', '*'),
456 array($mv, '30%', '*'),
469 array($mv, '*'),
/plugin/fedauth/images/
Dcleanico5 mv $fname ${fname/\.ico/}
/plugin/chessdiagram/toolbar/
Dreadme.txt3 - mv chessdiagram.png to lib/images/toolbar
/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/siteexport/
D.travis.yml17 - "mv req-travis.txt requirements.txt"
/plugin/pagecss/.github/workflows/
H A Dmain.yml25 sudo mv git-cliff /usr/local/bin/
/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/ipa/
Dipa.css51 …de MS, Lucida Sans Unicode, Lucida Grande, TITUS Cyberbit Basic, Code2000, MV Boli, MS Mincho, Dej…
/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/asciidocjs/node_modules/resolve/
Dpackage.json41 "mv": "^2.1.1", string
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
Dcos.min.js1 …","print","zbreak","zinsert","zload","zprint","zremove","zsave","zzprint","mv","mvcall","mvcrt","m…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DREADME.md18 $ mv phpunit.phar /usr/local/bin/phpunit
/plugin/dw2pdf/vendor/mpdf/mpdf/data/patterns/
Dit.php10 … 2lv 2lw 2lz 2l_ 2l'_ 2l'' 1m 2mb 2mc 2mf 2ml 2mm 2mn 2mp 2mq 2mr 2ms 2mt 2mv 2mw 2m_ 2m' 1n 2nb 2…
/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/syntaxhighlighter3/sxh3/src/js/
DshBrushBash.js31 …'mv nasm nc ndisasm netstat nice nl nohup nslookup objdump od open op passwd paste pathchk ping po…
/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/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushBash.js47 …'mv nasm nc ndisasm netstat nice nl nohup nslookup objdump od open op passwd paste pathchk ping po…
/plugin/farm/
Danimal.class.php716 * @param $mv boolean telling whether copying or moving contents
721 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/letsencrypt/
Dcountry-codes.csv133 Maldives,MV

12345