Home
last modified time | relevance | path

Searched refs:same_account (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/
H A D_validators.py353 same_account = False
357 same_account = True
370 if valid_file_source and (ns.get('container_name', None) or not same_account):
374 elif valid_blob_source and (ns.get('share_name', None) or not same_account):
460 same_account = False
464 same_account = True
477 if valid_file_source and (ns.get('container_name', None) or not same_account):
481 elif valid_blob_source and (ns.get('share_name', None) or not same_account):
H A D_validators_azure_stack.py330 same_account = False
334 same_account = True
347 if valid_file_source and (ns.get('container_name', None) or not same_account):
352 elif valid_blob_source and (ns.get('share_name', None) or not same_account):
/dports/mail/astroid/astroid-0.15/src/modes/
H A Dedit_message.cc731 bool same_account = (rn == from_combo->get_active_row_number ()); in set_from() local
732 LOG (debug) << "same account: " << same_account; in set_from()
733 if (!same_account) { in set_from()
737 return same_account; in set_from()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dhandle_request.cpp758 bool same_account = !strcmp( in handle_global_prefs() local
827 if (master_mod_time > db_mod_time && same_account) { in handle_global_prefs()
831 if (same_account) update_user_record = true; in handle_global_prefs()