Home
last modified time | relevance | path

Searched refs:pchText (Results 1 – 25 of 59) sorted by relevance

123

/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dattrlist.cc64 gchar* pchText = 0; in AttrList() local
66 &gobject_, &pchText, &accel_char, 0); in AttrList()
73 text = pchText; in AttrList()
74 g_free(pchText); in AttrList()
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/src/
H A Dattrlist.ccg53 gchar* pchText = 0;
55 &gobject_, &pchText, &accel_char, 0);
62 text = pchText;
63 g_free(pchText);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h380 const WCHAR *pchText,
409 const WCHAR *pchText,
558 const WCHAR *pchText,
592 const WCHAR *pchText,
698 …etText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange) (This)->lpVtbl->SetText(This,dwFlags,acpS…
703 …extAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange) (This)->lpVtbl->InsertTextAtSel…
752 …ITextStoreACP* This,DWORD dwFlags,LONG acpStart,LONG acpEnd,const WCHAR *pchText,ULONG cch,TS_TEXT…
753 return This->lpVtbl->SetText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange);
767 …ACP_InsertTextAtSelection(ITextStoreACP* This,DWORD dwFlags,const WCHAR *pchText,ULONG cch,LONG *p…
768 return This->lpVtbl->InsertTextAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange);
H A Dmsctf.h5668 WCHAR *pchText,
5675 const WCHAR *pchText,
5802 WCHAR *pchText,
5810 const WCHAR *pchText,
5946 #define ITfRange_GetText(This,ec,dwFlags,pchText,cchMax,pcch) (This)->lpVtbl->GetText(This,ec,dwFla…
5947 #define ITfRange_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pchTe…
6098 WCHAR *pchText,
6106 const WCHAR *pchText,
6254 #define ITfRangeACP_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pc…
6391 const WCHAR *pchText,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h380 const WCHAR *pchText,
409 const WCHAR *pchText,
558 const WCHAR *pchText,
592 const WCHAR *pchText,
698 …etText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange) (This)->lpVtbl->SetText(This,dwFlags,acpS…
703 …extAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange) (This)->lpVtbl->InsertTextAtSel…
752 …ITextStoreACP* This,DWORD dwFlags,LONG acpStart,LONG acpEnd,const WCHAR *pchText,ULONG cch,TS_TEXT…
753 return This->lpVtbl->SetText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange);
767 …ACP_InsertTextAtSelection(ITextStoreACP* This,DWORD dwFlags,const WCHAR *pchText,ULONG cch,LONG *p…
768 return This->lpVtbl->InsertTextAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange);
H A Dmsctf.h5668 WCHAR *pchText,
5675 const WCHAR *pchText,
5802 WCHAR *pchText,
5810 const WCHAR *pchText,
5946 #define ITfRange_GetText(This,ec,dwFlags,pchText,cchMax,pcch) (This)->lpVtbl->GetText(This,ec,dwFla…
5947 #define ITfRange_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pchTe…
6098 WCHAR *pchText,
6106 const WCHAR *pchText,
6254 #define ITfRangeACP_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pc…
6391 const WCHAR *pchText,
[all …]
/dports/games/redeclipse/base-2.0.0/src/steam/
H A Disteamutils.h147 virtual bool GetEnteredGamepadTextInput( char *pchText, uint32 cchText ) = 0;
H A Disteammusicremote.h45 virtual bool UpdateCurrentEntryText( const char *pchText ) = 0;
H A Disteamfriends.h369 virtual bool SendClanChatMessage( CSteamID steamIDClanChat, const char *pchText ) = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.cpp3095 const WCHAR* pchText, in SetText() argument
3105 acpStart, acpEnd, pchText, in SetText()
3106 pchText && cch ? in SetText()
3107 GetEscapedUTF8String(pchText, cch).get() : "", in SetText()
3134 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
4126 const WCHAR* pchText, in InsertTextAtSelection() argument
4139 pchText, in InsertTextAtSelection()
4140 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
4144 if (cch && !pchText) { in InsertTextAtSelection()
4206 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.cpp3829 const WCHAR* pchText, ULONG cch, TS_TEXTCHANGE* pChange) { in SetText() argument
3836 acpStart, acpEnd, pchText, in SetText()
3837 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", cch, in SetText()
3866 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
5052 TSFTextStore::InsertTextAtSelection(DWORD dwFlags, const WCHAR* pchText, in InsertTextAtSelection() argument
5066 pchText, pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
5070 if (cch && !pchText) { in InsertTextAtSelection()
5139 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.cpp3557 const WCHAR* pchText, ULONG cch, TS_TEXTCHANGE* pChange) { in SetText() argument
3564 acpStart, acpEnd, pchText, in SetText()
3565 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", cch, in SetText()
3594 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
4706 TSFTextStore::InsertTextAtSelection(DWORD dwFlags, const WCHAR* pchText, in InsertTextAtSelection() argument
4720 pchText, pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
4724 if (cch && !pchText) { in InsertTextAtSelection()
4793 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.cpp3767 const WCHAR* pchText, ULONG cch, TS_TEXTCHANGE* pChange) { in SetText() argument
3773 acpStart, acpEnd, pchText, in SetText()
3774 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", cch, in SetText()
3803 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
4996 TSFTextStore::InsertTextAtSelection(DWORD dwFlags, const WCHAR* pchText, in InsertTextAtSelection() argument
5009 pchText, pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
5012 if (cch && !pchText) { in InsertTextAtSelection()
5081 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.cpp3769 const WCHAR* pchText, ULONG cch, TS_TEXTCHANGE* pChange) { in SetText() argument
3775 acpStart, acpEnd, pchText, in SetText()
3776 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", cch, in SetText()
3805 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
5005 TSFTextStore::InsertTextAtSelection(DWORD dwFlags, const WCHAR* pchText, in InsertTextAtSelection() argument
5018 pchText, pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
5021 if (cch && !pchText) { in InsertTextAtSelection()
5102 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.cpp3767 const WCHAR* pchText, ULONG cch, TS_TEXTCHANGE* pChange) { in SetText() argument
3773 acpStart, acpEnd, pchText, in SetText()
3774 pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", cch, in SetText()
3803 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in SetText()
4996 TSFTextStore::InsertTextAtSelection(DWORD dwFlags, const WCHAR* pchText, in InsertTextAtSelection() argument
5009 pchText, pchText && cch ? GetEscapedUTF8String(pchText, cch).get() : "", in InsertTextAtSelection()
5012 if (cch && !pchText) { in InsertTextAtSelection()
5081 if (!InsertTextAtSelectionInternal(nsDependentSubstring(pchText, cch), in InsertTextAtSelection()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Versions/A/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
H A Dopenvr_capi.h1844 uint32_t(OPENVR_FNTABLE_CALLTYPE *GetKeyboardText)(char *pchText, uint32_t cchText);
1850 …VRMessageOverlayResponse(OPENVR_FNTABLE_CALLTYPE *ShowMessageOverlay)(char *pchText, char *pchCapt…
1878 …t ulOverlayHandle, uint64_t ulUserValue, EVRNotificationType type, char *pchText, EVRNotificationS…
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Versions/Current/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
H A Dopenvr_capi.h1844 uint32_t(OPENVR_FNTABLE_CALLTYPE *GetKeyboardText)(char *pchText, uint32_t cchText);
1850 …VRMessageOverlayResponse(OPENVR_FNTABLE_CALLTYPE *ShowMessageOverlay)(char *pchText, char *pchCapt…
1878 …t ulOverlayHandle, uint64_t ulUserValue, EVRNotificationType type, char *pchText, EVRNotificationS…
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Versions/Current/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/bin/osx64/OpenVR.framework/Versions/A/Headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/headers/
H A Dopenvr_api.cs1229 internal delegate uint _GetKeyboardText(System.Text.StringBuilder pchText, uint cchText); in _GetKeyboardText()
1259 …internal delegate VRMessageOverlayResponse _ShowMessageOverlay(string pchText, string pchCaption, … in _ShowMessageOverlay()
1369 …ong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationS… in _CreateNotification()
2897 public uint GetKeyboardText(System.Text.StringBuilder pchText,uint cchText) in GetKeyboardText() argument
2899 uint result = FnTable.GetKeyboardText(pchText,cchText); in GetKeyboardText()
2925 …public VRMessageOverlayResponse ShowMessageOverlay(string pchText,string pchCaption,string pchButt… in ShowMessageOverlay() argument
2927 …VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pch… in ShowMessageOverlay()
3067 …(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationSt… in CreateNotification() argument
3070 …EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,… in CreateNotification()

123