Home
last modified time | relevance | path

Searched refs:linkId (Results 1 – 16 of 16) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php174 * @param string $linkId The ID of the link to look up.
178 public function get($role, $roleId, $linkId, $optParams = array()) { argument
179 $params = array('role' => $role, 'roleId' => $roleId, 'linkId' => $linkId);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php303 'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
311 'linkId' => [
354 'linkId' => [
1080 'linkId' => [
1105 'linkId' => [
1178 'linkId' => [
1203 'linkId' => [
1238 'linkId' => [
1311 'linkId' => [
2046 'linkId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementAccountUserLinks.php37 * @param string $linkId Link ID to delete the user link for.
40 public function delete($accountId, $linkId, $optParams = []) argument
42 $params = ['accountId' => $accountId, 'linkId' => $linkId];
85 * @param string $linkId Link ID to update the account-user link for.
90 public function update($accountId, $linkId, EntityUserLink $postBody, $optParams = []) argument
92 $params = ['accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody];
H A DManagementProfileFilterLinks.php40 * @param string $linkId ID of the profile filter link to delete.
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
45 … => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId];
56 * @param string $linkId ID of the profile filter link.
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
62 … => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId];
116 * @param string $linkId ID of the profile filter link to be updated.
121 …public function patch($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody… argument
123 …ebPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $po…
134 * @param string $linkId ID of the profile filter link to be updated.
[all …]
H A DManagementProfileUserLinks.php39 * @param string $linkId Link ID to delete the user link for.
42 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
44 … => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId];
98 * @param string $linkId Link ID to update the user link for.
103 …public function update($accountId, $webPropertyId, $profileId, $linkId, EntityUserLink $postBody, … argument
105 …ebPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $po…
H A DManagementWebpropertyUserLinks.php38 * @param string $linkId Link ID to delete the user link for.
41 public function delete($accountId, $webPropertyId, $linkId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId];
92 * @param string $linkId Link ID to update the account-user link for.
97 …public function update($accountId, $webPropertyId, $linkId, EntityUserLink $postBody, $optParams =… argument
99 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'pos…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1139 id: 'linkId',
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1140 id: 'linkId',
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2 …x=function(a){return"number"==typeof a.target?a.target:a.target.index},a.linkId=function(b){return…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1linkId = 'L-' + edge.start + '-' + edge.end;\n var linkNameStart = 'LS-' + edge.start;\n var…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1linkId","linkNameStart","linkNameEnd","flow","subG","Render","flowChartShapes","clusterRects","clu…
/plugin/outliner/
H A Dsyntax.php117 $linkId = str_replace($charToReplace, "", $title);
118 $linkId = explode('|', $linkId);
119 $renderer->doc .= '"><dt>'.html_wikilink($linkId[0],$linkId[1])."</dt><dd>\n";
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1linkId","_clear_data","unselectTask","facadeFactory","parseDate","originalTask","checkLinkedTaskVi…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1linkId","monitor_1","monitor","updTask","oldId","newId","changeTaskCommandId","updLink","oldTaskId…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11241 refreshLink: function (linkId) {
11242 …this.$data.linksStore.refresh(linkId, !!this.getState().drag_id);// do quick refresh during drag a…
18145 task.$target.forEach(function (linkId) { argument
18146 var link = gantt.getLink(linkId);
18194 linksDiff.remove.forEach(function (linkId) { argument
18195 gantt.deleteLink(linkId);
22558 linkId = gantt.locate(src, gantt.config.link_attribute);
22560 …var res = !gantt.checkEvent("onContextMenu") || gantt.callEvent("onContextMenu", [taskId, linkId, …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js563 Monitor.prototype._storeLink = function (linkId, overwrite) { argument
565 this.setInitialLink(linkId, overwrite);