Home
last modified time | relevance | path

Searched full:company (Results 1 – 25 of 151) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/Resource/
DProjectsTenantsCompanies.php20 use Google\Service\CloudTalentSolution\Company; alias
35 * Creates a new company entity. (companies.create)
38 * company is created. The format is
41 * @param Company $postBody
43 * @return Company
45 public function create($parent, Company $postBody, $optParams = [])
49 return $this->call('create', [$params], Company::class);
52 * Deletes specified company. Prerequisite: The company has no jobs associated
55 * @param string $name Required. The resource name of the company to be deleted.
69 * Retrieves specified company. (companies.get)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
DCreateCustomerRequest.php22 protected $customerType = Company::class;
26 * @param Company
28 public function setCustomer(Company $customer)
33 * @return Company
DCustomerListCustomersResponse.php23 protected $customersType = Company::class;
31 * @param Company[]
38 * @return Company[]
DListVendorCustomersResponse.php23 protected $customersType = Company::class;
35 * @param Company[]
42 * @return Company[]
DListCustomersResponse.php23 protected $customersType = Company::class;
35 * @param Company[]
42 * @return Company[]
DListVendorsResponse.php31 protected $vendorsType = Company::class;
63 * @param Company[]
70 * @return Company[]
DCompany.php20 class Company extends \Google\Collection class
171 class_alias(Company::class, 'Google_Service_AndroidProvisioningPartner_Company');
/plugin/pdftools/conf/
Ddefault.php2 # For the @COMPANY@ replacement in templates
3 $conf['company'] = 'Your Company - See configuration';
Dmetadata.php2 # For the @COMPANY@ replacement in templates
3 $meta['company'] = array('string');
/plugin/pdftools/lang/en/
Dsettings.php3 $lang['company'] = 'Name of you company - for use in tempates with @COMPANY@-Tag';
/plugin/json/demo/1000files/
Dfile1.txt15 "company": "AVENETRO",
72 "company": "ZILLATIDE",
129 "company": "TELEPARK",
186 "company": "NORSUL",
243 "company": "COLAIRE",
300 "company": "MAGMINA",
357 "company": "LYRIA",
414 "company": "ETERNIS",
471 "company": "ENOMEN",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DListCompaniesResponse.php23 protected $companiesType = Company::class;
33 * @param Company[]
40 * @return Company[]
DJob.php32 public $company; variable in Google\\Service\\CloudTalentSolution\\Job
165 public function setCompany($company) argument
167 $this->company = $company;
174 return $this->company;
/plugin/pdftools/tpl/kompakt/
Ddescription.html7 <li>Name of the company (configurable) - <code>@COMPANY@</code></li>
/plugin/pdftools/tpl/info/
Ddescription.html7 <li>Name of the company (configurable) - <code>@COMPANY@</code></li>
/plugin/pdftools/tpl/standard/
Ddescription.html7 <li>Name of the company (configurable) - <code>@COMPANY@</code></li>
/plugin/pdftools/tpl/checkliste/
Ddescription.html7 <li>Name of the company (configurable) - <code>@COMPANY@</code></li>
/plugin/pdftools/tpl/checkliste2/
Ddescription.html7 <li>Name of the company (configurable) - <code>@COMPANY@</code></li>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
DPartnersCustomers.php20 use Google\Service\AndroidProvisioningPartner\Company; alias
45 * @return Company
51 return $this->call('create', [$params], Company::class);
/plugin/pdftools/lang/de/
Dsettings.php3 $lang['company'] = 'Angabe des Firmennamens, welches mittels @COMPANY@-Tag in den Vorlagen verw…
/plugin/routeplaner/syntax/
Droutenplaner.php111 list($company,$street,$zip, $town, $country) = explode(',',$match,5);
114 if (trim($company, " \t\n") != '') {
115 $company = trim($company, " \t\n");
117 $company = 'Firma';
140 return array($company,$street,$zip,$town,$country);
176 $company = $data[0];
200 …$ret .= '<td width="47%"><input type="text" name="toname_" value="'.$company.'" disabled="disabled…
249 @$company = $data[0];
/plugin/photogallery/phpThumb/licenses/
Dlicense.ptcl.txt9 The license is non-exclusively granted to a single person or company,
11 company. The license is non-transferrable.
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.commercial.txt9 The license is non-exclusively granted to a single person or company,
11 company. The license is non-transferrable.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsApps.php50 * company). (apps.listOrganizationsApps)
58 * values are `company` or `developer`. Defaults to `developer`.
/plugin/pdftools/
DREADME.md95 @COMPANY@ - Name of the company which can be configured

1234567