Home
last modified time | relevance | path

Searched refs:info (Results 251 – 275 of 465) sorted by path

1...<<111213141516171819

/template/mnml-blog/css/
H A Dmnml-blog_screen.css524 div.info,
825 /* admin menu: plugin manager - more space for plugin info */
986 /* see http://jonrohan.me/guide/css/creating-triangles-in-css/ for info about
H A Dprint.css17 div.notify, div.info, div.success, div.error,
/template/monobook/
H A D.htaccess11 <FilesMatch "^(README|README-de|COPYING|ChangeLog|CREDITS|VERSION|style\.ini|template\.info\.txt|de…
/template/monobook/static/3rd/dokuwiki/
H A D_media_popup.css120 /* upload info */
162 #media__content span.info {
168 /* info how to insert media, if JS disabled */
H A Dprint.css17 div.notify, div.info, div.success, div.error,
/template/monobook/user/
H A Dtabs.php.dist87 //link with rel="nofollow", see http://www.wikipedia.org/wiki/Nofollow for info
/template/monochrome/
H A DREADME1 See template.info.txt for main info
2 See COPYING for license info
/template/myown/css/
H A Dstyle_003.css10 div.info{
11 background: #ffff66 url(../images/info.png) 0.5em 0px no-repeat;
/template/mystyle/
H A DREADME7 See COPYING for license info.
H A Dprint.css38 div.info,
H A Dtpl_functions.php23 …l', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavigation.txt')), $info);
25 … p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nonavigation.txt')), $info);
H A Dtypo_design.css421 div.dokuwiki div.info,
/template/mywiki/
H A DREADME.md6 * Metadata is in template.info.txt
/template/mywiki/css/
H A Dbootstrap.css1353 .text-info {
1356 a.text-info:hover,
1389 .bg-info {
1392 a.bg-info:hover,
1393 a.bg-info:focus {
3230 .btn-info {
3235 .btn-info:focus,
4891 .label-info {
5069 .alert-info {
5074 .alert-info hr {
[all …]
H A Dmywiki.css136 .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
140 …active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-prima…
192 .btn-info {
199 .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-in…
202 .btn-info:active, .btn-info.active {
336 .alert-info {
363 .progress-bar-info {
400 .panel-info > .panel-heading {
692 div.input-group-btn button.btn-info {
/template/navigation/
H A Dsidebar.php52 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
54 if($info['cache']){
/template/neolaoresources2/
H A Dstyle_dw.css12 div.info{
/template/neolaoresources3/
H A Dprint.css34 div.info,
H A Dstyle.css400 #body article > .post-info {
/template/newspaper/
H A DREADME.md7 * Metadata is in template.info.txt
/template/nostalgia/
H A DREADME.md5 * Metadata is in template.info.txt
/template/nostalgia/css/
H A Dbasic.css2 div.error, div.info, div.success, div.notify {
/template/notepad/
H A DREADME.md6 * Metadata is in template.info.txt
/template/notes/css/
H A D_media_popup.css120 /* upload info */
163 #media__content span.info {
169 /* info how to insert media, if JS disabled */
/template/notos/_test/
H A Dgeneral.test.php18 $info = confToHash($file);
20 $this->assertArrayHasKey('base', $info);
21 $this->assertArrayHasKey('author', $info);
22 $this->assertArrayHasKey('email', $info);
23 $this->assertArrayHasKey('date', $info);
24 $this->assertArrayHasKey('name', $info);
25 $this->assertArrayHasKey('desc', $info);
26 $this->assertArrayHasKey('url', $info);
28 $this->assertEquals('notos', $info['base']);
29 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]

1...<<111213141516171819