91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9.01MB
    文件類(lèi)型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2023-10-17
  • 語(yǔ)言: 其他
  • 標(biāo)簽: Sublime??Text3??

資源簡(jiǎn)介

Sublime Text3綠色版,版本為3059,無(wú)需安裝注冊(cè),解壓即用

資源截圖

代碼片段和文件信息

import?sublime_api
import?sys

class?_LogWriter:
????def?flush(self):
????????pass

????def?write(self?s):
????????sublime_api.log_message(s)

sys.stdout?=?_LogWriter()
sys.stderr?=?_LogWriter()

ENCODED_POSITION?=?1
TRANSIENT?=?4
FORCE_GROUP?=?8
IGNORECASE?=?2
LITERAL?=?1
MONOSPACE_FONT?=?1

DRAW_EMPTY?=?1
HIDE_ON_MINIMAP?=?2
DRAW_EMPTY_AS_OVERWRITE?=?4
PERSISTENT?=?16
#?Deprecated?use?DRAW_NO_FILL?instead
DRAW_OUTLINED?=?32
DRAW_NO_FILL?=?32
DRAW_NO_OUTLINE?=?256
DRAW_SOLID_UNDERLINE?=?512
DRAW_STIPPLED_UNDERLINE?=?1024
DRAW_SQUIGGLY_UNDERLINE?=?2048
HIDDEN?=?128

OP_EQUAL?=?0
OP_NOT_EQUAL?=?1
OP_REGEX_MATCH?=?2
OP_NOT_REGEX_MATCH?=?3
OP_REGEX_CONTAINS?=?4
OP_NOT_REGEX_CONTAINS?=?5
CLASS_WORD_START?=?1
CLASS_WORD_END?=?2
CLASS_PUNCTUATION_START?=?4
CLASS_PUNCTUATION_END?=?8
CLASS_SUB_WORD_START?=?16
CLASS_SUB_WORD_END?=?32
CLASS_LINE_START?=?64
CLASS_LINE_END?=?128
CLASS_EMPTY_LINE?=?256
INHIBIT_WORD_COMPLETIONS?=?8
INHIBIT_EXPLICIT_COMPLETIONS?=?16

def?version():
????return?sublime_api.version()

def?platform():
????return?sublime_api.platform()

def?arch():
????return?sublime_api.architecture()

def?channel():
????return?sublime_api.channel()

def?executable_path():
????return?sublime_api.executable_path()

def?executable_hash():
????import?hashlib
????return?(version()?platform()?+?‘_‘?+?arch()
????????hashlib.md5(open(executable_path()?‘rb‘).read()).hexdigest())

def?packages_path():
????return?sublime_api.packages_path()

def?installed_packages_path():
????return?sublime_api.installed_packages_path()

def?cache_path():
????“““?Returns?the?path?where?Sublime?Text?stores?cache?files?“““
????return?sublime_api.cache_path()

def?status_message(msg):
????sublime_api.status_message(msg)

def?error_message(msg):
????sublime_api.error_message(msg)

def?message_dialog(msg):
????sublime_api.message_dialog(msg)

def?ok_cancel_dialog(msg?ok_title?=?““):
????return?sublime_api.ok_cancel_dialog(msg?ok_title)

def?run_command(cmd?args?=?None):
????sublime_api.run_command(cmd?args)

def?get_clipboard(size_limit?=?16777216):
????“““?Returns?the?content?of?the?clipboard?for?performance?reason?if?the?size
????of?the?clipboard?content?is?bigger?than?size_limit?empty?string?will?be?returned
????“““
????return?sublime_api.get_clipboard(size_limit)

def?set_clipboard(text):
????return?sublime_api.set_clipboard(text)

def?log_commands(flag):
????sublime_api.log_commands(flag)

def?log_input(flag):
????“““?Enables?or?disables?input?logging.?This?is?useful?to?find?the?names?of?certain?keys?on?the?keyboard?“““
????sublime_api.log_input(flag)

def?log_result_regex(flag):
????“““?Enables?or?disables?result?regex?logging.?This?is?useful?when?trying?to?debug?file_regex?and?line_regex?in?build?systems?“““
????sublime_api.log_result_regex(flag)

def?log_indexing(flag):
????sublime_api.log_indexing(flag)

def?score_selector(scope_name?selector):
????return?sublime_api.score_selector(scope_name?selector)

def?load_resource(name):
????s?=?sublime_api.load_resou

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件??????454144??2013-12-17?14:23??plugin_host.exe
?????文件??????132096??2013-02-18?16:59??pyexpat.pyd
?????文件?????2582934??2013-02-18?16:59??python3.3.zip
?????文件?????2641408??2013-02-18?16:59??python33.dll
?????文件??????????57??2013-12-19?17:18??readme.txt
?????文件????????9728??2013-02-18?16:59??select.pyd
?????文件???????30672??2013-11-19?12:11??sublime.py
?????文件???????18883??2013-06-26?17:00??sublime_plugin.py
?????文件?????3952528??2013-12-19?17:08??sublime_text.exe
?????文件??????758784??2013-02-18?16:59??unicodedata.pyd
?????文件???????96656??2013-12-17?14:24??update_installer.exe
?????文件????????9216??2013-02-18?16:59??winsound.pyd
?????目錄???????????0??2013-12-19?20:46??Data\
?????目錄???????????0??2013-12-19?20:46??Data\Cache\
?????目錄???????????0??2013-12-19?20:46??Data\Cache\Actionscript\
?????文件????????6953??2013-12-19?10:00??Data\Cache\Actionscript\Actionscript.tmLanguage.cache
?????目錄???????????0??2013-12-19?20:46??Data\Cache\Applescript\
?????文件????????7676??2013-12-19?10:00??Data\Cache\Applescript\Applescript.tmLanguage.cache
?????目錄???????????0??2013-12-19?20:46??Data\Cache\ASP\
?????文件????????2270??2013-12-19?10:00??Data\Cache\ASP\ASP.tmLanguage.cache
?????文件?????????459??2013-12-19?10:00??Data\Cache\ASP\HTML-ASP.tmLanguage.cache
?????目錄???????????0??2013-12-19?20:46??Data\Cache\Batch?File\
?????文件?????????817??2013-12-19?10:00??Data\Cache\Batch?File\Batch?File.tmLanguage.cache
?????目錄???????????0??2013-12-19?20:46??Data\Cache\C#\
?????文件?????????583??2013-12-19?10:00??Data\Cache\C#\Build.tmLanguage.cache
?????文件????????2368??2013-12-19?10:00??Data\Cache\C#\C#.tmLanguage.cache
?????文件?????????228??2013-12-19?10:00??Data\Cache\C#\Comments.tmPreferences.cache
?????文件?????????456??2013-12-19?10:00??Data\Cache\C#\Indentation.tmPreferences.cache
?????文件?????????172??2013-12-19?10:00??Data\Cache\C#\Symbol?List?Classes.tmPreferences.cache
?????文件?????????212??2013-12-19?10:00??Data\Cache\C#\Symbol?List?Inner?Classes.tmPreferences.cache
?????文件?????????224??2013-12-19?10:00??Data\Cache\C#\Symbol?List?Inner?Function.tmPreferences.cache
............此處省略328個(gè)文件信息

評(píng)論

共有 條評(píng)論