Home
last modified time | relevance | path

Searched refs:bin (Results 151 – 175 of 193) sorted by last modified time

12345678

/plugin/docsearch/lang/nl/
H A Dconfmanager_description.txt13 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/sv/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/conf/
H A Dconverter.php.dist16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md265 * Added: bin/generate_vcards, a utility to generate random vcards for testing
336 * Added: bad-ass new cli debugging utility (in bin/vobject).
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A 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/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js11265 …else if(dir.defaults.bin === 'application/vnd.ms-office.vbaProject') out.vbaraw = getzipdata(zip,'…
H A Dxlsx.min.js9 …a.length>0)out.vbaraw=getzipdata(zip,dir.vba[0],true);else if(dir.defaults.bin==="application/vnd.…
H A Dxlsx.min.map1 …,"wbext","wbrelsfile","nmode","Deps","Styles","Themes","bookVBA","vbaraw","bin","add_rels","rId","…
/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
/plugin/crossdbsqlclient/
H A Ddescr.txt13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG
/plugin/simplemysqlclient/
H A Ddescr.txt13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG
/plugin/badbehaviour/
H A Dbadbehavior.readme4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=error%40ioerror%2eus&item_n…
/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/gitlog/
H A Dreadme.md28 Usally ```/usr/bin/git``` on linux maschines.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt6364 and Sha·al·ab'bin and Ai'ja·lon and Ith'lah,
6612 Then they reported to Sis'e·ra that Ba'rak the son of A·bin'o·am had gone up to Mount Ta'bor.
6623 Thus God subdued Ja'bin the king of Ca'naan before the sons of Israel on that day.
6624 …ael went on getting harder and harder against Ja'bin the king of Ca'naan, until they had cut off J…
6625 And on that day Deb'o·rah along with Ba'rak the son of A·bin'o·am broke out in song, saying:
6636 …rah;Awake, awake, utter a song!Rise up, Ba'rak, and lead your captives away, you son of A·bin'o·am!
7604 Then Jes'se called A·bin'a·dab and had him pass before Samuel, but he said: "Neither has Jehovah ch…
8161 …hey might carry it from the house of A·bin'a·dab, which was on the hill; and Uz'zah and A·hi'o, th…
8856 the son of A·bin'a·dab, all the mountain ridge of Dor (Ta'phath, Sol'o·mon's daughter, herself beca…
10320 Jes'se, in turn, became father to his firstborn E·li'ab, and A·bin'a·dab the second, and Shim'e·a t…
[all …]
/plugin/paypal/
H A DREADME.md45 … button value here: [PayPal Donation Button](https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-…
/plugin/authradius/
H A Ddes.php285 $bin .= sprintf('%08s', decbin(ord($key{$i})));
288 $str1 = explode('-', substr(chunk_split($bin, 7, '-'), 0, -1));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java241 InputStreamBody bin = new InputStreamBody(pmis, mimeType, bodyName(fileName)) { in post() local
256 return httpClient.execute(createRequest(fileName, bin)); in post()
259 …protected abstract HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Excep… in createRequest() argument
H A DJCaptureApplet.java15 protected HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Exception { in createRequest() argument
77 reqEntity.addPart("Filedata", bin); in createRequest()

12345678