Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/plugin/sequencediagram/bower_components/lodash/
D.travis.yml18 - BIN=node ISTANBUL=false OPTION=""
23 - BIN=phantomjs
51 export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH
109 node ./node_modules/lodash-cli/bin/lodash -o ./dist/lodash.js
110 node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./
111 node ./node_modules/lodash-cli/bin/lodash -d -o ./lodash.js
114 $BIN $OPTION ./test.js ../lodash.js
116 $BIN $OPTION ./test.js ../dist/lodash.min.js
124 node ./node_modules/lodash-cli/bin/lodash core -o ./dist/lodash.core.js
126 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.js&n…
[all …]
/plugin/davcal/vendor/sabre/dav/
H A D.gitignore14 bin/phing
15 bin/phpunit
16 bin/vobject
17 bin/generate_vcards
18 bin/phpdocmd
19 bin/phpunit
20 bin/php-cs-fixer
21 bin/sabre-cs-fixer
H A Dcomposer.json54 "bin" : [ array
55 "bin/sabredav",
56 "bin/naturalselection"
59 "bin-dir" : "./bin"
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessBuilderTest.php88 $pb->setPrefix('/usr/bin/php');
92 $this->assertEquals('"/usr/bin/php" -v', $proc->getCommandLine());
94 $this->assertEquals("'/usr/bin/php' '-v'", $proc->getCommandLine());
99 $this->assertEquals('"/usr/bin/php" -i', $proc->getCommandLine());
101 $this->assertEquals("'/usr/bin/php' '-i'", $proc->getCommandLine());
108 $pb->setPrefix(['/usr/bin/php', 'composer.phar']);
112 $this->assertEquals('"/usr/bin/php" composer.phar -v', $proc->getCommandLine());
114 $this->assertEquals("'/usr/bin/php' 'composer.phar' '-v'", $proc->getCommandLine());
119 $this->assertEquals('"/usr/bin/php" composer.phar -i', $proc->getCommandLine());
121 $this->assertEquals("'/usr/bin/php' 'composer.phar' '-i'", $proc->getCommandLine());
[all …]
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
DBasicLatin.js19BIN,{fence:true,stretchy:true,symmetric:true}],"|||":[0,0,b.ORD,{fence:true,stretchy:true,symmetri…
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf31 AbbeNormal http://www.ourpla.net/cgi-bin/pikie.cgi?
41 BenefitsWiki http://www.benefitslink.com/cgi-bin/wiki.cgi?
46 CmWiki http://www.ourpla.net/cgi-bin/wiki.pl?
47 CreationMatters http://www.ourpla.net/cgi-bin/wiki.pl?
50 Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
59 EmacsWiki http://www.emacswiki.org/cgi-bin/wiki.pl?
60 FinalEmpire http://final-empire.sourceforge.net/cgi-bin/wiki.pl?
68 Haribeau http://wiki.haribeau.de/cgi-bin/wiki.pl?
72 JiniWiki http://www.cdegroot.com/cgi-bin/jini?
74 KmWiki http://www.voght.com/cgi-bin/pywiki?
[all …]
/plugin/securelogin/
Dhelper.php120 function decodeBER($bin) { argument
121 function my_unpack($format, &$bin, $length) { argument
122 $res = unpack($format, $bin);
123 $bin = substr($bin, $length);
127 function readBER(&$bin) { argument
128 if(!strlen($bin)) return FALSE;
130 $data = my_unpack("C1type/c1length", $bin, 2);
137 $tmp = my_unpack("C1length", $bin, 1);
147 $tmp = readBER($bin);
153 $null = my_unpack("C1", $bin, 1);
[all …]
/plugin/visrep/lang/en/
Dsettings.php3 $lang['path_blockdiag'] = 'The path to your local blockdiag binary (eg. <code>/usr/bin/blockdiag</c…
4 $lang['path_seqdiag'] = 'The path to your local seqdiag binary (eg. <code>/usr/bin/seqdiag</code>).…
5 $lang['path_actdiag'] = 'The path to your local actdiag binary (eg. <code>/usr/bin/actdiag</code>).…
6 $lang['path_nwdiag'] = 'The path to your local nwdiag binary (eg. <code>/usr/bin/nwdiag</code>).';
7 $lang['path_graphviz'] = 'The path to your local graphviz binary (eg. <code>/usr/bin/dot</code>).';
/plugin/asciidocjs/node_modules/@asciidoctor/cli/
Dpackage.json11 "bin",
15 "bin": { object
16 "asciidoctor": "bin/asciidoctor",
17 "asciidoctorjs": "bin/asciidoctor"
21 "test": "./bin/asciidoctor --version && mocha",
22 "lint": "standard bin/* lib/*.js test/*.js"
/plugin/asciidocjs/node_modules/babylon/
Dpackage.json17 "bin",
36 "flow-bin": "^0.42.0",
45 "bin": { object
46 "babylon": "./bin/babylon.js"
51 "lint": "eslint src bin",
65 "bin/**/*.js"
76 "bin/**/*.js"
/plugin/asciidocjs/node_modules/ejs/
Djakefile.js23 var epath = path.join('./node_modules/.bin/eslint');
29 var epath = path.join('./node_modules/browserify/bin/cmd.js');
35 var epath = path.join('./node_modules/uglify-js/bin/uglifyjs');
43 var epath = path.join('./node_modules/.bin/jsdoc');
51 var epath = path.join('./node_modules/.bin/jsdoc');
60 var epath = path.join('./node_modules/.bin/git-directory-deploy');
67 exec(path.join('./node_modules/.bin/mocha'));
79 'bin/**',
/plugin/asciidocjs/node_modules/lodash/
Drelease.md7 node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
8 node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package
21 node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
22 node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package
37 node ../lodash-cli/bin/lodash core -o ./dist/lodash.core.js
42 node ../lodash-cli/bin/lodash modularize exports=node -o .
48 ❯ node ../lodash-cli/bin/lodash modularize exports=es -o .
/plugin/jmol2/jmol/
Djmol.sh1 #!/bin/sh
20 ls=`/bin/ls -ld "$program"`
21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
25 program="`/usr/bin/dirname $program`/$link"
/plugin/webdavclient/vendor/sabre/vobject/
Dcomposer.json38 "bin" : [ array
39 "bin/vobject",
40 "bin/generate_vcards"
48 "bin-dir" : "bin"
/plugin/davcard/vendor/sabre/vobject/
Dcomposer.json38 "bin" : [ array
39 "bin/vobject",
40 "bin/generate_vcards"
48 "bin-dir" : "bin"
/plugin/davcal/vendor/sabre/vobject/
H A Dcomposer.json38 "bin" : [ array
39 "bin/vobject",
40 "bin/generate_vcards"
48 "bin-dir" : "bin"
/plugin/davcal/vendor/sabre/http/
H A D.gitignore9 bin/phpunit
10 bin/phpcs
11 bin/php-cs-fixer
12 bin/sabre-cs-fixer
/plugin/combo/vendor/php-webdriver/webdriver/
H A Dcomposer.json76 "vendor/bin/phpstan analyze -c phpstan.neon --ansi",
77 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --dry-run -vvv --ansi",
78 "vendor/bin/phpcs --standard=PSR2 ./lib/ ./tests/"
82 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff -vvv || exit 0",
83 "vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
86 "vendor/bin/parallel-lint -j 10 ./lib ./tests example.php",
96 "vendor/bin/phpunit --colors=always"
/plugin/geophp/vendor/funiq/geophp/
Dcomposer.json60 "cs": "vendor/bin/phpcs --cache -n -p src/",
61 "cs-warning": "vendor/bin/phpcs --cache -p -w src/ || true",
62 "cs-fix": "vendor/bin/phpcbf --cache -n -p src/",
63 "stan" : "vendor/bin/phpstan analyze",
64 "unit": "GEOS_DISABLED=1 vendor/bin/phpunit --color=always --coverage-html build/coverage/",
65 …"unit-clover": "GEOS_DISABLED=1 vendor/bin/phpunit --color=always --coverage-clover build/logs/clo…
/plugin/asciidocjs/node_modules/jake/lib/
Drule.js6 // For example, given 'foo:bin/a%.c', return an object with
8 // - 'name' : bin/a%.c
34 // Given a pattern p, say 'foo:bin/a%.c'
37 // - 'dir' : bin
174 // bin/%.o | bin/main.o
175 // bin/%.o | foo:bin/main.o
180 // bin/%.o | foobin/main.o
181 // bin/%.o | bin/main.oo
251 // - name foo:bin/main.o
252 // - pattern bin/%.o
/plugin/asciidocjs/node_modules/acorn/
Dpackage.json32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
36 "build:bin": "rollup -c rollup/config.bin.js"
38 "bin": { object
39 "acorn": "./bin/acorn"
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
Dpackage.json32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
36 "build:bin": "rollup -c rollup/config.bin.js"
38 "bin": { object
39 "acorn": "./bin/acorn"
/plugin/asciidocjs/node_modules/jake/
DMakefile29 @mkdir -p $(DESTDIR)$(PREFIX)/bin && \
34 ln -snf ../lib/node_modules/jake/bin/cli.js $(DESTDIR)$(PREFIX)/bin/jake && \
35 chmod 755 $(DESTDIR)$(PREFIX)/lib/node_modules/jake/bin/cli.js && \
42 @rm -f $(DESTDIR)$(PREFIX)/bin/jake && \
/plugin/asciidocjs/node_modules/asciidoctor/
Dpackage.json7 "bin": { object
8 "asciidoctor": "bin/asciidoctor",
9 "asciidoctorjs": "bin/asciidoctor"
12 "test": "./bin/asciidoctor --version",
20 "bin",
/plugin/icalevents/vendor/sabre/vobject/
Dcomposer.json76 "bin" : [ array
77 "bin/vobject",
78 "bin/generate_vcards"
86 "bin-dir" : "bin"

12345678910>>...29