Home
last modified time | relevance | path

Searched refs:set_read_only (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/devel/py-azure-appconfiguration/azure-appconfiguration-1.1.1/
H A DCHANGELOG.md16 - Added match condition support for `set_read_only` method #13276
42 - Combine set_read_only & clear_read_only to be set_read_only(True/False) #8453
53 - Add set_read_only and clear_read_only methods
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/tests/
H A Dfile_path_test.py44 file_path.set_read_only(os.path.join(dirpath, filename), False)
46 file_path.set_read_only(os.path.join(dirpath, dirname), False)
111 file_path.set_read_only(dir_foo, False)
112 file_path.set_read_only(file_bar, True)
128 file_path.set_read_only(dir_foo, True)
129 file_path.set_read_only(file_bar, False)
151 file_path.set_read_only(dir_foo, True)
152 file_path.set_read_only(file_bar, True)
171 file_path.set_read_only(file_bar, True)
/dports/devel/py-azure-appconfiguration/azure-appconfiguration-1.1.1/samples/
H A Dread_only_sample.py38 read_only_config_setting = client.set_read_only(
45 read_write_config_setting = client.set_read_only(
H A Dread_only_async_sample.py40 read_only_config_setting = await client.set_read_only(
47 read_write_config_setting = await client.set_read_only(
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filter/
H A Dfilter_pipeline.cc138 input_data.set_read_only(true); in filter_chunks_forward()
140 input_metadata.set_read_only(true); in filter_chunks_forward()
148 input_data.set_read_only(false); in filter_chunks_forward()
150 input_metadata.set_read_only(false); in filter_chunks_forward()
298 input_data.set_read_only(true); in filter_chunks_reverse()
300 input_metadata.set_read_only(true); in filter_chunks_reverse()
321 input_data.set_read_only(false); in filter_chunks_reverse()
322 input_metadata.set_read_only(false); in filter_chunks_reverse()
/dports/devel/py-azure-appconfiguration/azure-appconfiguration-1.1.1/tests/
H A Dtest_azure_configuration_client.py386 read_only_kv = self.app_config_client.set_read_only(kv)
388 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
393 read_only_kv = self.app_config_client.set_read_only(to_delete_kv)
396 self.app_config_client.set_read_only(read_only_kv, False)
406 read_only_kv = self.app_config_client.set_read_only(to_set_kv)
409 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
423 … self.app_config_client.set_read_only(set_kv, True, match_condition=MatchConditions.IfNotModified)
H A Dtest_azure_configuration_client_async.py388 read_only_kv = self.app_config_client.set_read_only(kv)
390 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
395 read_only_kv = self.app_config_client.set_read_only(to_delete_kv)
398 self.app_config_client.set_read_only(read_only_kv, False)
408 read_only_kv = self.app_config_client.set_read_only(to_set_kv)
411 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
425 … self.app_config_client.set_read_only(set_kv, True, match_condition=MatchConditions.IfNotModified)
H A Dasync_proxy.py79 def set_read_only(self, configuration_setting, read_only=True, **kwargs): member in AzureAppConfigurationClientProxy
81 self.obj.set_read_only(configuration_setting, read_only, **kwargs)
H A Dtest_azure_configuration_client_aad_async.py400 read_only_kv = self.app_config_client.set_read_only(kv)
402 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
407 read_only_kv = self.app_config_client.set_read_only(to_delete_kv)
410 self.app_config_client.set_read_only(read_only_kv, False)
420 read_only_kv = self.app_config_client.set_read_only(to_set_kv)
423 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
H A Dtest_azure_configuration_client_aad.py395 read_only_kv = self.app_config_client.set_read_only(kv)
397 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
402 read_only_kv = self.app_config_client.set_read_only(to_delete_kv)
405 self.app_config_client.set_read_only(read_only_kv, False)
415 read_only_kv = self.app_config_client.set_read_only(to_set_kv)
418 readable_kv = self.app_config_client.set_read_only(read_only_kv, False)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/sublime/
H A Dcompile_current_file.py26 self.view.set_read_only(False)
29 self.view.set_read_only(True)
182 self.output_panel.set_read_only(True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/sublime/
H A Dcompile_current_file.py26 self.view.set_read_only(False)
29 self.view.set_read_only(True)
182 self.output_panel.set_read_only(True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/browser/
H A Dcontent_settings_provider_unittest.cc52 mock_provider.set_read_only(true); in TEST()
64 mock_provider.set_read_only(false); in TEST()
/dports/converters/p5-Sereal/Sereal-4.018/t/
H A D006_sereal_file.t89 my $decoder_0= get_sereal_decoder( { set_read_only => 1, use_undef => 1 } );
99 my $decoder_2= get_sereal_decoder( { set_read_only => 1, use_undef => 1 } );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcontent_settings_provider_unittest.cc61 mock_provider.set_read_only(true); in TEST()
74 mock_provider.set_read_only(false); in TEST()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproperty_editor.h148 void set_read_only(bool p_read_only) { read_only = p_read_only; } in set_read_only() function
265 void set_read_only(bool p_read_only) { in set_read_only() function
267 custom_editor->set_read_only(p_read_only); in set_read_only()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproperty_editor.h148 void set_read_only(bool p_read_only) { read_only = p_read_only; } in set_read_only() function
265 void set_read_only(bool p_read_only) { in set_read_only() function
267 custom_editor->set_read_only(p_read_only); in set_read_only()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dpattern_picker_dialog.cpp36 ui.tileset_view->set_read_only(true); in PatternPickerDialog()
/dports/editors/mp/mp-5.x-5.50/
H A Dmp_misc.mpsl183 d->set_read_only();
202 d->move_bof()->set_read_only();
237 d->set_read_only();
360 d->set_read_only();
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/test/
H A Dcontent_settings_mock_provider.h41 void set_read_only(bool read_only) { read_only_ = read_only; } in set_read_only() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/utils/
H A Dfile_path.py880 def set_read_only(path, read_only): function
908 set_read_only(path, read_only)
920 set_read_only(filepath, False)
923 set_read_only(os.path.dirname(filepath), False)
1050 set_read_only(root, False)
1053 set_read_only(os.path.join(dirpath, filename), True)
1057 set_read_only(os.path.join(dirpath, dirname), False)
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd-share.c52 bool set_read_only; member
207 if (args->set_read_only) in share_usermod()
474 args.set_read_only = true; in cmd_share()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_spin_slider.h98 void set_read_only(bool p_enable);
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_spin_slider.h98 void set_read_only(bool p_enable);
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_fs/
H A Drev_file.c74 set_read_only(void *baton) in set_read_only() function
113 set_read_only, apr_pool_cleanup_null); in auto_make_writable()

12345678910>>...13