Home
last modified time | relevance | path

Searched refs:objectId (Results 51 – 72 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DCreateSheetsChartRequest.php35 public $objectId; variable in Google\\Service\\Slides\\CreateSheetsChartRequest
86 public function setObjectId($objectId) argument
88 $this->objectId = $objectId;
95 return $this->objectId;
H A DUpdateTableBorderPropertiesRequest.php33 public $objectId; variable in Google\\Service\\Slides\\UpdateTableBorderPropertiesRequest
70 public function setObjectId($objectId) argument
72 $this->objectId = $objectId;
79 return $this->objectId;
H A DUpdateParagraphStyleRequest.php31 public $objectId; variable in Google\\Service\\Slides\\UpdateParagraphStyleRequest
68 public function setObjectId($objectId) argument
70 $this->objectId = $objectId;
77 return $this->objectId;
H A DUpdateTextStyleRequest.php31 public $objectId; variable in Google\\Service\\Slides\\UpdateTextStyleRequest
68 public function setObjectId($objectId) argument
70 $this->objectId = $objectId;
77 return $this->objectId;
H A DPage.php32 public $objectId; variable in Google\\Service\\Slides\\Page
93 public function setObjectId($objectId) argument
95 $this->objectId = $objectId;
102 return $this->objectId;
H A DPageElement.php35 public $objectId; variable in Google\\Service\\Slides\\PageElement
114 public function setObjectId($objectId) argument
116 $this->objectId = $objectId;
123 return $this->objectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DPositionedObject.php26 public $objectId; variable in Google\\Service\\Docs\\PositionedObject
43 public function setObjectId($objectId) argument
45 $this->objectId = $objectId;
52 return $this->objectId;
H A DInlineObject.php28 public $objectId; variable in Google\\Service\\Docs\\InlineObject
57 public function setObjectId($objectId) argument
59 $this->objectId = $objectId;
66 return $this->objectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DX509Extension.php50 public function setObjectId(ObjectId $objectId) argument
52 $this->objectId = $objectId;
59 return $this->objectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DChangeLog.php53 public $objectId; variable in Google\\Service\\Dfareporting\\ChangeLog
180 public function setObjectId($objectId) argument
182 $this->objectId = $objectId;
189 return $this->objectId;
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js68 function getStyleObject(objectId) { argument
69 if(document.getElementById && document.getElementById(objectId)) {
70 return document.getElementById(objectId).style;
71 } else if (document.all && document.all(objectId)) {
72 return document.all(objectId).style;
73 } else if (document.layers && document.layers[objectId]) {
74 return getObjNN4(document,objectId);
80 function changeObjectVisibility(objectId, newVisibility) { argument
81 var styleObject = getStyleObject(objectId, document);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCompositeMedia.php164 public function setObjectId(ObjectId $objectId) argument
166 $this->objectId = $objectId;
173 return $this->objectId;
H A DMedia.php449 public function setObjectId(ObjectId $objectId) argument
451 $this->objectId = $objectId;
458 return $this->objectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataCompositeMedia.php164 public function setObjectId(GdataObjectId $objectId) argument
166 $this->objectId = $objectId;
173 return $this->objectId;
H A DGdataMedia.php449 public function setObjectId(GdataObjectId $objectId) argument
451 $this->objectId = $objectId;
458 return $this->objectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DDynamicTargetingKeys.php37 * @param string $objectId ID of the object of this dynamic targeting key. This
46 public function delete($profileId, $objectId, $name, $objectType, $optParams = []) argument
48 …$params = ['profileId' => $profileId, 'objectId' => $objectId, 'name' => $name, 'objectType' => $o…
/plugin/404manager/
H A Daction.php52 private $objectId; variable in action_plugin_404manager
74 $this->objectId = spl_object_hash($this);
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php2108 … 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/dynamicTargetingKeys/{objectId}',
2116 'objectId' => [
2160 'objectId' => [
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7506 for (var objectId in mapping)
7508 var cellId = lookup[objectId];
7514 cellMapping[cellId] = mapping[objectId].getId() || '';

123