Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateImagePropertiesRequest.php31 public $objectId; variable in Google\\Service\\Slides\\UpdateImagePropertiesRequest
64 public function setObjectId($objectId) argument
66 $this->objectId = $objectId;
73 return $this->objectId;
H A DUpdateLineCategoryRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdateLineCategoryRequest
48 public function setObjectId($objectId) argument
50 $this->objectId = $objectId;
57 return $this->objectId;
H A DUpdateLinePropertiesRequest.php31 public $objectId; variable in Google\\Service\\Slides\\UpdateLinePropertiesRequest
64 public function setObjectId($objectId) argument
66 $this->objectId = $objectId;
73 return $this->objectId;
H A DUpdatePageElementAltTextRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdatePageElementAltTextRequest
52 public function setObjectId($objectId) argument
54 $this->objectId = $objectId;
61 return $this->objectId;
H A DUpdatePageElementTransformRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdatePageElementTransformRequest
50 public function setObjectId($objectId) argument
52 $this->objectId = $objectId;
59 return $this->objectId;
H A DUpdatePagePropertiesRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdatePagePropertiesRequest
50 public function setObjectId($objectId) argument
52 $this->objectId = $objectId;
59 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 DUpdateShapePropertiesRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdateShapePropertiesRequest
50 public function setObjectId($objectId) argument
52 $this->objectId = $objectId;
59 return $this->objectId;
H A DUpdateSlidePropertiesRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdateSlidePropertiesRequest
50 public function setObjectId($objectId) argument
52 $this->objectId = $objectId;
59 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 DUpdateTableCellPropertiesRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdateTableCellPropertiesRequest
52 public function setObjectId($objectId) argument
54 $this->objectId = $objectId;
61 return $this->objectId;
H A DUpdateTableColumnPropertiesRequest.php34 public $objectId; variable in Google\\Service\\Slides\\UpdateTableColumnPropertiesRequest
69 public function setObjectId($objectId) argument
71 $this->objectId = $objectId;
78 return $this->objectId;
H A DUpdateTableRowPropertiesRequest.php30 public $objectId; variable in Google\\Service\\Slides\\UpdateTableRowPropertiesRequest
55 public function setObjectId($objectId) argument
57 $this->objectId = $objectId;
64 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 DUpdateVideoPropertiesRequest.php29 public $objectId; variable in Google\\Service\\Slides\\UpdateVideoPropertiesRequest
50 public function setObjectId($objectId) argument
52 $this->objectId = $objectId;
59 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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/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() || '';
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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);

123