Home
last modified time | relevance | path

Searched refs:acceptTypes (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Mirror/
H A DContact.php23 public $acceptTypes; variable in Google_Service_Mirror_Contact
49 public function setAcceptTypes($acceptTypes) argument
51 $this->acceptTypes = $acceptTypes;
55 return $this->acceptTypes;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Mirror/
H A DContact.php23 public $acceptTypes; variable in Google_Service_Mirror_Contact
49 public function setAcceptTypes($acceptTypes) argument
51 $this->acceptTypes = $acceptTypes;
55 return $this->acceptTypes;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DFileChooser.h50 virtual String acceptTypes() = 0;
80 String acceptTypes() const { return m_client ? m_client->acceptTypes() : String(); } in acceptTypes() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebOpenPanelParameters.cpp49 encoder->encode(CoreIPC::In(allowMultipleFiles, allowsDirectoryUpload, acceptTypes, filenames)); in encode()
54 …C::Out(result.allowMultipleFiles, result.allowsDirectoryUpload, result.acceptTypes, result.filenam… in decode()
H A DWebOpenPanelParameters.h50 String acceptTypes; member
/dports/java/sablevm-classpath/sablevm-classpath-1.13/vm/reference/java/lang/reflect/
H A DField.java330 private void checkField(Object o, Class[] acceptTypes) { in checkField() argument
331 checkField(getType(), o, acceptTypes); in checkField() local
337 private void checkField(Class type, Object o, Class[] acceptTypes) { in checkField() argument
359 if (acceptTypes != null) { in checkField()
361 for (int i = 0; i < acceptTypes.length; i++) { in checkField()
362 if (type == acceptTypes[i]) { in checkField()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/win-update/updater/
H A Dhttp.cpp103 const wchar_t *acceptTypes[] = {L"*/*", nullptr}; in HTTPPostData() local
153 WINHTTP_NO_REFERER, acceptTypes, in HTTPPostData()
356 const wchar_t *acceptTypes[] = {L"*/*", nullptr}; in HTTPGetFile() local
385 WINHTTP_NO_REFERER, acceptTypes, in HTTPGetFile()
/dports/www/aria2/aria2-1.36.0/src/
H A DHttpRequest.cc172 std::string acceptTypes = "*/*"; in createRequest() local
177 acceptTypes += ','; in createRequest()
178 acceptTypes += metalinkTypes[i]; in createRequest()
181 builtinHds.emplace_back("Accept:", acceptTypes); in createRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DFunctionBroker.cpp470 LPCSTR* const& acceptTypes, const DWORD& flags, in Marshal() argument
473 LPCSTR* curAcceptType = acceptTypes; in Marshal()
487 LPCSTR& ver, LPCSTR& ref, LPCSTR*& acceptTypes, in Unmarshal() argument
495 acceptTypes = nullptr; in Unmarshal()
498 acceptTypes); in Unmarshal()
500 aScd.AllocateString(arrayAcceptTypes[i], acceptTypes[i]); in Unmarshal()
502 acceptTypes[arrayAcceptTypes.Length()] = nullptr; in Unmarshal()
511 LPCSTR* const& acceptTypes, in ShouldBroker() argument
/dports/net/opal/opal-3.10.10/src/im/
H A Dim_mf.cxx86 PString acceptTypes; in GetOpalMSRP() local
88 if (!acceptTypes.IsEmpty()) in GetOpalMSRP()
89 acceptTypes += " "; in GetOpalMSRP()
90 acceptTypes += *r; in GetOpalMSRP()
93 … OpalMediaOptionString * option = new OpalMediaOptionString("Accept Types", false, acceptTypes); in GetOpalMSRP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegate.java26 String acceptTypes, String title, String defaultFilename, boolean capture); in runFileChooser() argument
H A DAwWebContentsDelegateAdapter.java211 String acceptTypes, String title, String defaultFilename, boolean capture) { in runFileChooser() argument
213 modeFlags, acceptTypes, title, defaultFilename, capture); in runFileChooser()
H A DAwContentsClient.java302 public FileChooserParamsImpl(int mode, String acceptTypes, String title, in FileChooserParamsImpl() argument
305 mAcceptTypes = acceptTypes; in FileChooserParamsImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DFunctionBroker.cpp649 LPCSTR* const& acceptTypes, const DWORD& flags, in Marshal() argument
652 LPCSTR* curAcceptType = acceptTypes; in Marshal()
667 LPCSTR& ver, LPCSTR& ref, LPCSTR*& acceptTypes, in Unmarshal() argument
675 acceptTypes = nullptr; in Unmarshal()
678 acceptTypes); in Unmarshal()
680 aScd.AllocateString(arrayAcceptTypes[i], acceptTypes[i]); in Unmarshal()
682 acceptTypes[arrayAcceptTypes.Length()] = nullptr; in Unmarshal()
691 LPCSTR* const& acceptTypes, in ShouldBroker() argument
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DMirror.php1004 public $acceptTypes; variable in Google_Service_Mirror_Contact
1025 public function setAcceptTypes($acceptTypes) argument
1027 $this->acceptTypes = $acceptTypes;
1031 return $this->acceptTypes;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.h69 String acceptTypes();
H A DRenderFileUploadControl.cpp120 String RenderFileUploadControl::acceptTypes() in acceptTypes() function in WebCore::RenderFileUploadControl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/winhttp/
H A DInterop.winhttp.cs47 string acceptTypes, in WinHttpOpenRequest() argument
58 string acceptTypes, in WinHttpOpenRequestWithCallback() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c357 const char * const acceptTypes[] = {"text/xml", NULL}; in performWinInetTransaction() local
384 (const char **)&acceptTypes, in performWinInetTransaction()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c360 const char * const acceptTypes[] = {"text/xml", NULL}; in performWinInetTransaction() local
387 (const char **)&acceptTypes, in performWinInetTransaction()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp614 parameters.acceptTypes = fileChooser->acceptTypes(); in runOpenPanel()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/tests/UnitTests/
H A DFakeInterop.cs124 string acceptTypes, in WinHttpOpenRequest() argument
/dports/www/limesurvey/limesurvey/framework/web/
H A DCHttpRequest.php50 * @property string $acceptTypes User browser accept types, null if not present.
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptLoader.cpp1451 nsAutoCString acceptTypes("*/*"); in StartLoad() local
1454 acceptTypes = APPLICATION_JAVASCRIPT_BINAST ", */*"; in StartLoad()
1457 acceptTypes, false); in StartLoad()
/dports/www/dojo/dojo-release-1.12.2/dojox/layout/
H A DGridContainer.js.map7 …","_deleteColumn","publish","_addColumn","abs","isRightMode","accept","acceptTypes","join","m","nb…

12