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