• 大小: 86.67M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-18
  • 语言: 其他
  • 标签: 其他  

资源简介

【免授权】禾匠V4-4.2.9五端全插件独立版.zip

资源截图

代码片段和文件信息

import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘

# -- General configuration -----------------------------------------------------

extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘

project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘

exclude_patterns = [‘_build‘]

# -- Options for HTML output ---------------------------------------------------

# The name for this set of Sphinx documents.  If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“

# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]

# Custom sidebar templates maps document names to template names.
html_sidebars = {
    ‘**‘:       [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}

# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘

# -- Guzzle Sphinx theme setup ------------------------------------------------

sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)

import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘

# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
    “index_template“: “index.html“
    “project_nav_name“: “Guzzle“
    “github_user“: “guzzle“
    “github_repo“: “guzzle“
    “disqus_comments_shortname“: “guzzle“
    “google_analytics_account“: “UA-22752917-1“
}

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
  (‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘manual‘)
]

# -- Options for manual page output --------------------------------------------

# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
    (‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
     [u‘Michael Dowling‘] 1)
]

# If true show URL addresses after external links.
#man_show_urls = False

# -- Options for Texinfo output ------------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
#  dir menu entry description category)
texinfo_documents = [
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       69612  2019-12-23 22:28  swoole_loader72.so
     目录           0  2019-12-23 22:40  前端\
     文件          91  2019-12-02 15:37  前端\app.js
     文件        6925  2019-12-02 16:15  前端\app.json
     文件       47759  2019-12-02 15:37  前端\app.wxss
     目录           0  2019-12-23 22:40  前端\common\
     文件        1252  2019-12-02 15:37  前端\common\main.js
     文件       28735  2019-12-02 15:37  前端\common\runtime.js
     文件      258759  2019-12-02 15:37  前端\common\vendor.js
     目录           0  2019-12-23 22:40  前端\components\
     目录           0  2019-12-23 22:40  前端\components\basic-component\
     目录           0  2019-12-23 22:40  前端\components\basic-component\app-button\
     文件        1700  2019-12-02 15:37  前端\components\basic-component\app-button\app-button.js
     文件         514  2019-12-02 15:37  前端\components\basic-component\app-button\app-button.json
     文件        2601  2019-12-02 15:37  前端\components\basic-component\app-button\app-button.wxml
     文件        4126  2019-12-02 15:37  前端\components\basic-component\app-button\app-button.wxss
     目录           0  2019-12-23 22:40  前端\components\basic-component\app-datetime-picker\
     文件        1906  2019-12-02 15:37  前端\components\basic-component\app-datetime-picker\app-datetime-picker.js
     文件         514  2019-12-02 15:37  前端\components\basic-component\app-datetime-picker\app-datetime-picker.json
     文件        1032  2019-12-02 15:37  前端\components\basic-component\app-datetime-picker\app-datetime-picker.wxml
     文件        1126  2019-12-02 15:37  前端\components\basic-component\app-datetime-picker\app-datetime-picker.wxss
     目录           0  2019-12-23 22:40  前端\components\basic-component\app-empty\
     文件        1277  2019-12-02 15:37  前端\components\basic-component\app-empty\app-empty.js
     文件         514  2019-12-02 15:37  前端\components\basic-component\app-empty\app-empty.json
     文件         138  2019-12-02 15:37  前端\components\basic-component\app-empty\app-empty.wxml
     文件        1077  2019-12-02 15:37  前端\components\basic-component\app-empty\app-empty.wxss
     目录           0  2019-12-23 22:40  前端\components\basic-component\app-empty-bottom\
     文件        2164  2019-12-02 15:37  前端\components\basic-component\app-empty-bottom\app-empty-bottom.js
     文件         514  2019-12-02 15:37  前端\components\basic-component\app-empty-bottom\app-empty-bottom.json
     文件         184  2019-12-02 15:37  前端\components\basic-component\app-empty-bottom\app-empty-bottom.wxml
     文件        1066  2019-12-02 15:37  前端\components\basic-component\app-empty-bottom\app-empty-bottom.wxss
............此处省略17469个文件信息

评论

共有 条评论