SYMBOL INDEX (73 symbols across 11 files) FILE: libraries/powershell_helper.rb type Powershell (line 23) | module Powershell type Helper (line 24) | module Helper function powershell_installed? (line 27) | def powershell_installed? function interpreter (line 31) | def interpreter function powershell_version (line 42) | def powershell_version FILE: libraries/registry_helper.rb type Windows (line 30) | module Windows type RegistryHelper (line 31) | module RegistryHelper function get_hive_name (line 39) | def get_hive_name(path) function get_hive (line 55) | def get_hive(path) function unload_hive (line 76) | def unload_hive(path) function set_value (line 88) | def set_value(mode, path, values, type = nil) function get_value (line 134) | def get_value(path, value) function get_values (line 149) | def get_values(path) function delete_value (line 166) | def delete_value(path, values) function create_key (line 184) | def create_key(path) function value_exists? (line 191) | def value_exists?(path, value) function key_exists? (line 217) | def key_exists?(path, load_hive = false) function get_user_hive_location (line 240) | def get_user_hive_location(sid) function resolve_user_to_sid (line 248) | def resolve_user_to_sid(username) function hive_loaded? (line 263) | def hive_loaded?(path) function user_hive? (line 276) | def user_hive?(hive) function get_reg_path_info (line 280) | def get_reg_path_info(path) function load_user_hive (line 296) | def load_user_hive(hive, reg_path, user_hive) function ensure_hive_unloaded (line 341) | def ensure_hive_unloaded(hive_loaded = false) type Registry (line 350) | module Registry FILE: libraries/version.rb type Windows (line 25) | module Windows class Version (line 26) | class Version method initialize (line 122) | def initialize method get_os_info (line 177) | def get_os_info FILE: libraries/version_helper.rb type Windows (line 20) | module Windows type VersionHelper (line 22) | module VersionHelper type CoreSKU (line 26) | module CoreSKU type ProductType (line 58) | module ProductType function core_version? (line 65) | def self.core_version?(node) function workstation_version? (line 72) | def self.workstation_version?(node) function server_version? (line 78) | def self.server_version?(node) function nt_version (line 83) | def self.nt_version(node) function validate_platform (line 89) | def self.validate_platform(node) FILE: libraries/windows_helper.rb type Windows (line 27) | module Windows type Helper (line 28) | module Helper function win_friendly_path (line 35) | def win_friendly_path(path) function locate_sysnative_cmd (line 44) | def locate_sysnative_cmd(cmd) function win_version (line 55) | def win_version function as_uri (line 60) | def as_uri(source) function cached_file (line 69) | def cached_file(source, checksum = nil, windows_path = true) function expand_env_vars (line 90) | def expand_env_vars(path) function is_package_installed? (line 97) | def is_package_installed?(package_name) # rubocop:disable Naming/Pre... function installed_packages (line 101) | def installed_packages function to_array (line 119) | def to_array(var) function extract_installed_packages_from_key (line 126) | def extract_installed_packages_from_key(hkey = ::Win32::Registry::HK... FILE: libraries/windows_privileged.rb class Chef (line 24) | class Chef class WindowsPrivileged (line 25) | class WindowsPrivileged method reg_load_key (line 27) | def reg_load_key(name, file) method reg_unload_key (line 43) | def reg_unload_key(name) method run (line 52) | def run(*privileges) method adjust_privilege (line 77) | def adjust_privilege(token, priv, attr = 0) method load_deps (line 89) | def load_deps FILE: libraries/wmi_helper.rb function execute_wmi_query (line 24) | def execute_wmi_query(wmi_query) function wmi_object_property (line 31) | def wmi_object_property(wmi_object, wmi_property) FILE: providers/dns.rb function load_current_resource (line 57) | def load_current_resource function fetch_attributes (line 76) | def fetch_attributes function update_dns (line 115) | def update_dns function execute_command! (line 146) | def execute_command!(mode, options) FILE: resources/certificate_binding.rb function address_mode (line 52) | def address_mode(address) function netsh_command (line 56) | def netsh_command function add_binding (line 102) | def add_binding(hash) function delete_binding (line 114) | def delete_binding function check_hash (line 119) | def check_hash(hash) function hash_from_subject (line 128) | def hash_from_subject FILE: resources/http_acl.rb function netsh_command (line 96) | def netsh_command function apply_acl (line 100) | def apply_acl function delete_acl (line 108) | def delete_acl FILE: resources/zipfile.rb function ensure_rubyzip_gem_installed (line 119) | def ensure_rubyzip_gem_installed