Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
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/
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/Classroom/
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/Directory/
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/Cloudchannel/
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/
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/
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/
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/
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/
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
2200 public function setFamilyName( $familyName) { argument
[all …]
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;
DGoogle_DirectoryService.php2011 public $familyName; variable in Google_UserName
2014 public function setFamilyName($familyName) { argument
2015 $this->familyName = $familyName;
2018 return $this->familyName;
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/
DTTFontFileAnalysis.php183 $this->familyName = $names[1];
185 $this->familyName = $psName;
452 …return [$this->familyName, $bold, $italic, $ftype, $TTCfontID, $rtl, $indic, $cjk, $sip, $smp, $pu…
DOtlDump.php103 var $familyName; variable in Mpdf\\OtlDump
552 $this->familyName = $names[1];
554 $this->familyName = $psName;
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/
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];
Dpdfmake.min.js.map1familyName","fontFamily","fontWrapper","pdfFonts","pdfkitDoc","path","fontName","MAX_CHAR_TYPES","…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js69154 FontProvider.prototype.getFontFile = function (familyName, bold, italics) {
69156 if (!this.fonts[familyName] || !this.fonts[familyName][type]) {
69160 return this.fonts[familyName][type];
69163 FontProvider.prototype.provideFont = function (familyName, bold, italics) {
69165 if (this.getFontFile(familyName, bold, italics) === null) {
69166 …throw new Error('Font \'' + familyName + '\' in style \'' + type + '\' is not defined in the font …
69169 this.fontCache[familyName] = this.fontCache[familyName] || {};
69171 if (!this.fontCache[familyName][type]) {
69172 var def = this.fonts[familyName][type];
69176 this.fontCache[familyName][type] = this.pdfKitDoc.font.apply(this.pdfKitDoc, def)._font;
[all …]
/plugin/stlviewer/stlviewer/
Dthree.min.js2 …rror('THREE.Font: character "'+t+'" does not exists in font family '+i.familyName+".")}function bl…