/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/ |
H A D | win_eventlog.ps1 | 47 $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 D | win_eventlog.ps1 | 47 $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 D | Collection.pm | 12 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 D | volm_dummy_matcher.cxx | 17 …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 D | volm_evaluate_output_tiles.cxx | 21 …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 D | boxm2_volumetric_pre_process_p1_integration.cxx | 24 …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 D | boxm2_volumetric_post_process_p1_integration.cxx | 31 …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 D | demo.pl | 41 $params{category_file} = $cats;
|
/dports/www/nanoblogger/nanoblogger-3.4.2/plugins/page/ |
H A D | feed_links.sh | 52 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 D | tests.yml | 87 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 D | tests.yml | 87 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 D | Categorizer.pm | 45 $defaults{category_file} = File::Spec->catfile($args{data_root}, 'cats.txt');
|
/dports/www/nanoblogger-extra/nanoblogger-3.4.2/plugins/ |
H A D | rss.sh | 176 NB_RSSCatFile=`chg_suffix "$category_file" $NB_SYND_FILETYPE`
|
/dports/www/nanoblogger/nanoblogger-3.4.2/lib/ |
H A D | archive.sh | 32 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 D | rss2.sh | 195 NB_RSS2CatFile=`echo "$category_file" |sed -e 's/[\.]'$NB_FILETYPE'/-rss.'$NB_SYND_FILETYPE'/g'`
|
H A D | atom.sh | 211 … 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 D | community.windows.win_eventlog_module.rst | 38 <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 D | volm_desc_land_exe.cxx | 23 …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 D | volm_query.h | 52 std::string const& category_file,
|
H A D | volm_io.h | 144 …static bool read_labelme(std::string xml_file, std::string category_file, depth_map_scene_sptr& de…
|
H A D | volm_query.cxx | 28 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 D | volm_io.cxx | 402 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 D | menu_load.coretag | 224 elsif ($type eq 'category_file') { 274 #::logDebug("category_file menu_load query=$q");
|
/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/ |
H A D | README | 248 "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 D | cgi.db | 155 …ost.com/cgi-bin/udirectory.pl?MAIN_FIELD=blah&command=add_new_listing&category_file=/../../../../.…
|