Home
last modified time | relevance | path

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

/dports/converters/osm2pgsql/osm2pgsql-1.5.1/flex-config/
H A Dsimple.lua68 function clean_tags(tags) function
84 if clean_tags(object.tags) then
112 if clean_tags(object.tags) then
137 if clean_tags(object.tags) then
H A Dgeneric.lua182 local clean_tags = osm2pgsql.make_clean_tags_func(delete_keys)
224 if clean_tags(object.tags) then
234 if clean_tags(object.tags) then
253 if clean_tags(object.tags) then
H A Dgeometries.lua52 function clean_tags(tags) function
100 if clean_tags(object.tags) then
119 if clean_tags(object.tags) then
156 if clean_tags(object.tags) then
H A Dunitable.lua25 function clean_tags(tags) function
35 if clean_tags(object.tags) then
57 if clean_tags(object.tags) then
H A Ddata-types.lua33 function clean_tags(tags) function
90 if clean_tags(object.tags) then
H A Droute-relations.lua34 function clean_tags(tags) function
49 clean_tags(object.tags)
H A Dcompatible.lua465 local clean_tags = osm2pgsql.make_clean_tags_func(delete_keys)
532 if clean_tags(object.tags) then
563 if clean_tags(object.tags) then
632 if clean_tags(object.tags) then
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/data/
H A Dtest_output_flex.lua81 local clean_tags = osm2pgsql.make_clean_tags_func(delete_keys)
84 if clean_tags(object.tags) then
94 if clean_tags(object.tags) then
113 if clean_tags(object.tags) then
H A Dtest_output_flex_schema.lua13 local clean_tags = osm2pgsql.make_clean_tags_func(delete_keys)
16 if clean_tags(object.tags) then
H A Dtest_output_flex_nocluster.lua11 function clean_tags(tags) function
20 clean_tags(data.tags)
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/lua/
H A Dtests.lua71 local clean_tags = o.make_clean_tags_func{'source',
86 assert(clean_tags(tags) == false)
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/virtualization/forms/
H A Dbulk_create.py20 def clean_tags(self): member in VirtualMachineBulkAddComponentForm
/dports/audio/wavpack/wavpack-5.4.0/cli/
H A Dwvtag.c140 static int overwrite_all, clean_tags, list_tags, import_id3, quiet_mode, no_utf8_convert, allow_hug… variable
241 clean_tags = 1; in wvtag_main()
243 clean_tags = 1; in wvtag_main()
400 …if (num_files && !clean_tags && !import_id3 && !num_tag_items && !num_tag_extractions && !tag_extr… in wvtag_main()
743 if (clean_tags || num_tag_items || import_id3) in process_file()
766 if (clean_tags && (WavpackGetNumTagItems (wpc) || WavpackGetNumBinaryTagItems (wpc))) { in process_file()
778 … if (!clean_tags && (WavpackGetMode (wpc) & (MODE_VALID_TAG | MODE_APETAG)) == MODE_VALID_TAG) { in process_file()
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_event_nl2br/
H A Dserendipity_event_nl2br.php199 static $clean_tags = null;
216 if ($clean_tags === null) {
217 $clean_tags = serendipity_db_bool($this->get_config('clean_tags'));
319 if (!$p_tags && $isobr === false && $clean_tags === true) {
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dwidget_bookmark_edit.py89 App().bookmarks.clean_tags()
258 App().bookmarks.clean_tags()
H A Dpopover_uri_content.py214 App().bookmarks.clean_tags()
H A Dpopover_uri.py184 App().bookmarks.clean_tags()
H A Ddatabase_bookmarks.py744 def clean_tags(self): member in DatabaseBookmarks
H A Dfirefox_sync.py751 App().bookmarks.clean_tags() # Will commit
/dports/devel/py-moto/moto-2.2.16/moto/iam/
H A Dmodels.py1607 clean_tags = self._tag_verification(tags)
1613 tags=clean_tags,
1724 clean_tags = self._tag_verification(tags)
1732 clean_tags,
1869 clean_tags = self._tag_verification(tags)
1871 role.tags.update(clean_tags)
1905 clean_tags = self._tag_verification(tags)
1907 policy.tags.update(clean_tags)
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackDatabase.h96 void clean_tags();
H A DGMTrackDatabase.cpp1108 clean_tags(); in removeAlbum()
1469 clean_tags(); in vacuum()
1983 void GMTrackDatabase::clean_tags() { in clean_tags() function in GMTrackDatabase
1992 clean_tags(); in sync_tracks_removed()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/resources/
H A DDocker-Util.robot317 \ ${clean_tags} Strip String ${repotags} characters=[]
318 \ ${tags}= Split String ${clean_tags}
/dports/net/concourse-fly/concourse-6.7.1/release-notes/
H A Dv3.12.0.md21 …To disable fetching of tags, configure `clean_tags: true` in [**`params`**](https://concourse-ci.o…
/dports/misc/concourse/concourse-6.7.2/release-notes/
H A Dv3.12.0.md21 …To disable fetching of tags, configure `clean_tags: true` in [**`params`**](https://concourse-ci.o…