Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTestOrderAddress.php30 public $fullAddress; variable in Google\\Service\\ShoppingContent\\TestOrderAddress
73 public function setFullAddress($fullAddress) argument
75 $this->fullAddress = $fullAddress;
82 return $this->fullAddress;
H A DOrderAddress.php30 public $fullAddress; variable in Google\\Service\\ShoppingContent\\OrderAddress
73 public function setFullAddress($fullAddress) argument
75 $this->fullAddress = $fullAddress;
82 return $this->fullAddress;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js541 this.workbook.definedNames.addEx(this.fullAddress, name);
546 this.workbook.definedNames.removeEx(this.fullAddress, name);
551 this.workbook.definedNames.removeAllNames(this.fullAddress);
745 return this.workbook.definedNames.getNamesEx(this.fullAddress);
751 definedNames.removeAllNames(this.fullAddress);
753 definedNames.addEx(_this.fullAddress, name);