Home
last modified time | relevance | path

Searched refs:tags_set (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/ilias/ILIAS-5.4.25/Services/Tagging/classes/
H A Dclass.ilObjTaggingSettingsGUI.php137 $tags_set = new ilSetting("tags");
138 if ($tags_set->get("enable")) {
186 $tags_set = new ilSetting("tags");
187 $tags_set->set("enable", ilUtil::stripSlashes($_POST["enable_tagging"]));
215 $tags_set = new ilSetting("tags");
234 $cb_prop->setChecked($tags_set->get("enable"));
242 $cb_prop2->setChecked($tags_set->get("enable_all_users"));
287 $tags_set = new ilSetting("tags");
288 $forbidden = $tags_set->get("forbidden_tags");
337 $tags_set = new ilSetting("tags");
[all …]
H A Dclass.ilTaggingClassificationProvider.php50 $tags_set = new ilSetting("tags");
51 $this->enable_all_users = (bool) $tags_set->get("enable_all_users", false);
70 $tags_set = new ilSetting("tags");
71 if (!$tags_set->get("enable_all_users", false) &&
H A Dclass.ilTaggingGUI.php87 $tags_set = new ilSetting("tags");
88 $forbidden = $tags_set->get("forbidden_tags");
372 $tags_set = new ilSetting("tags");
373 if ($tags_set->get("enable_all_users")) {
/dports/www/ilias6/ILIAS-6.14/Services/Tagging/classes/
H A Dclass.ilObjTaggingSettingsGUI.php130 $tags_set = new ilSetting("tags");
131 if ($tags_set->get("enable")) {
179 $tags_set = new ilSetting("tags");
180 $tags_set->set("enable", ilUtil::stripSlashes($_POST["enable_tagging"]));
208 $tags_set = new ilSetting("tags");
227 $cb_prop->setChecked($tags_set->get("enable"));
235 $cb_prop2->setChecked($tags_set->get("enable_all_users"));
280 $tags_set = new ilSetting("tags");
281 $forbidden = $tags_set->get("forbidden_tags");
330 $tags_set = new ilSetting("tags");
[all …]
H A Dclass.ilTaggingClassificationProvider.php61 $tags_set = new ilSetting("tags");
62 $this->enable_all_users = (bool) $tags_set->get("enable_all_users", false);
81 $tags_set = new ilSetting("tags");
82 if (!$tags_set->get("enable_all_users", false) &&
H A Dclass.ilTaggingGUI.php92 $tags_set = new ilSetting("tags");
93 $forbidden = $tags_set->get("forbidden_tags");
384 $tags_set = new ilSetting("tags");
385 if ($tags_set->get("enable_all_users")) {
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnaddr.py177 tags_set = set()
181 tags_set.add('p')
185 tags_set.add('s')
193 if k in tags_set:
233 tags_set.add(k)
239 if 'd' in tags_set and 'h' in tags_set:
241 if not 'd' in tags_set and not 'h' in tags_set:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/
H A Dstory_expectation_validator.py73 tags_set = set(reduce(lambda x, y: list(x) + list(y), tag_sets))
74 for tag in tags_set:
80 assert tag in tags_set, (
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-proto/pyln/proto/
H A Dinvoice.py227 tags_set = set()
239 if k in tags_set:
264 tags_set.add(k)
270 if 'd' in tags_set and 'h' in tags_set:
272 if 'd' not in tags_set and 'h' not in tags_set:
/dports/www/ilias6/ILIAS-6.14/Services/Tagging/GlobalScreen/classes/
H A DTaggingMainBarProvider.php35 $tags_set = new \ilSetting("tags");
36 return (bool) $tags_set->get("enable");
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-subset.cc245 hb_set_t tags_set; in hb_subset() local
254 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
255 tags_set.add (tag); in hb_subset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-subset.cc247 hb_set_t tags_set; in hb_subset() local
256 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
257 tags_set.add (tag); in hb_subset()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset.cc247 hb_set_t tags_set; in hb_subset() local
256 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
257 tags_set.add (tag); in hb_subset()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset.cc247 hb_set_t tags_set; in hb_subset() local
256 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
257 tags_set.add (tag); in hb_subset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-subset.cc245 hb_set_t tags_set; in hb_subset() local
254 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
255 tags_set.add (tag); in hb_subset()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-subset.cc288 hb_set_t tags_set; in hb_subset() local
295 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) in hb_subset()
300 tags_set.add (tag); in hb_subset()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-subset.cc288 hb_set_t tags_set; in hb_subset() local
295 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) in hb_subset()
300 tags_set.add (tag); in hb_subset()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-subset.cc313 hb_set_t tags_set; in hb_subset() local
322 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
323 tags_set.add (tag); in hb_subset()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-subset.cc352 hb_set_t tags_set; in hb_subset_or_fail() local
361 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset_or_fail()
362 tags_set.add (tag); in hb_subset_or_fail()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-subset.cc313 hb_set_t tags_set; in hb_subset() local
322 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
323 tags_set.add (tag); in hb_subset()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-subset.cc352 hb_set_t tags_set; in hb_subset_or_fail() local
361 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset_or_fail()
362 tags_set.add (tag); in hb_subset_or_fail()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-subset.cc352 hb_set_t tags_set; in hb_subset_or_fail() local
361 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset_or_fail()
362 tags_set.add (tag); in hb_subset_or_fail()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-subset.cc352 hb_set_t tags_set; in hb_subset_or_fail() local
361 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset_or_fail()
362 tags_set.add (tag); in hb_subset_or_fail()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-subset.cc316 hb_set_t tags_set; in hb_subset() local
325 if (_should_drop_table (plan, tag) && !tags_set.has (tag)) continue; in hb_subset()
326 tags_set.add (tag); in hb_subset()
/dports/www/ilias/ILIAS-5.4.25/Services/InfoScreen/classes/
H A Dclass.ilInfoScreenGUI.php836 $tags_set = new ilSetting("tags");
837 if ($tags_set->get("enable") && $ilUser->getId() != ANONYMOUS_USER_ID) {
1208 $tags_set = new ilSetting("tags");
1219 if ($tags_set->get("enable_all_users")) {

12345