Home
last modified time | relevance | path

Searched defs:appid (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/sysutils/kf5-kwallet/kwallet-5.89.0/src/runtime/kwalletd/
H A Dkwalletsessionstore.cpp28 void KWalletSessionStore::addSession(const QString &appid, const QString &service, int handle) in addSession()
36 bool KWalletSessionStore::hasSession(const QString &appid, int handle) const in hasSession() argument
60 for (const QString &appid : sessionKeys) { in findSessions() local
72 bool KWalletSessionStore::removeSession(const QString &appid, const QString &service, int handle) in removeSession()
96 int KWalletSessionStore::removeAllSessions(const QString &appid, int handle) in removeAllSessions()
125 for (const QString &appid : sessionKeys) { in removeAllSessions() local
144 for (const QString &appid : std::as_const(appremove)) { in removeAllSessions() local
155 for (const QString &appid : lst) { in getApplications() local
H A Dkwalletd.cpp74 QString appid; member in KWalletTransaction
281 int KWalletD::openPath(const QString &path, qlonglong wId, const QString &appid) in openPath()
296 int KWalletD::open(const QString &wallet, qlonglong wId, const QString &appid) in open()
774 bool KWalletD::isAuthorizedApp(const QString &appid, const QString &wallet, WId w) in isAuthorizedApp()
994 int KWalletD::close(int handle, bool force, const QString &appid) in close()
1056 void KWalletD::sync(int handle, const QString &appid) in sync()
1098 QStringList KWalletD::folderList(int handle, const QString &appid) in folderList()
1109 bool KWalletD::hasFolder(int handle, const QString &f, const QString &appid) in hasFolder()
1120 bool KWalletD::removeFolder(int handle, const QString &f, const QString &appid) in removeFolder()
1134 bool KWalletD::createFolder(int handle, const QString &f, const QString &appid) in createFolder()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Djob_times.php134 function version_select($appid) {
152 function analyze($appid, $app_version_id, $nresults) {
195 function show_form($appid) {
215 $appid = get_int('appid'); variable
221 $appid = get_int('appid', true); variable
H A Dbossa_example4_make_jobs.php30 function make_job($path, $batchid, $appid) {
40 function make_jobs($dir, $appid) {
69 $appid = bossa_app_lookup($app_name); variable
H A Dbossa_example_make_jobs.php30 function make_job($path, $batchid, $appid, $calibration) {
47 function make_jobs($dir, $appid, $calibration) {
74 $appid = bossa_app_lookup($app_name); variable
/dports/www/owncloud/owncloud/lib/public/License/
H A DILicenseManager.php95 public function getLicenseStateFor(string $appid): int;
117 public function getLicenseMessageFor(string $appid, string $language = null): array;
134 public function askLicenseFor(string $appid, string $method, array $params = []);
165 public function checkLicenseFor(string $appid, array $options = []): bool;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dper_app_list.php41 function col_title($is_team, $app, $appid, $is_total, $i) {
53 function show_header($is_team, $apps, $appid, $is_total) {
176 function get_top_items($is_team, $appid, $is_total, $offset) {
193 $appid = get_int('appid', true); variable
208 $appid = $apps[0]->id; variable
/dports/www/owncloud/owncloud/lib/private/License/
H A DLicenseManager.php171 private function getLicenseWithState(string $appid) {
205 public function getLicenseStateFor(string $appid): int {
210 public function getLicenseMessageFor(string $appid, string $language = null): array {
237 public function askLicenseFor(string $appid, string $method, array $params = []) {
282 public function checkLicenseFor(string $appid, array $options = []): bool {
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_118_appid_table_entry.py11 def appid(): function
17 def test_name(appid): argument
/dports/games/renpy/renpy-7.4.11-sdk/module/
H A D_renpysteam.pyx306 def is_subscribed_app(appid): argument
349 def dlc_installed(appid): argument
358 def install_dlc(appid): argument
367 def uninstall_dlc(appid): argument
376 def dlc_progress(appid): argument
467 def activate_overlay_to_store(appid, flag=STORE_NONE): argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/
H A DMockAppContext.java44 public MockAppContext(int appid) { in MockAppContext()
50 public MockAppContext(int appid, int numTasks, int numAttempts, Path confPath) { in MockAppContext()
59 public MockAppContext(int appid, int numJobs, int numTasks, int numAttempts) { in MockAppContext()
63 public MockAppContext(int appid, int numJobs, int numTasks, int numAttempts, in MockAppContext()
/dports/lang/python37/Python-3.7.12/PC/layout/support/
H A Dappxmanifest.py284 def _get_app(xml, appid): argument
296 def add_visual(xml, appid, data): argument
304 def add_alias(xml, appid, alias, subsystem="windows"): argument
313 def add_file_type(xml, appid, name, suffix, parameters='"%1"'): argument
327 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_diameter_server/
H A Dims_diameter_server.c213 int w_diameter_request(struct sip_msg * msg, char* appid, char* commandcode, char* message) { in w_diameter_request()
217 static int w_diameter_request_peer(struct sip_msg *msg, char* peer, char* appid, char* commandcode,… in w_diameter_request_peer()
221 static int w_diameter_request_async(struct sip_msg * msg, char* appid, char* commandcode, char* mes… in w_diameter_request_async()
225 static int w_diameter_request_peer_async(struct sip_msg *msg, char* peer, char* appid, char* comman… in w_diameter_request_peer_async()
263 int diameter_request(struct sip_msg * msg, char* peer, char* appid, char* commandcode, char* messag… in diameter_request()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusDiagnosticTraceSchemas.cs74 Guid appid; field in System.ServiceModel.ComIntegration.ComPlusServiceHostSchema
193 Guid appid; field in System.ServiceModel.ComIntegration.ComPlusDllHostInitializerSchema
196 Guid appid in ComPlusDllHostInitializerSchema()
242 Guid appid, in ComPlusDllHostInitializerAddingHostSchema()
384 Guid appid; field in System.ServiceModel.ComIntegration.ComPlusInstanceCreationRequestSchema
397 Guid appid, in ComPlusInstanceCreationRequestSchema()
429 Guid appid, in ComPlusInstanceCreationSuccessSchema()
454 Guid appid; field in System.ServiceModel.ComIntegration.ComPlusInstanceReleasedSchema
464 Guid appid, in ComPlusInstanceReleasedSchema()
542 Guid appid; field in System.ServiceModel.ComIntegration.ComPlusMethodCallSchema
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/databases/py-gdbm/Python-3.8.12/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/lang/python-tools/Python-3.8.12/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/lang/python310/Python-3.10.1/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/lang/python311/Python-3.11.0a3/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/lang/python38/Python-3.8.12/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/lang/python39/Python-3.9.9/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/layout/support/
H A Dappxmanifest.py265 def _get_app(xml, appid): argument
277 def add_visual(xml, appid, data): argument
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppsDatabaseEvent.java25 public AppsDatabaseEvent(int id, AppID appid, Object source) { in AppsDatabaseEvent()
49 private AppID appid; field in AppsDatabaseEvent
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppsDatabaseEvent.java25 public AppsDatabaseEvent(int id, AppID appid, Object source) { in AppsDatabaseEvent()
49 private AppID appid; field in AppsDatabaseEvent
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/plugins/apiauth/
H A Dapiauth.go76 func APIBasicAuth(appid, appkey string) beego.FilterFunc { argument
87 func APIBaiscAuth(appid, appkey string) beego.FilterFunc { argument

12345678910>>...20