Home
last modified time | relevance | path

Searched +full:info +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 9 of 9) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
Dwrap.js10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box';
23 var InfoBox = '<img src= "' + icons16_path + 'info.png" title="'+info_box+'">';
48 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
104 case 'info':
105 open = '<'+syntaxDiv+' center round info 60%>\n';
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
Dwrap.js10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box';
24 var InfoBox = '<img src= "' + icons16_path + 'info.png" title="'+info_box+'">';
50 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
120 case 'info':
121 open = '<'+syntaxDiv+' center round info 60%>\n';
/plugin/wrap/
DREADME1 see plugin.info.txt
Dexample.txt186 …* any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo''…
192 <WRAP info 300px left>
193 === Info ===
194 %%<WRAP info></WRAP>%%
270 <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important…
271 <wrap info>info</wrap>, <wrap help>help</wrap>, ...
Daction.php46 'title' => $this->getLang('info'),
47 'icon' => '../../plugins/wrap/images/note/16/info.png',
48 'open' => '<'.$syntaxDiv.' center round info 60%>\n',
Dstyle.less89 /*____________ info ____________*/
92 div.wrap_info { background-image: url(images/note/48/info.png); }
93 span.wrap_info { background-image: url(images/note/16/info.png); }
Dhelper.php793 'wrap_info' => 'Info', 'wrap_important' => 'Important', 'wrap_alert' => 'Alert',
/plugin/wrap/_test/
DGeneralTest.php17 * Simple test to make sure the plugin.info.txt is in correct format
21 $file = __DIR__ . '/../plugin.info.txt';
24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
[all …]
/plugin/s5reloaded/ui/thesis/
Dwrap.css288 /*____________ info ____________*/
290 div.wrap_info { background-image: url(../../../wrap/images/note/48/info.png); }
291 span.wrap_info { background-image: url(../../../wrap/images/note/16/info.png); }