Home
last modified time | relevance | path

Searched refs:APP_ID (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/www/nextcloud-contacts/contacts/lib/Controller/
H A DPageController.php71 parent::__construct(Application::APP_ID, $request);
96 $defaultProfile = $this->config->getAppValue(Application::APP_ID, 'defaultProfile', 'HOME');
100 $syncAllowedByAdmin = $this->config->getAppValue(Application::APP_ID, 'allowSocialSync', 'yes');
102 …$bgSyncEnabledByUser = $this->config->getUserValue($userId, Application::APP_ID, 'enableSocialSync…
110 $this->initialStateService->provideInitialState(Application::APP_ID, 'locales', $locales);
111 …$this->initialStateService->provideInitialState(Application::APP_ID, 'defaultProfile', $defaultPro…
112 …$this->initialStateService->provideInitialState(Application::APP_ID, 'supportedNetworks', $support…
113 …$this->initialStateService->provideInitialState(Application::APP_ID, 'allowSocialSync', $syncAllow…
118 Util::addScript(Application::APP_ID, 'contacts-main');
119 Util::addStyle(Application::APP_ID, 'contacts');
[all …]
/dports/security/py-fido2/fido2-0.9.2/test/
H A Dtest_client.py75 APP_ID = "https://foo.example.com" variable
90 client = U2fClient(None, APP_ID)
102 client = U2fClient(None, APP_ID)
115 client = U2fClient(None, APP_ID)
122 APP_ID,
138 client = U2fClient(None, APP_ID)
145 APP_ID,
160 client = U2fClient(None, APP_ID)
172 APP_ID,
196 APP_ID,
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/linux/
H A DMakefile2 APP_ID=org.frescobaldi.Frescobaldi macro
6 all: $(APP_ID).desktop $(APP_ID).metainfo.xml
15 desktop-file-validate --no-hints $(APP_ID).desktop
16 appstream-util validate $(APP_ID).metainfo.xml
19 rm $(APP_ID).{desktop,metainfo.xml}
/dports/www/nextcloud/nextcloud/apps-pkg/weather_status/lib/Service/
H A DWeatherStatusService.php114 $this->version = $appManager->getAppVersion(Application::APP_ID);
128 $this->config->setUserValue($this->userId, Application::APP_ID, 'mode', strval($mode));
138 $favoritesJson = $this->config->getUserValue($this->userId, Application::APP_ID, 'favorites', '');
148 …$this->config->setUserValue($this->userId, Application::APP_ID, 'favorites', json_encode($favorite…
182 $this->config->setUserValue($this->userId, Application::APP_ID, 'lat', strval($lat));
183 $this->config->setUserValue($this->userId, Application::APP_ID, 'lon', strval($lon));
187 $this->config->setUserValue($this->userId, Application::APP_ID, 'address', $address);
190 $this->config->setUserValue($this->userId, Application::APP_ID, 'altitude', strval($altitude));
287 $this->config->setUserValue($this->userId, Application::APP_ID, 'address', $formattedAddress);
293 $this->config->setUserValue($this->userId, Application::APP_ID, 'altitude', strval($altitude));
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/accessibility/lib/AppInfo/
H A DApplication.php47 public const APP_ID = 'accessibility'; define in OCA\\Accessibility\\AppInfo\\Application
50 parent::__construct(self::APP_ID);
67 $userValues = $config->getUserKeys($loggedUser->getUID(), self::APP_ID);
70 …$hash = $config->getUserValue($loggedUser->getUID(), self::APP_ID, 'icons-css', md5(implode('-', $…
71 … $linkToCSS = $urlGenerator->linkToRoute(self::APP_ID . '.accessibility.getCss', ['md5' => $hash]);
79 … $linkToCSS = $urlGenerator->linkToRoute(self::APP_ID . '.accessibility.getCss', ['md5' => $hash]);
/dports/multimedia/py-metadata-cleaner/metadata-cleaner-b8cd4f28c82d5da9b93cd892355b66f8b7340129/
H A Dmetadata-cleaner.py.in20 APP_ID = "@app_id@" variable
31 locale.bindtextdomain(APP_ID, LOCALE_DIR) # type: ignore
32 locale.textdomain(APP_ID) # type: ignore
37 gettext.bindtextdomain(APP_ID, LOCALE_DIR)
38 gettext.textdomain(APP_ID)
58 app = MetadataCleaner(app_id=APP_ID, version=VERSION, flatpak=flatpak)
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemankdewallet.cpp85 args << APP_ID; in createFolder()
112 args << APP_ID; in removeFolder()
140 args << APP_ID; in readEntry()
162 args << APP_ID; in readEntryList()
184 args << APP_ID; in readMap()
206 args << APP_ID; in readMapList()
228 args << APP_ID; in readPassword()
250 args << APP_ID; in readPasswordList()
272 args << APP_ID; in removeEntry()
295 args << APP_ID; in renameEntry()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/build-scripts/
H A Dbuild-flatpak.sh5 APP_ID="org.nxengine.nxengine_evo"
9 flatpak-builder --ccache --force-clean --repo=build/flatpak-repo "$@" build/flatpak-build "${APP_ID
12 … build-bundle build/flatpak-repo "NXEngine-v${VERSION}-Linux64.flatpak" "${APP_ID}"
13 …-bundle build/flatpak-repo --runtime "NXEngine-v${VERSION}-Linux64.Debug.flatpak" "${APP_ID}.Debug"
H A Dbuild-appimage.sh5 export APP_ID="org.nxengine.nxengine_evo"
23 VERSION="v$(xmllint --xpath 'string(/component/releases/release/@version)' "platform/xdg/${APP_ID}.…
104 --desktop-file="platform/xdg/${APP_ID}.desktop" \
105 --icon-file="platform/xdg/${APP_ID}.png" \
/dports/www/nextcloud-deck/deck/lib/Service/
H A DConfigService.php90 …return (bool)$this->config->getUserValue($this->getUserId(), Application::APP_ID, 'calendar', true…
99 …$defaultState = (bool)$this->config->getUserValue($this->getUserId(), Application::APP_ID, 'calend…
104 …return (bool)$this->config->getUserValue($this->getUserId(), Application::APP_ID, 'board:' . $boar…
122 … $this->config->setUserValue($this->getUserId(), Application::APP_ID, 'calendar', (string)$value);
130 $this->config->setUserValue($this->getUserId(), Application::APP_ID, $key, (string)$value);
142 $this->config->setAppValue(Application::APP_ID, 'groupLimit', $data);
147 $value = $this->config->getAppValue(Application::APP_ID, 'groupLimit', '');
/dports/multimedia/py-metadata-cleaner/metadata-cleaner-b8cd4f28c82d5da9b93cd892355b66f8b7340129/data/
H A Dmeson.build8 APP_ID,
9 APP_ID + '.gresource.xml',
39 input: APP_ID + '.desktop.in',
40 output: APP_ID + '.desktop',
56 install_data(APP_ID + '.gschema.xml', install_dir: schemasdir)
/dports/www/nextcloud/nextcloud/apps-pkg/systemtags/lib/AppInfo/
H A DApplication.php38 public const APP_ID = 'systemtags'; define in OCA\\SystemTags\\AppInfo\\Application
41 parent::__construct(self::APP_ID);
57 \OCP\Util::addScript(self::APP_ID, 'systemtags');
80 $l = \OC::$server->getL10N(self::APP_ID);
83 'appname' => self::APP_ID,
/dports/www/nextcloud-calendar/calendar/lib/Service/
H A DJSDataService.php60 $defaultTimezone = $this->config->getAppValue(Application::APP_ID, 'timezone', 'automatic');
61 $defaultShowTasks = $this->config->getAppValue(Application::APP_ID, 'showTasks', 'yes');
62 …$timezone = $this->config->getUserValue($user->getUID(), Application::APP_ID, 'timezone', $default…
63 …$showTasks = $this->config->getUserValue($user->getUID(), Application::APP_ID, 'showTasks', $defau…
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DSettingsController.php46 parent::__construct(Application::APP_ID, $request);
56 …$this->config->setUserValue($this->userId, Application::APP_ID, 'default_accept', $accept ? 'yes' …
64 $this->config->setUserValue($this->userId, Application::APP_ID, 'share_folder', $shareFolder);
72 $this->config->deleteUserValue($this->userId, Application::APP_ID, 'share_folder');
/dports/security/nextcloud-twofactor_nextcloud_notification/twofactor_nextcloud_notification/lib/Migration/
H A DVersion000100Date20180411172140.php46 if (!$schema->hasTable(Application::APP_ID . '_tokens')) {
47 $table = $schema->createTable(Application::APP_ID . '_tokens');
71 $table->setPrimaryKey(['id'], Application::APP_ID . '_tokens_id_idx');
72 $table->addIndex(['token'], Application::APP_ID . '_tokens_token_idx');
/dports/mail/nextcloud-mail/mail/lib/Settings/
H A DAdminSettings.php57 Application::APP_ID,
63 Application::APP_ID,
73 Application::APP_ID,
80 return new TemplateResponse(Application::APP_ID, 'settings-admin');
/dports/www/nextcloud/nextcloud/apps-pkg/photos/lib/Controller/
H A DPageController.php64 parent::__construct(Application::APP_ID, $request);
89 …roppedLayout', $this->config->getUserValue($user->getUid(), Application::APP_ID, 'croppedLayout', …
92 Util::addScript(Application::APP_ID, 'photos-main');
93 Util::addStyle(Application::APP_ID, 'icons');
95 $response = new TemplateResponse(Application::APP_ID, 'main');
/dports/www/nextcloud/nextcloud/apps-pkg/accessibility/lib/Migration/
H A DRepairUserConfig.php77 $theme = $this->config->getUserValue($user->getUID(), Application::APP_ID, 'theme', false);
79 $this->config->setUserValue($user->getUID(), Application::APP_ID, 'theme', 'dark');
82 … $this->config->setUserValue($user->getUID(), Application::APP_ID, 'highcontrast', 'highcontrast');
83 $this->config->deleteUserValue($user->getUID(), Application::APP_ID, 'theme');
/dports/www/nextcloud-calendar/calendar/lib/Controller/
H A DAppointmentController.php62 parent::__construct(Application::APP_ID, $request);
81 Application::APP_ID,
101 Application::APP_ID,
121 Application::APP_ID,
161 Application::APP_ID,
/dports/security/nextcloud-twofactor_nextcloud_notification/twofactor_nextcloud_notification/lib/Notification/
H A DNotifier.php54 return Application::APP_ID;
64 return $this->l10nFactory->get(Application::APP_ID)->t('TwoFactor Nextcloud notification');
74 if ($notification->getApp() !== Application::APP_ID ||
79 $l = $this->l10nFactory->get(Application::APP_ID, $languageCode);
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/helpers/
H A Dscale-to-fit21 APP_ID="$(echo $1 | sed 's/[^a-zA-Z0-9]/-/g' | tr '[:upper:]' '[:lower:]')"
23 gsettings set sm.puri.phoc.application:/sm/puri/phoc/application/"$APP_ID"/ scale-to-fit "${val}"
26 G_MESSAGES_DEBUG= gsettings get sm.puri.phoc.application:/sm/puri/phoc/application/"$APP_ID"/ scale…
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Listener/
H A DLoadAdditionalListener.php40 Util::addScript(Application::APP_ID, 'dist/files_sharing');
41 Util::addScript(Application::APP_ID, 'dist/additionalScripts');
42 Util::addStyle(Application::APP_ID, 'icons');
/dports/sysutils/tracker/tracker-2.3.4/examples/rss-reader/
H A Dzeitgeist_backend.py29 APP_ID = u"/usr/local/share/tracker/examples/rss-python/rss-pseudo-miner.desktop" variable
40 actor=APP_ID)
53 actor=APP_ID,
69 actor=APP_ID,
/dports/sysutils/tracker3/tracker-3.1.2/examples/rss-reader/
H A Dzeitgeist_backend.py29 APP_ID = u"/usr/local/share/tracker/examples/rss-python/rss-pseudo-miner.desktop" variable
40 actor=APP_ID)
53 actor=APP_ID,
69 actor=APP_ID,
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Activity/
H A DFilter.php29 return Application::APP_ID;
54 $this->url->imagePath(Application::APP_ID, 'circles.svg')
73 return [Application::APP_ID];

12345678910>>...23