Home
last modified time | relevance | path

Searched refs:stateDetails (Results 1 – 17 of 17) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/
H A DNetworkPeering.php25 public $stateDetails; variable in Google_Service_Compute_NetworkPeering
67 public function setStateDetails($stateDetails) argument
69 $this->stateDetails = $stateDetails;
73 return $this->stateDetails;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DNetworkPeering.php30 public $stateDetails; variable in Google_Service_Compute_NetworkPeering
112 public function setStateDetails($stateDetails) argument
114 $this->stateDetails = $stateDetails;
118 return $this->stateDetails;
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dcall-channel.cpp67 QVariantMap stateDetails; member
490 return mPriv->stateDetails; in callStateDetails()
889 mPriv->stateDetails = qdbus_cast<QVariantMap>(props[QLatin1String("CallStateDetails")]); in gotCallState()
895 const CallStateReason &stateReason, const QVariantMap &stateDetails) in onCallStateChanged() argument
898 mPriv->stateDetails == stateDetails) { in onCallStateChanged()
909 mPriv->stateDetails = stateDetails; in onCallStateChanged()
H A Dcall-channel.h117 const Tp::CallStateReason &stateReason, const QVariantMap &stateDetails);
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7785 stateDetails->m_actualStateQ[0] = tr.getOrigin()[0]; in processRequestActualStateCommand()
7786 stateDetails->m_actualStateQ[1] = tr.getOrigin()[1]; in processRequestActualStateCommand()
7787 stateDetails->m_actualStateQ[2] = tr.getOrigin()[2]; in processRequestActualStateCommand()
7890 stateDetails->m_jointMotorForce[l] = 0; in processRequestActualStateCommand()
7899 stateDetails->m_jointMotorForce[l] = in processRequestActualStateCommand()
7982 stateDetails->m_actualStateQ[0] = tr.getOrigin()[0]; in processRequestActualStateCommand()
7983 stateDetails->m_actualStateQ[1] = tr.getOrigin()[1]; in processRequestActualStateCommand()
7984 stateDetails->m_actualStateQ[2] = tr.getOrigin()[2]; in processRequestActualStateCommand()
8039 stateDetails->m_actualStateQ[0] = center_of_mass[0]; in processRequestActualStateCommand()
8040 stateDetails->m_actualStateQ[1] = center_of_mass[1]; in processRequestActualStateCommand()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7785 stateDetails->m_actualStateQ[0] = tr.getOrigin()[0]; in processRequestActualStateCommand()
7786 stateDetails->m_actualStateQ[1] = tr.getOrigin()[1]; in processRequestActualStateCommand()
7787 stateDetails->m_actualStateQ[2] = tr.getOrigin()[2]; in processRequestActualStateCommand()
7890 stateDetails->m_jointMotorForce[l] = 0; in processRequestActualStateCommand()
7899 stateDetails->m_jointMotorForce[l] = in processRequestActualStateCommand()
7982 stateDetails->m_actualStateQ[0] = tr.getOrigin()[0]; in processRequestActualStateCommand()
7983 stateDetails->m_actualStateQ[1] = tr.getOrigin()[1]; in processRequestActualStateCommand()
7984 stateDetails->m_actualStateQ[2] = tr.getOrigin()[2]; in processRequestActualStateCommand()
8039 stateDetails->m_actualStateQ[0] = center_of_mass[0]; in processRequestActualStateCommand()
8040 stateDetails->m_actualStateQ[1] = center_of_mass[1]; in processRequestActualStateCommand()
[all …]
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/tools/
H A Dinteractive-x11.c100 .stateDetails = required_state_details, in select_xkb_events_for_device()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dkeyboard_layout_monitor_linux.cc157 .stateDetails = x11::Xkb::StatePart::GroupState, in Start()
/dports/x11/rofi/rofi-1.6.1/source/
H A Dxcb.c1235 .stateDetails = required_state_details, in display_setup()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/xcb/
H A Ddisplay.c1236 .stateDetails = required_state_details, in xcb_display_setup()
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_CAPI_v5_2.h25576 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
25605 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
H A Dvbox_CAPI_v6_0.h27422 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
27451 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
H A Dvbox_CAPI_v6_1.h29385 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
29414 nsresult (*GetStateDetails)(IGuestUserStateChangedEvent *pThis, PRUnichar * *stateDetails);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/v1/
H A Dcompute_v1_messages.py35775 stateDetails = _messages.StringField(11) variable in NetworkPeering
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/beta/
H A Dcompute_beta_messages.py38362 stateDetails = _messages.StringField(11) variable in NetworkPeering
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/alpha/
H A Dcompute_alpha_messages.py42710 stateDetails = _messages.StringField(12) variable in NetworkPeering
/dports/www/py-boto3/boto3-1.18.61/
H A DCHANGELOG.rst588 …eManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.