-
大小: 2.26MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-10-01
- 语言: 其他
- 标签: kindeditor 4.1.13
资源简介
ver 4.1.13
* 改善:修改服务端代码的后缀名,避免直接上传到服务器后出现安全漏洞。
ver 4.1.12
* Bugfix:使用 use strict 时 JS 报错。
* Bugfix:自动高度的时候,全屏模式下还是执行自动高度。
* Bugfix:字体包含空格时切换代码模式,字体变成 "。
代码片段和文件信息
# flasky extensions. flasky pygments style based on tango style
from pygments.style import style
from pygments.token import Keyword Name Comment String Error \
Number Operator Generic Whitespace Punctuation Other Literal
class Classystyle(style):
background_color = “#f8f8f8“
default_style = ““
styles = {
# No corresponding class for the following:
#Text: ““ # class: ‘‘
Whitespace: “underline #f8f8f8“ # class: ‘w‘
Error: “#a40000 border:#ef2929“ # class: ‘err‘
Other: “#000000“ # class ‘x‘
Comment: “italic #8f5902“ # class: ‘c‘
Comment.Preproc: “noitalic“ # class: ‘cp‘
Keyword: “bold #004461“ # class: ‘k‘
Keyword.Constant: “bold #004461“ # class: ‘kc‘
Keyword.Declaration: “bold #004461“ # class: ‘kd‘
Keyword.Namespace: “bold #004461“ # class: ‘kn‘
Keyword.Pseudo: “bold #004461“ # class: ‘kp‘
Keyword.Reserved: “bold #004461“ # class: ‘kr‘
Keyword.Type: “bold #004461“ # class: ‘kt‘
Operator: “#582800“ # class: ‘o‘
Operator.Word: “bold #004461“ # class: ‘ow‘ - like keywords
Punctuation: “bold #000000“ # class: ‘p‘
# because special names such as Name.Class Name.Function etc.
# are not recognized as such later in the parsing we choose them
# to look the same as ordinary variables.
Name: “#000000“ # class: ‘n‘
Name.Attribute: “#c4a000“ # class: ‘na‘ - to be revised
Name.Builtin: “#004461“ # class: ‘nb‘
Name.Builtin.Pseudo: “#3465a4“ # class: ‘bp‘
Name.Class: “#000000“ # class: ‘nc‘ - to be revised
Name.Constant: “#000000“ # class: ‘no‘ - to be revised
Name.Decorator: “#888“ # class: ‘nd‘ - to be revised
Name.Entity: “#ce5c00“ # class: ‘ni‘
Name.Exception: “bold #cc0000“ # class: ‘ne‘
Name.Function: “#000000“ # class: ‘nf‘
Name.Property: “#000000“ # class: ‘py‘
Name.Label: “#f57900“ # class: ‘nl‘
Name.Namespace: “#000000“ # class: ‘nn‘ - to be revised
Name.Other: “#000000“ # class: ‘nx‘
Name.Tag: “bold #004461“ # class: ‘nt‘ - like a keyword
Name.Variable: “#000000“ # class: ‘nv‘ - to be revised
Name.Variable.Class: “#000000“ # class: ‘vc‘ - to be revised
Name.Variable.Global: “#000000“ # c
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-08-22 15:02 kindeditor-master\
文件 114 2017-08-22 15:02 kindeditor-master\.gitignore
文件 3198 2017-08-22 15:02 kindeditor-master\Gruntfile.js
文件 442 2017-08-22 15:02 kindeditor-master\README.md
目录 0 2017-08-22 15:02 kindeditor-master\asp.net\
文件 490 2017-08-22 15:02 kindeditor-master\asp.net\README.txt
目录 0 2017-08-22 15:02 kindeditor-master\asp.net\bin\
文件 49664 2017-08-22 15:02 kindeditor-master\asp.net\bin\LitJSON.dll
文件 1686 2017-08-22 15:02 kindeditor-master\asp.net\demo.aspx
文件 5970 2017-08-22 15:02 kindeditor-master\asp.net\file_manager_json.ashx.txt
文件 3267 2017-08-22 15:02 kindeditor-master\asp.net\upload_json.ashx.txt
目录 0 2017-08-22 15:02 kindeditor-master\asp\
文件 4736 2017-08-22 15:02 kindeditor-master\asp\JSON_2.0.4.asp
文件 16267 2017-08-22 15:02 kindeditor-master\asp\UpLoad_Class.asp
文件 1741 2017-08-22 15:02 kindeditor-master\asp\demo.asp
文件 6581 2017-08-22 15:02 kindeditor-master\asp\file_manager_json.asp.txt
文件 3011 2017-08-22 15:02 kindeditor-master\asp\upload_json.asp.txt
文件 43836 2017-08-22 15:02 kindeditor-master\changelog.txt
目录 0 2017-08-22 15:02 kindeditor-master\docs\
文件 4606 2017-08-22 15:02 kindeditor-master\docs\Makefile
目录 0 2017-08-22 15:02 kindeditor-master\docs\_static\
文件 392 2017-08-22 15:02 kindeditor-master\docs\_static\file.png
文件 7494 2017-08-22 15:02 kindeditor-master\docs\_static\firebug_upload_json.gif
目录 0 2017-08-22 15:02 kindeditor-master\docs\_templates\
目录 0 2017-08-22 15:02 kindeditor-master\docs\_templates\classy\
文件 187 2017-08-22 15:02 kindeditor-master\docs\_templates\classy\layout.html
目录 0 2017-08-22 15:02 kindeditor-master\docs\_templates\classy\static\
文件 4300 2017-08-22 15:02 kindeditor-master\docs\_templates\classy\static\classy.css_t
文件 65 2017-08-22 15:02 kindeditor-master\docs\_templates\classy\theme.conf
文件 1200 2017-08-22 15:02 kindeditor-master\docs\ajax.rst
文件 46251 2017-08-22 15:02 kindeditor-master\docs\changelog.rst
............此处省略710个文件信息
- 上一篇:数独游戏源代码
- 下一篇:GTalk英文版,可以进行文件传输
评论
共有 条评论