Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 171) sorted by path

1234567

/template/a_new_day/js/
H A Ddragdrop.js317 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
451 var p = [0,1].map(function(i){
460 p = p.map( function(v, i) {
463 p = p.map( function(v) {
873 return $(this.findElements(element, options) || []).map( function(item) {
905 return Sortable.tree(element, arguments[1]).children.map( function (item) {
907 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
910 return Sortable.sequence(element, arguments[1]).map( function(item) {
H A Deffects.js511 …this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),…
512 …this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16…
967 return $R(0,2).map(function(i){
971 this.transforms = this.style.map(function(pair){
1037 this.tracks.map(function(track){
1039 …return elements.map(function(e){ return new track.effect(e, Object.extend({ sync:true }, track.opt…
H A Dprototype.js343 return slices.map(iterator);
430 return this.map(function(value) {
482 return this.map(function(value, index) {
491 return this.map();
499 var collections = [this].concat(args).map($A);
500 return this.map(function(value, index) {
515 map: Enumerable.collect,
656 parts.push(pair.map(encodeURIComponent).join('='));
713 return '#<PHash:{' + this.map(function(pair) {
714 return pair.map(Object.inspect).join(': ');
[all …]
H A Dslider.js36 this.values = this.handles.map( function() { return 0 });
37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
/template/able/css/
H A Dable.css78 map, selector
/template/arcade-basic/css/
H A Dable.css78 map, selector
/template/argon-alt/assets/css/
H A Dargon-design-system.css24322 /*# sourceMappingURL=kit-free.css.map */
H A Ddoku.css25231 /*# sourceMappingURL=kit-free.css.map */
25666 /*# sourceMappingURL=doku.css.map */
H A Dfont-awesome.css472 .fa-map-marker:before {
2612 .fa-map-pin:before {
2616 .fa-map-signs:before {
2620 .fa-map-o:before {
2624 .fa-map:before {
H A Dnucleo-icons.css440 .ni-map-big::before {
/template/argon-alt/assets/js/core/
H A Dbootstrap.min.js6map(function(t){var e,n=_.getSelectorFromElement(t);if(n&&(e=document.querySelector(n)),e){var i=e…
H A Djquery.min.js2map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:func…
3map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(L)||[]),c=b.length;while(c--)delete d[b[c]…
4map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLo…
H A Dpopper.min.js4map(function(e){return se({key:e},s[e],{area:v(s[e])})}).sort(function(e,t){return t.area-e.area})…
/template/argon/assets/css/
H A Dargon-design-system.css22634 /*# sourceMappingURL=agd.css.map */
H A Ddoku.css24706 /*# sourceMappingURL=agd.css.map */
25066 /*# sourceMappingURL=doku.css.map */
H A Dfont-awesome.css472 .fa-map-marker:before {
2612 .fa-map-pin:before {
2616 .fa-map-signs:before {
2620 .fa-map-o:before {
2624 .fa-map:before {
H A Dnucleo-icons.css440 .ni-map-big::before {
/template/argon/assets/js/core/
H A Dbootstrap.min.js6map((function(t){var n,s=c.getSelectorFromElement(t);if(s&&(n=document.querySelector(s)),n){var r=…
H A Djquery.min.js2map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:func…
3map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(L)||[]),c=b.length;while(c--)delete d[b[c]…
4map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLo…
H A Dpopper.min.js4map(function(e){return se({key:e},s[e],{area:v(s[e])})}).sort(function(e,t){return t.area-e.area})…
/template/battlehorse/js/
H A Ddragdrop.js317 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
451 var p = [0,1].map(function(i){
460 p = p.map( function(v, i) {
463 p = p.map( function(v) {
873 return $(this.findElements(element, options) || []).map( function(item) {
905 return Sortable.tree(element, arguments[1]).children.map( function (item) {
907 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
910 return Sortable.sequence(element, arguments[1]).map( function(item) {
H A Deffects.js511 …this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),…
512 …this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16…
967 return $R(0,2).map(function(i){
971 this.transforms = this.style.map(function(pair){
1037 this.tracks.map(function(track){
1039 …return elements.map(function(e){ return new track.effect(e, Object.extend({ sync:true }, track.opt…
H A Dprototype.js343 return slices.map(iterator);
430 return this.map(function(value) {
482 return this.map(function(value, index) {
491 return this.map();
499 var collections = [this].concat(args).map($A);
500 return this.map(function(value, index) {
515 map: Enumerable.collect,
656 parts.push(pair.map(encodeURIComponent).join('='));
713 return '#<PHash:{' + this.map(function(pair) {
714 return pair.map(Object.inspect).join(': ');
[all …]
H A Dslider.js36 this.values = this.handles.map( function() { return 0 });
37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
/template/bootie/
H A DREADME.md21 …[Panel](http://getbootstrap.com/components/#panels-heading) with the [mini-map plugin](https://ger…

1234567