Lines Matching +full:- +full:eq

10         $this->pluginsEnabled[] = 'datepicker';
11 $this->pluginsEnabled[] = 'ajaxedit';
13 $this->plugin = plugin_load('action', 'datepicker');
31 $this->assertTrue($mselector->length === 0);
33 $this->assertTrue($mselector->length === 1);
34 $this->assertEquals(
35 $this->plugin->getConf('emptyStringDate').DOKU_LF.
36 $this->plugin->getConf('emptyStringDate').DOKU_LF.
37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
45 $this->assertTrue($mselector->length === 3);
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
65 $this->assertTrue($mselector->length === 0);
67 $this->assertTrue($mselector->length === 1);
68 $this->assertEquals(
69 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
70 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
71 $this->plugin->getConf('emptyStringWeek'),trim($mselector->eq(0)->text()));
78 $this->assertTrue($mselector->length === 3);
79 … $this->assertEquals($this->plugin->getConf('emptyStringWeek'), trim($mselector->eq(0)->text()));
80 … $this->assertEquals($this->plugin->getConf('emptyStringWeek'), trim($mselector->eq(1)->text()));
81 … $this->assertEquals($this->plugin->getConf('emptyStringWeek'), trim($mselector->eq(2)->text()));
89 '<datepicker 2014-02-01>'.DOKU_LF.
90 '<datepicker# 2014-02-01>'.DOKU_LF.
91 '<datepicker\\ 2014-02-01>'.DOKU_LF
98 $this->assertTrue($mselector->length === 3);
99 $this->assertEquals('2014-02-01',trim($mselector->eq(0)->text()));
100 $this->assertEquals('2014-02-01',trim($mselector->eq(1)->text()));
101 $this->assertEquals('2014-02-01',trim($mselector->eq(2)->text()));
119 $this->assertTrue($mselector->length === 3);
120 $this->assertEquals('14/02',trim($mselector->eq(0)->text()));
121 $this->assertEquals('14/02',trim($mselector->eq(1)->text()));
122 $this->assertEquals('14/02',trim($mselector->eq(2)->text()));