Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Dbasic-style.xml.bak10 </add>
19 </add>
22 </add>
25 </add>
30 </add>
34 </add>
40 </add>
45 </add>
49 </add>
53 </add>
[all …]
H A Ddefault-style.xml.bak6 </add>
11 </add>
14 </add>
17 </add>
22 </add>
25 </add>
31 </add>
36 </add>
40 </add>
44 </add>
[all …]
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js548 .add(buildName, {
552 .add(otherName, {
562 .add(buildName, {
566 .add(otherName, {
574 .add(buildName, {
578 .add(otherName, {
588 .add(buildName, {
592 .add(otherName, {
600 .add(buildName, {
604 .add(otherName, {
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java73 menu = add(new JMenu(mxResources.get("file"))); in EditorMenuBar()
100 menu = add(new JMenu(mxResources.get("edit"))); in EditorMenuBar()
111 menu.add(editor in EditorMenuBar()
138 menu = add(new JMenu(mxResources.get("view"))); in EditorMenuBar()
257 menu = add(new JMenu(mxResources.get("shape"))); in EditorMenuBar()
349 .add(editor in EditorMenuBar()
355 .add(editor in EditorMenuBar()
434 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
436 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
481 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
[all …]
H A DSchemaEditorMenuBar.java61 menu = add(new JMenu(mxResources.get("file"))); in SchemaEditorMenuBar()
77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar()
88 menu = add(new JMenu(mxResources.get("edit"))); in SchemaEditorMenuBar()
99 menu.add(editor in SchemaEditorMenuBar()
126 menu = add(new JMenu(mxResources.get("view"))); in SchemaEditorMenuBar()
320 .add(editor in SchemaEditorMenuBar()
326 .add(editor in SchemaEditorMenuBar()
338 submenu.add(editor.bind(mxResources.get("dirty"), in SchemaEditorMenuBar()
379 menu = add(new JMenu(mxResources.get("window"))); in SchemaEditorMenuBar()
386 menu.add(new AbstractAction(lafs[i].getName()) in SchemaEditorMenuBar()
[all …]
H A DEditorMenuBar.java.bak73 menu = add(new JMenu(mxResources.get("file")));
100 menu = add(new JMenu(mxResources.get("edit")));
111 menu.add(editor
138 menu = add(new JMenu(mxResources.get("view")));
257 menu = add(new JMenu(mxResources.get("shape")));
349 .add(editor
355 .add(editor
434 submenu.add(new TogglePropertyItem(graph,
436 submenu.add(new TogglePropertyItem(graph,
481 submenu.add(new TogglePropertyItem(graph,
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerJarFilter.php60 $pb->add('--compilation_level')->add($this->compilationLevel);
66 $pb->add('--externs')->add($externs);
72 $pb->add('--externs')->add($externs);
76 $pb->add('--use_only_custom_externs');
80 $pb->add('--formatting')->add($this->formatting);
84 $pb->add('--manage_closure_dependencies');
88 $pb->add('--warning_level')->add($this->warningLevel);
92 $pb->add('--language_in')->add($this->language);
96 $pb->add('--flagfile')->add($this->flagFile);
99 …$pb->add('--js')->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('google_closure')…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
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 …]
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 DComponentTest.php15 $comp->add($sub);
18 $comp->add($sub);
37 $comp->add($sub);
40 $comp->add($sub);
55 $comp->add($sub);
58 $comp->add($sub);
61 $comp->add($sub);
81 $comp->add($sub);
84 $comp->add($sub);
158 $comp->add($event);
[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 …]
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/webdavclient/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 …]
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 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 …]
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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DSassFilter.php117 $pb->add('--load-path')->add($dir);
125 $pb->add('--scss');
129 $pb->add('--style')->add($this->style);
133 $pb->add('--precision')->add($this->precision);
137 $pb->add('--quiet');
141 $pb->add('--debug-info');
149 $pb->add('--sourcemap');
153 $pb->add('--load-path')->add($loadPath);
157 $pb->add('--cache-location')->add($this->cacheLocation);
161 $pb->add('--no-cache');
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DGssFilter.php94 $pb->add('--allow-unrecognized-functions');
98 $pb->add('--allowed_non_standard_functions')->add($this->allowedNonStandardFunctions);
102 $pb->add('--copyright-notice')->add($this->copyrightNotice);
106 $pb->add('--define')->add($this->define);
110 $pb->add('--gss-function-map-provider')->add($this->gssFunctionMapProvider);
114 $pb->add('--input-orientation')->add($this->inputOrientation);
118 $pb->add('--output-orientation')->add($this->outputOrientation);
122 $pb->add('--pretty-print');
125 $pb->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('gss'));
H A DCssEmbedFilter.php91 $pb->add('--charset')->add($this->charset);
95 $pb->add('--mhtml');
99 $pb->add('--mhtmlroot')->add($this->mhtmlRoot);
105 $pb->add('--root')->add($dir);
108 $pb->add('--root')->add($this->root);
112 $pb->add('--skip-missing');
116 $pb->add('--max-uri-length')->add($this->maxUriLength);
120 $pb->add('--max-image-size')->add($this->maxImageSize);
124 $pb->add($input = FilesystemUtils::createTemporaryFile('cssembed'));
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 DUglifyJs2Filter.php90 $pb->add('--compress');
93 $pb->add($this->compress);
98 $pb->add('--beautify');
102 $pb->add('--mangle');
106 $pb->add('--screw-ie8');
110 $pb->add('--comments')->add(true === $this->comments ? 'all' : $this->comments);
114 $pb->add('--wrap')->add($this->wrap);
118 $pb->add('--define')->add(implode(',', $this->defines));
126 $pb->add('-o')->add($output)->add($input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php72 $pb->add('-Xss'.$this->stackSize);
75 $pb->add('-jar')->add($this->jarPath);
78 $pb->add($option);
82 $pb->add('--charset')->add($this->charset);
86 $pb->add('--line-break')->add($this->lineBreak);
94 $pb->add('-o')->add($output)->add('--type')->add($type)->add($input);
/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 …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php159 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 a separator before starting the next.
294 $this->add('|');
[all...]
/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");

12345678910>>...68