/plugin/securelogin/ |
H A D | helper.php | 120 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; 147 $tmp = readBER($bin); 153 $null = my_unpack("C1", $bin, 1); 154 $data['value'] = readBER($bin); 157 $data['value'] = readBER($bin); [all …]
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | interwiki.conf | 31 AbbeNormal http://www.ourpla.net/cgi-bin/pikie.cgi? 46 CmWiki http://www.ourpla.net/cgi-bin/wiki.pl? 47 CreationMatters http://www.ourpla.net/cgi-bin/wiki.pl? 72 JiniWiki http://www.cdegroot.com/cgi-bin/jini? 74 KmWiki http://www.voght.com/cgi-bin/pywiki? 76 LanifexWiki http://opt.lanifex.com/cgi-bin/wiki.pl? 82 MeatBall http://www.usemod.com/cgi-bin/mb.pl? 96 PythonInfo http://www.python.org/cgi-bin/moinmoin/ 98 PyWiki http://www.voght.com/cgi-bin/pywiki? 110 TWiki http://twiki.org/cgi-bin/view/{NAME} [all …]
|
/plugin/jmol2/jmol/ |
H A D | jmol.sh | 20 ls=`/bin/ls -ld "$program"` 21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` 22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
|
/plugin/elasticsearch/conf/ |
H A D | elasticsearch.conf.example | 10 pdf /usr/bin/pdftotext %in% - 16 jpg bin/plugin.php elasticsearch_img %in% 17 jpeg bin/plugin.php elasticsearch_img %in%
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | BinaryReader.php | 110 $bin = fread($this->buffer, $length); 112 ? array_values(unpack("d*", $bin)) 113 : array_reverse(unpack("d*", strrev($bin)));
|
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/ |
H A D | script_test.sh | 3 vendor/bin/phpunit $PHPUNIT_FLAGS 7 vendor/bin/phpcs
|
/plugin/icalevents/vendor/sabre/uri/ |
H A D | .travis.yml | 10 - ./bin/phpunit --configuration tests/phpunit.xml.dist 11 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | Makefile | 4 vendor/bin/phpunit 7 vendor/bin/phpunit --coverage-html=artifacts/coverage
|
/plugin/davcal/vendor/sabre/event/ |
H A D | .travis.yml | 15 - ./bin/phpunit 16 - ./bin/sabre-cs-fixer fix . --dry-run --diff
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | .travis.yml | 46 - export PATH="$PATH:$HOME/.composer/vendor/bin" 53 - vendor/bin/hoa test:run 56 vendor/bin/hoa devtools:cs --diff --dry-run .;
|
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
H A D | Hex.php | 101 $bin = ''; 135 $bin .= \pack('C', $c_acc | $c_val); 139 return $bin;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/ |
H A D | .travis.yml | 13 - vendor/bin/phpstan --level=max analyse src 14 - vendor/bin/phpcs
|
/plugin/davcal/vendor/sabre/xml/ |
H A D | .travis.yml | 19 - ./bin/phpunit --configuration tests/phpunit.xml.dist 20 - ./bin/sabre-cs-fixer fix . --dry-run --diff
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | Makefile | 10 vendor/bin/phpunit 13 vendor/bin/phpunit --coverage-html=artifacts/coverage
|
/plugin/icalevents/vendor/sabre/xml/ |
H A D | .travis.yml | 24 - ./bin/phpunit --configuration tests/phpunit.xml.dist 25 - ./bin/sabre-cs-fixer fix . --dry-run --diff
|
/plugin/davcal/vendor/sabre/http/ |
H A D | .travis.yml | 25 - ./bin/phpunit --configuration tests/phpunit.xml 26 - ./bin/sabre-cs-fixer fix . --dry-run --diff
|
/plugin/syntaxhighlighter3/sxh3/ |
H A D | README.md | 12 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/davcal/vendor/sabre/uri/ |
H A D | .travis.yml | 15 - ./bin/phpunit --configuration tests/phpunit.xml.dist 16 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | README.md | 36 …bin 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/webcode/ |
H A D | .travis.yml | 12 …VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://pha… 13 …IS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
|
/plugin/webcomponent/ |
H A D | .travis.yml | 12 …VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://pha… 13 …IS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
|
/plugin/minimap/ |
H A D | .travis.yml | 14 …VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://pha… 15 …IS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
|
/plugin/davcal/vendor/sabre/dav/ |
H A D | .travis.yml | 32 - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS 33 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
|
/plugin/api/ |
H A D | .travis.yml | 12 …VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://pha… 13 …IS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/ |
H A D | .travis.yml | 21 - vendor/bin/phpunit --coverage-clover=coverage.clover -v 23 - vendor/bin/phpunit -v
|