Home
last modified time | relevance | path

Searched refs:product (Results 26 – 50 of 181) sorted by last modified time

12345678

/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md14 and product names are trademarks, registered trademarks or service
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js15 return a!=b&&a!="["+b+"]"},secure:"https:"==location.protocol};b.gecko="Gecko"==navigator.product&&…
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudchannel.php418 'createEntitlementPurchase.product' => [
H A DBooks.php1171 'product' => [
1208 'product' => [
1237 'product' => [
H A DCloudRetail.php194 'path' => 'v2/{+product}:addFulfillmentPlaces',
197 'product' => [
204 'path' => 'v2/{+product}:addLocalInventories',
207 'product' => [
302 'path' => 'v2/{+product}:removeFulfillmentPlaces',
305 'product' => [
312 'path' => 'v2/{+product}:removeLocalInventories',
315 'product' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1ProductSearchResultsResult.php50 public function setProduct(GoogleCloudVisionV1p2beta1Product $product) argument
52 $this->product = $product;
59 return $this->product;
H A DGoogleCloudVisionV1p3beta1ProductSearchResultsResult.php50 public function setProduct(GoogleCloudVisionV1p3beta1Product $product) argument
52 $this->product = $product;
59 return $this->product;
H A DResult.php50 public function setProduct(Product $product) argument
52 $this->product = $product;
59 return $this->product;
H A DGoogleCloudVisionV1p1beta1ProductSearchResultsResult.php50 public function setProduct(GoogleCloudVisionV1p1beta1Product $product) argument
52 $this->product = $product;
59 return $this->product;
H A DRemoveProductFromProductSetRequest.php25 public $product; variable in Google\\Service\\Vision\\RemoveProductFromProductSetRequest
30 public function setProduct($product) argument
32 $this->product = $product;
39 return $this->product;
H A DAddProductToProductSetRequest.php25 public $product; variable in Google\\Service\\Vision\\AddProductToProductSetRequest
30 public function setProduct($product) argument
32 $this->product = $product;
39 return $this->product;
H A DGoogleCloudVisionV1p4beta1ProductSearchResultsResult.php50 public function setProduct(GoogleCloudVisionV1p4beta1Product $product) argument
52 $this->product = $product;
59 return $this->product;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2ProductDetail.php32 public function setProduct(GoogleCloudRetailV2Product $product) argument
34 $this->product = $product;
41 return $this->product;
H A DGoogleCloudRetailV2SearchResponseSearchResult.php86 public function setProduct(GoogleCloudRetailV2Product $product) argument
88 $this->product = $product;
95 return $this->product;
H A DGoogleCloudRetailLoggingImportErrorContext.php41 public $product; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailLoggingImportErrorContext
106 public function setProduct($product) argument
108 $this->product = $product;
115 return $this->product;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING140 names, trademarks, service marks, or product names of the Licensor,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProductsListResponse.php47 public function setProduct($product) argument
49 $this->product = $product;
56 return $this->product;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1Sku.php62 public function setProduct(GoogleCloudChannelV1Product $product) argument
64 $this->product = $product;
71 return $this->product;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItem.php151 public function setProduct(OrderLineItemProduct $product) argument
153 $this->product = $product;
160 return $this->product;
H A DTestOrderLineItem.php36 public function setProduct(TestOrderLineItemProduct $product) argument
38 $this->product = $product;
45 return $this->product;
H A DProductsCustomBatchRequestEntry.php108 public function setProduct(Product $product) argument
110 $this->product = $product;
117 return $this->product;
H A DMerchantOrderReturnItem.php117 public function setProduct(OrderLineItemProduct $product) argument
119 $this->product = $product;
126 return $this->product;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
H A DProjectsLocationsCatalogsBranchesProducts.php51 * @param string $product Required. Full resource name of Product, such as `proj
60 …public function addFulfillmentPlaces($product, GoogleCloudRetailV2AddFulfillmentPlacesRequest $pos… argument
62 $params = ['product' => $product, 'postBody' => $postBody];
79 * @param string $product Required. Full resource name of Product, such as `proj
88 …public function addLocalInventories($product, GoogleCloudRetailV2AddLocalInventoriesRequest $postB… argument
90 $params = ['product' => $product, 'postBody' => $postBody];
261 * @param string $product Required. Full resource name of Product, such as `proj
272 $params = ['product' => $product, 'postBody' => $postBody];
287 * @param string $product Required. Full resource name of Product, such as `proj
296 …public function removeLocalInventories($product, GoogleCloudRetailV2RemoveLocalInventoriesRequest … argument
[all …]

12345678