Home
last modified time | relevance | path

Searched refs:linkState (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWAnchor.C199 LinkState& linkState, DomElement& element) in renderHRef() argument
203 if (linkState.link.isNull() || widget->isDisabled()) in renderHRef()
206 std::string url = linkState.link.resolveUrl(app); in renderHRef()
212 if (linkState.link.target() == LinkTarget::Self) { in renderHRef()
213 linkState.clickJS in renderHRef()
214 = linkState.link.manageInternalPathChange(app, widget, in renderHRef()
215 linkState.clickJS); in renderHRef()
217 delete linkState.clickJS; in renderHRef()
218 linkState.clickJS = nullptr; in renderHRef()
232 void WAnchor::renderHTarget(LinkState& linkState, DomElement& element, bool all) in renderHTarget() argument
[all …]
H A DWAbstractArea.C170 anchor_->linkState.link = link; in setLink()
172 if (anchor_->linkState.link.type() == LinkType::Resource) in setLink()
173 anchor_->linkState.link.resource()->dataChanged().connect in setLink()
184 return anchor_->linkState.link; in link()
276 = WAnchor::renderHRef(widget_, anchor_->linkState, element); in updateDom()
277 WAnchor::renderHTarget(anchor_->linkState, element, all); in updateDom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewLinkCell.cs150 if (linkState == LinkState.Hover) in MouseMoveUnsharesRow()
158 return (linkState == LinkState.Hover); in MouseUpUnsharesRow()
164 linkState = LinkState.Normal; in OnKeyUp()
173 linkState = LinkState.Active; in OnMouseDown()
181 linkState = LinkState.Normal; in OnMouseLeave()
190 if (linkState != LinkState.Hover) { in OnMouseMove()
191 linkState = LinkState.Hover; in OnMouseMove()
202 linkState = LinkState.Hover; in OnMouseUp()
222 if (linkState == LinkState.Hover) in PaintPartContent()
229 if (linkState == LinkState.Active) in PaintPartContent()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/
H A DGoogleCloudChannelV1ChannelPartnerLink.php24 public $linkState; variable in Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink
60 public function setLinkState($linkState) argument
62 $this->linkState = $linkState;
66 return $this->linkState;
/dports/devel/bullet/bullet3-3.21/examples/RoboticsLearning/
H A DKukaGraspExample.cpp146 b3LinkState linkState; in stepSimulation() local
149 m_robotSim.getLinkState(0, 6, computeVelocity, computeForwardKinematics, &linkState); in stepSimulation()
151 …m_worldPos.setValue(linkState.m_worldLinkFramePosition[0], linkState.m_worldLinkFramePosition[1], in stepSimulation()
152 …setValue(linkState.m_worldLinkFrameOrientation[0], linkState.m_worldLinkFrameOrientation[1], linkS… in stepSimulation()
H A DGripperGraspExample.cpp614 b3LinkState linkState; in stepSimulation() local
617 m_robotSim.getLinkState(0, 6, computeVelocity, computeForwardKinematics, &linkState); in stepSimulation()
619 …m_worldPos.setValue(linkState.m_worldLinkFramePosition[0], linkState.m_worldLinkFramePosition[1], in stepSimulation()
620 …setValue(linkState.m_worldLinkFrameOrientation[0], linkState.m_worldLinkFrameOrientation[1], linkS… in stepSimulation()
/dports/devel/py-bullet3/bullet3-3.21/examples/RoboticsLearning/
H A DKukaGraspExample.cpp146 b3LinkState linkState; in stepSimulation() local
149 m_robotSim.getLinkState(0, 6, computeVelocity, computeForwardKinematics, &linkState); in stepSimulation()
151 …m_worldPos.setValue(linkState.m_worldLinkFramePosition[0], linkState.m_worldLinkFramePosition[1], in stepSimulation()
152 …setValue(linkState.m_worldLinkFrameOrientation[0], linkState.m_worldLinkFrameOrientation[1], linkS… in stepSimulation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/tools/mlir-cuda-runner/
H A Dmlir-cuda-runner.cpp65 CUlinkState linkState; in compilePtxToCubin() local
75 &linkState), in compilePtxToCubin()
79 cuLinkAddData(linkState, CUjitInputType::CU_JIT_INPUT_PTX, in compilePtxToCubin()
90 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize), in compilePtxToCubin()
98 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState), "cuLinkDestroy"); in compilePtxToCubin()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-cuda-runner/
H A Dmlir-cuda-runner.cpp71 CUlinkState linkState; in compilePtxToCubin() local
81 &linkState), in compilePtxToCubin()
85 cuLinkAddData(linkState, CUjitInputType::CU_JIT_INPUT_PTX, in compilePtxToCubin()
96 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize), in compilePtxToCubin()
104 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState), "cuLinkDestroy"); in compilePtxToCubin()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-cuda-runner/
H A Dmlir-cuda-runner.cpp70 CUlinkState linkState; in compilePtxToCubin() local
80 &linkState), in compilePtxToCubin()
84 cuLinkAddData(linkState, CUjitInputType::CU_JIT_INPUT_PTX, in compilePtxToCubin()
95 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize), in compilePtxToCubin()
103 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState), "cuLinkDestroy"); in compilePtxToCubin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-cuda-runner/
H A Dmlir-cuda-runner.cpp71 CUlinkState linkState; in compilePtxToCubin() local
81 &linkState), in compilePtxToCubin()
85 cuLinkAddData(linkState, CUjitInputType::CU_JIT_INPUT_PTX, in compilePtxToCubin()
96 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize), in compilePtxToCubin()
104 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState), "cuLinkDestroy"); in compilePtxToCubin()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-cuda-runner/
H A Dmlir-cuda-runner.cpp70 CUlinkState linkState; in compilePtxToCubin() local
80 &linkState), in compilePtxToCubin()
84 cuLinkAddData(linkState, CUjitInputType::CU_JIT_INPUT_PTX, in compilePtxToCubin()
95 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize), in compilePtxToCubin()
103 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState), "cuLinkDestroy"); in compilePtxToCubin()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToCubin.cpp95 CUlinkState linkState; in serializeISA() local
105 &linkState)); in serializeISA()
109 linkState, CUjitInputType::CU_JIT_INPUT_PTX, in serializeISA()
118 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize)); in serializeISA()
125 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState)); in serializeISA()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToCubin.cpp95 CUlinkState linkState; in serializeISA() local
105 &linkState)); in serializeISA()
109 linkState, CUjitInputType::CU_JIT_INPUT_PTX, in serializeISA()
118 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize)); in serializeISA()
125 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState)); in serializeISA()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToCubin.cpp95 CUlinkState linkState; in serializeISA() local
105 &linkState)); in serializeISA()
109 linkState, CUjitInputType::CU_JIT_INPUT_PTX, in serializeISA()
118 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize)); in serializeISA()
125 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState)); in serializeISA()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToCubin.cpp95 CUlinkState linkState; in serializeISA() local
105 &linkState)); in serializeISA()
109 linkState, CUjitInputType::CU_JIT_INPUT_PTX, in serializeISA()
118 RETURN_ON_CUDA_ERROR(cuLinkComplete(linkState, &cubinData, &cubinSize)); in serializeISA()
125 RETURN_ON_CUDA_ERROR(cuLinkDestroy(linkState)); in serializeISA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/issues/
H A DIssueSurveyLink.ts87 let linkState = ''; variable
89 linkState = 'pending-link';
91 linkState = 'disabled-link';
122 <a class="link ${linkState}" @click=${this.sendSurvey}>
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/dupl/suffixtree/
H A Dsuffixtree.go36 t.root.linkState = t.auxState
67 oldr.linkState = r
70 s, start = t.canonize(s.linkState, start, end-1)
73 oldr.linkState = r
163 linkState *state member
170 linkState: nil,
/dports/devel/dupl/dupl-1.0.0-11-g28d787e/suffixtree/
H A Dsuffixtree.go36 t.root.linkState = t.auxState
67 oldr.linkState = r
70 s, start = t.canonize(s.linkState, start, end-1)
73 oldr.linkState = r
163 linkState *state member
170 linkState: nil,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/dupl/suffixtree/
H A Dsuffixtree.go36 t.root.linkState = t.auxState
67 oldr.linkState = r
70 s, start = t.canonize(s.linkState, start, end-1)
73 oldr.linkState = r
163 linkState *state member
170 linkState: nil,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/dupl/suffixtree/
H A Dsuffixtree.go36 t.root.linkState = t.auxState
67 oldr.linkState = r
70 s, start = t.canonize(s.linkState, start, end-1)
73 oldr.linkState = r
163 linkState *state member
170 linkState: nil,
/dports/net/cjdns/cjdns-cjdns-v21.1/subnode/
H A DReachabilityCollector_admin.c68 pid, "lagSlots", numList(pi->linkState.lagSlots, 2, requestAlloc), requestAlloc); in getPeerInfo()
70 pid, "dropSlots", numList(pi->linkState.dropSlots, 2, requestAlloc), requestAlloc); in getPeerInfo()
72 pid, "kbRecvSlots", numList(pi->linkState.kbRecvSlots, 4, requestAlloc), requestAlloc); in getPeerInfo()
74 pid, "samples", pi->linkState.samples, requestAlloc); in getPeerInfo()
/dports/net/zerotier/ZeroTierOne-1.8.3/windows/TapDriver6/
H A Ddevice.c220 NDIS_LINK_STATE linkState; in tapSetMediaConnectStatus() local
223 NdisZeroMemory(&linkState, sizeof(NDIS_LINK_STATE)); in tapSetMediaConnectStatus()
232 linkState.Header.Revision = NDIS_LINK_STATE_REVISION_1; in tapSetMediaConnectStatus()
233 linkState.Header.Type = NDIS_OBJECT_TYPE_DEFAULT; in tapSetMediaConnectStatus()
234 linkState.Header.Size = sizeof(NDIS_LINK_STATE); in tapSetMediaConnectStatus()
241 linkState.MediaConnectState = MediaConnectStateConnected; in tapSetMediaConnectStatus()
244 linkState.MediaDuplexState = MediaDuplexStateFull; in tapSetMediaConnectStatus()
245 linkState.RcvLinkSpeed = TAP_RECV_SPEED; in tapSetMediaConnectStatus()
246 linkState.XmitLinkSpeed = TAP_XMIT_SPEED; in tapSetMediaConnectStatus()
256 statusIndication.StatusBuffer = &linkState; in tapSetMediaConnectStatus()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/exos/fixtures/
H A Dshow_port_config1linkState": 0, "port": 1, "portList": "1-4", "portState": 1, "primaryMedia": " NONE", "speedActual…
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/exos/fixtures/
H A Dshow_port_config1linkState": 0, "port": 1, "portList": "1-4", "portState": 1, "primaryMedia": " NONE", "speedActual…

1234