| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | basic-style.xml.bak | 2 <add as="defaultVertex"> 3 <add as="shape" value="label"/> 4 <add as="perimeter" value="rectanglePerimeter"/> 5 <add as="fontSize" value="11"/> 6 <add as="align" value="center"/> 7 <add as="verticalAlign" value="middle"/> 8 <add as="strokeColor" value="black"/> 9 <add as="fillColor" value="white"/> 10 </add> 11 <add as="defaultEdge"> [all …]
|
| D | default-style.xml.bak | 3 <add as="defaultVertex" extend="defaultVertex"> 4 <add as="strokeColor" value="#000000"/> 5 <add as="fillColor" value="#E8EEF7"/> 6 </add> 7 <add as="defaultEdge" extend="defaultEdge"> 8 <add as="labelBackgroundColor" value="white"/> 9 <add as="rounded" value="1"/> 10 <add as="edgeStyle" value="elbowEdgeStyle"/> 11 </add> 12 <add as="entity" extend="defaultEdge"> [all …]
|
| /plugin/sequencediagram/bower_components/lodash/perf/ |
| D | perf.js | 548 .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/ |
| D | EditorMenuBar.java | 73 menu = add(new JMenu(mxResources.get("file"))); in EditorMenuBar() 75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(), in EditorMenuBar() 77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(), in EditorMenuBar() 82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in EditorMenuBar() 100 menu = add(new JMenu(mxResources.get("edit"))); in EditorMenuBar() 102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorMenuBar() 104 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false), in EditorMenuBar() 109 menu.add(editor.bind(mxResources.get("cut"), TransferHandler in EditorMenuBar() 111 menu.add(editor in EditorMenuBar() 114 menu.add(editor.bind(mxResources.get("paste"), TransferHandler in EditorMenuBar() [all …]
|
| D | SchemaEditorMenuBar.java | 61 menu = add(new JMenu(mxResources.get("file"))); in SchemaEditorMenuBar() 63 menu.add(editor.bind(mxResources.get("new"), new NewAction(), in SchemaEditorMenuBar() 65 menu.add(editor.bind(mxResources.get("openFile"), new OpenAction(), in SchemaEditorMenuBar() 70 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in SchemaEditorMenuBar() 72 menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true), in SchemaEditorMenuBar() 77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar() 80 menu.add(editor.bind(mxResources.get("print"), new PrintAction(), in SchemaEditorMenuBar() 85 menu.add(editor.bind(mxResources.get("exit"), new ExitAction())); in SchemaEditorMenuBar() 88 menu = add(new JMenu(mxResources.get("edit"))); in SchemaEditorMenuBar() 90 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in SchemaEditorMenuBar() [all …]
|
| D | EditorMenuBar.java.bak | 73 menu = add(new JMenu(mxResources.get("file"))); 75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(), 77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(), 82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), 84 // menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true), 89 // menu.add(editor.bind(mxResources.get("pageSetup"), 92 // menu.add(editor.bind(mxResources.get("print"), new PrintAction(), 97 // menu.add(editor.bind(mxResources.get("exit"), new ExitAction())); 100 menu = add(new JMenu(mxResources.get("edit"))); 102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/ |
| D | CompilerJarFilter.php | 60 $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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ |
| D | SassFilter.php | 117 $pb->add('--load-path')->add($dir); 121 $pb->add('--unix-newlines'); 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'); 145 $pb->add('--line-numbers'); 149 $pb->add('--sourcemap'); 153 $pb->add('--load-path')->add($loadPath); [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
| D | JCardTest.php | 29 $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 …]
|
| D | ComponentTest.php | 16 $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/icalevents/vendor/sabre/vobject/tests/VObject/ |
| D | JCardTest.php | 29 $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 …]
|
| D | ComponentTest.php | 15 $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 …]
|
| D | FreeBusyDataTest.php | 32 $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'); 220 $fb->add(115, 135, 'BUSY-TENTATIVE'); 261 $fb->add(110, 120, 'BUSY'); [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
| D | JCardTest.php | 29 $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 …]
|
| D | ComponentTest.php | 16 $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 D | JCardTest.php | 29 $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 D | ComponentTest.php | 16 $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/asciidocjs/node_modules/uglify-js/lib/ |
| D | propmangle.js | 57 ].forEach(add); 71 ].forEach(add); 101 add(name); 104 Object.getOwnPropertyNames(ctor).map(add); 106 if (ctor.__proto__) Object.getOwnPropertyNames(ctor.__proto__).map(add); 107 if (ctor.prototype) Object.getOwnPropertyNames(ctor.prototype).map(add); 109 Object.getOwnPropertyNames(new ctor()).map(add); 112 Object.getOwnPropertyNames(ctor()).map(add); 120 function add(name) { function 131 addStrings(node.key, add); [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | CleanCssFilter.php | 249 $pb->add('--keep-line-breaks'); 253 $pb->add('--compatibility ' .$this->compatibility); 257 $pb->add('--debug'); 261 $pb->add('--root ' .$this->rootPath); 265 $pb->add('--skip-import'); 269 $pb->add('--timeout ' .$this->timeout); 273 $pb->add('--rounding-precision ' .$this->roundingPrecision); 277 $pb->add('--s0'); 281 $pb->add('--s1'); 285 $pb->add('--semantic-merging'); [all …]
|
| D | GssFilter.php | 94 $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'));
|
| D | CssEmbedFilter.php | 91 $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'));
|
| D | UglifyJs2Filter.php | 90 $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/ |
| D | BaseCompressorFilter.php | 72 $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/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Xpath.php | 159 private function add(string $string): void { function in PhpCss\\Ast\\Visitor\\Xpath 211 $this->add('*['); 214 $this->add($condition); 217 $this->add('['); 220 $this->add(' and '); 224 $this->add($condition); 233 $this->add(']'); 294 $this->add('|'); 300 $this->add('//'); 302 $this->add('self::'); [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| D | Binary.php | 194 $e = $x1->add($b); 195 $f = $y1->add($d); 197 $h = $f->multiply($x2)->add($z3->multiply($y2)); 198 $i = $f->add($z3); 203 $x3 = $p1->add($p2)->add($p3); 204 $y3 = $i->multiply($x3)->add($g->multiply($h)); 213 $e = $a->add($b); 214 $f = $c->add($d); 216 $h = $f->multiply($x2)->add($g->multiply($y2)); 218 $i = $f->add($z3); [all …]
|