Home
last modified time | relevance | path

Searched defs:pId (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/dports/net/freerdp/freerdp-2.5.0/server/Windows/
H A Dwf_interface.c240 UINT32 wfreerdp_server_get_peer_hostname(int pId, wchar_t* dstStr) in wfreerdp_server_get_peer_hostname()
265 BOOL wfreerdp_server_peer_is_local(int pId) in wfreerdp_server_peer_is_local()
285 BOOL wfreerdp_server_peer_is_connected(int pId) in wfreerdp_server_peer_is_connected()
305 BOOL wfreerdp_server_peer_is_activated(int pId) in wfreerdp_server_peer_is_activated()
325 BOOL wfreerdp_server_peer_is_authenticated(int pId) in wfreerdp_server_peer_is_authenticated()
350 void wfreerdp_server_peer_callback_event(int pId, UINT32 eType) in wfreerdp_server_peer_callback_event()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/threadpool/
H A Dcurrent.cxx91 IdContainer * pId = static_cast< IdContainer * >( p ); in delete_IdContainer() local
118 IdContainer * pId = static_cast< IdContainer * >( ::osl_getThreadKeyData( aKey ) ); in getIdContainer() local
138 IdContainer * pId = getIdContainer(); in uno_setCurrentContext() local
185 IdContainer * pId = getIdContainer(); in uno_getCurrentContext() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/threadpool/
H A Dcurrent.cxx128 IdContainer * pId = static_cast< IdContainer * >( p ); in delete_IdContainer() local
152 IdContainer * pId = static_cast< IdContainer * >( ::osl_getThreadKeyData( aKey ) ); in getIdContainer() local
172 IdContainer * pId = getIdContainer(); in uno_setCurrentContext() local
219 IdContainer * pId = getIdContainer(); in uno_getCurrentContext() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dscdll.cxx89 OUString ScResId(const char* pId) in ScResId()
94 OUString ScResId(const char* pId, int nCardinality) in ScResId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dscdll.cxx94 OUString ScResId(const char* pId) in ScResId()
99 OUString ScResId(const char* pId, int nCardinality) in ScResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dattrdesc.cxx178 const char* pId = GetValue() ? STR_REGISTER_ON : STR_REGISTER_OFF; in GetPresentation() local
237 const char* pId = SwFrameSize::Fixed == m_eFrameHeightType ? in GetPresentation() local
266 const char* pId = GetHeaderFormat() ? STR_HEADER : STR_NO_HEADER; in GetPresentation() local
297 const char* pId = nullptr; in GetPresentation() local
341 const char* pId = nullptr; in GetPresentation() local
387 const char* pId = nullptr; in GetPresentation() local
433 const char* pId = nullptr; in GetPresentation() local
644 const char* pId = nullptr; in GetPresentation() local
681 const char* pId; in GetPresentation() local
743 const char* pId; in GetPresentation() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dattrdesc.cxx180 const char* pId = GetValue() ? STR_REGISTER_ON : STR_REGISTER_OFF; in GetPresentation() local
240 const char* pId = ATT_FIX_SIZE == m_eFrameHeightType ? in GetPresentation() local
269 const char* pId = GetHeaderFormat() ? STR_HEADER : STR_NO_HEADER; in GetPresentation() local
300 const char* pId = nullptr; in GetPresentation() local
344 const char* pId = nullptr; in GetPresentation() local
390 const char* pId = nullptr; in GetPresentation() local
436 const char* pId = nullptr; in GetPresentation() local
644 const char* pId = nullptr; in GetPresentation() local
681 const char* pId; in GetPresentation() local
743 const char* pId; in GetPresentation() local
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DPostListOverlay.hs38 pId = mlatest >>= messagePostId function
109 let pId = m^.mMessageId >>= messageIdPostId function
127 let pId = m^.mMessageId >>= messageIdPostId function
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/remote_device/plugin/
H A DRemoteReaderManagerPlugIn.cpp76 void RemoteReaderManagerPlugIn::handleIFDStatus(const QJsonObject& pJsonObject, const QString& pId) in handleIFDStatus()
164 void RemoteReaderManagerPlugIn::onContextEstablished(const QString& pIfdName, const QString& pId) in onContextEstablished()
191 …moteMessage(RemoteCardMessageType pMessageType, const QJsonObject& pJsonObject, const QString& pId) in onRemoteMessage()
229 …id RemoteReaderManagerPlugIn::onDispatcherClosed(GlobalStatus::Code pCloseCode, const QString& pId) in onDispatcherClosed()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/Plugin/
H A DConfigUtils.hs84 (PluginId pId) = pluginId function
107 (PluginId pId) = pluginId function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/Plugin/
H A DConfigUtils.hs84 (PluginId pId) = pluginId function
107 (PluginId pId) = pluginId function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/
H A DSQLiteProviders_DatabaseSchema.sql2 "pId" character(36) NOT NULL, field
45 "pId" character(36) NOT NULL, field
59 "pId" character(36) NOT NULL, field
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/kolabformat/
H A Dmimeobject.cpp104 static std::string getProductId(const std::string &pId) in getProductId()
588 std::string MIMEObject::writeEvent(const Event &event, Version version, const std::string &pId) in writeEvent()
613 std::string MIMEObject::writeTodo(const Todo &todo, Version version, const std::string &pId) in writeTodo()
638 …d::string MIMEObject::writeJournal(const Journal &journal, Version version, const std::string &pId) in writeJournal()
663 std::string MIMEObject::writeNote(const Note &note, Version version, const std::string &pId) in writeNote()
688 …d::string MIMEObject::writeContact(const Contact &contact, Version version, const std::string &pId) in writeContact()
719 …string MIMEObject::writeDistlist(const DistList &distlist, Version version, const std::string &pId) in writeDistlist()
741 …ct::writeConfiguration(const Configuration &configuration, Version version, const std::string &pId) in writeConfiguration()
783 …string MIMEObject::writeFreebusy(const Freebusy &freebusy, Version version, const std::string &pId) in writeFreebusy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dswmodule.cxx165 OUString SwResId(const char* pId) in SwResId()
170 OUString SwResId(const char* pId, int nCardinality) in SwResId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dswmodule.cxx190 OUString SwResId(const char* pId) in SwResId()
195 OUString SwResId(const char* pId, int nCardinality) in SwResId()
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A DEditControl.cc142 EditControl::update (int pId) in update()
163 EditControl::updateSingleLine (int pId) in updateSingleLine()
199 EditControl::updateMultiLine (int pId) in updateMultiLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/resource/
H A Dcore_resource.cxx22 OUString RptResId(const char* pId) { return Translate::get(pId, Translate::Create("rpt")); } in RptResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/helper/
H A Daccresmgr.cxx23 OUString AccResId(const char* pId) { return Translate::get(pId, Translate::Create("acc")); } in AccResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/inc/
H A DfpsofficeResMgr.hxx13 inline OUString FpsResId(const char* pId) { return Translate::get(pId, Translate::Create("fps")); }; in FpsResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/classes/
H A Dfwkresid.cxx23 OUString FwkResId(const char* pId) { return Translate::get(pId, Translate::Create("fwk")); } in FwkResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/core/resource/
H A Dcore_resource.cxx22 OUString ForResId(const char* pId) { return Translate::get(pId, Translate::Create("for")); } in ForResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/inc/
H A Dresourcemanager.hxx24 inline OUString XsResId(const char* pId) { return Translate::get(pId, Translate::Create("xsc")); } in XsResId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/classes/
H A Dfwkresid.cxx23 OUString FwkResId(const char* pId) in FwkResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dsfxresid.cxx23 OUString SfxResId(const char* pId) { return Translate::get(pId, Translate::Create("sfx")); } in SfxResId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/inc/
H A DWPFTResMgr.hxx7 inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); } in WpResId()

12345678910>>...31