text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysRoleService.java
package org.ibase4j.service;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.C... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysRoleService.java", "license": "apache-2.0", "size": 1862} |
### File: iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysSessionService.java
package org.ibase4j.service;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CachePut;
import org.spri... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysSessionService.java", "license": "apache-2.0", "size": 23... |
### File: iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysUnitService.java
package org.ibase4j.service;
import org.ibase4j.core.base.BaseService;
import org.ibase4j.model.SysUnit;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.stereotype.Service;
/**
* @author Sh... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysUnitService.java", "license": "apache-2.0", "size": 368} |
### File: iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysUserService.java
package org.ibase4j.service;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Au... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Service/src/main/java/org/ibase4j/service/SysUserService.java", "license": "apache-2.0", "size": 3756} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/core/config/SwaggerConfig.java
package org.ibase4j.core.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import springfox.d... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/core/config/SwaggerConfig.java", "license": "apache-2.0", "size": 1235} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/core/shiro/Realm.java
package org.ibase4j.core.shiro;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/core/shiro/Realm.java", "license": "apache-2.0", "size": 5497} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/LoginController.java
package org.ibase4j.web;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.SecurityUtils;
import org.ibase4j.core.Constants;
import org.ibase4j.core.base.AbstractController;
import org.ibase4j.core.base.Parameter;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/LoginController.java", "license": "apache-2.0", "size": 3693} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/ScheduledController.java
/**
*
*/
package org.ibase4j.web;
import java.util.List;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotat... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/ScheduledController.java", "license": "apache-2.0", "size": 4997} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SearchController.java
package org.ibase4j.web;
import java.util.List;
import java.util.Map;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SearchController.java", "license": "apache-2.0", "size": 1060} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysArticleController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysArticleController.java", "license": "apache-2.0", "size": 2047} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysAuthorizeController.java
package org.ibase4j.web;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysAuthorizeController.java", "license": "apache-2.0", "size": 11563... |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysDeptController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfram... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysDeptController.java", "license": "apache-2.0", "size": 2285} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysDicController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframe... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysDicController.java", "license": "apache-2.0", "size": 2371} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailConfigController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestBody;
import org.sprin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailConfigController.java", "license": "apache-2.0", "size": 283... |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfra... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailController.java", "license": "apache-2.0", "size": 2045} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailTemplateController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestBody;
import org.spr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEmailTemplateController.java", "license": "apache-2.0", "size": 2... |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEventController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframew... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysEventController.java", "license": "apache-2.0", "size": 1197} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysFeedbackController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.we... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysFeedbackController.java", "license": "apache-2.0", "size": 1930} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMenuController.java
package org.ibase4j.web;
import java.util.List;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMenuController.java", "license": "apache-2.0", "size": 3203} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMsgConfigController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMsgConfigController.java", "license": "apache-2.0", "size": 1899} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMsgController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysMsgController.java", "license": "apache-2.0", "size": 1879} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysNewsController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfram... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysNewsController.java", "license": "apache-2.0", "size": 2095} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysNoticeController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestBody;
import org.springfram... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysNoticeController.java", "license": "apache-2.0", "size": 2108} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysParamController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfra... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysParamController.java", "license": "apache-2.0", "size": 2070} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysRoleController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfram... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysRoleController.java", "license": "apache-2.0", "size": 2276} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysSessionController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.ibase4j.core.base.AbstractController;
import org.ibase4j.core.listener.SessionListener;
import org.ibase4j.mo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysSessionController.java", "license": "apache-2.0", "size": 1860} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysUnitController.java
package org.ibase4j.web;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springfram... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysUnitController.java", "license": "apache-2.0", "size": 2285} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysUserController.java
/**
*
*/
package org.ibase4j.web;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.UnauthorizedException;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/SysUserController.java", "license": "apache-2.0", "size": 6521} |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/ThirdPartyLoginController.java
package org.ibase4j.web;
import java.io.IOException;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/ThirdPartyLoginController.java", "license": "apache-2.0", "size": 76... |
### File: iBase4J-SYS-Web/src/main/java/org/ibase4j/web/UploadController.java
package org.ibase4j.web;
import java.util.List;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.ui.ModelMap;
import org.springframework... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/java/org/ibase4j/web/UploadController.java", "license": "apache-2.0", "size": 5437} |
### File: iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/bind.jsp
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="" />
<... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/bind.jsp", "license": "apache-2.0", "size": 574} |
### File: iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/fail.jsp
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="" />
<... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/fail.jsp", "license": "apache-2.0", "size": 570} |
### File: iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/redirect.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<script type="t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/redirect.jsp", "license": "apache-2.0", "size": 964} |
### File: iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/success.jsp
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="" />... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/webapp/WEB-INF/jsp/sns/success.jsp", "license": "apache-2.0", "size": 545} |
### File: iBase4J-SYS-Web/src/main/webapp/index.jsp
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="iBase4J" />
<meta name="keywords" content="iBase4J" />
<meta http-equiv="refresh" con... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java Server Pages", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-SYS-Web/src/main/webapp/index.jsp", "license": "apache-2.0", "size": 345} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/index.html
<html>
<head>
<meta charset="utf-8">
<title>iBase4J</title>
<meta name="description" content="iBase4J." />
<meta name="viewport" content="width=1000, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/index.html", "license": "apache-2.0", "size": 2841} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/angular/toaster.css
/*
* Toastr
* Version 2.0.1
* Copyright 2012 John Papa and Hans Fjällemark.
* All Rights Reserved.
* Use, reproduction, distribution, and modification of this code is subject to the terms and
* conditions of the MIT license, available at http:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/angular/toaster.css", "license": "apache-2.0", "size": 11916} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/css/simple-line-icons.css
@font-face {
font-family: 'Simple-Line-Icons';
src:url('../fonts/Simple-Line-Icons.eot');
src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
url('../fonts/Simple-Line-Icons.woff') format('woff'),
url('../fonts... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/css/simple-line-icons.css", "license": "apache-2.0", "size": 11572} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/flat-ui/js/flat-ui.js
/*!
* Flat UI Free v2.2.2 (http://designmodo.github.io/Flat-UI/)
* Copyright 2013-2014 Designmodo, Inc.
*/
/*!
* jQuery UI Core 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT li... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/flat-ui/js/flat-ui.js", "license": "apache-2.0", "size": 456716} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/custom.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Custom example</title>
<!-- production -->
<script type="text/javasc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/custom.html", "license": "apache-2.0", "size": 215... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/dump.php
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Form dump</title>
</head>
<body style="font: 13px Verdana; background: #e... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "PHP", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/dump.php", "license": "apache-2.0", "size": 657} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/events.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Events example</title>
<!-- production -->
<script type="text/javasc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/events.html", "license": "apache-2.0", "size": 842... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/all_runtimes.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Queue widget example</title>
<link rel="stylesheet" hre... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/all_runtimes.html", "license": "apache-2.0"... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/jquery_ui_widget.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - jQuery UI Widget</title>
<link rel="stylesheet" hre... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/jquery_ui_widget.html", "license": "apache-... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/queue_widget.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Queue widget example</title>
<link rel="stylesheet" hre... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/queue_widget.html", "license": "apache-2.0"... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/s3.php
<?php
/*
In order to upload files to S3 using Flash runtime, one should start by placing crossdomain.xml into the bucket.
crossdomain.xml can be as simple as this:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "PHP", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/jquery/s3.php", "license": "apache-2.0", "size": 45... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/upload.php
<?php
/**
* upload.php
*
* Copyright 2013, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
*/
#!! IMPORTANT:
#!! this file i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "PHP", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/examples/upload.php", "license": "apache-2.0", "size": 3620} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/jquery.plupload.queue/css/jquery.plupload.queue.css
/*
Plupload
------------------------------------------------------------------- */
.plupload_wrapper * {
box-sizing: content-box;
}
.plupload_button {
display: -moz-inline-box; /* FF < 3*/
di... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/jquery.plupload.queue/css/jquery.plupload.queue.css", "li... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/jquery.plupload.queue/jquery.plupload.queue.js
/**
* jquery.plupload.queue.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/jquery.plupload.queue/jquery.plupload.queue.js", "... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/plupload.dev.js
/**
* Plupload - multi-runtime File Uploader
* v3.0-beta1
*
* Copyright 2013, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/plupload.dev.js", "license": "apache-2.0", "size":... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/plupload.js
/**
* Plupload - multi-runtime File Uploader
* v3.0-beta1
*
* Copyright 2013, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
*
*... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/plupload-3.0-beta1/js/plupload.js", "license": "apache-2.0", "size": 399... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/lib/require.js
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.1.20 Copyright (c) 2010-2015, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
//Not using strict: uneven str... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/lib/require.js", "license": "apache-2.0", "size": 86364} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/res/css/app.css
/*
*/
html {
background-color: #f0f3f4;
}
body {
font-family: "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
-webkit-font-smoothing: antialiased;
line-height: 1.42857143;
color: #... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/res/css/app.css", "license": "apache-2.0", "size": 102256} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/res/css/font.css
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesanspro/sourcesanspro-light.woff') format('woff');
}
@font-face {
font-fam... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/res/css/font.css", "license": "apache-2.0", "size": 696} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/config-router.js
'use strict';
//
var app = angular.module('app')
.config(['$stateProvider', '$urlRouterProvider', function ($stateProvider, $urlRouterProvider) {
// 默认地址
$urlRouterProvider.otherwise('/access/login');
// 状... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/config-router.js", "license": "apache-2.0", "size": 19613} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/config.js
// config
window.APP = { version : 'v=20160509' };
angular.module('app')
.config(['$controllerProvider', '$compileProvider', '$filterProvider', '$provide',
function ($controllerProvider, $compileProvider, $filterProvider, $provide) {
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/config.js", "license": "apache-2.0", "size": 8730} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/main.js
'use strict';
var app = angular.module('app', ['ui.load', 'ui.router', 'ngStorage', 'brantwills.paging', 'oc.lazyLoad', 'ngImgCrop']);
/* Controllers */
angular.module('app')
.controller('AppCtrl', ['$scope', '$localStorage', '$window','$http','$state'... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/main.js", "license": "apache-2.0", "size": 4320} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/dept.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcru... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/dept.html", "license": "apache-2.0", "size": 3894} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/deptController.js
'use strict';
angular.module('app')
.controller('deptController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '部门管理';
$scope.param... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/deptController.js", "license": "apache-2.0", "size": 1108} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/update.html", "license": "apache-2.0", "size": 3201} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/updateController.js
'use strict';
angular.module('app')
.controller('deptUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $timeout, to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dept/updateController.js", "license": "apache-2.0", "size": 4017... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/dic.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcrumb... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/dic.html", "license": "apache-2.0", "size": 3093} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/dicController.js
'use strict';
angular.module('app')
.controller('dicController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '字典管理';
$scope.param = ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/dicController.js", "license": "apache-2.0", "size": 1106} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/update.html", "license": "apache-2.0", "size": 1089} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/updateController.js
'use strict';
angular.module('app')
.controller('dicUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $timeout, toas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/dic/updateController.js", "license": "apache-2.0", "size": 3996} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/login/login.html
<!-- 登录页面 -->
<div class="container"><br/>
<div class="body-bg"></div>
<div class="login">
<div class="login-screen">
<div class="login-icon">
<img src="res/img/icon.png" title="Welcome to iBase4J" />
<h4>
Welcome to <small> ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/login/login.html", "license": "apache-2.0", "size": 1274} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/login/loginController.js
'use strict';
angular.module('app')
.controller('loginController',[ '$rootScope', '$scope', '$http', '$state', function($rootScope, $scope, $http, $state) {
$scope.user = {};
$scope.login = function () {
$.ajax({
ty... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/login/loginController.js", "license": "apache-2.0", "size": 599} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/menu.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcru... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/menu.html", "license": "apache-2.0", "size": 3463} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/menuController.js
'use strict';
angular.module('app')
.controller('menuController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '菜单管理';
$scope.param... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/menuController.js", "license": "apache-2.0", "size": 1108} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/update.html", "license": "apache-2.0", "size": 3651} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/updateController.js
'use strict';
angular.module('app')
.controller('menuUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $timeout, to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/menu/updateController.js", "license": "apache-2.0", "size": 4008... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/param.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/param.html", "license": "apache-2.0", "size": 3892} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/paramController.js
'use strict';
angular.module('app')
.controller('paramController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '参数管理';
$scope.pa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/paramController.js", "license": "apache-2.0", "size": 1110... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="bread... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/update.html", "license": "apache-2.0", "size": 1093} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/updateController.js
'use strict';
angular.module('app')
.controller('paramUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $timeout, ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/param/updateController.js", "license": "apache-2.0", "size": 401... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/role.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcru... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/role.html", "license": "apache-2.0", "size": 4069} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/roleController.js
'use strict';
angular.module('app')
.controller('roleController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '角色管理';
$scope.param... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/roleController.js", "license": "apache-2.0", "size": 1105} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/update.html", "license": "apache-2.0", "size": 1091} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/updateController.js
'use strict';
angular.module('app')
.controller('roleUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $timeout, to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/role/updateController.js", "license": "apache-2.0", "size": 4008... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/session/session.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="br... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/session/session.html", "license": "apache-2.0", "size": 3121} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/session/sessionController.js
'use strict';
angular.module('app')
.controller('sessionController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '会话管理';
$sc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/session/sessionController.js", "license": "apache-2.0", "size": ... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/update.html", "license": "apache-2.0", "size": 7519} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/updateController.js
'use strict';
angular.module('app')
.controller('userUpdateController', ['$scope', '$rootScope', '$state', '$timeout',
function($scope, $rootScope, $state, $timeout) {
v... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/updateController.js", "license": "apache-2.0", "size": 6152... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/user.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="breadcru... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/user.html", "license": "apache-2.0", "size": 4513} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/userController.js
'use strict';
angular.module('app')
.controller('userController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '用户管理';
$scope.param... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/sys/user/userController.js", "license": "apache-2.0", "size": 1108} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/log.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="bre... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/log.html", "license": "apache-2.0", "size": 3469} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/logController.js
'use strict';
angular.module('app')
.controller('scheduledLogController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '调度日志';
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/logController.js", "license": "apache-2.0", "size": 1... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/scheduled.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul clas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/scheduled.html", "license": "apache-2.0", "size": 6301} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/scheduledController.js
'use strict';
angular.module('app')
.controller('taskScheduledController', [ '$rootScope', '$scope', '$http', '$state',
function($rootScope, $scope, $http, $state) {
$scope.title = '调度管理';
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/scheduledController.js", "license": "apache-2.0", "si... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/update.html
<!-- toaster directive -->
<toaster-container toaster-options="{'position-class': 'toast-top-right', 'close-button':true}"></toaster-container>
<!-- / toaster directive -->
<!-- 导航条 -->
<div class="bg-white bread-crumb">
<ul class="... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/update.html", "license": "apache-2.0", "size": 5681} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/updateController.js
'use strict';
angular.module('app')
.controller('scheduledUpdateController', ['$scope', '$rootScope', '$state', '$timeout', 'toaster',
function($scope, $rootScope, $state, $... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "JavaScript", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/app/task/scheduled/updateController.js", "license": "apache-2.0", "size"... |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/app.html
<!-- navbar -->
<div data-ng-include=" 'src/tpl/header.html' " class="app-header navbar">
</div>
<!-- / navbar -->
<!-- menu -->
<div data-ng-include=" 'src/tpl/aside.html' " class="app-aside hidden-xs {{app.settings.asideColor}}">
</div>
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/app.html", "license": "apache-2.0", "size": 854} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/aside.html
<div class="aside-wrap">
<div class="navi-wrap">
<!-- nav -->
<nav ui-nav class="navi clearfix" ng-include="'src/tpl/nav.html'"></nav>
<!-- nav -->
</div>
</div> | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/aside.html", "license": "apache-2.0", "size": 181} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/footer.html
<div class="container">
<div class="col-md-10 has-success">©2016 Copyright. Powered By <b class="control-label">iBase4J</b></div>
<div class="col-md-2">
QQ : <a href="http://shang.qq.com/wpa/qunwpa?idkey=b0fb32618d54e6a7f3cb718cd469b2952c8a968b1e... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/footer.html", "license": "apache-2.0", "size": 328} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/header.html
<!-- navbar header -->
<div class="navbar-header {{app.settings.navbarHeaderColor}}">
<button class="pull-right visible-xs dk" ui-toggle-class="show" data-target=".navbar-collapse">
<i class="glyphicon glyphicon-cog"></i>
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/header.html", "license": "apache-2.0", "size": 2351} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/nav.html
<!-- list -->
<ul class="nav" ng-controller="navCtrl" >
<li ng-repeat="menu in menuList " ng-class="{active: $state.includes('**.{{menu.permission}}.**')}">
<a ng-if="menu.leaf==0" href class="auto">
<span class="pull-right text-muted">
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/nav.html", "license": "apache-2.0", "size": 1028} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/pageInfo.html
<!-- 底部分页 -->
<footer ng-show="pageInfo.total" class="panel-footer">
<div class="row">
<div class="col-sm-6">
<small class="text-muted inline m-t-sm m-b-sm">共{{pageInfo.pages}}页... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/pageInfo.html", "license": "apache-2.0", "size": 1126} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/settings.html
<!-- settings -->
<button class="btn btn-default no-shadow pos-abt" ui-toggle-class="active" target=".settings">
<i class="fa fa-spin fa-gear"></i>
</button>
<div class="panel-heading">
Settings
</div>
<div class="panel-body">
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/src/tpl/settings.html", "license": "apache-2.0", "size": 11522} |
### File: iBase4J-UI/iBase4J-UI-AngularJS/testUpload.html
<form action="/upload/image" method="post" enctype="multipart/form-data">
<input type="file" name="file" />
<input type="submit" value="submit" />
</form> | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentliu168/iBase4J", "path": "iBase4J-UI/iBase4J-UI-AngularJS/testUpload.html", "license": "apache-2.0", "size": 159} |
### File: project-tools/ngrok.bat
start ngrok/ngrok -config=ngrok/ngrok.cfg -subdomain shuzheng 7771 | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "vincentliu168/zheng", "path": "project-tools/ngrok.bat", "license": "mit", "size": 66} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.