Home
last modified time | relevance | path

Searched refs:vm (Results 26 – 33 of 33) sorted by path

12

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js16252 vm = require('vm'),
16254 context = vm.createContext({ '_': expected, 'console': console }),
16257 vm.runInContext(source + '\nthis.lodash = this._.noConflict()', context);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js35 var vm = require('vm');
38 var sandbox = vm.createScript(
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2236 vm-browserify "0.0.4"
3176 vm-browserify@0.0.4:
3178 …resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff6…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1796 vm-browserify "0.0.4"
2714 vm-browserify@0.0.4:
2716 …resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff6…
/plugin/structtemplate/_vagrant/
H A DVagrantfile34 config.vm.box = "bento/ubuntu-20.04"
37 config.vm.provider "virtualbox" do |vb|
42 config.vm.hostname = "web"
44 config.vm.network "forwarded_port", guest: 80, host: vb_port_base + 80, auto_correct: true
48 config.vm.synced_folder "www", dw_path, :mount_options => ["dmode=777", "fmode=666"]
53 config.vm.provision "fix-no-tty", type: "shell" do |shell|
59 config.vm.provision "web-server", type: "shell" do |shell|
64 config.vm.provision "dokuwiki", type: "shell" do |shell|
75 config.vm.provision "dependencies", type: "shell" do |shell|
82 config.vm.provision "plugin", type: "shell" do |shell|
[all …]
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee6 vm = require 'vm'
125 vm.runInNewContext readFile(coreFile), context, coreFile
129 vm.runInNewContext readFile(file), context, file
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs16442 var cm, vm;
16513 if(vm) vm = void 0;
16531 if(vm) vm = void 0;
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js75 function Bm(a){vm();xm(this,a)}
590 function vm(){vm=Nf;var a,b,c;new Am(1,0);new Am(10,0);new Am(0,0);nm=Pb(qe,it,24,11,0,1);om=Pb(Vc,… function

12