CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
strict_restore.py ファイル

名前空間

namespace  strict_restore

関数

 strict_restore.doxygen_slugify (name)
 strict_restore.get_rel_path_id (rel_path)

変数

str strict_restore.adx_dir = r'C:\git\Engine\Documentation\Source\CriWare\Tutorials\ADX'
 strict_restore.clean = regex_id.sub('', line.rstrip())
 strict_restore.content = f.read()
 strict_restore.doxy_id = get_rel_path_id(rpath)
 strict_restore.encoding
list strict_restore.files = []
list strict_restore.files_with_meta = []
str strict_restore.footer
 strict_restore.full_path = os.path.join(adx_dir, rel_path)
str strict_restore.header = '# ADX\n <br>\n'
 strict_restore.index_file = os.path.join(adx_dir, 'ADX.INT.udn')
 strict_restore.key
 strict_restore.lines = f.readlines()
 strict_restore.match = re.search(r'^#\s+(.+)', content, re.MULTILINE)
list strict_restore.new_lines = []
 strict_restore.no_match = re.search(r'No\.(\d+)', title)
int strict_restore.num = int(no_match.group(1)) if no_match else 999
 strict_restore.regex_id = re.compile(r'\s*\{#tutorial_adx_\w+\}\s*$')
 strict_restore.rel_path = os.path.relpath(os.path.join(root, f), adx_dir)
 strict_restore.rpath = item['path'].replace(os.sep, '/')
str strict_restore.title = match.group(1).strip() if match else ''
bool strict_restore.updated = False