Home
last modified time | relevance | path

Searched refs:master (Results 326 – 350 of 499) sorted by path

1...<<11121314151617181920

/plugin/ipban/
H A D.travis.yml11 - DOKUWIKI=master
13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/ipban/ip-lib/
H A DREADME.md1 [![TravisCI Build Status](https://api.travis-ci.org/mlocati/ip-lib.svg?branch=master)](https://trav…
2 …https://ci.appveyor.com/api/projects/status/github/mlocati/ip-lib?branch=master&svg=true)](https:/…
4 …epos/github/mlocati/ip-lib/badge.svg?branch=master)](https://coveralls.io/github/mlocati/ip-lib?br…
5 …/mlocati/ip-lib/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mlocati/ip-lib/?b…
/plugin/issuelinks/
H A D.travis.yml10 - DOKUWIKI=master
15 - wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java14 private BufferedImage master; field in Region
21 this.master = master; in Region()
39 public Region(MappedImage master) throws IOException { in Region() argument
40 this.image = master; in Region()
45 setBounds(0,0,master.getWidth(),master.getHeight()); in Region()
46 BufferedImage img = master.getImage(); in Region()
47 for (int sx=0, sw=master.getWidth(); sx<sw; ++sx) { in Region()
48 for (int sy=0, sh=master.getHeight(); sy<sh; ++sy) { in Region()
66 int widthDelta = imageWidth+imageLocation.x - master.getWidth(); in grabImage()
82 int newPixel = master.getRGB(xt, yt); in grabImage()
[all …]
H A DScreenShot.java163 Region master = regions.get(i); in call() local
165 if (master.merge(lit.next())) { in call()
/plugin/jplayer/
H A Dcomposer.lock108 "dev-master": "1.9.x-dev"
164 "yfix/packager": "dev-master"
177 "dev-master": "1.4-dev"
280 "dev-master": "1.0.x-dev"
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCONTRIBUTING.md17 * Make a Pull Request to the **master** branch
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt36 * bugfix (G:228) master.zip did not contain demos
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md1 # Assetic [![Build Status](https://travis-ci.org/kriswallsmith/assetic.png?branch=master)](https://…
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md26 …Those will be updated — per [semver](http://semver.org) — once your change is merged into `master`.
33 …* [PSR-0: Class and file naming conventions](https://github.com/php-fig/fig-standards/blob/master/…
34 …* [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
35 …* [PSR-2: Coding style guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-…
H A DREADME.md71 …* [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/REA…
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md1 …us](https://secure.travis-ci.org/RobLoach/component-installer.png?branch=master)](http://travis-ci…
/plugin/latexit/
H A Dstyle.css5 * https://github.com/splitbrain/dokuwiki-plugin-dw2pdf/blob/master/
/plugin/letsencrypt/
H A D.travis.yml11 - DOKUWIKI=master
13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/linkfix/
H A D.travis.yml11 - DOKUWIKI=master
13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/log404/
H A D.travis.yml10 - DOKUWIKI=master
12 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/mapillary/
H A D.travis.yml20 - DOKUWIKI=master
24 - wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/matomo/
H A DREADME.md20 downloadurl | https://github.com/Bravehartk2/dokuwiki-matomo/tarball/master
/plugin/mdpage/
H A DREADME.md3 …dokuwiki-plugin-mdpage/tree/master.svg?style=svg)](https://circleci.com/gh/mizunashi-mana/dokuwiki…
13 See [Contributing Guide](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/CONTR…
24 …ge/blob/master/LICENSE.Apache-2.0) and [the GPL 2.0 (or any later version)](https://github.com/miz…
27 …parse Markdown texts under [the MIT License](https://github.com/cebe/markdown/blob/master/LICENSE).
29 Notice: DokuWiki is licensed under [the GPL 2.0](https://github.com/splitbrain/dokuwiki/blob/master
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md6 [![Build Status](https://travis-ci.org/cebe/markdown.svg?branch=master)](http://travis-ci.org/cebe/…
191 - ... [add yours!](https://github.com/cebe/markdown/edit/master/README.md#L186)
516 [license]: https://github.com/cebe/markdown/blob/master/LICENSE
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md17 [I'm a relative reference to a repository file](../blob/(master)/LICENSE)
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DREADME.md7 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
/plugin/mediacacheconfig/
H A D.travis.yml11 - DOKUWIKI=master
13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/medialist/
H A DREADME.md3 ![example](https://github.com/ssahara/dokuwiki-plugin-medialist/raw/master/sample1.png)

1...<<11121314151617181920