Home
last modified time | relevance | path

Searched refs:themeId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DTeamDrive.php59 public $themeId; variable in Google\\Service\\Drive\\TeamDrive
204 public function setThemeId($themeId) argument
206 $this->themeId = $themeId;
213 return $this->themeId;
H A DDrive.php63 public $themeId; variable in Google\\Service\\Drive\\Drive
222 public function setThemeId($themeId) argument
224 $this->themeId = $themeId;
231 return $this->themeId;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js3975 …var themeId = (function (m, k) { return m[k] ? m[k] : null; })(mxVsdxTheme.themesIds_$LI$(), this.… method in mxVsdxTheme
3976 if (themeId != null) {
3977 this.themeIndex = themeId;