Home
last modified time | relevance | path

Searched refs:theme (Results 26 – 50 of 270) sorted by relevance

1234567891011

/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.assembly.css1 .syntax-theme-base .syntax .assembly .register {
4 .syntax-theme-base .syntax .assembly .label {
7 .syntax-theme-base .syntax .assembly .directive {
H A Djquery.syntax.layout.table.css1 .syntax-container.syntax-theme-base table.syntax {
8 .syntax-container.syntax-theme-base table.syntax tr.alt td.source {
10 .syntax-container.syntax-theme-base table.syntax td.source {
22 .syntax-container.syntax-theme-base table.syntax td.number {
H A Djquery.syntax.brush.applescript.css1 .syntax-theme-base .syntax .applescript {
3 .syntax-theme-base .syntax .applescript .keyword {
H A Djquery.syntax.brush.python.css1 .syntax-theme-base .syntax .python .decorator {
4 .syntax-theme-base .syntax .python .builtin {
H A Djquery.syntax.layout.plain.css1 .syntax-container.syntax-theme-base .syntax.plain {
5 .syntax-container.syntax-theme-base .syntax.plain pre {
H A Djquery.syntax.layout.editor.css1 .syntax-container.syntax-theme-base div.editor.syntax {
7 .syntax-container.syntax-theme-base div.editor.syntax:focus {
/plugin/revealjs/css/theme/source/
H A Dbeige.scss2 * Beige theme for reveal.js.
15 // Include theme-specific fonts
20 // Override theme settings (see ../template/settings.scss)
38 @import "../template/theme";
H A Dsky.scss2 * Sky theme for reveal.js.
15 // Include theme-specific fonts
20 // Override theme settings (see ../template/settings.scss)
45 @import "../template/theme";
H A Dmoon.scss2 * Solarized Dark theme for reveal.js.
14 // Include theme-specific fonts
44 // Override theme settings (see ../template/settings.scss)
56 @import "../template/theme";
H A Dsolarized.scss2 * Solarized Light theme for reveal.js.
14 // Include theme-specific fonts
45 // Override theme settings (see ../template/settings.scss)
62 @import "../template/theme";
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php484 var $theme = 'default'; variable in pfcGlobalConfig
913 mkdir_r($this->data_public_path.'/themes/'.$this->theme);
914 if (!is_dir($this->data_public_path.'/themes/'.$this->theme))
918 $ret = copy_r( $this->theme_path.'/'.$this->theme,
922 $this->theme_path.'/'.$this->theme,
1011 foreach($theme as $line)
1129 return ($this->theme == "default" ? $fexists1 : !$fexists2);
1134 if (file_exists($this->theme_path."/".$this->theme."/".$file))
1135 return $this->theme_path."/".$this->theme."/".$file;
1148 if (file_exists($this->theme_path.'/'.$this->theme.'/'.$file))
[all …]
H A Dphpfreechat.class.php349 function &loadStyles($theme = 'default', &$xml_reponse) argument
399 function &loadScripts($theme, &$xml_reponse) argument
530 function loadInterface($theme = 'default', &$xml_reponse) argument
560 function &loadChat($theme = 'default') argument
564 $this->loadInterface($theme,$xml_reponse);
565 $this->loadStyles($theme,$xml_reponse);
566 $this->loadScripts($theme,$xml_reponse);
/plugin/indexmenu2/
H A Daction.php101 $theme = $this->getConf('replace_idx_theme');
102 if (@empty($theme)) $theme = 'IndexMenu';
103 $ajax = 'ajax'==$this->getConf('replace_idx')?"|js#$theme+ajax":'';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile88 …ammar.js src/jquery-plugin.js src/sequence-diagram.js src/theme.js src/theme-snap.js src/theme-rap…
93 …iagram-grammar.js src/jquery-plugin.js src/sequence-diagram.js src/theme.js src/theme-raphael.js f…
97 …uild/diagram-grammar.js src/jquery-plugin.js src/sequence-diagram.js src/theme.js src/theme-snap.js
/plugin/bootnote/
H A DREADME.md31 * **bootnote.theme**: you can come back to old theme if you want. (See below for further informatio…
40 …The old theme is always available in settings but he's deprecated for Dokuwiki theme and only work…
/plugin/combo/ComboStrap/
H A DPrism.php41 * @var string[] https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism-{theme}.min.css
65 * The theme
75 * @param $theme
77 * Ter info: The theme of the default wiki is in the print.css file (search for code blocks)
79 public static function addSnippet($theme)
83 if ($theme == self::PRISM_THEME) {
86 $themeStyleSheet = "prism-$theme.min.css";
88 $themeIntegrity = self::THEMES_INTEGRITY[$theme];
166 // Loading the theme
214 * Add prism theme
78 addSnippet($theme) global() argument
[all...]
H A DTemplateEngine.php19 const CANONICAL = "theme";
45 $handleBarsObjectId = "handlebar-theme-$themeName";
92 LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not taken into account");
97 LogUtility::warning("The partials theme directory ($themeDirectory) does not exists");
110 $defaultTemplateDirectory = WikiPath::createComboResource(":theme:$default:pages:templates")->toLocalPath();
112 $partialSearchDirectories[] = WikiPath::createComboResource(":theme:$default:pages:partials")->toLocalPath();
113 $componentsCssSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:css");
114 $componentsHtmlSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:html")->toLocalPath();
236 $theme = ExecutionContext::getActualOrCreateFromEnv()
239 return self::createForTheme($theme);
[all...]
/plugin/mimetex/
H A D_config.yml1 theme: jekyll-theme-midnight
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme1/
H A Dblocks.html.twig1 {% block b1 %}block from theme 1{% endblock %}
3 {% block b2 %}block from theme 1{% endblock %}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php148 public $theme; variable in Google\\Service\\ManufacturerCenter\\Attributes
637 public function setTheme($theme) argument
639 $this->theme = $theme;
646 return $this->theme;
/plugin/button/docs/
H A D_config.yml1 theme: jekyll-theme-cayman
/plugin/codify/
H A Daction.php33 $theme = $this->getTheme();
38 'href' => "https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/{$theme}.min.css"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12theme:B(J.settings.themes.gray,null),stylesheets:b.stylesheets,instanceOptions:b};return a.match(/…
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeEmacs.scss1 // Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
H A DshThemeMidnight.scss1 // Midnight SyntaxHighlighter theme based on theme by J.D. Myers

1234567891011