Home
last modified time | relevance | path

Searched refs:familyName (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerName.php25 public $familyName; variable in Google\\Service\\Games\\PlayerName
34 public function setFamilyName($familyName) argument
36 $this->familyName = $familyName;
43 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DPlayerName.php25 public $familyName; variable in Google\\Service\\GamesManagement\\PlayerName
34 public function setFamilyName($familyName) argument
36 $this->familyName = $familyName;
43 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserName.php25 public $familyName; variable in Google\\Service\\Directory\\UserName
38 public function setFamilyName($familyName) argument
40 $this->familyName = $familyName;
47 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DName.php25 public $familyName; variable in Google\\Service\\Classroom\\Name
38 public function setFamilyName($familyName) argument
40 $this->familyName = $familyName;
47 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1AdminUser.php29 public $familyName; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1AdminUser
52 public function setFamilyName($familyName) argument
54 $this->familyName = $familyName;
61 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DUserinfo.php34 public $familyName; variable in Google\\Service\\Oauth2\\Userinfo
89 public function setFamilyName($familyName) argument
91 $this->familyName = $familyName;
98 return $this->familyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DName.php33 public $familyName; variable in Google\\Service\\PeopleService\\Name
112 public function setFamilyName($familyName) argument
114 $this->familyName = $familyName;
121 return $this->familyName;
/plugin/typography/
H A Daction.php103 foreach ($options as $familyName => $familyValue) {
106 'title' => $this->getLang('ff_'.$familyName),
107 'sample' => $this->getLang('ff_'.$familyName.'_sample'),
108 'icon' => DOKU_REL.'lib/plugins/typography/images/fontfamily/'.$familyName.'.png',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php63 public $familyName; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
276 public function setFamilyName($familyName) argument
278 $this->familyName = $familyName;
285 return $this->familyName;
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusService.php576 public $familyName; variable in Google_ActivityActorName
578 public function setFamilyName( $familyName) { argument
579 $this->familyName = $familyName;
582 return $this->familyName;
1347 public $familyName; variable in Google_ItemScope
1546 public function setFamilyName( $familyName) { argument
1547 $this->familyName = $familyName;
1550 return $this->familyName;
2194 public $familyName; variable in Google_PersonName
2201 $this->familyName = $familyName;
[all …]
H A DGoogle_PlusDomainsService.php750 public $familyName; variable in Google_ActivityActorName
752 public function setFamilyName( $familyName) { argument
753 $this->familyName = $familyName;
756 return $this->familyName;
2242 public $familyName; variable in Google_PersonName
2248 public function setFamilyName( $familyName) { argument
2249 $this->familyName = $familyName;
2252 return $this->familyName;
H A DGoogle_DirectoryService.php2011 public $familyName; variable in Google_UserName
2014 public function setFamilyName($familyName) { argument
2015 $this->familyName = $familyName;
2018 return $this->familyName;
H A DGoogle_OrkutService.php2356 public $familyName; variable in Google_OrkutActivitypersonResourceName
2358 public function setFamilyName( $familyName) { argument
2359 $this->familyName = $familyName;
2362 return $this->familyName;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php183 $this->familyName = $names[1];
185 $this->familyName = $psName;
452 return [$this->familyName, $bold, $italic, $ftype, $TTCfontID, $rtl, $indic, $cjk, $sip, $smp, $puaag, $pua, $unAGlyphs];
H A DOtlDump.php103 var $familyName; variable in Mpdf\\OtlDump
552 $this->familyName = $names[1];
554 $this->familyName = $psName;
H A DTTFontFile.php146 var $familyName; variable in Mpdf\\TTFontFile
765 $this->familyName = $names[1];
767 $this->familyName = $psName;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13246 FontProvider.prototype.provideFont = function(familyName, bold, italics) {
13248 if (!this.fonts[familyName] || !this.fonts[familyName][type]) {
13249 …throw new Error('Font \''+ familyName + '\' in style \''+type+ '\' is not defined in the font sect…
13252 this.fontWrappers[familyName] = this.fontWrappers[familyName] || {};
13254 if (!this.fontWrappers[familyName][type]) {
13255 …this.fontWrappers[familyName][type] = new FontWrapper(this.pdfDoc, this.fonts[familyName][type], f…
13258 return this.fontWrappers[familyName][type];
H A Dpdfmake.min.js.map1familyName","fontFamily","fontWrapper","pdfFonts","pdfkitDoc","path","fontName","MAX_CHAR_TYPES","…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …rror('THREE.Font: character "'+t+'" does not exists in font family '+i.familyName+".")}function bl…