Home
last modified time | relevance | path

Searched full:add (Results 26 – 50 of 4309) sorted by relevance

12345678910>>...173

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php249 $pb->add('--keep-line-breaks');
257 $pb->add('--debug');
265 $pb->add('--skip-import');
277 $pb->add('--s0');
281 $pb->add('--s1');
285 $pb->add('--semantic-merging');
289 $pb->add('--skip-advanced');
301 $pb->add('--skip-media-merging');
305 $pb->add('--skip-rebase');
317 $pb->add('--source-map');
[all …]
H A DCompassFilter.php208 $pb->add('--force');
212 $pb->add('--output-style')->add($this->style);
216 $pb->add('--quiet');
220 $pb->add('--boring');
231 $pb->add('--images-dir')->add($this->imagesDir);
235 $pb->add('--relative-assets');
239 $pb->add('--javascripts-dir')->add($this->javascriptsDir);
243 $pb->add('--fonts-dir')->add($this->fontsDir);
309 $pb->add('--config')->add($configFile);
312 $pb->add('--sass-dir')->add('')->add('--css-dir')->add('');
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java60 add(editor.bind("New", new NewAction(), in EditorToolBar()
62 add(editor.bind("Open", new OpenAction(), in EditorToolBar()
64 add(editor.bind("Save", new SaveAction(false), in EditorToolBar()
69 add(editor.bind("Print", new PrintAction(), in EditorToolBar()
88 add(editor.bind("Undo", new HistoryAction(true), in EditorToolBar()
90 add(editor.bind("Redo", new HistoryAction(false), in EditorToolBar()
109 add(fontCombo); in EditorToolBar()
135 add(sizeCombo); in EditorToolBar()
171 add(editor.bind("Font", new ColorAction("Font", in EditorToolBar()
177 add(editor.bind("Fill", new ColorAction("Fill", in EditorToolBar()
[all …]
H A DSchemaEditorToolBar.java51 add(editor.bind("New", new NewAction(), in SchemaEditorToolBar()
53 add(editor.bind("Open", new OpenAction(), in SchemaEditorToolBar()
55 add(editor.bind("Save", new SaveAction(false), in SchemaEditorToolBar()
60 add(editor.bind("Print", new PrintAction(), in SchemaEditorToolBar()
65 add(editor.bind("Cut", TransferHandler.getCutAction(), in SchemaEditorToolBar()
67 add(editor.bind("Copy", TransferHandler.getCopyAction(), in SchemaEditorToolBar()
69 add(editor.bind("Paste", TransferHandler.getPasteAction(), in SchemaEditorToolBar()
74 add(editor.bind("Delete", mxGraphActions.getDeleteAction(), in SchemaEditorToolBar()
79 add(editor.bind("Undo", new HistoryAction(true), in SchemaEditorToolBar()
81 add(editor.bind("Redo", new HistoryAction(false), in SchemaEditorToolBar()
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java73 this.add(recordPanel); in CaptureOptionsDialog()
83 recordPanel.add(okButton, new GridBagConstraints(1, 2, 1, 1, 0.0, in CaptureOptionsDialog()
125 recordPanel.add(cancelButton, new GridBagConstraints(3, 2, 1, 1, 0.0, in CaptureOptionsDialog()
204 videoSettingsPanel.add(getVideoBorderCheckBox(), in CaptureOptionsDialog()
208 videoSettingsPanel.add(getLoopCheckBox(), in CaptureOptionsDialog()
212 videoSettingsPanel.add(getPlayCheckBox(), in CaptureOptionsDialog()
216 videoSettingsPanel.add(getMouseCheckBox(), in CaptureOptionsDialog()
250 inactivityPanel.add(inactivityIntervalTextField, in CaptureOptionsDialog()
277 getSampleSizeButtonGroup().add(sampleSize16Button); in CaptureOptionsDialog()
312 audioSettingsPanel.add(mp3Text, new GridBagConstraints(2, 8, in CaptureOptionsDialog()
[all …]
H A DSwfEncoder.java186 movie.add(header); in encode()
217 movie.add(soundBlock); in encode()
224 movie.add(new Remove2(i)); in encode()
246 movie.add(imageTag); in encode()
264 movie.add(shapeTag); in encode()
290 movie.add(mouseImage); in encode()
302 movie.add(mShape); in encode()
307 movie.add(remove); in encode()
313 movie.add(cmd); in encode()
325 movie.add(block); in encode()
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyDataTest.php32 $fb->add(100, 150, 'BUSY');
52 $fb->add(100, 150, 'BUSY-TENTATIVE');
80 $fb->add(150, 200, 'BUSY');
110 $fb->add(150, 160, 'BUSY');
143 $fb->add(110, 120, 'BUSY');
144 $fb->add(130, 140, 'BUSY');
186 $fb->add(110, 120, 'BUSY');
187 $fb->add(130, 140, 'BUSY');
261 $fb->add(110, 120, 'BUSY');
262 $fb->add(130, 140, 'BUSY');
[all …]
H A DJCardTest.php29 $card->add('BDAY', '1979-12-25', ['VALUE' => 'DATE', 'X-PARAM' => [1, 2]]);
30 $card->add('BDAY', '1979-12-25T02:00:00', ['VALUE' => 'DATE-TIME']);
33 $card->add('X-TRUNCATED', '--1225', ['VALUE' => 'DATE']);
34 $card->add('X-TIME-LOCAL', '123000', ['VALUE' => 'TIME']);
35 $card->add('X-TIME-UTC', '12:30:00Z', ['VALUE' => 'TIME']);
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', ['VALUE' => 'TIME']);
37 $card->add('X-TIME-REDUCED', '23', ['VALUE' => 'TIME']);
38 $card->add('X-TIME-TRUNCATED', '--30', ['VALUE' => 'TIME']);
40 $card->add('X-KARMA-POINTS', '42', ['VALUE' => 'INTEGER']);
41 $card->add('X-GRADE', '1.3', ['VALUE' => 'FLOAT']);
[all …]
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md11 * Add ANT build tools
12 * Add StyleCI and Codacy
22 * Add documentation from plugin page
27 * Add build bash script
28 * Add archives releases
33 * Add screenshots
34 * Add .editorconfig
36 * Add build tools
54 * Add support for block title attribute.
/plugin/struct/types/
H A DTraitFilterPrefix.php20 * @param QueryBuilderWhere $add
27 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
29 /** @var QueryBuilderWhere $add Where additionional queries are added to */
31 $add = $add->where($op); // sub where group
34 $QB = $add->getQB();
48 $add->where($op, "$column $comp $pl");
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php16 $comp->add($sub);
19 $comp->add($sub);
38 $comp->add($sub);
41 $comp->add($sub);
56 $comp->add($sub);
59 $comp->add($sub);
62 $comp->add($sub);
82 $comp->add($sub);
85 $comp->add($sub);
159 $comp->add($event);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php16 $comp->add($sub);
19 $comp->add($sub);
38 $comp->add($sub);
41 $comp->add($sub);
56 $comp->add($sub);
59 $comp->add($sub);
62 $comp->add($sub);
82 $comp->add($sub);
85 $comp->add($sub);
159 $comp->add($event);
[all …]
/plugin/dokutexit/help/
H A Dtexit.txt11 ===== Add some Latex =====
12 You can add some LaTeX commands any where in you document like this :
28 ^title |Add to PDF properties & Latex document title | string | first level one header |
29 ^subject |Add to PDF properties | string | title is used |
30 ^author |Add to PDF properties & Latex document | string| no default|
31 ^keywords |Add to PDF properties | string | no default|
33 ^recurse |Add internals links as appendix | on/off/chapter | off |
34 ^recurse_file |Add internals media non image as appendix | on/off | off |
35 ^backgroundtext |Add background text on each page | string | DOKU_URL |
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js127 collection.add([
155 otherCol.add(e);
273 col1.add(m);
275 col2.add(m);
316 collection.add(tom);
317 collection.add(rob);
318 collection.add(tim);
1127 collection.add([]);
1210 // add: false doesn't add any models
1614 calls.add++;
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php21 $ev->add($dtStart);
23 $vcal->add($ev);
44 $ev->add($dtStart);
45 $vcal->add($ev);
84 $ev->add($dtStart);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php29 $card->add('BDAY', '1979-12-25', array('VALUE' => 'DATE', 'X-PARAM' => array(1,2)));
30 $card->add('BDAY', '1979-12-25T02:00:00', array('VALUE' => 'DATE-TIME'));
33 $card->add('X-TRUNCATED', '--1225', array('VALUE' => 'DATE'));
34 $card->add('X-TIME-LOCAL', '123000', array('VALUE' => 'TIME'));
35 $card->add('X-TIME-UTC', '12:30:00Z', array('VALUE' => 'TIME'));
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', array('VALUE' => 'TIME'));
37 $card->add('X-TIME-REDUCED', '23', array('VALUE' => 'TIME'));
38 $card->add('X-TIME-TRUNCATED', '--30', array('VALUE' => 'TIME'));
40 $card->add('X-KARMA-POINTS', '42', array('VALUE' => 'INTEGER'));
41 $card->add('X-GRADE', '1.3', array('VALUE' => 'FLOAT'));
[all …]
/plugin/adfs/phpsaml/
H A DCHANGELOG4 * Add setSchemasPath to Auth class and fix backward compatibility
30 * Add support for Subjects on AuthNRequests by the new parameter
55 * Add an extra filter to the url to be used on redirection
98 * Add DigestAlgorithm support on addSign
127 * Add Signature Wrapping prevention Test
151 * Add more Auth Context options to the constant class
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
194 * Add note about the fact that PHP 5.3 is unssuported.
195 * Add fingerprint algorithm support.
196 * Add dependences to composer.
[all …]
/plugin/combo/db/combo/
H A Dupdate0006.sql2 alter table PAGES add column DATE_MODIFIED TEXT;
3 alter table PAGES add column DATE_CREATED TEXT;
4 alter table PAGES add column DATE_PUBLISHED TEXT;
5 alter table PAGES add column PATH TEXT;
6 alter table PAGES add column NAME TEXT;
7 alter table PAGES add column TITLE TEXT;
8 alter table PAGES add column H1 TEXT;
H A Dupdate0007.sql2 alter table PAGES add column TYPE TEXT;
3 alter table PAGES add column LANG TEXT;
4 alter table PAGES add column WORD_COUNT INTEGER;
5 alter table PAGES add column IS_LOW_QUALITY INTEGER;
6 alter table PAGES add column DATE_START TEXT;
7 alter table PAGES add column DATE_END TEXT;
8 alter table PAGES add column COUNTRY TEXT;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php21 $ev->add($dtStart);
23 $vcal->add($ev);
44 $ev->add($dtStart);
45 $vcal->add($ev);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
333 $vcal->add($ev);
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php155 * Add a string to the buffer
159 private function add(string $string): void { function in PhpCss\\Ast\\Visitor\\Xpath
203 * prepare buffer to add a condition to the xpath expression
211 $this->add('*[');
214 $this->add($condition);
217 $this->add('[');
220 $this->add(' and ');
224 $this->add($condition);
233 $this->add(']');
285 * If here is already data in the buffer, add
[all...]
/template/twentyfifteen/css/
H A Dnormalize.less22 * Add the correct display in IE 9-.
48 * Add the correct display in IE 9-.
49 * 1. Add the correct display in IE.
59 * Add the correct margin in IE 8.
191 * Add the correct display in IE 9-.
200 * Add the correct display in iOS 4-7.
312 * 1. Add the correct display in IE 9-.
382 * Add the correct display in IE 9-.
403 * Add the correct display in IE 9-.
411 * Add the correct display in IE.
[all …]
/plugin/combo/resources/snippet/js/
H A Doutline-anchor.js10 .add(".outline-heading")
11 .add("main section > h2")
12 .add("main section > h3")
13 .add("main section > h4")
14 .add("main section > h5")
15 .add("main section > h6")
/template/stm/stm/css/
H A D_normalize.css31 * Add the correct display in IE 9-.
57 * Add the correct display in IE 9-.
58 * 1. Add the correct display in IE.
68 * Add the correct margin in IE 8.
210 * Add the correct display in IE 9-.
219 * Add the correct display in iOS 4-7.
345 * 1. Add the correct display in IE 9-.
415 * Add the correct display in IE 9-.
436 * Add the correct display in IE 9-.
444 * Add the correct display in IE.
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php194 $e = $x1->add($b);
195 $f = $y1->add($d);
203 $x3 = $p1->add($p2)->add($p3);
213 $e = $a->add($b);
214 $f = $c->add($d);
218 $i = $f->add($z3);
222 $x3 = $p1->add($p2)->add($p3);
257 $p1 = $a->add($y1)->add($z3)->multiply($this->b);
269 $p2 = $a->add($y1->multiply($z1))->add($z3)->multiply($x3);
270 $y3 = $p1->add($p2);
[all …]

12345678910>>...173