1 Star 0 Fork 0

zmj / nodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tags 17.15 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2018-02-28 19:06 . 18-2-28
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
IS_REGEX_CAPTURING_BROKEN static/js/vue.js /^var IS_REGEX_CAPTURING_BROKEN = false;$/;" v
TransitionGroup.props static/js/vue.js /^ props: props,$/;" p
Vue$3 static/js/vue.js /^Vue$3.prototype.__patch__ = inBrowser ? patch : noop;$/;" c
Vue$3.$mount static/js/vue.js /^Vue$3.prototype.$mount = function ($/;" m
Vue$3.__patch__ static/js/vue.js /^Vue$3.prototype.__patch__ = inBrowser ? patch : noop;$/;" m
actuallySetSelected static/js/vue.js /^function actuallySetSelected (el, binding, vm) {$/;" f
addAttr static/js/vue.js /^function addAttr (el, name, value) {$/;" f
addDirective static/js/vue.js /^function addDirective ($/;" f
addHandler static/js/vue.js /^function addHandler ($/;" f
addHandler.newHandler.value static/js/vue.js /^ var newHandler = { value: value };$/;" p
addIfCondition static/js/vue.js /^function addIfCondition (el, condition) {$/;" f
addProp static/js/vue.js /^function addProp (el, name, value) {$/;" f
addRawAttr static/js/vue.js /^function addRawAttr (el, name, value) {$/;" f
applyTranslation static/js/vue.js /^function applyTranslation (c) {$/;" f
argRE static/js/vue.js /^var argRE = \/:(.*)$\/;$/;" v
attribute static/js/vue.js /^var attribute = \/^\\s*([^\\s"'<>\\\/=]+)(?:\\s*(=)\\s*(?:"([^"]*)"+|'([^']*)'+|([^\\s"'=<>`]+)))?\/;$/;" v
attrs.name static/js/vue.js /^ name: args[1],$/;" p
attrs.name static/js/vue.js /^ name: el.attrsList[i].name,$/;" p
baseWarn static/js/vue.js /^function baseWarn (msg) {$/;" f
bindRE static/js/vue.js /^var bindRE = \/^:|^v-bind:\/;$/;" v
buildRegex static/js/vue.js /^var buildRegex = cached(function (delimiters) {$/;" v
callPendingCbs static/js/vue.js /^function callPendingCbs (c) {$/;" f
canBeLeftOpenTag static/js/vue.js /^var canBeLeftOpenTag = makeMap($/;" v
checkInFor static/js/vue.js /^function checkInFor (el) {$/;" f
chr static/js/vue.js /^var chr;$/;" v
clone static/js/vue.js /^ var clone = el.cloneNode();$/;" v
comment static/js/vue.js /^var comment = \/^<!--\/;$/;" v
conditionalComment static/js/vue.js /^var conditionalComment = \/^<!\\[\/;$/;" v
createASTElement static/js/vue.js /^function createASTElement ($/;" f
decodeAttr static/js/vue.js /^function decodeAttr (value, shouldDecodeNewlines) {$/;" f
decodeHTMLCached static/js/vue.js /^var decodeHTMLCached = cached(he.decode);$/;" v
decoder static/js/vue.js /^var decoder;$/;" v
decodingMap.&#10; static/js/vue.js /^ '&#10;': '\\n',$/;" p
decodingMap.&#9; static/js/vue.js /^ '&#9;': '\\t'$/;" p
decodingMap.&amp; static/js/vue.js /^ '&amp;': '&',$/;" p
decodingMap.&gt; static/js/vue.js /^ '&gt;': '>',$/;" p
decodingMap.&lt; static/js/vue.js /^ '&lt;': '<',$/;" p
decodingMap.&quot; static/js/vue.js /^ '&quot;': '"',$/;" p
delimiters static/js/vue.js /^var delimiters;$/;" v
dirRE static/js/vue.js /^var dirRE = \/^v-|^@|^:\/;$/;" v
doctype static/js/vue.js /^var doctype = \/^<!DOCTYPE [^>]+>\/i;$/;" v
el.model.value static/js/vue.js /^ value: ("(" + value + ")"),$/;" p
encodedAttr static/js/vue.js /^var encodedAttr = \/&(?:lt|gt|quot|amp);\/g;$/;" v
encodedAttrWithNewLines static/js/vue.js /^var encodedAttrWithNewLines = \/&(?:lt|gt|quot|amp|#10|#9);\/g;$/;" v
eof static/js/vue.js /^function eof () {$/;" f
eof.add$1 static/js/vue.js /^function add$1 ($/;" f
eof.events.create static/js/vue.js /^ create: updateDOMListeners,$/;" p
eof.events.update static/js/vue.js /^ update: updateDOMListeners$/;" p
eof.isNotInFocusAndDirty static/js/vue.js /^function isNotInFocusAndDirty (elm, checkVal) {$/;" f
eof.isStringStart static/js/vue.js /^function isStringStart (chr) {$/;" f
eof.remove$2 static/js/vue.js /^function remove$2 ($/;" f
eof.shouldUpdateValue static/js/vue.js /^function shouldUpdateValue (elm, checkVal) {$/;" f
eof.updateDOMListeners static/js/vue.js /^function updateDOMListeners (oldVnode, vnode) {$/;" f
eof.updateDOMProps static/js/vue.js /^function updateDOMProps (oldVnode, vnode) {$/;" f
expressionEndPos static/js/vue.js /^var expressionEndPos;$/;" v
expressionPos static/js/vue.js /^var expressionPos;$/;" v
extractTransitionData static/js/vue.js /^function extractTransitionData (comp) {$/;" f
findPrevElement static/js/vue.js /^function findPrevElement (children) {$/;" f
forAliasRE static/js/vue.js /^var forAliasRE = \/(.*?)\\s+(?:in|of)\\s+(.*)\/;$/;" v
forIteratorRE static/js/vue.js /^var forIteratorRE = \/,([^,\\}\\]]*)(?:,([^,\\}\\]]*))?$\/;$/;" v
function.addClass static/js/vue.js /^function addClass (el, cls) {$/;" f
function.addTransitionClass static/js/vue.js /^function addTransitionClass (el, cls) {$/;" f
function.checkDuration static/js/vue.js /^function checkDuration (val, name, vnode) {$/;" f
function.enter static/js/vue.js /^function enter (vnode, toggleDisplay) {$/;" f
function.getStyle static/js/vue.js /^function getStyle (vnode, checkChild) {$/;" f
function.getTimeout static/js/vue.js /^function getTimeout (delays, durations) {$/;" f
function.getTransitionInfo static/js/vue.js /^function getTransitionInfo (el, expectedType) {$/;" f
function.isValidDuration static/js/vue.js /^function isValidDuration (val) {$/;" f
function.leave static/js/vue.js /^function leave (vnode, rm) {$/;" f
function.nextFrame static/js/vue.js /^function nextFrame (fn) {$/;" f
function.normalizeStyleBinding static/js/vue.js /^function normalizeStyleBinding (bindingStyle) {$/;" f
function.normalizeStyleData static/js/vue.js /^function normalizeStyleData (data) {$/;" f
function.removeClass static/js/vue.js /^function removeClass (el, cls) {$/;" f
function.removeTransitionClass static/js/vue.js /^function removeTransitionClass (el, cls) {$/;" f
function.resolveTransition static/js/vue.js /^function resolveTransition (def) {$/;" f
function.toMs static/js/vue.js /^function toMs (s) {$/;" f
function.updateStyle static/js/vue.js /^function updateStyle (oldVnode, vnode) {$/;" f
function.whenTransitionEnds static/js/vue.js /^function whenTransitionEnds ($/;" f
genAssignmentCode static/js/vue.js /^function genAssignmentCode ($/;" f
genComponentModel static/js/vue.js /^function genComponentModel ($/;" f
genData static/js/vue.js /^function genData (el) {$/;" f
genData$1 static/js/vue.js /^function genData$1 (el) {$/;" f
getAndRemoveAttr static/js/vue.js /^function getAndRemoveAttr ($/;" f
getBindingAttr static/js/vue.js /^function getBindingAttr ($/;" f
getRealChild static/js/vue.js /^function getRealChild (vnode) {$/;" f
getValue static/js/vue.js /^function getValue (option) {$/;" f
hasNoMatchingOption static/js/vue.js /^function hasNoMatchingOption (value, options) {$/;" f
hasParentTransition static/js/vue.js /^function hasParentTransition (vnode) {$/;" f
index$1 static/js/vue.js /^var index$1;$/;" v
info static/js/vue.js /^ var info = getTransitionInfo(clone);$/;" v
isIgnoreNewlineTag static/js/vue.js /^var isIgnoreNewlineTag = makeMap('pre,textarea', true);$/;" v
isNonPhrasingTag static/js/vue.js /^var isNonPhrasingTag = makeMap($/;" v
isNotInFocusAndDirty.isDirtyWithModifiers static/js/vue.js /^function isDirtyWithModifiers (elm, newVal) {$/;" f
isPlainTextElement static/js/vue.js /^var isPlainTextElement = makeMap('script,style,textarea', true);$/;" v
isSameChild static/js/vue.js /^function isSameChild (child, oldChild) {$/;" f
isSameChild.Transition.abstract static/js/vue.js /^ abstract: true,$/;" p
isSameChild.Transition.name static/js/vue.js /^ name: 'transition',$/;" p
isSameChild.Transition.props static/js/vue.js /^ props: transitionProps,$/;" p
isStringStart.createOnceHandler static/js/vue.js /^function createOnceHandler (handler, event, capture) {$/;" f
isStringStart.genCheckboxModel static/js/vue.js /^function genCheckboxModel ($/;" f
isStringStart.genDefaultModel static/js/vue.js /^function genDefaultModel ($/;" f
isStringStart.genRadioModel static/js/vue.js /^function genRadioModel ($/;" f
isStringStart.genSelect static/js/vue.js /^function genSelect ($/;" f
isStringStart.model static/js/vue.js /^function model ($/;" f
isStringStart.normalizeEvents static/js/vue.js /^function normalizeEvents (on) {$/;" f
isStringStart.parseBracket static/js/vue.js /^function parseBracket (chr) {$/;" f
isStringStart.parseString static/js/vue.js /^function parseString (chr) {$/;" f
isTextTag static/js/vue.js /^function isTextTag (el) {$/;" f
isTextTag.baseOptions.canBeLeftOpenTag static/js/vue.js /^ canBeLeftOpenTag: canBeLeftOpenTag,$/;" p
isTextTag.baseOptions.directives static/js/vue.js /^ directives: directives$1,$/;" p
isTextTag.baseOptions.expectHTML static/js/vue.js /^ expectHTML: true,$/;" p
isTextTag.baseOptions.getTagNamespace static/js/vue.js /^ getTagNamespace: getTagNamespace,$/;" p
isTextTag.baseOptions.isPreTag static/js/vue.js /^ isPreTag: isPreTag,$/;" p
isTextTag.baseOptions.isReservedTag static/js/vue.js /^ isReservedTag: isReservedTag,$/;" p
isTextTag.baseOptions.isUnaryTag static/js/vue.js /^ isUnaryTag: isUnaryTag,$/;" p
isTextTag.baseOptions.modules static/js/vue.js /^ modules: modules$1,$/;" p
isTextTag.baseOptions.mustUseProp static/js/vue.js /^ mustUseProp: mustUseProp,$/;" p
isTextTag.baseOptions.staticKeys static/js/vue.js /^ staticKeys: genStaticKeys(modules$1)$/;" p
isTextTag.checkForAliasModel static/js/vue.js /^function checkForAliasModel (el, value) {$/;" f
isTextTag.cloneASTElement static/js/vue.js /^function cloneASTElement (el) {$/;" f
isTextTag.directives$1.html static/js/vue.js /^ html: html$/;" p
isTextTag.directives$1.model static/js/vue.js /^ model: model,$/;" p
isTextTag.directives$1.text static/js/vue.js /^ text: text,$/;" p
isTextTag.genStaticKeys$1 static/js/vue.js /^function genStaticKeys$1 (keys) {$/;" f
isTextTag.getOuterHTML static/js/vue.js /^function getOuterHTML (el) {$/;" f
isTextTag.guardIESVGBug static/js/vue.js /^function guardIESVGBug (attrs) {$/;" f
isTextTag.html static/js/vue.js /^function html (el, dir) {$/;" f
isTextTag.isDirectChildOfTemplateFor static/js/vue.js /^function isDirectChildOfTemplateFor (node) {$/;" f
isTextTag.isForbiddenTag static/js/vue.js /^function isForbiddenTag (el) {$/;" f
isTextTag.isStatic static/js/vue.js /^function isStatic (node) {$/;" f
isTextTag.markStatic$1 static/js/vue.js /^function markStatic$1 (node) {$/;" f
isTextTag.markStaticRoots static/js/vue.js /^function markStaticRoots (node, isInFor) {$/;" f
isTextTag.model$2.preTransformNode static/js/vue.js /^ preTransformNode: preTransformNode$/;" p
isTextTag.optimize static/js/vue.js /^function optimize (root, options) {$/;" f
isTextTag.preTransformNode static/js/vue.js /^function preTransformNode (el, options) {$/;" f
isTextTag.text static/js/vue.js /^function text (el, dir) {$/;" f
isUnaryTag static/js/vue.js /^var isUnaryTag = makeMap($/;" v
isValidDuration._enter static/js/vue.js /^function _enter (_, vnode) {$/;" f
isValidDuration.getHookArgumentsLength static/js/vue.js /^function getHookArgumentsLength (fn) {$/;" f
klass$1.staticKeys static/js/vue.js /^ staticKeys: ['staticClass'],$/;" p
leave.performLeave static/js/vue.js /^ function performLeave () {$/;" f
len static/js/vue.js /^var len;$/;" v
locateNode static/js/vue.js /^function locateNode (vnode) {$/;" f
makeAttrsMap static/js/vue.js /^function makeAttrsMap (attrs) {$/;" f
modifierRE static/js/vue.js /^var modifierRE = \/\\.[^.]+\/g;$/;" v
ncname static/js/vue.js /^var ncname = '[a-zA-Z_][\\\\w\\\\-\\\\.]*';$/;" v
next static/js/vue.js /^function next () {$/;" f
oldValue static/js/vue.js /^ var oldValue = ref.oldValue;$/;" v
onCompositionEnd static/js/vue.js /^function onCompositionEnd (e) {$/;" f
onCompositionStart static/js/vue.js /^function onCompositionStart (e) {$/;" f
onRE static/js/vue.js /^var onRE = \/^@|^v-on:\/;$/;" v
parse static/js/vue.js /^function parse ($/;" f
parse.closeElement static/js/vue.js /^ function closeElement (element) {$/;" f
parse.warnOnce static/js/vue.js /^ function warnOnce (msg) {$/;" f
parseFilters static/js/vue.js /^function parseFilters (exp) {$/;" f
parseFilters.pushFilter static/js/vue.js /^ function pushFilter () {$/;" f
parseFor static/js/vue.js /^function parseFor (exp) {$/;" f
parseHTML static/js/vue.js /^function parseHTML (html, options) {$/;" f
parseHTML.advance static/js/vue.js /^ function advance (n) {$/;" f
parseHTML.handleStartTag static/js/vue.js /^ function handleStartTag (match) {$/;" f
parseHTML.parseEndTag static/js/vue.js /^ function parseEndTag (tagName, start, end) {$/;" f
parseHTML.parseStartTag static/js/vue.js /^ function parseStartTag () {$/;" f
parseHTML.var.match.tagName static/js/vue.js /^ tagName: start[1],$/;" p
parseModel static/js/vue.js /^function parseModel (val) {$/;" f
parseModifiers static/js/vue.js /^function parseModifiers (name) {$/;" f
parseText static/js/vue.js /^function parseText ($/;" f
placeholder static/js/vue.js /^function placeholder (h, rawChild) {$/;" f
platformComponents.Transition static/js/vue.js /^ Transition: Transition,$/;" p
platformComponents.TransitionGroup static/js/vue.js /^ TransitionGroup: TransitionGroup$/;" p
platformDirectives.model static/js/vue.js /^ model: directive,$/;" p
platformDirectives.show static/js/vue.js /^ show: show$/;" p
platformGetTagNamespace static/js/vue.js /^var platformGetTagNamespace;$/;" v
platformIsPreTag static/js/vue.js /^var platformIsPreTag;$/;" v
platformMustUseProp static/js/vue.js /^var platformMustUseProp;$/;" v
pluckModuleFunction static/js/vue.js /^function pluckModuleFunction ($/;" f
postTransforms static/js/vue.js /^var postTransforms;$/;" v
preTransforms static/js/vue.js /^var preTransforms;$/;" v
processAttrs static/js/vue.js /^function processAttrs (el) {$/;" f
processComponent static/js/vue.js /^function processComponent (el) {$/;" f
processElement static/js/vue.js /^function processElement (element, options) {$/;" f
processFor static/js/vue.js /^function processFor (el) {$/;" f
processIf static/js/vue.js /^function processIf (el) {$/;" f
processIfConditions static/js/vue.js /^function processIfConditions (el, parent) {$/;" f
processKey static/js/vue.js /^function processKey (el) {$/;" f
processOnce static/js/vue.js /^function processOnce (el) {$/;" f
processPre static/js/vue.js /^function processPre (el) {$/;" f
processRawAttrs static/js/vue.js /^function processRawAttrs (el) {$/;" f
processRef static/js/vue.js /^function processRef (el) {$/;" f
processSlot static/js/vue.js /^function processSlot (el) {$/;" f
props static/js/vue.js /^var props = extend({$/;" v
qnameCapture static/js/vue.js /^var qnameCapture = "((?:" + ncname + "\\\\:)?" + ncname + ")";$/;" v
recordPosition static/js/vue.js /^function recordPosition (c) {$/;" f
setSelected static/js/vue.js /^function setSelected (el, binding, vm) {$/;" f
shouldIgnoreFirstNewline static/js/vue.js /^var shouldIgnoreFirstNewline = function (tag, html) { return tag && isIgnoreNewlineTag(tag) && html[0] === '\\n'; };$/;" f
startTagClose static/js/vue.js /^var startTagClose = \/^\\s*(\\\/?)>\/;$/;" v
str static/js/vue.js /^var str;$/;" v
stripParensRE static/js/vue.js /^var stripParensRE = \/^\\(|\\)$\/g;$/;" v
style$1.staticKeys static/js/vue.js /^ staticKeys: ['staticStyle'],$/;" p
transformNode static/js/vue.js /^function transformNode (el, options) {$/;" f
transformNode$1 static/js/vue.js /^function transformNode$1 (el, options) {$/;" f
transforms static/js/vue.js /^var transforms;$/;" v
transition$$1 static/js/vue.js /^ var transition$$1 = vnode.data && vnode.data.transition;$/;" v
transitionProps.appear static/js/vue.js /^ appear: Boolean,$/;" p
transitionProps.appearActiveClass static/js/vue.js /^ appearActiveClass: String,$/;" p
transitionProps.appearClass static/js/vue.js /^ appearClass: String,$/;" p
transitionProps.appearToClass static/js/vue.js /^ appearToClass: String,$/;" p
transitionProps.css static/js/vue.js /^ css: Boolean,$/;" p
transitionProps.duration static/js/vue.js /^ duration: [Number, String, Object]$/;" p
transitionProps.enterActiveClass static/js/vue.js /^ enterActiveClass: String,$/;" p
transitionProps.enterClass static/js/vue.js /^ enterClass: String,$/;" p
transitionProps.enterToClass static/js/vue.js /^ enterToClass: String,$/;" p
transitionProps.leaveActiveClass static/js/vue.js /^ leaveActiveClass: String,$/;" p
transitionProps.leaveClass static/js/vue.js /^ leaveClass: String,$/;" p
transitionProps.leaveToClass static/js/vue.js /^ leaveToClass: String,$/;" p
transitionProps.mode static/js/vue.js /^ mode: String,$/;" p
transitionProps.name static/js/vue.js /^ name: String,$/;" p
transitionProps.type static/js/vue.js /^ type: String,$/;" p
trigger static/js/vue.js /^function trigger (el, type) {$/;" f
var.domProps.create static/js/vue.js /^ create: updateDOMProps,$/;" p
var.domProps.update static/js/vue.js /^ update: updateDOMProps$/;" p
var.performLeave static/js/vue.js /^ var performLeave = function () { delayedLeave(); };$/;" f
var.setProp static/js/vue.js /^var setProp = function (el, name, val) {$/;" f
var.style.create static/js/vue.js /^ create: updateStyle,$/;" p
var.style.update static/js/vue.js /^ update: updateStyle$/;" p
warn$2 static/js/vue.js /^var warn$2;$/;" v
whenTransitionEnds.end static/js/vue.js /^ var end = function () {$/;" f
whenTransitionEnds.onEnd static/js/vue.js /^ var onEnd = function (e) {$/;" f
wrapFilter static/js/vue.js /^function wrapFilter (exp, filter) {$/;" f
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhiyuanzmj/nodejs.git
git@gitee.com:zhiyuanzmj/nodejs.git
zhiyuanzmj
nodejs
nodejs
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891