| /plugin/latexport/_test/ |
| D | decorator_tables.test.php | 33 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand()); 34 $this->assertEquals(new CommandTableOpen(3, 0, 0), $this->decoratorMock->nextCommand()); 35 $this->assertEquals(new CommandLinebreak(), $this->decoratorMock->nextCommand()); 36 $this->assertEquals(new CommandTableClose(), $this->decoratorMock->nextCommand()); 37 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand()); 65 $this->assertEquals(new CommandTableOpen(3, 0, 0), $this->decoratorMock->nextCommand()); 67 $this->assertEquals(new CommandTableRowOpen(), $this->decoratorMock->nextCommand()); 69 $this->assertEquals(new CommandTableHeaderOpen(1, 1, 1), $this->decoratorMock->nextCommand()); 70 $this->assertEquals(new CommandTableHeaderClose(), $this->decoratorMock->nextCommand()); 71 $this->assertEquals(new CommandTableHeaderOpen(1, 1, 1), $this->decoratorMock->nextCommand()); [all …]
|
| D | decorator_includer.test.php | 67 $this->assertEquals(new CommandListUOpen(), $this->decoratorMock->nextCommand()); 68 $this->assertEquals(new CommandListItemOpen(1), $this->decoratorMock->nextCommand()); 69 $this->assertEquals(new CommandListContentOpen(), $this->decoratorMock->nextCommand()); 70 $this->assertEquals(new CommandCData('Follow the link:'), $this->decoratorMock->nextCommand()); 73 DecoratorIncluderTest::TITLE), $this->decoratorMock->nextCommand()); 74 $this->assertEquals(new CommandListContentClose(), $this->decoratorMock->nextCommand()); 75 $this->assertEquals(new CommandListItemClose(), $this->decoratorMock->nextCommand()); 76 $this->assertEquals(new CommandListUClose(), $this->decoratorMock->nextCommand()); 98 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen()); 100 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1)); [all …]
|
| D | decorator_images.test.php | 32 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen()); 33 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", … 34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose()); 46 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen()); 47 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", … 48 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandCData(" x ")); 49 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", … 50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose()); 62 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen()); 63 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandCData(" ")); [all …]
|
| D | decorator_math.test.php | 34 $this->decoratorMock->nextCommand()); 36 $this->decoratorMock->nextCommand()); 49 $this->decoratorMock->nextCommand()); 51 $this->decoratorMock->nextCommand()); 64 $this->decoratorMock->nextCommand()); 66 $this->decoratorMock->nextCommand()); 79 $this->decoratorMock->nextCommand()); 81 $this->decoratorMock->nextCommand()); 95 $this->decoratorMock->nextCommand()); 97 $this->decoratorMock->nextCommand()); [all …]
|
| D | decorator_headings.test.php | 33 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text1", 1, 10)); 34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text2", 1, 20)); 35 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text3", 3, 30)); 36 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text4", 3, 40)); 47 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text1", 3, 10)); 48 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text2", 3, 20)); 49 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text3", 1, 30)); 50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text4", 2, 40)); 57 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text1", 5, 10));
|
| D | decorator_mock.php | 18 function nextCommand() { function in DecoratorMock
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …nextCommand","substitute","replacePart","trailing","count","confirm","startPos","doReplace","write…
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 23915 nextCommand: function() method 24091 this.nextCommand();
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 6285 }},nextCommand:function(){var element=this.element; method 6343 }else{if(code==40){this.nextCommand()
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 6296 }},nextCommand:function(){var element=this.element; method 6354 }else{if(code==40){this.nextCommand()
|