text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```javascript
/**
* XMLHttp client.
*/
var _ = require('../../util');
var Promise = require('../../promise');
module.exports = function (request) {
return new Promise(function (resolve) {
var xhr = new XMLHttpRequest(), response = {request: request}, handler;
request.cancel = function () {
... | /content/code_sandbox/public/vendor/vue-resource/src/http/client/xhr.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 243 |
```javascript
/**
* JSONP client.
*/
var _ = require('../../util');
var Promise = require('../../promise');
module.exports = function (request) {
return new Promise(function (resolve) {
var callback = '_jsonp' + Math.random().toString(36).substr(2), response = {request: request, data: null}, handler, s... | /content/code_sandbox/public/vendor/vue-resource/src/http/client/jsonp.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 252 |
```javascript
/**
* vue-resource v0.7.0
* path_to_url
*/
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.VueResource=e():t.VueResource=e()}(this,function(){return function(t){function e(r){if(n[r]... | /content/code_sandbox/public/vendor/vue-resource/dist/vue-resource.min.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 4,867 |
```javascript
/**
* vue-resource v0.7.0
* path_to_url
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'o... | /content/code_sandbox/public/vendor/vue-resource/dist/vue-resource.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 8,242 |
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Ridiculously Responsive Social Sharing Buttons by KNI Labs</title>
<meta name="description" content="It seemed like we were constantly making custom social sharing buttons for ... | /content/code_sandbox/public/vendor/RRSSB/index.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 8,590 |
```scss
// Ridiculously Responsive Social Sharing Buttons
// Team: @dbox, @joshuatuscan
// Site: path_to_url
// Twitter: @therealkni
//
// ___ ___
// /__/| /__/\ ___
// | |:| \ \:\ / /\
// | |:| \ \:\ / /:/
// __| |:| _____\__\:\ /... | /content/code_sandbox/public/vendor/RRSSB/scss/rrssb.scss | scss | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,821 |
```css
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,bu... | /content/code_sandbox/public/vendor/RRSSB/css/normalize.min.css | css | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 766 |
```css
.clearfix:after,.share-container:after{clear:both}.clearfix:after,.clearfix:before,.share-container:after,.share-container:before{content:' ';display:table}body{overflow-x:hidden;font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}a{color:#0a88ff;font-weight:500;text-decoration:none}a:hover{c... | /content/code_sandbox/public/vendor/RRSSB/css/demo.css | css | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 411 |
```css
.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%... | /content/code_sandbox/public/vendor/RRSSB/css/rrssb.css | css | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,558 |
```javascript
+function(t,e,i){"use strict";var r={calc:!1};e.fn.rrssb=function(t){var r=e.extend({description:i,emailAddress:i,emailBody:i,emailSubject:i,image:i,title:i,url:i},t);r.emailSubject=r.emailSubject||r.title,r.emailBody=r.emailBody||(r.description?r.description:"")+(r.url?"\n\n"+r.url:"");for(var s in r)r.h... | /content/code_sandbox/public/vendor/RRSSB/js/rrssb.min.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,685 |
```javascript
/*!
Ridiculously Responsive Social Sharing Buttons
Team: @dbox, @joshuatuscan
Site: path_to_url
Twitter: @therealkni
___ ___
/__/| /__/\ ___
| |:| \ \:\ / /\
| |:| \ \:\ / /:/
__| |:| _____\__\:\ /__/::\
... | /content/code_sandbox/public/vendor/RRSSB/js/rrssb.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 3,227 |
```javascript
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
//@ sourceMappingURL=jquery.min.map
*/
(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnPro... | /content/code_sandbox/public/vendor/RRSSB/js/vendor/jquery.1.10.2.min.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 31,232 |
```javascript
_aa={};_aa._ab=function(f,e){var d=qrcode.width;var b=qrcode.height;var c=true;for(var g=0;g<e.length&&c;g+=2){var a=Math.floor(e[g]);var h=Math.floor(e[g+1]);if(a<-1||a>d||h<-1||h>b){throw"Error._ab "}c=false;if(a==-1){e[g]=0;c=true}else{if(a==d){e[g]=d-1;c=true}}if(h==-1){e[g+1]=0;c=true}else{if(h==b){e... | /content/code_sandbox/public/vendor/qrcode-scan/llqrcode.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 18,339 |
```javascript
// path_to_url
var workingAway = false;
var gCtx = null;
var gCanvas = null;
var c=0;
var stype=0;
var gUM=false;
var webkit=false;
var moz=false;
var v=null;
var beepSound = new Audio('/mp3/beep.mp3');
var vidhtml = '<video id="v" autoplay></video>';
function initCanvas(w,h)
{
gCanvas = document.... | /content/code_sandbox/public/vendor/qrcode-scan/webqr.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 943 |
```javascript
/**
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.5
*
* @author Martin Kleppe <kleppe@ubilabs.net>, 2014
* @author Ubilabs path_to_url 2014
*/
// # $.geocomplete()
// ## jQuery Geocoding and Places Autocomplete Plugin
//
// * path_to_url
// * by Martin Kleppe <kleppe@ubilabs.net>
(funct... | /content/code_sandbox/public/vendor/geocomplete/jquery.geocomplete.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 4,093 |
```javascript
/**
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.5
*
* @author Martin Kleppe <kleppe@ubilabs.net>, 2014
* @author Ubilabs path_to_url 2014
*/
(function($,window,document,undefined){var defaults={bounds:true,country:null,map:false,details:false,detailsAttribute:"name",autoselect:true,loca... | /content/code_sandbox/public/vendor/geocomplete/jquery.geocomplete.min.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,866 |
```shell
# sh build.sh
# minify script
uglifyjs --comments license jquery.geocomplete.js > jquery.geocomplete.min.js
## create documentation
docco jquery.geocomplete.js
mv docs/jquery.geocomplete.html docs/index.html
rm -Rf _temp
mkdir _temp
mkdir _temp/examples
mv docs _temp
cp jquery.geocomplete.js _temp/
cp jqu... | /content/code_sandbox/public/vendor/geocomplete/build.sh | shell | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 92 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
<input id="find" type="button... | /content/code_sandbox/public/vendor/geocomplete/examples/country_limit.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 358 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
<style type="text/css" media="screen">
form { width: 300px; float: left; }
fieldset { width: 320px; margin-top: 20px}
fieldset stron... | /content/code_sandbox/public/vendor/geocomplete/examples/custom_attribute.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 472 |
```html
<!DOCTYPE html>
<html>
<head>
<title>GeoComplete</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
</form>
<div class="map_ca... | /content/code_sandbox/public/vendor/geocomplete/examples/location.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 198 |
```html
<!DOCTYPE html>
<html>
<head>
<title>GeoComplete</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
<input id="find" type="button" va... | /content/code_sandbox/public/vendor/geocomplete/examples/map.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 421 |
```javascript
$.log = function(message){
var $logger = $("#logger");
$logger.html($logger.html() + "\n * " + message );
}
``` | /content/code_sandbox/public/vendor/geocomplete/examples/logger.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 32 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div class="map_canvas"></div>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" va... | /content/code_sandbox/public/vendor/geocomplete/examples/multiple_results.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 320 |
```css
body {
color: #333;
}
body, input, button {
line-height: 1.4;
font: 13px Helvetica,arial,freesans,clean,sans-serif;
}
a {
color: #4183C4;
text-decoration: none;
}
#examples a {
text-decoration: underline;
}
#geocomplete { width: 200px}
.map_canvas {
width: 600px;
height: 400px;
margin:... | /content/code_sandbox/public/vendor/geocomplete/examples/styles.css | css | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 138 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
<style type="text/css" media="screen">
form { width: 300px; float: left; margin-left: 20px}
fieldset { width: 320px; margin-top: 20... | /content/code_sandbox/public/vendor/geocomplete/examples/draggable.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 515 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
<style type="text/css" media="screen">
.map_canvas { float: left; }
form { width: 300px; float: left; }
fieldset { width: 320px; mar... | /content/code_sandbox/public/vendor/geocomplete/examples/blur.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 845 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
<style type="text/css" media="screen">
.map_canvas { float: left; }
form { width: 300px; float: left; }
fieldset { width: 320px; mar... | /content/code_sandbox/public/vendor/geocomplete/examples/form.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 846 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
<input id="find" type="button... | /content/code_sandbox/public/vendor/geocomplete/examples/api.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 316 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
<input id="find" type="button... | /content/code_sandbox/public/vendor/geocomplete/examples/bounds.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 353 |
```html
<!DOCTYPE html>
<html>
<head>
<title>$.geocomplete()</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<form>
<input id="geocomplete" type="text" placeholder="Type in an address" size="90" />
<input id="find" type="button... | /content/code_sandbox/public/vendor/geocomplete/examples/simple.html | html | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 379 |
```javascript
import Vue from './instance/vue'
import installGlobalAPI from './global-api'
import { inBrowser, devtools } from './util/index'
import config from './config'
installGlobalAPI(Vue)
Vue.version = '1.0.24'
export default Vue
// devtools global hook
/* istanbul ignore next */
setTimeout(() => {
if (conf... | /content/code_sandbox/public/vendor/vue/src/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 167 |
```javascript
import {
extend,
bind,
on,
off,
getAttr,
getBindAttr,
camelize,
hyphenate,
nextTick,
warn
} from './util/index'
import Watcher from './watcher'
import { parseExpression, isSimplePath } from './parsers/expression'
function noop () {}
/**
* A directive links a DOM element with a piece... | /content/code_sandbox/public/vendor/vue/src/directive.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,088 |
```javascript
import config from './config'
import directives from './directives/public/index'
import elementDirectives from './directives/element/index'
import filters from './filters/index'
import * as util from './util/index'
import * as compiler from './compiler/index'
import * as path from './parsers/path'
import ... | /content/code_sandbox/public/vendor/vue/src/global-api.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,286 |
```javascript
import config from './config'
import Dep from './observer/dep'
import { parseExpression } from './parsers/expression'
import { pushWatcher } from './batcher'
import {
extend,
warn,
isArray,
isObject,
nextTick,
_Set as Set
} from './util/index'
let uid = 0
/**
* A watcher parses an expressio... | /content/code_sandbox/public/vendor/vue/src/watcher.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,254 |
```javascript
/**
* A doubly linked list-based Least Recently Used (LRU)
* cache. Will keep most recently used items while
* discarding least recently used items when its limit is
* reached. This is a bare-bone version of
* Rasmus Andersson's js-lru:
*
* path_to_url
*
* @param {Number} limit
* @constructor
... | /content/code_sandbox/public/vendor/vue/src/cache.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 718 |
```javascript
import config from './config'
import {
warn,
nextTick,
devtools
} from './util/index'
// we have two separate queues: one for directive updates
// and one for user watcher registered via $watch().
// we want to guarantee directive updates to be called
// before user watchers so that when user watch... | /content/code_sandbox/public/vendor/vue/src/batcher.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 624 |
```javascript
import { compileRegex } from './parsers/text'
let delimiters = ['{{', '}}']
let unsafeDelimiters = ['{{{', '}}}']
const config = {
/**
* Whether to print debug messages.
* Also enables stack trace for warnings.
*
* @type {Boolean}
*/
debug: false,
/**
* Whether to suppress war... | /content/code_sandbox/public/vendor/vue/src/config.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 450 |
```javascript
import config from '../config'
import { parseDirective } from '../parsers/directive'
import { isSimplePath } from '../parsers/expression'
import { defineReactive, withoutConversion } from '../observer/index'
import propDef from '../directives/internal/prop'
import {
warn,
camelize,
hyphenate,
getA... | /content/code_sandbox/public/vendor/vue/src/compiler/compile-props.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,917 |
```javascript
export * from './compile'
export * from './transclude'
export * from './resolve-slots'
``` | /content/code_sandbox/public/vendor/vue/src/compiler/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 22 |
```javascript
import { parseTemplate } from '../parsers/template'
import {
isTemplate,
toArray,
getBindAttr,
warn
} from '../util/index'
/**
* Scan and determine slot content distribution.
* We do this during transclusion instead at compile time so that
* the distribution is decoupled from the compilation o... | /content/code_sandbox/public/vendor/vue/src/compiler/resolve-slots.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 492 |
```javascript
import publicDirectives from '../directives/public/index'
import internalDirectives from '../directives/internal/index'
import { compileProps } from './compile-props'
import { parseText, tokensToExp } from '../parsers/text'
import { parseDirective } from '../parsers/directive'
import { parseTemplate } fro... | /content/code_sandbox/public/vendor/vue/src/compiler/compile.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 5,615 |
```javascript
import { parseText } from '../parsers/text'
import { parseTemplate } from '../parsers/template'
import {
warn,
isTemplate,
isFragment,
prepend,
extractContent,
createAnchor,
resolveAsset,
toArray,
addClass,
hasBindAttr
} from '../util/index'
const specialCharRE = /[^\w\-:\.]/
/**
* ... | /content/code_sandbox/public/vendor/vue/src/compiler/transclude.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,054 |
```javascript
import { toNumber, stripQuotes } from '../util/index'
import Cache from '../cache'
const cache = new Cache(1000)
const filterTokenRE = /[^\s'"]+|'[^']*'|"[^"]*"/g
const reservedArgRE = /^in$|^-?\d+/
/**
* Parser state
*/
var str, dir
var c, prev, i, l, lastFilterIndex
var inSingle, inDouble, curly, s... | /content/code_sandbox/public/vendor/vue/src/parsers/directive.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 884 |
```javascript
import { parseExpression } from './expression'
import {
isLiteral,
stripQuotes,
isObject,
isArray,
warn,
set
} from '../util/index'
import Cache from '../cache'
var pathCache = new Cache(1000)
// actions
var APPEND = 0
var PUSH = 1
var INC_SUB_PATH_DEPTH = 2
var PUSH_SUB_PATH = 3
// states
... | /content/code_sandbox/public/vendor/vue/src/parsers/path.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,053 |
```javascript
import { warn } from '../util/index'
import { parsePath, setPath } from './path'
import Cache from '../cache'
const expressionCache = new Cache(1000)
const allowedKeywords =
'Math,Date,this,true,false,null,undefined,Infinity,NaN,' +
'isNaN,isFinite,decodeURI,decodeURIComponent,encodeURI,' +
'encod... | /content/code_sandbox/public/vendor/vue/src/parsers/expression.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,519 |
```javascript
import Cache from '../cache'
import {
inBrowser,
trimNode,
isTemplate,
isFragment
} from '../util/index'
const templateCache = new Cache(1000)
const idSelectorCache = new Cache(1000)
const map = {
efault: [0, '', ''],
legend: [1, '<fieldset>', '</fieldset>'],
tr: [2, '<table><tbody>', '</t... | /content/code_sandbox/public/vendor/vue/src/parsers/template.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,817 |
```javascript
import Cache from '../cache'
import config from '../config'
import { parseDirective } from '../parsers/directive'
const regexEscapeRE = /[-.*+?^${}()|[\]\/\\]/g
let cache, tagRE, htmlRE
/**
* Escape a string so it can be used in a RegExp
* constructor.
*
* @param {String} str
*/
function escapeReg... | /content/code_sandbox/public/vendor/vue/src/parsers/text.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,075 |
```javascript
import { toArray, debounce as _debounce } from '../util/index'
import { orderBy, filterBy, limitBy } from './array-filters'
const digitsRE = /(\d{3})(?=\d)/g
// asset collections must be a plain object.
export default {
orderBy,
filterBy,
limitBy,
/**
* Stringify value.
*
* @param {Num... | /content/code_sandbox/public/vendor/vue/src/filters/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 802 |
```javascript
import { getPath } from '../parsers/path'
import vFor from '../directives/public/for'
import {
toArray,
toNumber,
isArray,
isObject,
isPlainObject
} from '../util/index'
const convertArray = vFor._postProcess
/**
* Limit filter for arrays
*
* @param {Number} n
* @param {Number} offset (Deci... | /content/code_sandbox/public/vendor/vue/src/filters/array-filters.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,053 |
```javascript
import initMixin from './internal/init'
import stateMixin from './internal/state'
import eventsMixin from './internal/events'
import lifecycleMixin from './internal/lifecycle'
import miscMixin from './internal/misc'
import dataAPI from './api/data'
import domAPI from './api/dom'
import eventsAPI from './... | /content/code_sandbox/public/vendor/vue/src/instance/vue.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 221 |
```javascript
import { isSimplePath } from '../../parsers/expression'
import {
inDoc,
isArray,
warn
} from '../../util/index'
const eventRE = /^v-on:|^@/
export default function (Vue) {
/**
* Setup the instance's option events & watchers.
* If the value is a string, we pull it from the
* instance's m... | /content/code_sandbox/public/vendor/vue/src/instance/internal/events.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,129 |
```javascript
import {
resolveAsset,
isPlainObject,
warn
} from '../../util/index'
export default function (Vue) {
/**
* Apply a list of filter (descriptors) to a value.
* Using plain for loops here because this will be called in
* the getter of any watcher with filters so it is very
* performance ... | /content/code_sandbox/public/vendor/vue/src/instance/internal/misc.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 739 |
```javascript
import Watcher from '../../watcher'
import { compileAndLinkProps } from '../../compiler/index'
import Dep from '../../observer/dep'
import {
observe,
defineReactive
} from '../../observer/index'
import {
warn,
query,
hasOwn,
isReserved,
isPlainObject,
bind
} from '../../util/index'
expor... | /content/code_sandbox/public/vendor/vue/src/instance/internal/state.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,655 |
```javascript
import { mergeOptions } from '../../util/index'
let uid = 0
export default function (Vue) {
/**
* The main init sequence. This is called for every
* instance, including ones that are created from extended
* constructors.
*
* @param {Object} options - this options object should be
* ... | /content/code_sandbox/public/vendor/vue/src/instance/internal/init.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 737 |
```javascript
import Directive from '../../directive'
import {
replace,
getAttr,
isFragment
} from '../../util/index'
import {
compile,
compileRoot,
transclude,
resolveSlots
} from '../../compiler/index'
export default function (Vue) {
/**
* Update v-ref for component.
*
* @param {Boolean} r... | /content/code_sandbox/public/vendor/vue/src/instance/internal/lifecycle.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,861 |
```javascript
import Watcher from '../../watcher'
import { del, toArray } from '../../util/index'
import { parseText } from '../../parsers/text'
import { parseDirective } from '../../parsers/directive'
import { getPath } from '../../parsers/path'
import { parseExpression } from '../../parsers/expression'
const filterR... | /content/code_sandbox/public/vendor/vue/src/instance/api/data.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,152 |
```javascript
import { toArray } from '../../util/index'
export default function (Vue) {
/**
* Listen on the given `event` with `fn`.
*
* @param {String} event
* @param {Function} fn
*/
Vue.prototype.$on = function (event, fn) {
(this._events[event] || (this._events[event] = []))
.push(fn... | /content/code_sandbox/public/vendor/vue/src/instance/api/events.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,375 |
```javascript
import {
nextTick,
inDoc,
removeNodeRange,
mapNodeRange,
before,
remove
} from '../../util/index'
import {
beforeWithTransition,
appendWithTransition,
removeWithTransition
} from '../../transition/index'
export default function (Vue) {
/**
* Convenience on-instance nextTick. The c... | /content/code_sandbox/public/vendor/vue/src/instance/api/dom.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,331 |
```javascript
import { warn, query, inDoc } from '../../util/index'
import { compile } from '../../compiler/index'
export default function (Vue) {
/**
* Set instance target element and kick off the compilation
* process. The passed in `el` can be a selector string, an
* existing Element, or a DocumentFragme... | /content/code_sandbox/public/vendor/vue/src/instance/api/lifecycle.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 464 |
```javascript
export const ON = 700
export const MODEL = 800
export const BIND = 850
export const TRANSITION = 1100
export const EL = 1500
export const COMPONENT = 1500
export const PARTIAL = 1750
export const IF = 2100
export const FOR = 2200
export const SLOT = 2300
``` | /content/code_sandbox/public/vendor/vue/src/directives/priorities.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 80 |
```javascript
import slot from './slot'
import partial from './partial'
export default {
slot,
partial
}
``` | /content/code_sandbox/public/vendor/vue/src/directives/element/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 23 |
```javascript
import { SLOT } from '../priorities'
import {
extractContent,
replace,
remove
} from '../../util/index'
export default {
priority: SLOT,
params: ['name'],
bind () {
// this was resolved during component transclusion
var name = this.params.name || 'default'
var content = this.vm.... | /content/code_sandbox/public/vendor/vue/src/directives/element/slot.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 377 |
```javascript
import vIf from '../public/if'
import FragmentFactory from '../../fragment/factory'
import { PARTIAL } from '../priorities'
import {
createAnchor,
replace,
resolveAsset
} from '../../util/index'
export default {
priority: PARTIAL,
params: ['name'],
// watch changes to name for dynamic part... | /content/code_sandbox/public/vendor/vue/src/directives/element/partial.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 218 |
```javascript
// NOTE: the prop internal directive is compiled and linked
// during _initProps(), before the created hook is called.
// The purpose is to make the initial prop values available
// inside `created` hooks and `data` functions.
import Watcher from '../../watcher'
import config from '../../config'
import {... | /content/code_sandbox/public/vendor/vue/src/directives/internal/prop.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 432 |
```javascript
import style from './style'
import vClass from './class'
import component from './component'
import prop from './prop'
import transition from './transition'
export default {
style,
'class': vClass,
component,
prop,
transition
}
``` | /content/code_sandbox/public/vendor/vue/src/directives/internal/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 55 |
```javascript
import {
addClass,
removeClass,
isArray,
isObject
} from '../../util/index'
export default {
deep: true,
update (value) {
if (!value) {
this.cleanup()
} else if (typeof value === 'string') {
this.setClass(value.trim().split(/\s+/))
} else {
this.setClass(normal... | /content/code_sandbox/public/vendor/vue/src/directives/internal/class.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 595 |
```javascript
import {
extend,
isArray,
hyphenate,
camelize,
warn
} from '../../util/index'
const prefixes = ['-webkit-', '-moz-', '-ms-']
const camelPrefixes = ['Webkit', 'Moz', 'ms']
const importantRE = /!important;?$/
const propCache = Object.create(null)
let testEl = null
export default {
deep: true... | /content/code_sandbox/public/vendor/vue/src/directives/internal/style.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 742 |
```javascript
import { cloneNode } from '../../parsers/template'
import { COMPONENT } from '../priorities'
import {
extractContent,
createAnchor,
replace,
hyphenate,
warn,
cancellable,
extend
} from '../../util/index'
export default {
priority: COMPONENT,
params: [
'keep-alive',
'transition... | /content/code_sandbox/public/vendor/vue/src/directives/internal/component.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,406 |
```javascript
import { resolveAsset, addClass, removeClass } from '../../util/index'
import { TRANSITION } from '../priorities'
import Transition from '../../transition/transition'
export default {
priority: TRANSITION,
update (id, oldId) {
var el = this.el
// resolve on owner vm
var hooks = resolveA... | /content/code_sandbox/public/vendor/vue/src/directives/internal/transition.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 142 |
```javascript
import { on, off, warn } from '../../util/index'
import { ON } from '../priorities'
// keyCode aliases
const keyCodes = {
esc: 27,
tab: 9,
enter: 13,
space: 32,
'delete': [8, 46],
up: 38,
left: 37,
right: 39,
down: 40
}
function keyFilter (handler, keys) {
var codes = keys.map(functi... | /content/code_sandbox/public/vendor/vue/src/directives/public/on.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 808 |
```javascript
import { warn } from '../../util/index'
export default {
bind () {
process.env.NODE_ENV !== 'production' && warn(
'v-ref:' + this.arg + ' must be used on a child ' +
'component. Found on <' + this.el.tagName.toLowerCase() + '>.',
this.vm
)
}
}
``` | /content/code_sandbox/public/vendor/vue/src/directives/public/ref.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 73 |
```javascript
import { warn, setClass, camelize } from '../../util/index'
import { BIND } from '../priorities'
import vStyle from '../internal/style'
import { tokensToExp } from '../../parsers/text'
// xlink
const xlinkNS = 'path_to_url
const xlinkRE = /^xlink:/
// check for attributes that prohibit interpolations
co... | /content/code_sandbox/public/vendor/vue/src/directives/public/bind.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,101 |
```javascript
// text & html
import text from './text'
import html from './html'
// logic control
import vFor from './for'
import vIf from './if'
import show from './show'
// two-way binding
import model from './model/index'
// event handling
import on from './on'
// attributes
import bind from './bind'
// ref & el
imp... | /content/code_sandbox/public/vendor/vue/src/directives/public/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 150 |
```javascript
import FragmentFactory from '../../fragment/factory'
import { IF } from '../priorities'
import {
getAttr,
remove,
replace,
createAnchor,
warn
} from '../../util/index'
export default {
priority: IF,
terminal: true,
bind () {
var el = this.el
if (!el.__vue__) {
// check els... | /content/code_sandbox/public/vendor/vue/src/directives/public/if.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 502 |
```javascript
export default {
bind () {
var el = this.el
this.vm.$once('pre-hook:compiled', function () {
el.removeAttribute('v-cloak')
})
}
}
``` | /content/code_sandbox/public/vendor/vue/src/directives/public/cloak.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 43 |
```javascript
import FragmentFactory from '../../fragment/factory'
import { FOR } from '../priorities'
import { withoutConversion } from '../../observer/index'
import { getPath } from '../../parsers/path'
import {
isObject,
warn,
createAnchor,
replace,
before,
after,
remove,
hasOwn,
inDoc,
defineRea... | /content/code_sandbox/public/vendor/vue/src/directives/public/for.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 4,609 |
```javascript
import { _toString } from '../../util/index'
export default {
bind () {
this.attr = this.el.nodeType === 3
? 'data'
: 'textContent'
},
update (value) {
this.el[this.attr] = _toString(value)
}
}
``` | /content/code_sandbox/public/vendor/vue/src/directives/public/text.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 61 |
```javascript
import { parseTemplate } from '../../parsers/template'
import {
createAnchor,
before,
replace,
remove,
_toString,
toArray
} from '../../util/index'
export default {
bind () {
// a comment node means this is a binding for
// {{{ inline unescaped html }}}
if (this.el.nodeType ===... | /content/code_sandbox/public/vendor/vue/src/directives/public/html.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 259 |
```javascript
import { getAttr, inDoc } from '../../util/index'
import { applyTransition } from '../../transition/index'
export default {
bind () {
// check else block
var next = this.el.nextElementSibling
if (next && getAttr(next, 'v-else') !== null) {
this.elseEl = next
}
},
update (val... | /content/code_sandbox/public/vendor/vue/src/directives/public/show.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 179 |
```javascript
import { camelize, hasOwn, defineReactive } from '../../util/index'
import { EL } from '../priorities'
export default {
priority: EL,
bind () {
/* istanbul ignore if */
if (!this.arg) {
return
}
var id = this.id = camelize(this.arg)
var refs = (this._scope || this.vm).$els... | /content/code_sandbox/public/vendor/vue/src/directives/public/el.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 170 |
```javascript
import { warn, resolveAsset } from '../../../util/index'
import { MODEL } from '../../priorities'
import text from './text'
import radio from './radio'
import select from './select'
import checkbox from './checkbox'
const handlers = {
text,
radio,
select,
checkbox
}
export default {
priority:... | /content/code_sandbox/public/vendor/vue/src/directives/public/model/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 517 |
```javascript
import { isArray, toNumber, looseEqual } from '../../../util/index'
export default {
bind () {
var self = this
var el = this.el
// method to force update DOM using latest value.
this.forceUpdate = function () {
if (self._watcher) {
self.update(self._watcher.get())
... | /content/code_sandbox/public/vendor/vue/src/directives/public/model/select.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 700 |
```javascript
import {
toNumber,
isArray,
indexOf,
looseEqual
} from '../../../util/index'
export default {
bind () {
var self = this
var el = this.el
this.getValue = function () {
return el.hasOwnProperty('_value')
? el._value
: self.params.number
? toNumber(el.... | /content/code_sandbox/public/vendor/vue/src/directives/public/model/checkbox.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 340 |
```javascript
/* global jQuery */
import {
isIE9,
isAndroid,
toNumber,
_toString,
nextTick,
debounce as _debounce
} from '../../../util/index'
export default {
bind () {
var self = this
var el = this.el
var isRange = el.type === 'range'
var lazy = this.params.lazy
var number = this.... | /content/code_sandbox/public/vendor/vue/src/directives/public/model/text.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 959 |
```javascript
import { toNumber, looseEqual } from '../../../util/index'
export default {
bind () {
var self = this
var el = this.el
this.getValue = function () {
// value overwrite via v-bind:value
if (el.hasOwnProperty('_value')) {
return el._value
}
var val = el.value... | /content/code_sandbox/public/vendor/vue/src/directives/public/model/radio.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 164 |
```javascript
import Dep from './dep'
import { arrayMethods } from './array'
import {
def,
isArray,
isPlainObject,
hasProto,
hasOwn
} from '../util/index'
const arrayKeys = Object.getOwnPropertyNames(arrayMethods)
/**
* By default, when a reactive property is set, the new value is
* also converted to beco... | /content/code_sandbox/public/vendor/vue/src/observer/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,363 |
```javascript
import { toArray } from '../util/index'
let uid = 0
/**
* A dep is an observable that can have multiple
* directives subscribing to it.
*
* @constructor
*/
export default function Dep () {
this.id = uid++
this.subs = []
}
// the current target watcher being evaluated.
// this is globally uniq... | /content/code_sandbox/public/vendor/vue/src/observer/dep.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 258 |
```javascript
import { def, indexOf } from '../util/index'
const arrayProto = Array.prototype
export const arrayMethods = Object.create(arrayProto)
/**
* Intercept mutating methods and emit events
*/
;[
'push',
'pop',
'shift',
'unshift',
'splice',
'sort',
'reverse'
]
.forEach(function (method) {
//... | /content/code_sandbox/public/vendor/vue/src/observer/array.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 440 |
```javascript
/* global MutationObserver */
// can we use __proto__?
export const hasProto = '__proto__' in {}
// Browser environment sniffing
export const inBrowser =
typeof window !== 'undefined' &&
Object.prototype.toString.call(window) !== '[object Object]'
// detect devtools
export const devtools = inBrowse... | /content/code_sandbox/public/vendor/vue/src/util/env.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 900 |
```javascript
export * from './lang'
export * from './env'
export * from './dom'
export * from './options'
export * from './component'
export * from './debug'
export { defineReactive } from '../observer/index'
``` | /content/code_sandbox/public/vendor/vue/src/util/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 48 |
```javascript
/**
* Set a property on an object. Adds the new property and
* triggers change notification if the property doesn't
* already exist.
*
* @param {Object} obj
* @param {String} key
* @param {*} val
* @public
*/
export function set (obj, key, val) {
if (hasOwn(obj, key)) {
obj[key] = val
... | /content/code_sandbox/public/vendor/vue/src/util/lang.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,070 |
```javascript
import { warn } from './debug'
import { resolveAsset } from './options'
import { getBindAttr } from './dom'
export const commonTagRE = /^(div|p|span|img|a|b|i|br|ul|ol|li|h1|h2|h3|h4|h5|h6|code|pre|table|th|td|tr|form|label|input|select|option|nav|article|section|header|footer)$/i
export const reservedTa... | /content/code_sandbox/public/vendor/vue/src/util/component.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 698 |
```javascript
import config from '../config'
import { isIE9 } from './env'
import { warn } from './debug'
import { camelize } from './lang'
import { removeWithTransition } from '../transition/index'
/**
* Query an element selector if it's not an element already.
*
* @param {String|Element} el
* @return {Element}
... | /content/code_sandbox/public/vendor/vue/src/util/dom.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,419 |
```javascript
import config from '../config'
import { hyphenate } from './lang'
let warn
let formatComponentName
if (process.env.NODE_ENV !== 'production') {
const hasConsole = typeof console !== 'undefined'
warn = (msg, vm) => {
if (hasConsole && (!config.silent)) {
console.error('[Vue warn]: ' + msg ... | /content/code_sandbox/public/vendor/vue/src/util/debug.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 154 |
```javascript
import Vue from '../instance/vue'
import config from '../config'
import {
extend,
set,
isObject,
isArray,
isPlainObject,
hasOwn,
camelize,
hyphenate
} from './lang'
import { warn } from './debug'
import { commonTagRE, reservedTagRE } from './component'
/**
* Option overwriting strategies... | /content/code_sandbox/public/vendor/vue/src/util/options.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,354 |
```javascript
import { nextTick } from '../util/index'
let queue = []
let queued = false
/**
* Push a job into the queue.
*
* @param {Function} job
*/
export function pushJob (job) {
queue.push(job)
if (!queued) {
queued = true
nextTick(flush)
}
}
/**
* Flush the queue, and do one forced reflow b... | /content/code_sandbox/public/vendor/vue/src/transition/queue.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 165 |
```javascript
import {
before,
remove,
transitionEndEvent
} from '../util/index'
/**
* Append with transition.
*
* @param {Element} el
* @param {Element} target
* @param {Vue} vm
* @param {Function} [cb]
*/
export function appendWithTransition (el, target, vm, cb) {
applyTransition(el, 1, function () {... | /content/code_sandbox/public/vendor/vue/src/transition/index.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 483 |
```javascript
import { pushJob } from './queue'
import {
on,
off,
bind,
addClass,
removeClass,
cancellable,
transitionEndEvent,
animationEndEvent,
transitionProp,
animationProp,
warn,
inBrowser
} from '../util/index'
const TYPE_TRANSITION = 'transition'
const TYPE_ANIMATION = 'animation'
const ... | /content/code_sandbox/public/vendor/vue/src/transition/transition.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 2,724 |
```javascript
import {
createAnchor,
before,
prepend,
inDoc,
mapNodeRange,
removeNodeRange
} from '../util/index'
import {
beforeWithTransition,
removeWithTransition
} from '../transition/index'
/**
* Abstraction for a partially-compiled fragment.
* Can optionally compile content with a child scope.... | /content/code_sandbox/public/vendor/vue/src/fragment/fragment.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 1,253 |
```javascript
import { compile } from '../compiler/index'
import { isTemplate, getOuterHTML } from '../util/index'
import { parseTemplate, cloneNode } from '../parsers/template'
import Fragment from './fragment'
import Cache from '../cache'
const linkerCache = new Cache(5000)
/**
* A factory that can be used to crea... | /content/code_sandbox/public/vendor/vue/src/fragment/factory.js | javascript | 2016-03-03T01:33:10 | 2024-08-16T12:05:02 | Attendize | Attendize/Attendize | 3,955 | 393 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.