Home
last modified time | relevance | path

Searched refs:getTheme (Results 1 – 9 of 9) sorted by relevance

/plugin/codify/
H A Daction.php16 private function getTheme() { function in action_plugin_codify
33 $theme = $this->getTheme();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
H A DGoogleExampleLibraryagentV1Shelf.php55 public function getTheme() function in Google\\Service\\Libraryagent\\GoogleExampleLibraryagentV1Shelf
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php518 $bodyTemplateIdentifierClass = StyleAttribute::addComboStrapSuffix("{$this->getTheme()}-{$this->getTemplateName()}");
939 function getTheme(): string function in ComboStrap\\TemplateForWebPage
941 return $this->requestedTheme ?? ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getTheme();
1089 $theme = $this->getTheme();
H A DTemplateEngine.php238 ->getTheme();
H A DSiteConfig.php432 public function getTheme(): string function in ComboStrap\\SiteConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php644 public function getTheme() function in Google\\Service\\ManufacturerCenter\\Attributes
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js7643 Style.prototype.getTheme = function () {
8047 var theme_7 = this.getTheme();
8089 var theme_8 = this.getTheme();
8214 var theme_9 = this.getTheme();
8935 Shape.prototype.getTheme = function () {
10630 var theme_11 = this.getTheme();
10954 var theme_12 = this.getTheme();
10990 var theme_13 = this.getTheme();
11025 var theme_14 = this.getTheme();
11059 var theme_15 = this.getTheme();
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1382 …yleFontMatrix=f.mxgraph.io.vsdx.mxVsdxConstants.TEXT_STYLE};d.prototype.getTheme=function(){return… method in d
1394 …unction(a,b){return a&&a.equals?a.equals(b):a===b}("Themed",b)&&(b=this.getTheme(),b=null!=b?(this…
1396 (function(a,b){return a&&a.equals?a.equals(b):a===b})("Themed",b)&&(b=this.getTheme(),null!=b?(b=b.…
1399 …unction(a,b){return a&&a.equals?a.equals(b):a===b})("Themed",b)?(b=this.getTheme(),b=null!=b?(this…
1428 …eAndVariant=function(a,b){this.theme=a;this.themeVariant=b};b.prototype.getTheme=function(){null!=… method in b
1502 …java_lang_String(f.mxgraph.io.vsdx.mxVsdxConstants.FILL_BKGND)):(b=this.getTheme(),null!=b&&(b=b.g…
1513 …INE_PATTERN),"0");(b&&b.equals?b.equals("Themed"):"Themed"===b)?(b=this.getTheme(),null!=b&&(a=thi…
1514 …ction(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Themed")){if(a=this.getTheme(),null!=a)return …
1515 …ry{var d;d=a&&a.equals?a.equals("Themed"):"Themed"===a;if(d){var e=this.getTheme();null!=e&&(b=(th…
1517 "4");try{var c=4,d;d=a&&a.equals?a.equals("Themed"):"Themed"===a;if(d){var e=this.getTheme();null!=…
[all …]
/plugin/aceeditor/
H A Dbuild.js1getTheme=function(){return this.renderer.getTheme()},this.setStyle=function(e){this.renderer.setSt… function