Home
last modified time | relevance | path

Searched refs:bin (Results 101 – 125 of 193) sorted by path

12345678

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A D.travis.yml21 - vendor/bin/phpunit --coverage-clover=coverage.clover -v
23 - vendor/bin/phpunit -v
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml34 …- if [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xm…
35 - if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml24 - ./vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml19 - ./vendor/bin/phpunit --coverage-clover=coverage.xml
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml21 - ./vendor/bin/phpunit --coverage-clover=coverage.xml
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md18 $ mv phpunit.phar /usr/local/bin/phpunit
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml21 - ./vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A D.travis.yml8 script: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml24 - ./vendor/bin/phpunit --coverage-clover=coverage.xml
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md49 string(14) "'/usr/bin/php'"
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A D.travis.yml17 script: ./vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml19 - ./vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A D.travis.yml17 script: ./vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml21 ./vendor/bin/simple-phpunit
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml33 script: ./vendor/bin/simple-phpunit
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js252 var bin = Array();
255 bin[i>>5] |= (str.charCodeAt(i / this.chrsz) & mask) << (i%32);
256 return bin;
263 'binl2str' : function(bin) argument
267 for(var i = 0; i < bin.length * 32; i += this.chrsz)
268 str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php110 $bin = fread($this->buffer, $length);
112 ? array_values(unpack("d*", $bin))
113 : array_reverse(unpack("d*", strrev($bin)));
/plugin/geophp/vendor/funiq/geophp/src/
H A 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_MASK) == Adapter\WKB::SRID_MASK) {
/plugin/gitbacked/lib/
H A DGit.php34 protected static $bin = '/usr/bin/git'; variable in Git
42 self::$bin = $path;
49 return self::$bin;
/plugin/gitlog/
H A Dreadme.md28 Usally ```/usr/bin/git``` on linux maschines.
/plugin/gnuplot/
H A Dsyntax.php114 $retval = exec('/usr/bin/gnuplot '.$tmpfname);
/plugin/icalevents/vendor/sabre/uri/
H A D.travis.yml10 - ./bin/phpunit --configuration tests/phpunit.xml.dist
11 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml12 - ./bin/sabre-cs-fixer fix . --dry-run --diff
H A DCHANGELOG.md430 * Added: bin/generate_vcards, a utility to generate random vcards for testing
501 * Added: bad-ass new cli debugging utility (in bin/vobject).
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml24 - ./bin/phpunit --configuration tests/phpunit.xml.dist
25 - ./bin/sabre-cs-fixer fix . --dry-run --diff

12345678