Searched full:rm (Results 1 – 25 of 209) sorted by relevance
123456789
| /plugin/freechat/phpfreechat/misc/ |
| D | tarSource | 8 rm -rf ./$NAME 10 rm -rf ./$NAME/contrib 11 rm -rf ./$NAME/admin 12 rm -rf ./$NAME/lib/pear/.registry 40 #rm -rf ./$PFCSETUPNAME 42 #rm -rf ./$PFCSETUPNAME/.registry 43 #rm -rf ./$PFCSETUPNAME/.depdblock 44 #rm -rf ./$PFCSETUPNAME/.lock 45 #rm -rf ./$PFCSETUPNAME/.channels 46 #rm -rf ./$PFCSETUPNAME/tmp [all …]
|
| /plugin/openid/ |
| D | Makefile | 32 rm -f $(STAGE)/Makefile ; \ 48 -@rm -rf $(STAGE) 49 -@rm -f $(BUILD)/$(ZIP_NAME) 50 -@rm -f $(BUILD)/$(TAR_NAME)
|
| /plugin/openlayersmap/ol/ |
| H A D | README.md | 13 rm $OL_VERSION-dist.zip 22 rm -rf openlayers 33 rm -rf build/ 39 rm -rf openlayers
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/ |
| D | cleanup.sh | 13 (docker volume rm "$1") || true 25 (docker container rm --force --volumes "$1") || true 35 (docker network rm "$1") || true
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 28 -rm build/* 32 -rm -rf node_modules 33 -rm -rf bower_components 81 rm $@.tmp
|
| /plugin/dir/ |
| D | make_tgz.sh | 10 rm -f "{plugin_tgz_file}" 17 rm -f dir/.* > /dev/null 2>&1
|
| /plugin/snmplive/ |
| D | Makefile | 18 rm -rf $(package) 22 rm -rf $(package)
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | Makefile | 42 @rm -f $(DESTDIR)$(PREFIX)/bin/jake && \ 43 rm -fr $(DESTDIR)$(PREFIX)/lib/node_modules/jake/ && \
|
| D | jakefile.js | 18 var cmd = 'rm -fr ./doc/*'; 71 proc.execSync('rm -rf package.json pkg tmp_publish');
|
| /plugin/submgr/ |
| D | admin.php | 51 if ($INPUT->has('rm')) { 53 $this->hlp->removeRule($INPUT->str('rm')); 93 echo '<input type="hidden" name="rm" value="' . hsc($item) . '" />';
|
| /plugin/upgrade/.github/workflows/ |
| H A D | fullUpgrade.yml | 29 rm dokuwiki-${{ matrix.dokuwiki-release }}.tgz 67 rm dokuwiki-${{ matrix.dokuwiki-release }}.tgz
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
| D | Integer.php | 64 } // rm minus sign for zero 66 $digits = $integer = substr($integer, 1); // rm unnecessary plus
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
| D | config.lasso | 53 …','mpc','mpeg','mpg','ods','odt','pdf','png','ppt','pxd','qt','ram','rar','rm','rmi','rmvb','rtf',… 56 …,'jpeg','jpg','mid','mov','mp3','mp4','mpc','mpeg','mpg','png','qt','ram','rm','rmi','rmvb','swf',…
|
| /plugin/tablecalc/ |
| H A D | build.sh | 5 rm ../bin/tablecalc.zip
|
| /plugin/findologicxmlexport/vendor/jms/serializer/.travis/ |
| D | script_test.sh | 4 phpenv config-rm xdebug.ini || true
|
| D | install_test.sh | 4 if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini; fi
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | Makefile | 13 rm -rf artifacts/*
|
| /plugin/txt2tags/ |
| D | deploy.sh | 3 rm -fr ../../../data/cache/*
|
| /plugin/picasawebalbum/ |
| D | Makefile | 6 rm style.css
|
| /plugin/katex/_assets/contrib/ |
| D | mhchem.min.js | 1 …rm=":function(t,e){t.rm=(t.rm||"")+e},"text=":function(t,e){t.text_=(t.text_||"")+e},insert:functi… method
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | Makefile | 19 rm -rf artifacts/*
|
| /plugin/odtplus2dw/ |
| D | installLatestPandoc.sh | 5 rm -rf $temp_dir
|
| /plugin/file2dw/docker/dokuwikiapp/ |
| D | installLatestPandoc.sh | 5 rm -rf $temp_dir
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | .travis.yml | 15 - phpenv config-rm xdebug.ini; true
|
| /plugin/authphpbb3/ |
| D | .travis.yml | 10 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .giti…
|
123456789