text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: spring-boot-freemarker/src/main/resources/static/css/dashboard.css
@CHARSET "UTF-8";
/*
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #ee... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/static/css/dashboard.css", "license": "apache-2.0", "size": 1574} |
### File: spring-boot-freemarker/src/main/resources/static/kindeditor/lang/zh_CN.js
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/static/kindeditor/lang/zh_CN.js", "license": "apache-2.0", "... |
### File: spring-boot-freemarker/src/main/resources/static/kindeditor/themes/default/default.css
/* common */
.ke-inline-block {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
.ke-clearfix {
zoom: 1;
}
.ke-clearfix:after {
content: ".";
display: block;
c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/static/kindeditor/themes/default/default.css", "license": "apache-2... |
### File: spring-boot-freemarker/src/main/resources/templates/detail.ftl
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "FreeMarker", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/templates/detail.ftl", "license": "apache-2.0", "size": 2335... |
### File: spring-boot-freemarker/src/main/resources/templates/footer.ftl
<hr>
<footer>
<div class="container">
<p class="text-muted">© Company 2014. Place sticky footer content here.</p>
</div>
</footer> | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "FreeMarker", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/templates/footer.ftl", "license": "apache-2.0", "size": 154} |
### File: spring-boot-freemarker/src/main/resources/templates/index.ftl
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "FreeMarker", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/resources/templates/index.ftl", "license": "apache-2.0", "size": 4836} |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/site/index.jsp
<html>
<body>
<h2>Hello World!</h2>
</body>
</html>
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/site/index.jsp", "license": "apache-2.0", ... |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/add.jsp
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/add.jsp", "license": "apache-2.0", ... |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/detail.jsp
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<!DOCTYPE html>
<html ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/detail.jsp", "license": "apache-2.0... |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/index.jsp
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewpor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/index.jsp", "license": "apache-2.0"... |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/list.jsp
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib prefix="fn" ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/list.jsp", "license": "apache-2.0",... |
### File: spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/login.jsp
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-freemarker/src/main/webapp/WEB-INF/views/system/login.jsp", "license": "apache-2.0"... |
### File: spring-boot-hello/src/main/java/com/lance/hello/Application.java
package com.lance.hello;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-hello/src/main/java/com/lance/hello/Application.java", "license": "apache-2.0", "size": 476} |
### File: spring-boot-hello/src/main/java/com/lance/hello/web/IndexController.java
package com.lance.hello.web;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class IndexController {
@RequestMapping(value={"", "/", "index"})
publi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-hello/src/main/java/com/lance/hello/web/IndexController.java", "license": "apache-2.0", "size": ... |
### File: spring-boot-hello/src/main/webapp/WEB-INF/views/index.jsp
<html>
<body>
<h2>Hello World!</h2>
</body>
</html>
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-hello/src/main/webapp/WEB-INF/views/index.jsp", "license": "apache-2.0", "size": 52... |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/SimpleApplication.java
package com.lance.jpa;
import org.apache.catalina.Context;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.embedded.EmbeddedServle... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/SimpleApplication.java", "license": "apache-2.0", "size": 1111} |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/domain/Teacher.java
package com.lance.jpa.domain;
import java.io.Serializable;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
im... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/domain/Teacher.java", "license": "apache-2.0", "size": 1622} |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/repository/StudentRepository.java
package com.lance.jpa.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.lance.jpa.domain.Student;
public interface StudentRepository extends JpaRepository<Student, Integer> {
}
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/repository/StudentRepository.java", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/repository/TeacherRepository.java
package com.lance.jpa.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.lance.jpa.domain.Teacher;
public interface TeacherRepository extends JpaRepository<Teacher, Intege... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/repository/TeacherRepository.java", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/service/TeacherService.java
package com.lance.jpa.service;
import java.util.List;
import javax.persistence.EntityManager;
import org.springframework.data.domain.Sort;
import org.springframework.data.jpa.repository.Query;
import com.lance.jpa.domain.Teacher;
pub... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/service/TeacherService.java", "license": "apache-2.0", "size": 1... |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/service/TeacherServiceImpl.java
package com.lance.jpa.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Sort;
import org.springframework.st... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/service/TeacherServiceImpl.java", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/java/com/lance/jpa/web/IndexController.java
package com.lance.jpa.web;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.spring... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/java/com/lance/jpa/web/IndexController.java", "license": "apache-2.0", "size": 1708... |
### File: spring-boot-jpa/src/main/resources/static/js/Index.js
var Index = {
grid: '#taskinfo-grid',
form: '#taskinfoForm',
init: function(){
//初始化Grid列表数据
this.initGrid();
},
//添加模块
addTaskInfo: function(){
var d = this.createTaskInfoDialog();
d.dialog({title: "Add Job"}).dialog('open');
},
//修改... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/js/Index.js", "license": "apache-2.0", "size": 2963} |
### File: spring-boot-jpa/src/main/resources/static/plugin/commons.js
var Ext = function() {
return {
/** date-box 格式化日期 */
formatDate : function(date) {
return date.getFullYear() + "-" + (date.getMonth() + 1) + "-"
+ date.getDate();
},
formatDateTime : function(date) {
return date.getFullYear() + ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/commons.js", "license": "apache-2.0", "size": 8410} |
### File: spring-boot-jpa/src/main/resources/static/plugin/locale/easyui-lang-zh_CN.js
if ($.fn.pagination){
$.fn.pagination.defaults.beforePageText = '第';
$.fn.pagination.defaults.afterPageText = '共{pages}页';
$.fn.pagination.defaults.displayMsg = '显示{from}到{to},共{total}记录';
}
if ($.fn.datagrid){
$.fn.datagrid.defa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/locale/easyui-lang-zh_CN.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.accordion.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.accordion.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.calendar.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.calendar.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combo.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jea... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combo.js", "license": "apache-2.0", "s... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combobox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combobox.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combogrid.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combogrid.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combotree.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combotree.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combotreegrid.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.combotreegrid.js", "license": "apache-... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datagrid.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datagrid.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datalist.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datalist.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datebox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@j... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datebox.js", "license": "apache-2.0", ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datetimebox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datetimebox.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datetimespinner.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.datetimespinner.js", "license": "apach... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.dialog.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.dialog.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.draggable.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.draggable.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.droppable.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.droppable.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.filebox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@j... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.filebox.js", "license": "apache-2.0", ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.form.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jeas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.form.js", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.layout.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.layout.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.linkbutton.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: inf... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.linkbutton.js", "license": "apache-2.0... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.menu.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jeas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.menu.js", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.menubutton.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: inf... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.menubutton.js", "license": "apache-2.0... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.messager.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.messager.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.mobile.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.mobile.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.numberbox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.numberbox.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.numberspinner.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.numberspinner.js", "license": "apache-... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.pagination.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: inf... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.pagination.js", "license": "apache-2.0... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.panel.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jea... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.panel.js", "license": "apache-2.0", "s... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.parser.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.parser.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.passwordbox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.passwordbox.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.progressbar.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.progressbar.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.propertygrid.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.propertygrid.js", "license": "apache-2... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.resizable.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.resizable.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.searchbox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.searchbox.js", "license": "apache-2.0"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.slider.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.slider.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.spinner.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@j... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.spinner.js", "license": "apache-2.0", ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.splitbutton.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.splitbutton.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.switchbutton.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.switchbutton.js", "license": "apache-2... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tabs.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jeas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tabs.js", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.textbox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@j... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.textbox.js", "license": "apache-2.0", ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.timespinner.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.timespinner.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tooltip.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@j... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tooltip.js", "license": "apache-2.0", ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tree.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@jeas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.tree.js", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.treegrid.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.treegrid.js", "license": "apache-2.0",... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.validatebox.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: in... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.validatebox.js", "license": "apache-2.... |
### File: spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.window.js
/**
* jQuery EasyUI 1.5
*
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.
*
* Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
* To use it on other terms please contact us: info@je... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/plugins/jquery.window.js", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/color.css
.c1,.c1:hover,.c1>.panel-header{
color: #fff;
border-color: #3c8b3c;
background: #4cae4c;
background: -webkit-linear-gradient(top,#4cae4c 0,#449d44 100%);
background: -moz-linear-gradient(top,#4cae4c 0,#449d44 100%);
background: -o-linear... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/color.css", "license": "apache-2.0", "size": 6135} |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/accordion.css
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/accordion.css", "license": "apache-2.0", "siz... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/calendar.css
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
}
.calendar table {
table-layout: fixed;
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar table t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/calendar.css", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/combo.css
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/combo.css", "license": "apache-2.0", "size": ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/combobox.css
.combobox-item,
.combobox-group,
.combobox-stick {
font-size: 12px;
padding: 3px;
}
.combobox-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.combobox-gitem {
padding-left: 10px;
}
.combobox-group,
.combobox-sti... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/combobox.css", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/datagrid.css
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/datagrid.css", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/datalist.css
.datalist .datagrid-header {
border-width: 0;
}
.datalist .datagrid-group,
.m-list .m-list-group {
height: 25px;
line-height: 25px;
font-weight: bold;
overflow: hidden;
background-color: #efefef;
border-style: solid;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/datalist.css", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/datebox.css
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
padding: 0 5px;
text-align: center;
}
.datebox-button a {
line-height: 22px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
opacity: 0.6;
filte... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/datebox.css", "license": "apache-2.0", "size"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/dialog.css
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
position: relative;
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1p... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/dialog.css", "license": "apache-2.0", "size":... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/easyui.css
.panel {
overflow: hidden;
text-align: left;
margin: 0;
border: 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/easyui.css", "license": "apache-2.0", "size":... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/filebox.css
.filebox .textbox-value {
vertical-align: top;
position: absolute;
top: 0;
left: -5000px;
}
.filebox-label {
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
left: 0;
top: 0;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/filebox.css", "license": "apache-2.0", "size"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/layout.css
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-body {
min-width: 1px;
min-height: 1px;
}
.layout-panel-east,
.layou... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/layout.css", "license": "apache-2.0", "size":... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/linkbutton.css
.l-btn {
text-decoration: none;
display: inline-block;
overflow: hidden;
margin: 0;
padding: 0;
cursor: pointer;
outline: none;
text-align: center;
vertical-align: middle;
line-height: normal;
}
.l-btn-plain {
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/linkbutton.css", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/menu.css
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-inline {
position: relative;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/menu.css", "license": "apache-2.0", "size": 2... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/menubutton.css
.m-btn-downarrow,
.s-btn-downarrow {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
font-size: 1px;
right: 0;
top: 50%;
margin-top: -8px;
}
.m-btn-active,
.s-btn-active {
background: #eaf2ff... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/menubutton.css", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/messager.css
.messager-body {
padding: 10px 10px 30px 10px;
overflow: auto;
}
.messager-button {
text-align: center;
padding: 5px;
}
.messager-button .l-btn {
width: 70px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/messager.css", "license": "apache-2.0", "size... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/pagination.css
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #ff... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/pagination.css", "license": "apache-2.0", "si... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/panel.css
.panel {
overflow: hidden;
text-align: left;
margin: 0;
border: 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: so... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/panel.css", "license": "apache-2.0", "size": ... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/passwordbox.css
.passwordbox-open {
background: url('images/passwordbox_open.png') no-repeat center center;
}
.passwordbox-close {
background: url('images/passwordbox_close.png') no-repeat center center;
}
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/passwordbox.css", "license": "apache-2.0", "s... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/progressbar.css
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
position: relative;
}
.progressbar... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/progressbar.css", "license": "apache-2.0", "s... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/propertygrid.css
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.proper... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/propertygrid.css", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/searchbox.css
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
fil... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/searchbox.css", "license": "apache-2.0", "siz... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/slider.css
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/slider.css", "license": "apache-2.0", "size":... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/spinner.css
.spinner-arrow {
background-color: #E0ECFF;
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
opacity: 1.0;
filter: alpha(opacity=100);
width: 18px;
}
.spinner-arrow-up,
.spinner-ar... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/spinner.css", "license": "apache-2.0", "size"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/splitbutton.css
.s-btn:hover .m-btn-line,
.s-btn-active .m-btn-line,
.s-btn-plain-active .m-btn-line {
display: inline-block;
}
.l-btn:hover .s-btn-downarrow,
.s-btn-active .s-btn-downarrow,
.s-btn-plain-active .s-btn-downarrow {
border-style... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/splitbutton.css", "license": "apache-2.0", "s... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/switchbutton.css
.switchbutton {
text-decoration: none;
display: inline-block;
overflow: hidden;
vertical-align: middle;
margin: 0;
padding: 0;
cursor: pointer;
background: #bbb;
border: 1px solid #bbb;
-moz-border-radius: 5px... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/switchbutton.css", "license": "apache-2.0", "... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/tabs.css
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-scroller-left,
.tabs-scrolle... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/tabs.css", "license": "apache-2.0", "size": 9... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/textbox.css
.textbox {
position: relative;
border: 1px solid #95B8E7;
background-color: #fff;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: nowrap;
margin: 0;
padding: 0;
-moz-border-radius: 5px... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/textbox.css", "license": "apache-2.0", "size"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/tooltip.css
.tooltip {
position: absolute;
display: none;
z-index: 9900000;
outline: none;
opacity: 1;
filter: alpha(opacity=100);
padding: 5px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
-moz-border-radius:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/tooltip.css", "license": "apache-2.0", "size"... |
### File: spring-boot-jpa/src/main/resources/static/plugin/themes/default/tree.css
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincent_lee/spring-boot-all", "path": "spring-boot-jpa/src/main/resources/static/plugin/themes/default/tree.css", "license": "apache-2.0", "size": 3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.