| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
| D | PlayerName.php | 25 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/ |
| D | PlayerName.php | 25 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/ |
| D | Name.php | 25 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/ |
| D | UserName.php | 25 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/ |
| D | GoogleCloudChannelV1AdminUser.php | 29 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/ |
| D | Userinfo.php | 34 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/ |
| D | Name.php | 33 public $familyName; variable in Google\\Service\\PeopleService\\Name 112 public function setFamilyName($familyName) argument 114 $this->familyName = $familyName; 121 return $this->familyName;
|
| /plugin/typography/ |
| D | action.php | 103 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/ |
| D | SubscriptionPurchase.php | 63 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/ |
| D | Google_PlusService.php | 576 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 …]
|
| D | Google_PlusDomainsService.php | 750 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;
|
| D | Google_DirectoryService.php | 2011 public $familyName; variable in Google_UserName 2014 public function setFamilyName($familyName) { argument 2015 $this->familyName = $familyName; 2018 return $this->familyName;
|
| D | Google_OrkutService.php | 2356 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/ |
| D | TTFontFileAnalysis.php | 183 $this->familyName = $names[1]; 185 $this->familyName = $psName; 452 …return [$this->familyName, $bold, $italic, $ftype, $TTCfontID, $rtl, $indic, $cjk, $sip, $smp, $pu…
|
| D | OtlDump.php | 103 var $familyName; variable in Mpdf\\OtlDump 552 $this->familyName = $names[1]; 554 $this->familyName = $psName;
|
| D | TTFontFile.php | 146 var $familyName; variable in Mpdf\\TTFontFile 765 $this->familyName = $names[1]; 767 $this->familyName = $psName;
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 13246 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];
|
| D | pdfmake.min.js.map | 1 …familyName","fontFamily","fontWrapper","pdfFonts","pdfkitDoc","path","fontName","MAX_CHAR_TYPES","…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 69154 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/ |
| D | three.min.js | 2 …rror('THREE.Font: character "'+t+'" does not exists in font family '+i.familyName+".")}function bl…
|