Home
last modified time | relevance | path

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

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_eventlog.ps147 $hash_cursor.category_file = $resource_files.CategoryMessageFile in Get-EventLogDetail()
135 $category_file = Get-AnsibleParam -obj $params -name "category_file" -type "path" variable
155 elseif ($state -eq "present" -and $log_details.exists -and $name -in $sources -and ($category_file
179 …$category_change = $category_file -and $log_details.sources.$source.category_file -ne $category_fi…
195 if ($category_file) { variable
196 $new_params.CategoryResourceFile = $category_file
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_eventlog.ps147 $hash_cursor.category_file = $resource_files.CategoryMessageFile in Get-EventLogDetail()
135 $category_file = Get-AnsibleParam -obj $params -name "category_file" -type "path" variable
155 elseif ($state -eq "present" -and $log_details.exists -and $name -in $sources -and ($category_file
179 …$category_change = $category_file -and $log_details.sources.$source.category_file -ne $category_fi…
195 if ($category_file) { variable
196 $new_params.CategoryResourceFile = $category_file
/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/lib/AI/Categorizer/
H A DCollection.pm12 category_file => { type => SCALAR, optional => 1 },
31 if ($self->{category_file}) {
33 open FH, $self->{category_file} or die "Can't open $self->{category_file}: $!";
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_dummy_matcher.cxx17 …vul_arg<std::string> category_file("-cat", "category file for transferring labelme type to land id… in main() local
23 … || label_file().compare("") == 0 || out_folder().compare("") == 0 || category_file().compare("") … in main()
33 if (!volm_io::read_labelme(label_file(), category_file(), dm, img_category)) { in main()
H A Dvolm_evaluate_output_tiles.cxx21 …vul_arg<std::string> category_file("-cat", "category file for transferring labelme type to land id… in main() local
27 … 0 || cam_file().compare("") == 0 || label_file().compare("") == 0 || category_file().compare("") … in main()
35 if (!volm_io::read_labelme(label_file(), category_file(), dm, img_category)) { in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/volm/exe/
H A Dboxm2_volumetric_pre_process_p1_integration.cxx24 …vul_arg<std::string> category_file("-cat", "category file for transferring labled type to land id"… in main() local
31 label_xml().compare("") == 0 || category_file().compare("") == 0 || in main()
41 if (!vul_file::exists(label_xml()) || !vul_file::exists(category_file())) { in main()
49 if (!volm_io::read_labelme(label_xml(), category_file(), dm, img_category) ) { in main()
H A Dboxm2_volumetric_post_process_p1_integration.cxx31 …vul_arg<std::string> category_file("-cat", "category file for transferring labeled type to land id… in main() local
43 if (out().compare("") == 0 || label_xml().compare("") == 0 || category_file().compare("") == 0 || in main()
54 if (!vul_file::exists(label_xml()) || !vul_file::exists(category_file())) { in main()
63 if (!volm_io::read_labelme(label_xml(), category_file(), dm, img_category)) { in main()
/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/eg/
H A Ddemo.pl41 $params{category_file} = $cats;
/dports/www/nanoblogger/nanoblogger-3.4.2/plugins/page/
H A Dfeed_links.sh52 NB_RSSCatFile=`chg_suffix "$category_file" $NB_SYND_FILETYPE`
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_eventlog/tasks/
H A Dtests.yml87 category_file: C:\TestApp\AppCategories.dll
97 category_file: C:\TestApp\AppCategories.dll
301 category_file: C:\TestApp\AppCategories.dll
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_eventlog/tasks/
H A Dtests.yml87 category_file: C:\TestApp\AppCategories.dll
97 category_file: C:\TestApp\AppCategories.dll
301 category_file: C:\TestApp\AppCategories.dll
/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/lib/AI/
H A DCategorizer.pm45 $defaults{category_file} = File::Spec->catfile($args{data_root}, 'cats.txt');
/dports/www/nanoblogger-extra/nanoblogger-3.4.2/plugins/
H A Drss.sh176 NB_RSSCatFile=`chg_suffix "$category_file" $NB_SYND_FILETYPE`
/dports/www/nanoblogger/nanoblogger-3.4.2/lib/
H A Darchive.sh32 category_file="$category_dir/$NB_INDEXFILE"
466 "$CATENTRY_TEMPLATE" "$BLOG_DIR/$ARCHIVES_DIR/" "$category_file"
/dports/www/nanoblogger/nanoblogger-3.4.2/plugins/
H A Drss2.sh195 NB_RSS2CatFile=`echo "$category_file" |sed -e 's/[\.]'$NB_FILETYPE'/-rss.'$NB_SYND_FILETYPE'/g'`
H A Datom.sh211 … NB_AtomCatFile=`echo "$category_file" |sed -e 's/[\.]'$NB_FILETYPE'/-atom.'$NB_SYND_FILETYPE'/g'`
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/docs/
H A Dcommunity.windows.win_eventlog_module.rst38 <b>category_file</b>
165 …<div>When <code>category_file</code>, <code>message_file</code> and/or <code>parameter_file</code>…
223 category_file: C:\NewApp\CustomCategories.dll
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/desc/exe/
H A Dvolm_desc_land_exe.cxx23 …vul_arg<std::string> category_file("-cat", "category file that contains one line for the land type… in main() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_query.h52 std::string const& category_file,
H A Dvolm_io.h144 …static bool read_labelme(std::string xml_file, std::string category_file, depth_map_scene_sptr& de…
H A Dvolm_query.cxx28 std::string const& category_file, in volm_query() argument
40 volm_io::read_labelme(label_xml_file, category_file, dm_, img_category); in volm_query()
H A Dvolm_io.cxx402 bool volm_io::read_labelme(std::string xml_file, std::string category_file, depth_map_scene_sptr& d… in read_labelme() argument
440 volm_category_attribute::read_category(category_table, std::move(category_file)); in read_labelme()
/dports/www/interchange/interchange-5.6.3/code/UI_Tag/
H A Dmenu_load.coretag224 elsif ($type eq 'category_file') {
274 #::logDebug("category_file menu_load query=$q");
/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/
H A DREADME248 "category_file" parameters separately. Sets "training_set" to
250 "category_file" (used by some of the Collection classes) to
/dports/security/hackbot/hackbot/
H A Dcgi.db155 …ost.com/cgi-bin/udirectory.pl?MAIN_FIELD=blah&command=add_new_listing&category_file=/../../../../.…