Home
last modified time | relevance | path

Searched refs:appName (Results 1 – 25 of 3668) sorted by relevance

12345678910>>...147

/dports/www/owncloud/owncloud/lib/private/AppFramework/Core/
H A DAPI.php39 private $appName; variable in OC\\AppFramework\\Core\\API
45 public function __construct($appName) { argument
46 $this->appName = $appName;
65 if ($appName === null) {
66 $appName = $this->appName;
78 if ($appName === null) {
79 $appName = $this->appName;
110 public function isAppEnabled($appName) { argument
111 return \OCP\App::isEnabled($appName);
180 if ($appName === null) {
[all …]
/dports/www/owncloud/owncloud/lib/public/
H A DIConfig.php101 public function getAppKeys($appName); argument
112 public function setAppValue($appName, $key, $value); argument
123 public function getAppValue($appName, $key, $default = ''); argument
132 public function deleteAppValue($appName, $key); argument
140 public function deleteAppValues($appName); argument
171 * @param string $appName app to get the value for
187 public function getUserKeys($userId, $appName); argument
197 public function deleteUserValue($userId, $appName, $key); argument
213 public function deleteAppFromAllUsers($appName); argument
218 * @param string $appName the app to get the user for
[all …]
/dports/www/nextcloud/nextcloud/lib/public/
H A DIConfig.php128 public function getAppKeys($appName); argument
139 public function setAppValue($appName, $key, $value); argument
150 public function getAppValue($appName, $key, $default = ''); argument
159 public function deleteAppValue($appName, $key); argument
167 public function deleteAppValues($appName); argument
199 * @param string $appName app to get the value for
215 public function getUserKeys($userId, $appName); argument
225 public function deleteUserValue($userId, $appName, $key); argument
241 public function deleteAppFromAllUsers($appName); argument
246 * @param string $appName the app to get the user for
[all …]
/dports/www/owncloud/owncloud/lib/private/
H A DAllConfig.php161 public function getAppKeys($appName) { argument
203 public function deleteAppValues($appName) { argument
244 'appid' => $appName,
253 $this->userCache[$userId][$appName] = [];
277 if (isset($data[$appName], $data[$appName][$key])) {
278 return $data[$appName][$key];
292 if (isset($data[$appName])) {
293 return \array_keys($data[$appName]);
371 $arguments = ['app' => $appName];
382 unset($userCache[$appName]);
[all …]
/dports/www/nextcloud/nextcloud/lib/private/
H A DAllConfig.php197 public function getAppKeys($appName) { argument
230 public function deleteAppValue($appName, $key) { argument
239 public function deleteAppValues($appName) { argument
293 'appid' => $appName,
302 $this->userCache[$userId][$appName] = [];
319 if (isset($data[$appName][$key])) {
320 return $data[$appName][$key];
335 if (isset($data[$appName])) {
336 return array_keys($data[$appName]);
392 unset($userCache[$appName]);
[all …]
H A DURLGenerator.php123 * @param string $appName app
134 if ($appName !== '') {
135 $app_path = \OC_App::getAppPath($appName);
172 * @param string $appName app
181 $cacheKey = $appName.'-'.$file;
192 $appPath = \OC_App::getAppPath($appName);
210 …} elseif (!empty($appName) and file_exists(\OC::$SERVERROOT . "/themes/$theme/$appName/img/$file")…
212 …} elseif (!empty($appName) and (!file_exists(\OC::$SERVERROOT . "/themes/$theme/$appName/img/$base…
227 } elseif (!empty($appName) and file_exists(\OC::$SERVERROOT . "/$appName/img/$file")) {
228 $path = \OC::$WEBROOT . "/$appName/img/$file";
[all …]
/dports/www/nextcloud-calendar/calendar/lib/Controller/
H A DPublicViewController.php59 * @param string $appName
65 public function __construct(string $appName, argument
70 parent::__construct($appName, $request);
122 $defaultEventLimit = $this->config->getAppValue($this->appName, 'eventLimit', 'yes');
125 $defaultWeekNumbers = $this->config->getAppValue($this->appName, 'showWeekNr', 'no');
126 $defaultSkipPopover = $this->config->getAppValue($this->appName, 'skipPopover', 'yes');
127 $defaultTimezone = $this->config->getAppValue($this->appName, 'timezone', 'automatic');
130 $defaultShowTasks = $this->config->getAppValue($this->appName, 'showTasks', 'yes');
132 $appVersion = $this->config->getAppValue($this->appName, 'installed_version', null);
136 $this->initialStateService->provideInitialState($this->appName, 'first_run', false);
[all …]
H A DViewController.php51 public function __construct(string $appName, argument
58 parent::__construct($appName, $request);
75 $defaultEventLimit = $this->config->getAppValue($this->appName, 'eventLimit', 'yes');
77 $defaultShowWeekends = $this->config->getAppValue($this->appName, 'showWeekends', 'yes');
78 $defaultWeekNumbers = $this->config->getAppValue($this->appName, 'showWeekNr', 'no');
79 $defaultSkipPopover = $this->config->getAppValue($this->appName, 'skipPopover', 'no');
80 $defaultTimezone = $this->config->getAppValue($this->appName, 'timezone', 'automatic');
81 $defaultSlotDuration = $this->config->getAppValue($this->appName, 'slotDuration', '00:30:00');
83 $defaultShowTasks = $this->config->getAppValue($this->appName, 'showTasks', 'yes');
85 $appVersion = $this->config->getAppValue($this->appName, 'installed_version', null);
[all …]
/dports/net/bredbandskollen/bbk-7b810a6/src/measurement/
H A Ddefs.cpp51 appName += " Windows"; in app_name()
53 appName += " Android"; in app_name()
55 appName += " Mac"; in app_name()
57 appName += " FreeBSD"; in app_name()
59 appName += " NetBSD"; in app_name()
61 appName += " OpenBSD"; in app_name()
63 appName += " BSDi"; in app_name()
65 appName += " DragonFly"; in app_name()
67 appName += " Linux"; in app_name()
71 return appName + " ARM"; in app_name()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/AppFramework/Routing/
H A DRouteParser.php44 $collection = $this->processIndexRoutes($routes, $appName);
51 $collection = $this->processOCS($routes, $appName);
52 $collection->addCollection($this->processOCSResources($routes, $appName));
61 $result = $this->processRoute($ocsRoute, $appName, 'ocs.');
78 $result = $this->processRoute($simpleRoute, $appName);
89 $root = $this->buildRootPrefix($route, $appName, $routeNamePrefix);
121 $defaults['caller'] = [$appName, $controllerName, $actionName];
152 return $this->processResources($routes['resources'] ?? [], $appName);
178 $root = $this->buildRootPrefix($config, $appName, $routeNamePrefix);
211 $defaultRoot = $appName === 'core' ? '' : '/apps/' . $appName;
[all …]
/dports/devel/upp/upp/bazaar/Updater/
H A DWindows.cpp75 bool Updater::UnregisterApplication(String const &appName) in UnregisterApplication() argument
93 String exePath = GetProgramsFolder() + "\\" + appName + "\\" + appName + ".exe"; in SetFileAssociation()
170 String exePath = GetProgramsFolder() + "\\" + appName + "\\" + appName + ".exe"; in ShellLink()
171 String iconPath = GetProgramsFolder() + "\\" + appName + "\\" + appName + ".ico"; in ShellLink()
172 String linkName = appName + ".lnk"; in ShellLink()
205 SetWinRegString(appName, "DisplayName", uninstallRegPath); in ShellLink()
209 RegisterApplication(appName, exePath); in ShellLink()
213 SetFileAssociation(appName, extensions[iExt], icon); in ShellLink()
223 String linkName = appName + ".lnk"; in ShellUnlink()
224 String iconPath = GetProgramsFolder() + "\\" + appName + "\\" + appName + ".ico"; in ShellUnlink()
[all …]
H A DUpdater.cpp83 appName = GetExeTitle(); in Updater()
85 appName = environment.Get("UPDATER_APPNAME"); in Updater()
90 SetAppName(appName); in Updater()
133 appName = _appName; in SetAppName()
154 appInstalled = FileExists(AppendFileName(GetProgramsFolder(), appName + "/" + appName + ".exe")); in SetAppName()
182 environment.Add("UPDATER_APPNAME", appName); in FailUpdate()
205 environment.Add("UPDATER_APPNAME", appName); in SucceedUpdate()
228 environment.Add("UPDATER_APPNAME", appName); in START_Updater()
460 path = AppendFileName(GetProgramsFolder(), appName + "/" + appName + ".exe"); in DO_Uninstall()
571 path = AppendFileName(GetProgramsFolder(), appName + "/" + appName + ".exe"); in RestartApp()
[all …]
H A DPosix.cpp70 desktop += "Name=" + appName + "\n"; in ShellLink()
75 desktop += "Exec=" + appName + " %f\n"; in ShellLink()
77 desktop += "Icon=" + appName + "\n"; in ShellLink()
78 desktop += "MimeType=application/x-" + appName + ";\n"; in ShellLink()
90 InstallThemeIcons(icon, "application-x-" + appName); in ShellLink()
97 "<mime-type type=\"application/x-" + appName + "\">\n"; in ShellLink()
121 FileDelete("/usr/share/applications/" + appName + ".desktop"); in ShellUnlink()
126 FileDelete("/usr/share/icons/hicolor/32x32/apps/" + appName + ".png"); in ShellUnlink()
127 RemoveThemeIcons("application-x-" + appName); in ShellUnlink()
129 if(FileExists("/usr/share/mime/packages/" + appName + ".xml")) in ShellUnlink()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.ipc_manager.inc.php51 * @param string $appName name of the application
54 function &getIPC($appName) argument
57 if ($this->_checkIPCApp($appName) == false)
61 $className = $this->_createIPCAppClassName($appName);
88 * @param string $appName name of application
91 function destroyIPC($appName) argument
162 * @param string $appName name of application
165 function _checkIPCApp($appName) argument
187 * @param string $appName name of application
190 function _createIPCAppClassName($appName) argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dappdata.go21 func appDataDir(goos, appName string, roaming bool) string {
22 if appName == "" || appName == "." {
28 appName = strings.TrimPrefix(appName, ".")
29 appNameUpper := string(unicode.ToUpper(rune(appName[0]))) + appName[1:]
30 appNameLower := string(unicode.ToLower(rune(appName[0]))) + appName[1:]
103 func AppDataDir(appName string, roaming bool) string {
104 return appDataDir(runtime.GOOS, appName, roaming)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/bshuster-repo/logrus-logstash-hook/
H A Dlogstash.go13 appName string member
21 func NewHook(protocol, address, appName string) (*Hook, error) {
22 return NewHookWithFields(protocol, address, appName, make(logrus.Fields))
26 func NewHookWithConn(conn net.Conn, appName string) (*Hook, error) {
27 return NewHookWithFieldsAndConn(conn, appName, make(logrus.Fields))
33 return NewHookWithFieldsAndPrefix(protocol, address, appName, alwaysSentFields, "")
43 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, prefix)
48 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, "")
53 …return &Hook{conn: conn, appName: appName, alwaysSentFields: alwaysSentFields, hookOnlyPrefix: pre…
63 return &Hook{conn: nil, appName: "", alwaysSentFields: make(logrus.Fields), hookOnlyPrefix: prefix}
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/bshuster-repo/logrus-logstash-hook/
H A Dlogstash.go13 appName string member
21 func NewHook(protocol, address, appName string) (*Hook, error) {
22 return NewHookWithFields(protocol, address, appName, make(logrus.Fields))
26 func NewHookWithConn(conn net.Conn, appName string) (*Hook, error) {
27 return NewHookWithFieldsAndConn(conn, appName, make(logrus.Fields))
33 return NewHookWithFieldsAndPrefix(protocol, address, appName, alwaysSentFields, "")
43 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, prefix)
48 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, "")
53 …return &Hook{conn: conn, appName: appName, alwaysSentFields: alwaysSentFields, hookOnlyPrefix: pre…
63 return &Hook{conn: nil, appName: "", alwaysSentFields: make(logrus.Fields), hookOnlyPrefix: prefix}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/bshuster-repo/logrus-logstash-hook/
H A Dlogstash.go13 appName string member
21 func NewHook(protocol, address, appName string) (*Hook, error) {
22 return NewHookWithFields(protocol, address, appName, make(logrus.Fields))
26 func NewHookWithConn(conn net.Conn, appName string) (*Hook, error) {
27 return NewHookWithFieldsAndConn(conn, appName, make(logrus.Fields))
33 return NewHookWithFieldsAndPrefix(protocol, address, appName, alwaysSentFields, "")
43 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, prefix)
48 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, "")
53 …return &Hook{conn: conn, appName: appName, alwaysSentFields: alwaysSentFields, hookOnlyPrefix: pre…
63 return &Hook{conn: nil, appName: "", alwaysSentFields: make(logrus.Fields), hookOnlyPrefix: prefix}
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/bshuster-repo/logrus-logstash-hook/
H A Dlogstash.go13 appName string member
21 func NewHook(protocol, address, appName string) (*Hook, error) {
22 return NewHookWithFields(protocol, address, appName, make(logrus.Fields))
26 func NewHookWithConn(conn net.Conn, appName string) (*Hook, error) {
27 return NewHookWithFieldsAndConn(conn, appName, make(logrus.Fields))
33 return NewHookWithFieldsAndPrefix(protocol, address, appName, alwaysSentFields, "")
43 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, prefix)
48 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, "")
53 …return &Hook{conn: conn, appName: appName, alwaysSentFields: alwaysSentFields, hookOnlyPrefix: pre…
63 return &Hook{conn: nil, appName: "", alwaysSentFields: make(logrus.Fields), hookOnlyPrefix: prefix}
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/bshuster-repo/logrus-logstash-hook/
H A Dlogstash.go13 appName string member
21 func NewHook(protocol, address, appName string) (*Hook, error) {
22 return NewHookWithFields(protocol, address, appName, make(logrus.Fields))
26 func NewHookWithConn(conn net.Conn, appName string) (*Hook, error) {
27 return NewHookWithFieldsAndConn(conn, appName, make(logrus.Fields))
33 return NewHookWithFieldsAndPrefix(protocol, address, appName, alwaysSentFields, "")
43 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, prefix)
48 return NewHookWithFieldsAndConnAndPrefix(conn, appName, alwaysSentFields, "")
53 …return &Hook{conn: conn, appName: appName, alwaysSentFields: alwaysSentFields, hookOnlyPrefix: pre…
63 return &Hook{conn: nil, appName: "", alwaysSentFields: make(logrus.Fields), hookOnlyPrefix: prefix}
[all …]

12345678910>>...147