Home
last modified time | relevance | path

Searched refs:theme (Results 126 – 150 of 270) sorted by path

1234567891011

/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js11 this._theme=G.theme;
388 var O=this._params.theme;
1309 this._theme=A.theme;
1354 this._theme=G.theme;
1430 this._theme=A.theme;
1475 this._theme=A.theme;
1632 this._theme=A.theme;
2642 this.autoWidth=B&&B[0]&&B[0].theme&&B[0].theme.autoWidth;
2643 this.autoWidthAnimationTime=B&&B[0]&&B[0].theme&&B[0].theme.autoWidthAnimationTime;
2645 this.timeline_start=B&&B[0]&&B[0].theme&&B[0].theme.timeline_start;
[all …]
/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/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
H A Dblocks.html.twig3 {% block b2 %}block from theme 2{% endblock %}
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php66 var pfc_theme = <?php echo $json->encode($theme); ?>;
/plugin/freechat/phpfreechat/data/public/themes/default/smileys/
H A Dtheme.txt1 # This theme set based on the icons at
/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/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php66 var pfc_theme = <?php echo $json->encode($theme); ?>;
/plugin/freechat/phpfreechat/themes/default/smileys/
H A Dtheme.txt1 # This theme set based on the icons at
/plugin/freechat/
H A Dsyntax.php73 $params['theme'] = $this->getConf('template');
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …re-box::before{content:"\F0007"}.mdi-theater::before{content:"\F50D"}.mdi-theme-light-dark::before…
/plugin/imagecarousel/
H A Dall.less2 @import "vendor/slick/slick-theme.less";
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown21 // Add the slick-theme.css if you want default styling
22 <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick-theme.css"…
/plugin/indexmenu/
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
H A Dadmin.php
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/images/kde/
H A Dinfo.txt2 description=Same kde.png theme, but in gif format.
/plugin/indexmenu/scripts/
H A Dindexmenu.js106 * @param {string} theme name of theme dir
109 function dTree(treeName, theme) {
110 let imgExt = IndexmenuUtils.determineExtension(theme);
120 theme: theme // dir name of theme folder
122 let imagePath = this.config.plugbase + '/images/' + theme + '/';
208 str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overflow:';
219 str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme
69 dTree(objName, theme) global() argument
80 theme: theme // dir name of theme folder global() property in dTree.config
[all...]
H A Dtoolbarindexwizard.js23 tlbclass: 'jsitem theme',
25 el1: {headerid: 'theme'}
179 .appendTo('div.theme');
181 jQuery.each(data.themes, function (i, theme) {
182 let themeName = theme.split('.');
184 let icoUrl = DOKU_BASE + data.themebase + '/' + theme + '/base.' + IndexmenuUtils.determineExtension(theme);
189 .attr('id', theme)
196 //select default theme
209 * set class 'selected' to clicked theme, remov
180 AnonymousFunction2ff88f970600(i, theme) global() argument
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php69 $theme = 'default'; // name of theme for images and additional css
91 //split namespace,level,theme
183 //check defaults for js,js#theme, #theme
194 //check opts for nojs,#theme or js,js#theme
204 //use theme from the defaults
213 //exist theme?
215 $theme
[all...]
/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/indexmenu2/cms/
H A Dcms.js15theme.merge(K.theme);if(K.themeRootPath)_.themeRootPath=K.themeRootPath;X.init(K);S();};this.getTh… method in CompleteMenuSolution
/plugin/indexmenu2/cms/templates/ClassicHorizontal/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicHorizontal={menuOptions:{'transitions':{'blend':{'start… method in CompleteMenuSolution
/plugin/indexmenu2/cms/templates/ClassicVertical/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicVertical={menuOptions:{'transitions':{'blend':{'start':… method in CompleteMenuSolution

1234567891011