Home
last modified time | relevance | path

Searched refs:getFamily (Results 1 – 19 of 19) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1312 public function getFamily() { function in Google_AdStyleFont
H A DGoogle_AdsensehostService.php914 public function getFamily() { function in Google_AdStyleFont
H A DGoogle_WebfontsService.php92 public function getFamily() { function in Google_Webfont
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdStyleFont.php41 public function getFamily() function in Google\\Service\\AdSenseHost\\AdStyleFont
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImage.php212 public function getFamily() function in Google\\Service\\Compute\\Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceTpmVersionInfo.php57 public function getFamily() function in Google\\Service\\Directory\\ChromeOsDeviceTpmVersionInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DPermission.php83 public function getFamily() function in Google\\Service\\Keep\\Permission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/
H A DWebfont.php80 public function getFamily() function in Google\\Service\\Webfonts\\Webfont
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java282 entry.setFont(new Font(entry.getFont().getFamily(), 0, 10)); in addTemplate()
/plugin/odt/ODT/
H A DODTImport.php530 if ($style->getFamily() == 'table') {
684 if ($style->getFamily() == 'paragraph') {
H A Dstyleset.php192 $family = $new->getFamily();
197 $dest [$index]->getFamily() == $family) {
309 $this->styles [$index]->getFamily() == $family) {
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php127 static public function getFamily() { function in ODTParagraphStyle
268 $style .= 'style:family="'.$this->getFamily().'" ';
H A DODTTableCellStyle.php89 $this->setProperty('style-family', $this->getFamily());
106 static public function getFamily() { function in ODTTableCellStyle
H A DODTTableColumnStyle.php45 $this->setProperty('style-family', $this->getFamily());
62 static public function getFamily() { function in ODTTableColumnStyle
H A DODTTableRowStyle.php64 $this->setProperty('style-family', $this->getFamily());
81 static public function getFamily() { function in ODTTableRowStyle
H A DODTTableStyle.php74 $this->setProperty('style-family', $this->getFamily());
91 static public function getFamily() { function in ODTTableStyle
H A DODTTextStyle.php137 $this->setProperty('style-family', $this->getFamily());
154 static public function getFamily() { function in ODTTextStyle
H A DODTUnknownStyle.php129 public function getFamily() { function in ODTUnknownStyle
/plugin/processing/
H A Dscript.js1878 this.getFamily = function(){ method