/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/ |
H A D | CreateProjectRequest.php | 25 public $parentId; variable in Google\\Service\\Script\\CreateProjectRequest 34 public function setParentId($parentId) argument 36 $this->parentId = $parentId; 43 return $this->parentId;
|
H A D | Project.php | 33 public $parentId; variable in Google\\Service\\Script\\Project 92 public function setParentId($parentId) argument 94 $this->parentId = $parentId; 101 return $this->parentId;
|
/plugin/noticeboard/noticeboard/classes/ |
H A D | rss.php | 28 private $parentId; variable in helper_plugin_noticeboard_Rss 32 public function helper_plugin_noticeboard_Rss($category,$parentId){ argument 34 $this->parentId = $parentId; 36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId); 61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>"; 64 $out .= "<link>".$link .wl($this->parentId, array('do' => 'show'))."</link>";
|
H A D | ICal.php | 28 private $parentId; variable in helper_plugin_noticeboard_ICal 33 $this->parentId = $id; 34 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
|
H A D | Notice.php | 32 private $parentId; variable in helper_plugin_noticeboard_Notice 51 $this->parentId = $id; 55 return $this->parentId;
|
H A D | EditForm.php | 30 private $parentId; variable in helper_plugin_noticeboard_EditForm 95 $this->parentId = $notice->getParentId(); 125 $data .= "<input type='hidden' name='noticeboard_parrentId' value='".$this->parentId."' />";
|
H A D | NoticeList.php | 377 $parentId = $array[$id]; 379 if(!$parentId){ 382 $file = metaFN($parentId, '.noticeboard');
|
/plugin/noticeboard/classes/ |
H A D | rss.php | 28 private $parentId; variable in helper_plugin_noticeboard_Rss 32 public function helper_plugin_noticeboard_Rss($category,$parentId){ argument 34 $this->parentId = $parentId; 36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId); 61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>"; 64 $out .= "<link>".$link .wl($this->parentId, array('do' => 'show'))."</link>";
|
H A D | ICal.php | 28 private $parentId; variable in helper_plugin_noticeboard_ICal 33 $this->parentId = $id; 34 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
|
H A D | Notice.php | 32 private $parentId; variable in helper_plugin_noticeboard_Notice 51 $this->parentId = $id; 55 return $this->parentId;
|
H A D | EditForm.php | 30 private $parentId; variable in helper_plugin_noticeboard_EditForm 95 $this->parentId = $notice->getParentId(); 125 $data .= "<input type='hidden' name='noticeboard_parrentId' value='".$this->parentId."' />";
|
H A D | NoticeList.php | 377 $parentId = $array[$id]; 379 if(!$parentId){ 382 $file = metaFN($parentId, '.noticeboard');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | CommentSnippet.php | 55 public $parentId; variable in Google\\Service\\YouTube\\CommentSnippet 196 public function setParentId($parentId) argument 198 $this->parentId = $parentId; 205 return $this->parentId;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 107 function confCommentToDrawio(atlasComment, parentId, siteUrl) argument 115 comment.parentId = parentId; 210 var parentId = cnt.substring(REPLY_MARKER.length, end); 212 oldVerReplies.push({parentId: parentId, reply: comments[i]}); 223 var pComment = commentsMap[oldVerReplies[i].parentId];
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | AbstractNode.php | 80 $parentId = $parent->getId(); 82 if ($parentId == 'index') { 85 $this->id = $parentId . '/' . $this->name;
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 447 for (var parentId in groupParents) 449 var parentChildren = directParentChildren[parentId]; 458 …preliminaryGroups.push({id: groupId, parentId: parentId, nodes: parentChildren, leaves: groupNodes… 459 groupToParent[groupId] = parentId; 466 var parentId = parentGroup.parentId; 471 var groupParentId = cells[preliminaryGroups[j].parentId].getParent().id; 472 if (parentId == groupParentId)
|
/plugin/nspages/printers/ |
H A D | printerTree.php | 140 private function _fillTree($tree, $keys, $item, $parentId, $myNs) { 162 $currentId = $parentId . $key . ':'; 163 $nsKey = $parentId . $key; 138 _fillTree($tree, $keys, $item, $parentId) global() argument
|
/plugin/yuriigantt/src/Driver/ |
H A D | Embedded.php | 279 $deleteChildren = function ($parentId) use (&$tasks, &$deleteChildren, $deleteLinks) { 281 if ($task->parent == $parentId) {
|
/plugin/redproject/ |
H A D | syntax.php | 121 $parentId = $client->api('project')->getIdByName($nameParent); 122 $parent = $client->api('project')->show($parentId);
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | mxOrgChartLayout.js | 158 var parentId = null; 164 parentId = incomingEdge.source.id; 169 item.ParentId = parentId;
|
H A D | OrgChart.Layout.min.js | 1 …parentId,isAssistant){OrgChart.Layout.Box.$ctor1.call(this,dataId,id,parentId,!1,!1,isAssistant)},… argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionClient.js | 336 NotionClient.prototype.checkExists = function(parentId, filename, nameField, askReplace, fn) argument 338 this.executeRequest('/v1/databases/' + encodeURIComponent(parentId) + '/query', JSON.stringify({
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 658 * @param string $parentId The ID of the parent. 661 public function delete($fileId, $parentId, $optParams = array()) { argument 662 $params = array('fileId' => $fileId, 'parentId' => $parentId); 671 * @param string $parentId The ID of the parent. 675 public function get($fileId, $parentId, $optParams = array()) { argument 676 $params = array('fileId' => $fileId, 'parentId' => $parentId);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1979 isChildOf(childId: string|number, parentId: string|number): boolean;
|
/plugin/imapmarkers/ |
H A D | jquery.imagemapster.js | 2773 parentId, variable 2788 parentId = img.parent().attr('id'); 2793 parentId && 2794 parentId.length >= 12 && 2795 parentId.substring(0, 12) === 'mapster_wrap'
|