/plugin/latexport/_test/ |
H A 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 …]
|
H A D | decorator_includer.test.php | 73 DecoratorIncluderTest::TITLE), $this->decoratorMock->nextCommand()); 98 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen()); 112 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose()); 134 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen()); 138 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen()); 144 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose()); 148 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose()); 170 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen()); 177 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose()); 226 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListOOpen()); [all …]
|
H A D | decorator_images.test.php | 32 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen()); 34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose()); 46 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen()); 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(" ")); 64 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", … 65 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", … [all …]
|
H A 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 …]
|
H A 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));
|
H A D | decorator_mock.php | 18 function nextCommand() { function in DecoratorMock
|
/plugin/codemirror/dist/keymaps/ |
H A D | vim.min.js.map | 1 …nextCommand","substitute","replacePart","trailing","count","confirm","startPos","doReplace","write…
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 6285 }},nextCommand:function(){var element=this.element; 6343 }else{if(code==40){this.nextCommand()
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 23915 nextCommand: function() 24091 this.nextCommand();
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 6296 }},nextCommand:function(){var element=this.element; 6354 }else{if(code==40){this.nextCommand()
|