Home
last modified time | relevance | path

Searched refs:restrictions (Results 151 – 175 of 25031) sorted by relevance

12345678910>>...1002

/dports/textproc/py-pikepdf/pikepdf-2.16.1/docs/topics/
H A Dsecurity.rst21 - ``pikepdf.Permissions`` restrictions depend entirely on the PDF viewer software
22 to enforce the restrictions – libraries like pikepdf can bypass those restrictions;
42 PDF content restrictions
45 If you are developing a PDF application, you should enforce the restrictions in
48 any content may be accessed without enforcing restrictions.
52 It is up to the application developer to implement the restrictions. pikepdf or
53 any PDF manipulation library can be used to bypass restrictions.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/virtual_keyboard/
H A Dvirtual_keyboard_api.cc32 if (params->restrictions.handwriting_enabled) { in Run()
35 *params->restrictions.handwriting_enabled); in Run()
37 if (params->restrictions.voice_input_enabled) { in Run()
40 *params->restrictions.voice_input_enabled); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/virtual_keyboard/
H A Dvirtual_keyboard_api.cc33 if (params->restrictions.handwriting_enabled) { in Run()
36 *params->restrictions.handwriting_enabled); in Run()
38 if (params->restrictions.voice_input_enabled) { in Run()
41 *params->restrictions.voice_input_enabled); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Dparental_controls.cc72 DWORD restrictions = 0; in GetParentalControlsFromApi() local
73 settings->GetRestrictions(&restrictions); in GetParentalControlsFromApi()
76 restrictions != WPCFLAG_NO_RESTRICTION /* any_restrictions */, in GetParentalControlsFromApi()
77 (restrictions & WPCFLAG_LOGGING_REQUIRED) == WPCFLAG_LOGGING_REQUIRED in GetParentalControlsFromApi()
79 (restrictions & WPCFLAG_WEB_FILTERED) == WPCFLAG_WEB_FILTERED in GetParentalControlsFromApi()
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dxmlreader.py23 def parseRestrictions(restrictions): argument
30 if not restrictions:
34 editLockMatch = re.search('edit=([^:]*)', restrictions)
37 moveLockMatch = re.search('move=([^:]*)', restrictions)
40 if restrictions == 'sysop':
151 self.restrictions = elem.findtext('{%s}restrictions' % self.uri)
154 self.restrictions)
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/specials/pagers/
H A DBlockListPagerTest.php192 $restrictions = [
200 $wrappedPager->restrictions = $restrictions;
297 $restrictions = $wrappedPager->restrictions;
298 $this->assertIsArray( $restrictions );
300 $restriction = $restrictions[0];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DFeature-87776-LimitRestrictionToTablesInQueryBuilder.rst12 In some cases it is needed to apply restrictions only to a certain table.
14 it is possible to apply restrictions to a query only for a given set of tables, or to be precise, t…
15 Since it is a restriction container, it can be added to the restrictions of the query builder and
16 it can hold restrictions itself. The restrictions it holds can be limited to tables like this:
44 Furthermore it is possible to restrict the complete set of restrictions of a query builder to a
70 It is now easily possible to add restrictions that are only applied to certain tables/ table aliase…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DFeature-87776-LimitRestrictionToTablesInQueryBuilder.rst12 In some cases it is needed to apply restrictions only to a certain table.
14 it is possible to apply restrictions to a query only for a given set of tables, or to be precise, t…
15 Since it is a restriction container, it can be added to the restrictions of the query builder and
16 it can hold restrictions itself. The restrictions it holds can be limited to tables like this:
44 Furthermore it is possible to restrict the complete set of restrictions of a query builder to a
70 It is now easily possible to add restrictions that are only applied to certain tables/ table aliase…
/dports/www/mediawiki135/mediawiki-1.35.5/includes/block/
H A DDatabaseBlock.php83 private $restrictions; variable in MediaWiki\\Block\\DatabaseBlock
540 if ( $this->restrictions ) {
565 if ( $this->restrictions ) {
607 if ( $this->restrictions !== null ) {
609 if ( empty( $this->restrictions ) ) {
628 if ( $this->restrictions !== null ) {
1025 $blockId, $this->restrictions
1461 if ( $this->restrictions === null ) {
1470 return $this->restrictions;
1477 * @param Restriction[] $restrictions
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/arg_parse/
H A Darg_parse_ctd_support.h164 _getRestrictions(std::vector<std::string> & restrictions, ArgParseArgument const & opt) in _getRestrictions() argument
173 appendValue(restrictions, "true,false"); in _getRestrictions()
182 appendValue(restrictions, *valid); in _getRestrictions()
201 appendValue(restrictions, minMaxRestriction); in _getRestrictions()
447 std::vector<std::string> restrictions; in writeCTD() local
448 _getRestrictions(restrictions, opt); in writeCTD()
472 if (!empty(restrictions)) in writeCTD()
473 ctdfile << "restrictions=\"" << xmlEscape(_join(restrictions, ",")) << "\" "; in writeCTD()
520 std::vector<std::string> restrictions; in writeCTD() local
521 _getRestrictions(restrictions, arg); in writeCTD()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/arg_parse/
H A Darg_parse_ctd_support.h164 _getRestrictions(std::vector<std::string> & restrictions, ArgParseArgument const & opt) in _getRestrictions() argument
173 appendValue(restrictions, "true,false"); in _getRestrictions()
182 appendValue(restrictions, *valid); in _getRestrictions()
201 appendValue(restrictions, minMaxRestriction); in _getRestrictions()
447 std::vector<std::string> restrictions; in writeCTD() local
448 _getRestrictions(restrictions, opt); in writeCTD()
472 if (!empty(restrictions)) in writeCTD()
473 ctdfile << "restrictions=\"" << xmlEscape(_join(restrictions, ",")) << "\" "; in writeCTD()
520 std::vector<std::string> restrictions; in writeCTD() local
521 _getRestrictions(restrictions, arg); in writeCTD()
[all …]
/dports/devel/py-azure-mgmt-reservations/azure-mgmt-reservations-0.7.0/tests/recordings/
H A Dtest_mgmt_reservations.test_get_catalog.yaml75 …Compute Hour"},{"name":"SkuDisplayName","value":"F2"}],"restrictions":[{"type":"Location","values"…
154 vCore Hour"},{"name":"SkuDisplayName","value":"vCore"}],"restrictions":[]}]'
207 …Support Hour"},{"name":"SkuDisplayName","value":"5+ vCPU VM"}],"restrictions":[]},{"resourceType":…
210 …Support Hour"},{"name":"SkuDisplayName","value":"5+ vCPU VM"}],"restrictions":[]},{"resourceType":…
216 …Support Hour"},{"name":"SkuDisplayName","value":"5+ vCPU VM"}],"restrictions":[]},{"resourceType":…
219 …Support Hour"},{"name":"SkuDisplayName","value":"5+ vCPU VM"}],"restrictions":[]},{"resourceType":…
222 …Support Hour"},{"name":"SkuDisplayName","value":"1-2 vCPU VM"}],"restrictions":[]},{"resourceType"…
231 …Support Hour"},{"name":"SkuDisplayName","value":"1-2 vCPU VM"}],"restrictions":[]},{"resourceType"…
234 …Support Hour"},{"name":"SkuDisplayName","value":"3-4 vCPU VM"}],"restrictions":[]},{"resourceType"…
246 …Support Hour"},{"name":"SkuDisplayName","value":"1-2 vCPU VM"}],"restrictions":[]},{"resourceType"…
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/extractor/
H A Dintersection_analysis_tests.cpp26 std::vector<TurnRestriction> restrictions{TurnRestriction{NodeRestriction{0, 2, 1}, false}}; in BOOST_AUTO_TEST_CASE() local
91 restrictions, in BOOST_AUTO_TEST_CASE()
102 RestrictionGraph restriction_graph = constructRestrictionGraph(restrictions); in BOOST_AUTO_TEST_CASE()
157 std::vector<TurnRestriction> restrictions; in BOOST_AUTO_TEST_CASE() local
214 restrictions, in BOOST_AUTO_TEST_CASE()
226 RestrictionGraph restriction_graph = constructRestrictionGraph(restrictions); in BOOST_AUTO_TEST_CASE()
264 std::vector<TurnRestriction> restrictions; in BOOST_AUTO_TEST_CASE() local
306 restrictions, in BOOST_AUTO_TEST_CASE()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/
H A DV2Key.php82 public function setRestrictions(Google_Service_ApiKeysService_V2Restrictions $restrictions) argument
84 $this->restrictions = $restrictions;
91 return $this->restrictions;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.SqlClient/
H A DSqlConnectionTest.cs1172 restrictions[1] = "dbo"; in GetSchemaTest14()
1173 restrictions[2] = null; in GetSchemaTest14()
1174 restrictions[3] = "BASE TABLE"; in GetSchemaTest14()
1203 restrictions[1] = null; in GetSchemaTest15()
1205 restrictions[3] = null; in GetSchemaTest15()
1234 restrictions[1] = null; in GetSchemaTest16()
1235 restrictions[2] = "sp_get_age"; in GetSchemaTest16()
1236 restrictions[3] = null; in GetSchemaTest16()
1415 restrictions[1] = null; in GetSchemaTest24()
1416 restrictions[2] = "sp_get_age"; in GetSchemaTest24()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiAnnotations.java33 public ApiAnnotations(int visibility, int restrictions) { in ApiAnnotations() argument
34 this.bits = (visibility << OFFSET_VISIBILITY) | (restrictions << OFFSET_RESTRICTIONS); in ApiAnnotations()
52 int restrictions = getRestrictions(); in toString() local
53 buffer.append(RestrictionModifiers.getRestrictionText(restrictions)); in toString()
/dports/net/ntp/ntp-4.2.8p15/tests/ntpd/
H A Dntp_restrict.c97 restrictions(&sockaddr, &r4a); in test_ReturnsCorrectDefaultRestrictions()
124 restrictions(&sockaddr, &r4a); in test_HackingDefaultRestriction()
138 restrictions(&resaddr, &r4a); in test_CantRemoveDefaultEntry()
154 restrictions(&resaddr, &r4a); in test_AddingNewRestriction()
179 restrictions(&resaddr_target, &r4a); in test_TheMostFittingRestrictionIsMatched()
206 restrictions(&resaddr_target, &r4a); in test_DeletedRestrictionIsNotMatched()
222 restrictions(&resaddr, &r4a); in test_RestrictUnflagWorks()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/ntpd/
H A Drestrict.c86 unsigned short retval = restrictions(&sockaddr); in TEST()
106 TEST_ASSERT_EQUAL(RES_Default|flags, restrictions(&sockaddr)); in TEST()
116 TEST_ASSERT_EQUAL(RES_Default, restrictions(&resaddr)); in TEST()
128 TEST_ASSERT_EQUAL(flags, restrictions(&resaddr)); in TEST()
149 TEST_ASSERT_EQUAL(22, restrictions(&resaddr_target)); in TEST()
172 TEST_ASSERT_EQUAL(128, restrictions(&resaddr_target)); in TEST()
184 TEST_ASSERT_EQUAL(1, restrictions(&resaddr)); in TEST()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/specials/pagers/
H A DBlockListPagerTest.php193 $restrictions = [
201 $wrappedPager->restrictions = $restrictions;
301 $restrictions = $wrappedPager->restrictions;
302 $this->assertIsArray( $restrictions );
304 $restriction = $restrictions[0];
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/gqb/
H A DgqbModel.cpp27 restrictions = new gqbRestrictions(); in gqbModel()
45 if(restrictions) in ~gqbModel()
46 delete restrictions; in ~gqbModel()
112 restrictions->addRestriction(r); in addRestriction()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_peer_permissions_box.cpp120 const auto restrictions = Data::ListOfRestrictions(); in RestrictionLabels() local
264 | ((restrictions & Restriction::PinMessages) in DisabledByDefaultRestrictions()
276 | ((restrictions & Restriction::ChangeInfo) in DisabledByDefaultRestrictions()
287 restrictions |= ChatRestriction::SendInline; in FixDependentRestrictions()
289 restrictions &= ~ChatRestriction::SendInline; in FixDependentRestrictions()
295 if ((restrictions & second) && !(restrictions & first)) { in FixDependentRestrictions()
296 restrictions |= first; in FixDependentRestrictions()
304 return restrictions; in FixDependentRestrictions()
433 restrictions, in prepare()
758 ChatRestrictions restrictions, in CreateEditRestrictions() argument
[all …]
/dports/devel/py-pymaven-patch/pymaven-patch-0.3.0/pymaven/
H A Dversioning.py209 restrictions = []
237 restrictions.append(restriction)
246 if restrictions:
253 restrictions.append(Restriction())
256 self.restrictions = tuple(restrictions)
271 result = cmp(self.restrictions, other.restrictions)
276 return any((version in r) for r in self.restrictions)
282 return hash((self.version, self.restrictions))
294 return ','.join(str(r) for r in self.restrictions)
298 self.version, self.restrictions)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DTeamDrive.php113 public function setRestrictions(Google_Service_Drive_TeamDriveRestrictions $restrictions) argument
115 $this->restrictions = $restrictions;
122 return $this->restrictions;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DTeamDrive.php113 public function setRestrictions(Google_Service_Drive_TeamDriveRestrictions $restrictions) argument
115 $this->restrictions = $restrictions;
122 return $this->restrictions;
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/adaptation/
H A Dvideo_stream_adapter.h46 VideoSourceRestrictions restrictions,
91 const VideoSourceRestrictions& restrictions() const;
99 VideoSourceRestrictions restrictions,
150 const VideoSourceRestrictions& restrictions);
162 VideoSourceRestrictions restrictions; member
191 const RestrictionsWithCounters& restrictions) const

12345678910>>...1002