资源简介

免费的开源商城php系统,带多种支付接口3.0.2.0-OpenCart

资源截图

代码片段和文件信息

import sys os
import sphinx_rtd_theme
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‘

extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘
project = u‘RingPHP‘
copyright = u‘2014 Michael Dowling‘
version = ‘1.0.0-alpha‘
exclude_patterns = [‘_build‘]

html_title = “RingPHP“
html_short_title = “RingPHP“
html_theme = “sphinx_rtd_theme“
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2157  2017-07-07 07:17  build.xml
     文件       33935  2017-07-15 03:26  CHANGELOG.md
     文件      330897  2017-07-07 07:17  CHANGELOG_AUTO.md
     文件         625  2017-07-18 02:59  composer.json
     文件       29714  2017-07-18 02:59  composer.lock
     文件        3814  2017-07-07 07:17  install.txt
     文件       34752  2017-07-07 07:17  license.txt
     文件        5098  2017-07-07 07:17  README.md
     目录           0  2017-07-18 03:02  tests\
     目录           0  2017-07-18 03:02  tests\phpcs\
     目录           0  2017-07-18 03:02  tests\phpcs\OpenCart\
     目录           0  2017-07-18 03:02  tests\phpcs\OpenCart\IDE\
     文件        1019  2017-07-07 07:17  tests\phpcs\OpenCart\IDE\opencart_phpstorm.xml
     文件         545  2017-07-07 07:17  tests\phpcs\OpenCart\IDE\README.md
     文件        3978  2017-07-07 07:17  tests\phpcs\OpenCart\ruleset.xml
     目录           0  2017-07-18 03:02  tests\phpcs\OpenCart\Sniffs\
     目录           0  2017-07-18 03:02  tests\phpcs\OpenCart\Sniffs\Spacing\
     文件        1090  2017-07-07 07:17  tests\phpcs\OpenCart\Sniffs\Spacing\ConcatenationSniff.php
     文件        2238  2017-07-07 07:17  tests\phpcs\OpenCart\Sniffs\Spacing\OpenBracketSpacingSniff.php
     目录           0  2017-07-18 03:02  tests\phpcs\OpenCart\Sniffs\Variables\
     文件        8041  2017-07-07 07:17  tests\phpcs\OpenCart\Sniffs\Variables\ValidVariableNameSniff.php
     目录           0  2017-07-18 03:02  tests\phpmd\
     文件           0  2017-07-07 07:17  tests\phpmd\phpmd.xml
     目录           0  2017-07-18 03:02  tests\phpunit\
     文件        1152  2017-07-07 07:17  tests\phpunit\bootstrap-dist.php
     文件         242  2017-07-07 07:17  tests\phpunit\composer.json
     目录           0  2017-07-18 03:02  tests\phpunit\opencart\
     目录           0  2017-07-18 03:02  tests\phpunit\opencart\admin\
     目录           0  2017-07-18 03:02  tests\phpunit\opencart\admin\controller\
     目录           0  2017-07-18 03:02  tests\phpunit\opencart\admin\controller\extension\
     文件         309  2017-07-07 07:17  tests\phpunit\opencart\admin\controller\extension\ModificationTest.php
............此处省略4715个文件信息

评论

共有 条评论