Home
last modified time | relevance | path

Searched refs:childId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DEventChild.php25 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 Dscript.js17 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 DmxWebColaAdaptor.js451 for (var childId in parentChildren)
453 if (activeVertices[childId])
455 groupNodes.push(cellIds[childId]);
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php206 * @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 Ddhtmlxgantt.d.ts1979 isChildOf(childId: string|number, parentId: string|number): boolean;
H A Ddhtmlxgantt.js.map1childId","batchUpdate","checkParent","targetType","getTaskTypeToUpdate","updateTaskType","setTaskT…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js10791 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);