Home
last modified time | relevance | path

Searched refs:bin (Results 26 – 50 of 193) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml26 - vendor/bin/phpunit $PHPUNIT_FLAGS
27 - vendor/bin/phpcs
H A 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`.
/plugin/docsearch/conf/
H A Dconverter.php.dist16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/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/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile20 vendor/bin/phpunit $(TEST)
24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml51 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
124 node ./node_modules/lodash-cli/bin/lodash core -o ./dist/lodash.core.js
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml36 - vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
38 # - git clone https://github.com/jgm/stmd && cd stmd && perl runtests.pl spec.txt ../bin/markdown
/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php152 * @param string $bin
157 private function readBinData($bin, $length) { argument
158 $data = substr($bin, $this->readBinDataOffset, $length);
/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/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php29 protected $bin; variable in splitbrain\\phpcli\\Options
61 $this->bin = basename(array_shift($this->args));
67 * Gets the bin value
71 return $this->bin;
379 $text .= ' ' . $this->bin;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dyaml-tests.sh1 #!/usr/bin/env bash
10 vendor/bin/phpunit -c "phpunit-yaml-${TEST_SUITE}-tests.xml
H A Dpacker_cache.sh1 #!/usr/bin/env bash
3 source /usr/local/bin/bash_standard_lib.sh
/plugin/combo/vendor/bin/
H A Dyaml-lint.bat3 SET BIN_TARGET=%~dp0/../symfony/yaml/Resources/bin/yaml-lint
/plugin/docsearch/lang/ja/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ko/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/webdav/
H A Dcomposer.lock98 "bin": [
99 "bin/sabredav",
100 "bin/naturalselection"
328 "bin": [
329 "bin/vobject",
330 "bin/generate_vcards"
/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java15 protected HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Exception { in createRequest() argument
77 reqEntity.addPart("Filedata", bin); in createRequest()
/plugin/aichat/vendor/vanderlee/php-sentence/
H A D.travis.yml29 - vendor/bin/phpunit
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A D.travis.yml17 script: ./vendor/bin/phpunit
/plugin/davcard/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/webdavclient/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/davcal/vendor/sabre/vobject/
H A D.travis.yml17 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A D.travis.yml17 script: ./vendor/bin/phpunit

12345678