Home
last modified time | relevance | path

Searched refs:themeUrl (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/groupoffice/groupoffice-6.4.231-php-71/views/Extjs3/themes/Paper/
H A DpageHeader.php7 $themeUrl = $webclient->getThemeUrl(); variable
20 …<link rel="apple-touch-icon" sizes="180x180" href="<?= $themeUrl; ?>img/favicon/apple-touch-icon.p…
21 …<link rel="icon" type="image/png" sizes="32x32" href="<?= $themeUrl; ?>img/favicon/favicon-32x32.p…
22 …<link rel="icon" type="image/png" sizes="16x16" href="<?= $themeUrl; ?>img/favicon/favicon-16x16.p…
23 <link rel="manifest" href="<?= $themeUrl; ?>img/favicon/site.webmanifest">
24 <link rel="mask-icon" href="<?= $themeUrl; ?>img/favicon/safari-pinned-tab.svg" color="#888888">
33 …<link href="<?= $themeUrl;?>style.css?v=<?=$cssMtime ?>" media="print, (min-device-width:1201px)" …
34 …type="text/css" media="screen and (max-device-width:1200px)" href="<?= $themeUrl; ?>style-mobile.c…
/dports/www/limesurvey/limesurvey/framework/zii/widgets/jui/
H A DCJuiWidget.php39 public $themeUrl; variable in CJuiWidget
94 if($this->scriptUrl===null || $this->themeUrl===null)
99 if($this->themeUrl===null)
100 $this->themeUrl=$cs->getCoreScriptUrl().'/jui/css';
112 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$this->cssFile);
116 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$cssFile);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/zii/widgets/jui/
H A DCJuiWidget.php40 public $themeUrl; variable in CJuiWidget
95 if($this->scriptUrl===null || $this->themeUrl===null)
100 if($this->themeUrl===null)
101 $this->themeUrl=$cs->getCoreScriptUrl().'/jui/css';
113 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$this->cssFile);
117 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$cssFile);
/dports/www/thundersnarf/thundersnarf/protected/extensions/EFlot/
H A DEFlotWidget.php17 public $themeUrl; variable in EFlotWidget
41 if($this->scriptUrl===null || $this->themeUrl===null)
47 if($this->themeUrl===null)
48 $this->themeUrl=$baseUrl.'/css';
56 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$this->cssFile);
60 $cs->registerCssFile($this->themeUrl.'/'.$this->theme.'/'.$cssFile);
/dports/www/gallery2/gallery2/themes/hybrid/templates/
H A Dhybrid.tpl9 <img src="{$theme.themeUrl}/images/down.png" width="18" height="18"
19 <img id="text_on" src="{$theme.themeUrl}/images/up.png"
23 /><img id="text_none" src="{$theme.themeUrl}/images/up-off.png"
27 /><img id="text_off" src="{$theme.themeUrl}/images/down.png"
30 /><img src="{$theme.themeUrl}/images/alb.png"
33 /><img id="slide_poz" src="{$theme.themeUrl}/images/poz.png"
36 /><img id="slide_fwd" src="{$theme.themeUrl}/images/fwd.png"
39 /><img id="slide_rev" src="{$theme.themeUrl}/images/rev.png"
48 <img id="full_size" src="{$theme.themeUrl}/images/full.png"
51 /><img id="fit_size" src="{$theme.themeUrl}/images/fit.png"
[all …]
/dports/www/gallery2/gallery2/themes/slider/templates/
H A Dslider.tpl54 <img id="opts" src="{$theme.themeUrl}/images/tool.png" width="18" height="18"
56 /><img id="slide_poz" src="{$theme.themeUrl}/images/poz.png" width="18" height="18"
59 /><img id="slide_fwd" src="{$theme.themeUrl}/images/fwd.png" width="18" height="18"
62 /><img id="slide_rev" src="{$theme.themeUrl}/images/rev.png" width="18" height="18"
65 /><img id="slide_rand" src="{$theme.themeUrl}/images/rand.png" width="18" height="18"
70 <img id="full_size" src="{$theme.themeUrl}/images/full.png" width="18" height="18"
72 /><img id="fit_size" src="{$theme.themeUrl}/images/fit.png" width="18" height="18"
74 /><img id="prev_off" src="{$theme.themeUrl}/images/prev-off.png" width="18" height="18"
76 /><img id="prev_img" src="{$theme.themeUrl}/images/prev.png" width="18" height="18"
79 /><img id="next_off" src="{$theme.themeUrl}/images/next-off.png" width="18" height="18"
[all …]
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/config/
H A Dexportthemedialog.cpp58 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
62 themeUrl->setMode(KFile::Directory | KFile::ExistingOnly | in CExportThemeDialog()
64 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
65 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
90 QString fileName(themeUrl->url().path() + "/" THEME_PREFIX + name + in accept()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/config/
H A Dexportthemedialog.cpp58 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
62 themeUrl->setMode(KFile::Directory | KFile::ExistingOnly | in CExportThemeDialog()
64 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
65 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
90 QString fileName(themeUrl->url().path() + "/" THEME_PREFIX + name + in accept()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt4/config/
H A Dexportthemedialog.cpp50 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
53 themeUrl->setMode(KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly); in CExportThemeDialog()
54 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
55 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
80 QString fileName(themeUrl->url().path()+"/"THEME_PREFIX+name+".themerc"); in slotButtonClicked()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/config/
H A Dexportthemedialog.cpp58 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
62 themeUrl->setMode(KFile::Directory | KFile::ExistingOnly | in CExportThemeDialog()
64 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
65 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
90 QString fileName(themeUrl->url().path() + "/" THEME_PREFIX + name + in accept()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt4/config/
H A Dexportthemedialog.cpp50 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
53 themeUrl->setMode(KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly); in CExportThemeDialog()
54 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
55 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
80 QString fileName(themeUrl->url().path()+"/"THEME_PREFIX+name+".themerc"); in slotButtonClicked()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/config/
H A Dexportthemedialog.cpp58 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
62 themeUrl->setMode(KFile::Directory | KFile::ExistingOnly | in CExportThemeDialog()
64 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
65 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
90 QString fileName(themeUrl->url().path() + "/" THEME_PREFIX + name + in accept()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt4/config/
H A Dexportthemedialog.cpp50 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
53 themeUrl->setMode(KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly); in CExportThemeDialog()
54 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
55 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
80 QString fileName(themeUrl->url().path()+"/"THEME_PREFIX+name+".themerc"); in slotButtonClicked()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt4/config/
H A Dexportthemedialog.cpp50 layout->addWidget(themeUrl=new KUrlRequester(page), 2, 1); in CExportThemeDialog()
53 themeUrl->setMode(KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly); in CExportThemeDialog()
54 themeUrl->lineEdit()->setReadOnly(true); in CExportThemeDialog()
55 themeUrl->setUrl(QDir::homePath()); in CExportThemeDialog()
80 QString fileName(themeUrl->url().path()+"/"THEME_PREFIX+name+".themerc"); in slotButtonClicked()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xbootstrap/modules/system/
H A Dsystem_popup_header.tpl10 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/bootstrap.min.css">
11 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/xoops.css">
12 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/reset.css">
14 <script src="<{$themeUrl}>js/bootstrap.min.js"></script>
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xswatch/modules/system/
H A Dsystem_popup_header.tpl10 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/reset.css">
11 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/xoops.css">
12 <link rel="stylesheet" type="text/css" href="<{$themeUrl}>css/bootstrap.min.css">
14 <script src="<{$themeUrl}>js/bootstrap.min.js"></script>
/dports/finance/prestashop/prestashop/src/Core/Domain/Theme/ValueObject/
H A DThemeImportSource.php63 * @param string $themeUrl
67 public static function fromWeb($themeUrl) argument
69 return new self(self::FROM_WEB, $themeUrl);
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dmain.cpp473 QString themeUrl; in main() local
476 themeUrl = QString("qrc:/qml/%1/1.1/%1-video.qml").arg(theme); in main()
478 themeUrl = QString("qrc:/qml/%1/1.1/%1.qml").arg(theme); in main()
481 themeUrl = QString("qrc:/qml/%1/2.0/%1-video.qml").arg(theme); in main()
483 themeUrl = QString("qrc:/qml/%1/2.0/%1.qml").arg(theme); in main()
485 viewer->setSource(QUrl(themeUrl)); in main()
/dports/www/thundersnarf/thundersnarf/protected/views/user/
H A D_search.php53 $themeUrl=$baseUrl.'/css'; variable
55 $cs->registerCssFile($themeUrl.'/base/jquery-ui.css');
/dports/devel/flyspray/flyspray-0.9.9.7_4/themes/CleanFS/templates/
H A Dcommon.cat.tpl12 …<a href="#" onclick="TableControl.up('catTable'); return false;"><img src="{$this->themeUrl()}/up.…
13 …<a href="#" onclick="TableControl.down('catTable'); return false;"><img src="{$this->themeUrl()}/d…
14 …k="TableControl.shallower('catTable'); return false;"><img src="{$this->themeUrl()}/left.png" alt=…
15 …lick="TableControl.deeper('catTable'); return false;"><img src="{$this->themeUrl()}/right.png" alt…
/dports/devel/flyspray/flyspray-0.9.9.7_4/templates/
H A Dcommon.cat.tpl14 …<a href="#" onclick="TableControl.up('catTable'); return false;"><img src="{$this->themeUrl()}/up.…
15 …nclick="TableControl.down('catTable'); return false;"><img src="{$this->themeUrl()}/down.png" alt=…
16 …k="TableControl.shallower('catTable'); return false;"><img src="{$this->themeUrl()}/left.png" alt=…
17 …lick="TableControl.deeper('catTable'); return false;"><img src="{$this->themeUrl()}/right.png" alt…
/dports/www/thundersnarf/thundersnarf/protected/views/resumo/
H A D_search.php37 $themeUrl=$baseUrl.'/css'; variable
39 $cs->registerCssFile($themeUrl.'/base/jquery-ui.css');
/dports/www/thundersnarf/thundersnarf/protected/views/ip/
H A D_search.php44 $themeUrl=$baseUrl.'/css'; variable
46 $cs->registerCssFile($themeUrl.'/base/jquery-ui.css');
/dports/www/thundersnarf/thundersnarf/protected/views/domain/
H A D_search.php46 $themeUrl=$baseUrl.'/css'; variable
48 $cs->registerCssFile($themeUrl.'/base/jquery-ui.css');
/dports/www/thundersnarf/thundersnarf/protected/views/extension/
H A D_search.php44 $themeUrl=$baseUrl.'/css'; variable
46 $cs->registerCssFile($themeUrl.'/base/jquery-ui.css');

12