/plugin/combo/ComboStrap/ |
H A D | Toggle.php | 27 $targetId = $attributes->getValueAndRemoveIfPresent($collapse); 29 $targetId = $attributes->getValueAndRemoveIfPresent("collapse"); 31 if ($targetId != null) { 39 if (substr($targetId, 0, 1) != "#") { 40 $targetId = "#" . $targetId; 43 $attributes->addComponentAttributeValue("data-{$bootstrapNamespace}target", $targetId);
|
H A D | DatabasePageRow.php | 593 function updatePathAndDokuwikiId($targetId) argument 596 …sg("The `database` page ($this) does not exist and cannot be moved to ($targetId)", LogUtility::LV… 599 $path = $targetId; 602 DokuwikiId::DOKUWIKI_ID_ATTRIBUTE => $targetId,
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | ExistenceFilter.php | 29 public $targetId; variable in Google\\Service\\Firestore\\ExistenceFilter 48 public function setTargetId($targetId) argument 50 $this->targetId = $targetId; 57 return $this->targetId;
|
H A D | Target.php | 41 public $targetId; variable in Google\\Service\\Firestore\\Target 116 public function setTargetId($targetId) argument 118 $this->targetId = $targetId; 125 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
H A D | Stage.php | 30 public $targetId; variable in Google\\Service\\CloudDeploy\\Stage 49 public function setTargetId($targetId) argument 51 $this->targetId = $targetId; 58 return $this->targetId;
|
H A D | RolloutNotificationEvent.php | 41 public $targetId; variable in Google\\Service\\CloudDeploy\\RolloutNotificationEvent 106 public function setTargetId($targetId) argument 108 $this->targetId = $targetId; 115 return $this->targetId;
|
H A D | Target.php | 60 public $targetId; variable in Google\\Service\\CloudDeploy\\Target 213 public function setTargetId($targetId) argument 215 $this->targetId = $targetId; 222 return $this->targetId;
|
H A D | Rollout.php | 85 public $targetId; variable in Google\\Service\\CloudDeploy\\Rollout 304 public function setTargetId($targetId) argument 306 $this->targetId = $targetId; 313 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | DriveFileShortcutDetails.php | 25 public $targetId; variable in Google\\Service\\Drive\\DriveFileShortcutDetails 38 public function setTargetId($targetId) argument 40 $this->targetId = $targetId; 47 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | BuildBazelRemoteExecutionV2RequestMetadata.php | 26 public $targetId; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2RequestMetadata 63 public function setTargetId($targetId) argument 65 $this->targetId = $targetId; 69 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | Operation.php | 65 public $targetId; variable in Google\\Service\\SQLAdmin\\Operation 250 public function setTargetId($targetId) argument 252 $this->targetId = $targetId; 259 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | Operation.php | 100 public $targetId; variable in Google\\Service\\Compute\\Operation 385 public function setTargetId($targetId) argument 387 $this->targetId = $targetId; 394 return $this->targetId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/ |
H A D | Operation.php | 100 public $targetId; variable in Google\\Service\\DeploymentManager\\Operation 385 public function setTargetId($targetId) argument 387 $this->targetId = $targetId; 394 return $this->targetId;
|
/plugin/combo/action/ |
H A D | linkmove.php | 133 $targetId = $event->data["dst_id"]; 143 $databasePage->updatePathAndDokuwikiId($targetId); 148 $targetPage = Page::createPageFromId($targetId);
|
H A D | router.php | 1060 private function performNotFoundRedirect(string $targetId, string $origin): bool argument 1062 return $this->executeHttpRedirect($targetId, $origin, self::REDIRECT_NOTFOUND_METHOD);
|
/plugin/combo/syntax/ |
H A D | pageexplorernamespace.php | 183 $targetId = $tagAttributes->getValueAndRemoveIfPresent(self::TARGET_ID_ATT); 184 $tagAttributes->addOutputAttributeValue("data-bs-target", "#$targetId");
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 499 mxWebColaAdaptor.prototype.createLink = function(sourceId, targetId, cellIds) argument 511 link.target = cellIds[targetId]; 534 var targetId = cell.target.id; 536 var target = cells[targetId]; 538 if (sourceId == targetId)
|
/plugin/404manager/ |
H A D | action.php | 14 var $targetId = ''; variable in action_plugin_404manager
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CloudDeploy.php | 501 'targetId' => [
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_ComputeService.php | 3296 public $targetId; variable in Google_Operation 3405 public function setTargetId( $targetId) { argument 3406 $this->targetId = $targetId; 3409 return $this->targetId;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …targetId:null,child:!1,nextSibling:!1,prevSibling:!1};return t&&n.mixin(e,t,!0),e},nextSiblingTarg… property in t.exports.createDropTargetObject.e
|
H A D | dhtmlxgantt.js.map | 1 …targetId","nextSibling","prevSibling","nextSiblingTarget","dndTaskId","targetTaskId","store","getP…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 19858 targetId: task.id, 19969 targetId: null, property in module.exports.res 19982 result.targetId = targetTaskId; 19993 result.targetId = targetTaskId; 20004 result.targetId = targetTaskId; 20005 result.targetParent = result.targetId; 20013 result.targetId = children[children.length - 1]; 20098 if(target.targetId !== store.$getRootId()){ 20099 var itemTop = grid.getItemTop(target.targetId); 20101 …level = store.exists(target.targetId) ? store.calculateItemLevel(store.getItem(target.targetId)) :… [all …]
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 56006 var targetId = target.id || target; 56008 var snapPoints = this._targets[targetId]; 56011 snapPoints = this._targets[targetId] = new SnapPoints();
|
/plugin/mermaid/ |
H A D | mermaid.min.js | 1536 …targetId=W.data("target");var G=al(l.idealEdgeLength)?l.idealEdgeLength(W):l.idealEdgeLength,ae=al…
|