Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 201) sorted by relevance

123456789

/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/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
/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/davcal/vendor/sabre/http/
H A D.gitignore9 bin/phpunit
10 bin/phpcs
11 bin/php-cs-fixer
12 bin/sabre-cs-fixer
/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/davcal/vendor/sabre/xml/
H A D.gitignore7 bin/phpunit
8 bin/php-cs-fixer
9 bin/sabre-cs-fixer
/plugin/davcal/vendor/sabre/event/
H A D.gitignore6 bin/sabre-cs-fixer
7 bin/php-cs-fixer
8 bin/phpunit
/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.sh20 ls=`/bin/ls -ld "$program"`
21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
/plugin/elasticsearch/conf/
Delasticsearch.conf.example10 pdf /usr/bin/pdftotext %in% -
16 jpg bin/plugin.php elasticsearch_img %in%
17 jpeg bin/plugin.php elasticsearch_img %in%
/plugin/davcal/vendor/sabre/uri/
H A D.gitignore9 bin/phpunit
10 bin/phpcs
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DBinaryReader.php110 $bin = fread($this->buffer, $length);
112 ? array_values(unpack("d*", $bin))
113 : array_reverse(unpack("d*", strrev($bin)));
/plugin/asciidocjs/node_modules/acorn/
D.npmignore5 /bin/generate-identifier-regex.js
6 /bin/update_authors.sh
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
DHex.php101 $bin = '';
135 $bin .= \pack('C', $c_acc | $c_val);
139 return $bin;
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
Dscript_test.sh3 vendor/bin/phpunit $PHPUNIT_FLAGS
7 vendor/bin/phpcs
/plugin/davcal/vendor/sabre/vobject/
H A D.gitignore11 bin/phpunit
12 bin/phpcs
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DMakefile4 vendor/bin/phpunit
7 vendor/bin/phpunit --coverage-html=artifacts/coverage
/plugin/asciidocjs/node_modules/function-bind/
D.npmignore11 bin/*.json
12 .bin
/plugin/syntaxhighlighter3/sxh3/
DREADME.md12 1. Then `./node_modules/.bin/bower install` to download dependencies
13 1. Then `./node_modules/.bin/grunt build` to build
20 1. Start HTTP server `./node_modules/.bin/grunt test`
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DMakefile10 vendor/bin/phpunit
13 vendor/bin/phpunit --coverage-html=artifacts/coverage
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DREADME.md36bin dir in your PATH. The default value is `~/.composer/vendor/bin/`, but you can check the value …
48 You will then be able to run PHP_CodeSniffer from the vendor bin directory:
50 ./vendor/bin/phpcs -h
51 ./vendor/bin/phpcbf -h
/plugin/docsearch/conf/
Dconverter.php.dist16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DMakefile20 vendor/bin/phpunit $(TEST)
24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php347 $bin = fread($mem, 11);
348 $bytes = unpack("c*", $bin);
363 $wkbType = current(unpack($bytes[1] == 1 ? 'V' : 'N', substr($bin, 1, 4)));
378 …if ((current(unpack($bytes[2] == 49 ? 'V' : 'N', hex2bin(substr($bin, 2, 8)))) & Adapter\WKB::SRID…
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
16 The most common errors can be automatically fixed just by running `vendor/bin/phpcbf`.
22 You can run the unit-tests by calling `vendor/bin/phpunit`.

123456789