Searched refs:childId (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | EventChild.php | 25 public $childId; variable in Google\\Service\\Games\\EventChild 34 public function setChildId($childId) argument 36 $this->childId = $childId; 43 return $this->childId;
|
/plugin/survey/ |
H A D | script.js | 17 Dokuwiki_Survey.prototype.goToSurvey = function (childId) { argument 21 if (childId == -1) { 29 this.currentSurvey = this.currentSurvey._children[childId]._children[0];
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 451 for (var childId in parentChildren) 453 if (activeVertices[childId]) 455 groupNodes.push(cellIds[childId]);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 206 * @param string $childId The ID of the child. 209 public function delete($folderId, $childId, $optParams = array()) { argument 210 $params = array('folderId' => $folderId, 'childId' => $childId); 219 * @param string $childId The ID of the child. 223 public function get($folderId, $childId, $optParams = array()) { argument 224 $params = array('folderId' => $folderId, 'childId' => $childId);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1979 isChildOf(childId: string|number, parentId: string|number): boolean;
|
H A D | dhtmlxgantt.js.map | 1 …childId","batchUpdate","checkParent","targetType","getTaskTypeToUpdate","updateTaskType","setTaskT…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 10791 isChildOf: function(childId, parentId){ argument 10792 if (!this.exists(childId)) 10800 var item = this.getItem(childId); 10801 var pid = this.getParent(childId); 11218 isChildOf: function(childId, parentId){ 11219 return this.$data.tasksStore.isChildOf(childId, parentId); 15027 function updateParents(childId) { argument 15029 checkParent(childId);
|