Home
last modified time | relevance | path

Searched refs:use_auth (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/rtmp-services/
H A Drtmp-custom.c6 bool use_auth; member
27 service->use_auth = obs_data_get_bool(settings, "use_auth"); in rtmp_custom_update()
55 bool use_auth = obs_data_get_bool(settings, "use_auth"); in use_auth_modified() local
57 obs_property_set_visible(p, use_auth); in use_auth_modified()
59 obs_property_set_visible(p, use_auth); in use_auth_modified()
100 if (!service->use_auth) in rtmp_custom_username()
108 if (!service->use_auth) in rtmp_custom_password()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/services/
H A Dgitiles_service_test.py64 use_auth=True,
113 use_auth=True,
154 use_auth=True,
168 use_auth=True,
175 use_auth=True,
182 use_auth=True,
H A Drequest.py51 use_auth=True, argument
94 content = _RequestAndProcessHttpErrors(url, use_auth, scope, **kwargs)
100 content = _RequestAndProcessHttpErrors(url, use_auth, scope, **kwargs)
112 def _RequestAndProcessHttpErrors(url, use_auth, scope, **kwargs): argument
114 if use_auth:
H A Dgitiles_service.py37 use_auth=True,
68 use_auth=True,
94 use_auth=True,
H A Dgerrit_service_test.py40 use_auth=True,
50 use_auth=True,
64 use_auth=True)
H A Dgerrit_service.py21 return request.RequestJson(url, use_auth=True, scope=GERRIT_SCOPE, o=fields)
31 use_auth=True,
H A Dpinpoint_service_test.py40 use_auth=True,
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/services/
H A Ddashboard_service_test.py39 params={'test_suite': 'my_test'}, use_auth=True, accept='json')
46 method='POST', params={'sheriff': 'a_rotation'}, use_auth=True,
55 use_auth=True, accept='json')
70 method='POST', use_auth=True, accept='json')
92 params={'num_days': 30}, method='POST', use_auth=True, accept='json')
104 use_auth=True, accept='json')
H A Dpinpoint_service_test.py26 pinpoint_service.SERVICE_URL + '/job/1234', params=[], use_auth=True,
33 use_auth=True, accept='json')
39 pinpoint_service.SERVICE_URL + '/jobs', use_auth=True, accept='json')
48 use_auth=True, accept='json')
H A Dbuildbucket_service_test.py25 use_auth=True, content_type='json', accept='json',
40 use_auth=True, content_type='json', accept='json',
60 use_auth=True, content_type='json', accept='json',
H A Drequest.py88 content_type='urlencoded', use_auth=False, retries=None): argument
141 if use_auth:
/dports/science/conduit/conduit-0.8.0/src/tests/relay/
H A Dt_relay_node_viewer.cpp22 bool use_auth = false; variable
53 if(use_auth) in TEST()
98 use_auth = true; in main()
H A Dt_relay_websocket.cpp24 bool use_auth = false; variable
88 if(use_auth) in TEST()
139 use_auth = true; in main()
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/
H A Dgemail.py66 use_auth = 1
68 use_auth = 0
73 use_auth, self.config.get('username', '', section='mail'), \
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dautodetectproxy.h59 void set_auth_info(bool use_auth, const std::string& username, in set_auth_info() argument
61 if (use_auth) { in set_auth_info()
/dports/mail/rspamd/rspamd-3.1/src/plugins/lua/
H A Dreplies.lua40 use_auth = true,
105 if (settings.use_auth and
145 if settings.use_auth and task:get_user() then
211 if (settings.use_auth and
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/lua/
H A Dreplies.lua40 use_auth = true,
105 if (settings.use_auth and
145 if settings.use_auth and task:get_user() then
211 if (settings.use_auth and
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dautodetectproxy.h44 void set_auth_info(bool use_auth, const std::string& username, in set_auth_info() argument
46 if (use_auth) { in set_auth_info()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dautodetectproxy.h44 void set_auth_info(bool use_auth, const std::string& username, in set_auth_info() argument
46 if (use_auth) { in set_auth_info()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dautodetectproxy.h44 void set_auth_info(bool use_auth, const std::string& username, in set_auth_info() argument
46 if (use_auth) { in set_auth_info()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/chempy/mmtf/
H A D__init__.py32 def _to_chempy(data, use_auth=True): argument
126 if use_auth or label_seq_id is None:
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dnews.h37 gboolean use_auth; member
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DMmtfMoleculeReader.cpp168 bool use_auth = SettingGetGlobal_b(G, cSetting_cif_use_auth); in ObjectMoleculeReadMmtfStr()
201 if (use_auth) in ObjectMoleculeReadMmtfStr()
221 if (use_auth) { in ObjectMoleculeReadMmtfStr()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-basic-settings-stream.cpp123 bool use_auth = obs_data_get_bool(settings, "use_auth"); in LoadStream1Settings() local
130 ui->useAuth->setChecked(use_auth); in LoadStream1Settings()
707 bool use_auth = ui->useAuth->isChecked(); in on_useAuth_toggled() local
709 ui->authUsernameLabel->setVisible(use_auth); in on_useAuth_toggled()
710 ui->authUsername->setVisible(use_auth); in on_useAuth_toggled()
711 ui->authPwLabel->setVisible(use_auth); in on_useAuth_toggled()
712 ui->authPwWidget->setVisible(use_auth); in on_useAuth_toggled()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DProxy.c25 bool dummy_cancel_flag = false, use_auth = false; in ProxyHttpConnect() local
59 use_auth = true; in ProxyHttpConnect()
130 if (use_auth && GetHttpValue(h, "Proxy-Authorization") == NULL) in ProxyHttpConnect()

1234567