Home
last modified time | relevance | path

Searched refs:AdminLog (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net/cjdns/cjdns-cjdns-v21.1/admin/
H A DAdminLog.c65 struct AdminLog struct
84 struct AdminLog* logger, in isMatch() argument
119 struct AdminLog* logger, in makeLogMessage()
140 static void removeSubscription(struct AdminLog* log, struct Subscription* sub) in removeSubscription()
154 struct AdminLog* log = Identity_check((struct AdminLog*) vAdminLog); in unpause()
183 struct AdminLog* log = Identity_check((struct AdminLog*) genericLog); in doLog()
230 struct AdminLog* log = Identity_check((struct AdminLog*) vcontext); in subscribe()
275 struct AdminLog* log = Identity_check((struct AdminLog*) vcontext); in unsubscribe()
300 struct AdminLog* log = Identity_check((struct AdminLog*) vcontext); in logMany()
315 struct AdminLog* log = Identity_check((struct AdminLog*) vcontext); in subscriptions()
[all …]
H A DREADME.md529 ### AdminLog Functions:
667 Asynchronous communication, EG: AdminLog responses, is only allowed with clients which satisfy
670 1. They must send an authenticated request, in the case of AdminLog this is no worry because
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Doperation_logs.py12 from seahub.admin_log.models import AdminLog, ADMIN_LOG_OPERATION_TYPE
77 total_count = AdminLog.objects.get_admin_logs(email=email, operation=operation).count()
78 …admin_logs = AdminLog.objects.get_admin_logs(email=email, operation=operation)[offset:offset+per_p…
/dports/www/seahub/seahub-8.0.7-server/seahub/admin_log/
H A Dmodels.py59 class AdminLog(models.Model): class
78 AdminLog.objects.add_admin_log(admin_name,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/support/
H A Dsupport_autocomplete.h88 AdminLog::OwnedItem _comment;
89 AdminLog::OwnedItem _contact;
H A Dsupport_autocomplete.cpp268 AdminLog::OwnedItem GenerateCommentItem( in GenerateCommentItem()
293 return AdminLog::OwnedItem(delegate, item); in GenerateCommentItem()
296 AdminLog::OwnedItem GenerateContactItem( in GenerateContactItem()
323 return AdminLog::OwnedItem(delegate, item); in GenerateContactItem()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dbackground_preview_box.h76 AdminLog::OwnedItem _text1;
77 AdminLog::OwnedItem _text2;
H A Dbackground_preview_box.cpp284 [[nodiscard]] AdminLog::OwnedItem GenerateTextItem( in GenerateTextItem()
309 return AdminLog::OwnedItem(delegate, item); in GenerateTextItem()
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Agent/Admin/
H A DAdminLog.t69 # Navigate to AdminLog screen.
70 $Selenium->VerifiedGet("${ScriptAlias}index.pl?Action=AdminLog");
137 $Selenium->VerifiedGet("${ScriptAlias}index.pl?Action=AdminLog");
H A DAdminSort.t168 "AdminLog","AdminAppointmentNotificationEvent","AdminTemplate","AdminEmail"]',
H A DAdmin.t90 AdminLog
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/admin_log/
H A Dhistory_admin_log_filter.h13 namespace AdminLog {
H A Dhistory_admin_log_item.h17 namespace AdminLog {
H A Dhistory_admin_log_section.h25 namespace AdminLog {
H A Dhistory_admin_log_inner.h46 namespace AdminLog {
H A Dhistory_admin_log_section.cpp36 namespace AdminLog { namespace
H A Dhistory_admin_log_filter.cpp24 namespace AdminLog { namespace
H A Dhistory_admin_log_inner.cpp62 namespace AdminLog { namespace
575 return HistoryView::Context::AdminLog; in elementContext()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DAdminLog.pm9 package Kernel::Modules::AdminLog;
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/faas/
H A Dquery_admin_log.go86 AdminLog string `json:"AdminLog" xml:"AdminLog"` member
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Config/
H A DDefaults.pm1796 $Self->{'Frontend::Module'}->{AdminLog} = {
1810 $Self->{'Frontend::NavigationModule'}->{AdminLog} = {
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Config/
H A DDefaults.t104 'Loader::Module::AdminLog' => 1,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/settings/
H A Dsettings_privacy_controllers.cpp129 AdminLog::OwnedItem GenerateForwardedItem( in GenerateForwardedItem()
177 return AdminLog::OwnedItem(delegate, item); in GenerateForwardedItem()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_element.h46 AdminLog, enumerator
/dports/net/cjdns/cjdns-cjdns-v21.1/doc/
H A Dadmin-api.md529 ### AdminLog Functions:
667 Asynchronous communication, EG: AdminLog responses, is only allowed with clients which satisfy
670 1. They must send an authenticated request, in the case of AdminLog this is no worry because

1234