Home
last modified time | relevance | path

Searched full:master (Results 1 – 25 of 1346) sorted by relevance

12345678910>>...54

/plugin/bugzillaint/
Dscript.js46 var master = jQuery(ele).removeClass('loading');
48 var groupBy = master.data('group_by');
50 master.toggleClass('empty', bugs.length == 0 );
59 .appendTo( master.find('ul') );
63 .append( renderBug( master, bugs[i] ) )
64 .appendTo( master.find('ul') );
70 var master = jQuery(ele).removeClass('loading');
71 var bug = data.links[ master.data('id') ];
72 master.find('a.bzref').replaceWith( renderBug( master, bug ) );
77 var master = jQuery(ele).removeClass('loading');
[all …]
/plugin/strata/_test/
Dtypes.test.php27 $s = $type->normalize('Bob', 'master');
52 $s = $type->normalize('Bob', 'master');
53 $this->assertEquals($s, 'master:bob');
64 $s = $type->normalize('..:.:Bob', 'master:user');
65 $this->assertEquals($s, 'master:bob');
66 $s = $type->normalize('.:..:Bob', 'master:user');
67 $this->assertEquals($s, 'master:bob');
69 $s = $type->normalize(':#Bob', 'master:user');
71 $s = $type->normalize('.:#Bob', 'master:user');
72 $this->assertEquals($s, 'master:user:start#bob');
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
DREADME.md3 | [Master][Master] | [1.x][1.x] |
5 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
6 | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage i…
39 Pull requests for new features are accepted only on the master branch.
40 Bug fixes are accepted for both master and 1.x branches.
41 Bug fixes sent on the 1.x branch, will be ported to the master branch when possible.
43 [CHANGELOG]: https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md
44 [UPGRADING]: https://github.com/schmittjoh/serializer/blob/master/UPGRADING.md
46 [Master image]: https://img.shields.io/travis/schmittjoh/serializer/master.svg?style=flat-square
47 [Master]: https://travis-ci.org/schmittjoh/serializer
[all …]
/plugin/asciidocjs/node_modules/babylon/
DREADME.md2 …<img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="70…
10 …img alt="Travis Status" src="https://img.shields.io/travis/babel/babylon/master.svg?style=flat&lab…
11 …decov Status" src="https://img.shields.io/codecov/c/github/babel/babylon/master.svg?style=flat"></…
17 …s for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-proposals.…
76 [Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md
79 [Literal]: https://github.com/estree/estree/blob/master/es5.md#literal
80 [Property]: https://github.com/estree/estree/blob/master/es5.md#property
81 [MethodDefinition]: https://github.com/estree/estree/blob/master/es2015.md#methoddefinition
83 [StringLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#stringliteral
84 [NumericLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#numericliteral
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/
DREADME.md4 | [Master (2.x)][Master] | [1.x][1.x] |
6 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
7 | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage i…
46 [Master image]: https://img.shields.io/travis/schmittjoh/metadata/master.svg?style=flat-square
47 [Master]: https://travis-ci.org/schmittjoh/metadata
48 …[Master coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/metadata/master.…
49 [Master coverage]: https://scrutinizer-ci.com/g/schmittjoh/metadata/?branch=master
/plugin/sequencediagram/bower_components/snap.svg/
Ddr.json7 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/svg.js"
10 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/element.js"
13 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/matrix.js"
16 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/paper.js"
19 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/class.js"
22 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/equal.js"
25 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/mina.js"
28 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/filter.js"
31 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/mouse.js"
34 "link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js"
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
DRegion.java14 private BufferedImage master; field in Region
20 …public Region(BufferedImage master, String format, FileChannel channel, BufferedImage prev, boolea… in Region() argument
21 this.master = master; in Region()
33 * @param master
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()
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DClusterNamespace.php39 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.h…
57 * $params['master_timeout'] = (time) Specify timeout for connection to master
61 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.h…
81 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html
96 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
97 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
101 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.h…
121 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
122 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
126 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.h…
[all …]
DSnapshotNamespace.php34 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
39 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/clean-up-snapshot-repo-api.h…
58 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
63 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
87 … * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
93 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
114 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
121 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
141 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
145 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
[all …]
DIndicesNamespace.php36 * $params['master_timeout'] = (time) Specify timeout for connection to master
43 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-blocks.html
66 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html
95 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html
114 * $params['master_timeout'] = (time) Specify timeout for connection to master
120 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clone-index.html
142 * $params['master_timeout'] = (time) Specify timeout for connection to master
150 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html
170 * $params['master_timeout'] = (time) Specify timeout for connection to master
175 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html
[all …]
DCatNamespace.php35 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
44 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html
63 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
64 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
72 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html
97 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html
123 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
149 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html
168 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
185 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
[all …]
/plugin/tuxquote/
DREADME21 …ins), enter "https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip" in the plugin…
25 - Download the zip file from https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
28 $ wget https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
29 $ sudo mv master.zip <wiki_root>/lib/plugins/
30 $ sudo unzip master.zip
31 $ sudo mv dokuwiki_plugin_tuxquote-master tuxquote
32 $ sudo rm master.zip
/plugin/switchpanel/
DREADME.md3 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_1.png)
7 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_2.png)
32 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_12.png)
51 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_13.png)
91 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_3.png)
112 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_4.png)
129 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_5.png)
151 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_6.png)
171 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_14.png)
175 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_7.png)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSnapshotNamespace.asciidoc42 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
59 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
75 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
91 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
109 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
137 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
153 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
154 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
169 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
186 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
[all …]
DClusterNamespace.asciidoc62 $params['master_timeout'] = (time) Specify timeout for connection to master
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
90 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
105 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
137 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
138 …master_timeout'] = (time) Explicit operation timeout for connection to master node
158 … = (boolean) Return local information, do not retrieve the state from master node (default: fal…
159 $params['master_timeout'] = (time) Specify timeout for connection to master
[all …]
/plugin/mdpage/
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/datepicker/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
22 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/rowmove/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
22 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/tagadd/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
22 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/asciidocjs/node_modules/async/
DREADME.md1 ![Async Logo](https://raw.githubusercontent.com/caolan/async/master/logo/async-logo_readme.jpg)
5 …veralls.io/repos/caolan/async/badge.svg?branch=master)](https://coveralls.io/r/caolan/async?branch…
12master&jobName=Linux&configuration=Linux%20node_10_x)](https://dev.azure.com/caolanmcmahon/async/_…
/plugin/textrotate/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
28 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/multiselect/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
28 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/ajaxedit/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
28 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/pageimage/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
28 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/inlineedit/
D.travis.yml6 env: DOKUWIKI=master
10 env: DOKUWIKI=master
14 env: DOKUWIKI=master
18 env: DOKUWIKI=master
28 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh

12345678910>>...54