text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
/*
Navicat Premium Data Transfer
Source Server : 阿里云MySQL
Source Server Type : MySQL
Source Server Version : 50718
Source Host : rm-wz9lp2i9322g0n06zvo.mysql.rds.aliyuncs.com:3306
Source Schema : web
Target Server Type : MySQL
Target Server Version : 50718
File Encoding ... | Humsen/web/docs/数据库部署/第1步 - 创建数据库/file_download.sql/0 | {
"file_path": "Humsen/web/docs/数据库部署/第1步 - 创建数据库/file_download.sql",
"repo_id": "Humsen",
"token_count": 409
} | 24 |
package pers.husen.web.bean.vo;
import java.util.Date;
/**
* @author 何明胜
*
* 2017年9月29日
*/
public class FileDownloadVo {
@Override
public String toString() {
return "FileDownloadVo [fileId=" + fileId + ", fileName=" + fileName + ", fileUrl=" + fileUrl
+ ", fileUploadDate=" + fileUploadDate + ", fileDownlo... | Humsen/web/web-core/src/pers/husen/web/bean/vo/FileDownloadVo.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/bean/vo/FileDownloadVo.java",
"repo_id": "Humsen",
"token_count": 580
} | 25 |
package pers.husen.web.common.helper;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/**
* 时间格式助手
*
* @author 何明胜
*
* 2017年9月29日
*/
public class DateFormatHelper {
public static void main(String[] ar... | Humsen/web/web-core/src/pers/husen/web/common/helper/DateFormatHelper.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/common/helper/DateFormatHelper.java",
"repo_id": "Humsen",
"token_count": 725
} | 26 |
package pers.husen.web.dao;
import java.util.ArrayList;
import pers.husen.web.bean.vo.ArticleCategoryVo;
/**
* @desc 文章分类接口
*
* @author 何明胜
*
* @created 2017年12月12日 上午10:07:03
*/
public interface ArticleCategoryDao {
/**
* 插入新的分类
* @param aVo
* @return
*/
public int insertCategory(ArticleCategoryVo a... | Humsen/web/web-core/src/pers/husen/web/dao/ArticleCategoryDao.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dao/ArticleCategoryDao.java",
"repo_id": "Humsen",
"token_count": 315
} | 27 |
package pers.husen.web.dao.impl;
import java.util.ArrayList;
import java.util.Date;
import pers.husen.web.bean.vo.UserInfoVo;
import pers.husen.web.dao.UserInfoDao;
import pers.husen.web.dbutil.DbQueryUtils;
import pers.husen.web.dbutil.DbManipulationUtils;
import pers.husen.web.dbutil.mappingdb.UserInfoMapping;
/*... | Humsen/web/web-core/src/pers/husen/web/dao/impl/UserInfoDaoImpl.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dao/impl/UserInfoDaoImpl.java",
"repo_id": "Humsen",
"token_count": 2261
} | 28 |
package pers.husen.web.dbutil.mappingdb;
/**
* 网站访问统计数据库
*
* @author 何明胜
*
* 2017年10月20日
*/
public class VisitTotalMapping {
/**
* 数据库名称
*/
public static String DB_NAME = "visit_total";
} | Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/VisitTotalMapping.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/VisitTotalMapping.java",
"repo_id": "Humsen",
"token_count": 119
} | 29 |
package pers.husen.web.servlet.article;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.URLDecoder;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest... | Humsen/web/web-core/src/pers/husen/web/servlet/article/CodeQuerySvt.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/article/CodeQuerySvt.java",
"repo_id": "Humsen",
"token_count": 1390
} | 30 |
package pers.husen.web.servlet.module.usercenter;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import pers.husen.web.com... | Humsen/web/web-core/src/pers/husen/web/servlet/module/usercenter/EditorArticleSvt.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/module/usercenter/EditorArticleSvt.java",
"repo_id": "Humsen",
"token_count": 431
} | 31 |
@charset "UTF-8";
.version-div {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.version-width {
width: 100%;
}
.version-content {
margin-left: 25px;
}
.version-heading {
margin-bottom: 40px;
} | Humsen/web/web-mobile/WebContent/css/index/version-feature.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/css/index/version-feature.css",
"repo_id": "Humsen",
"token_count": 89
} | 32 |
/**
* @desc 判断后台是否是手机
*
* @author 何明胜
*
* @created 2018年1月15日 下午1:05:01
*/
$(function() {
var mobile_flag = $.isMobile(); // false为PC端,true为手机端
if (mobile_flag) {
// 顶部导航栏
$('.header-nav').css({
'margin-left': '0 !important'
})
$('#accessToday').css({
'margin-left' : '0'
});
$('#onlineCurren... | Humsen/web/web-mobile/WebContent/js/is-center-mobile.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/js/is-center-mobile.js",
"repo_id": "Humsen",
"token_count": 280
} | 33 |
<link rel="stylesheet" href="/css/login/login.css">
<!-- 注册窗口 -->
<div id="register" class="modal fade" tabindex="-1"
data-backdrop="static" data-keyboard="false">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button class="close" data-dismiss="modal">
<span>×</... | Humsen/web/web-mobile/WebContent/module/login/login.html/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/module/login/login.html",
"repo_id": "Humsen",
"token_count": 1803
} | 34 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/comment/continuecomment.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/comment/continuecomment.js",
"repo_id": "Humsen",
"token_count": 1388
} | 35 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/fold/foldcode.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/fold/foldcode.js",
"repo_id": "Humsen",
"token_count": 1860
} | 36 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/lint/javascript-lint.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/lint/javascript-lint.js",
"repo_id": "Humsen",
"token_count": 1927
} | 37 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/scroll/annotatescrollbar.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/scroll/annotatescrollbar.js",
"repo_id": "Humsen",
"token_count": 1414
} | 38 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({indentUnit: 2}, "css");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
// Error, because "foobarhell... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/css/test.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/css/test.js",
"repo_id": "Humsen",
"token_count": 2583
} | 39 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../markdown/markdown"), require("../../addon/mode/... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/gfm/gfm.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/gfm/gfm.js",
"repo_id": "Humsen",
"token_count": 1814
} | 40 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/jinja2/jinja2.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/jinja2/jinja2.js",
"repo_id": "Humsen",
"token_count": 2154
} | 41 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08)
// This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com)
(function(mod) {
... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/perl/perl.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/perl/perl.js",
"repo_id": "Humsen",
"token_count": 39971
} | 42 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/shell/shell.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/shell/shell.js",
"repo_id": "Humsen",
"token_count": 1608
} | 43 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
//tcl mode by Ford_Lawnmower :: Based on Velocity mode by Steve O'Hara
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/c... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/tcl/tcl.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/tcl/tcl.js",
"repo_id": "Humsen",
"token_count": 2189
} | 44 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/xml/xml.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/xml/xml.js",
"repo_id": "Humsen",
"token_count": 5460
} | 45 |
.cm-s-eclipse span.cm-meta {color: #FF1717;}
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
.cm-s-eclipse span.cm-atom {color: #219;}
.cm-s-eclipse span.cm-number {color: #164;}
.cm-s-eclipse span.cm-def {color: #00f;}
.cm-s-eclipse span.cm-variable {color: black;}
.cm-s-eclipse ... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/eclipse.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/eclipse.css",
"repo_id": "Humsen",
"token_count": 486
} | 46 |
.cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }
.cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; }
.cm-s-the-matrix.CodeMirror ::selection { background: rgba(45, 45, 45, 0.99); }
.cm-s-the-matrix.CodeMirror ::-moz-selection { background: rgba(45, 45, 45, 0.99); }
.cm-s-the... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/the-matrix.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/the-matrix.css",
"repo_id": "Humsen",
"token_count": 727
} | 47 |
/*!
* Emoji dialog plugin for Editor.md
*
* @file emoji-dialog.js
* @author pandao
* @version 1.2.0
* @updateTime 2015-03-08
* {@link https://github.com/pandao/editor.md}
* @license MIT
*/
(function() {
var factory = function (exports) {
var $ = jQuery;
var plugin... | Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/emoji-dialog/emoji-dialog.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/emoji-dialog/emoji-dialog.js",
"repo_id": "Humsen",
"token_count": 5912
} | 48 |
/*!
* Reference link dialog plugin for Editor.md
*
* @file reference-link-dialog.js
* @author pandao
* @version 1.2.1
* @updateTime 2015-06-09
* {@link https://github.com/pandao/editor.md}
* @license MIT
*/
(function() {
var factory = function (exports) {
var pluginName = ... | Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/reference-link-dialog/reference-link-dialog.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/reference-link-dialog/reference-link-dialog.js",
"repo_id": "Humsen",
"token_count": 3365
} | 49 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?6py85u');
src: url('fonts/icomoon.eot?6py85u#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?6py85u') format('truetype'),
url('fonts/icomoon.woff?6py85u') format('woff'),
url('fonts/icomoon.svg?6py85u#icomoon') format('svg'... | Humsen/web/web-mobile/WebContent/plugins/template/css/icomoon.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/template/css/icomoon.css",
"repo_id": "Humsen",
"token_count": 12543
} | 50 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>代码库</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="欢迎来到何明胜的个人网站.本站主要用于记录和分享本人的学习心得和编程经验,并分享常见可复用代码、推荐书籍以及软件等资源.本站源码已托管github,欢迎访问:https://gith... | Humsen/web/web-mobile/WebContent/topic/code/code.html/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/topic/code/code.html",
"repo_id": "Humsen",
"token_count": 867
} | 51 |
@charset "UTF-8";
body {
font-weight: 300;
line-height: 1.6;
/* font-family: "Times New Roman", Times, serif; */
font-family: "Georgia", Tahoma, Sans-Serif;
min-width: 1345px;
}
#fh5co-page {
width: 100%;
overflow: hidden;
position: relative;
} | Humsen/web/web-pc/WebContent/css/global.css/0 | {
"file_path": "Humsen/web/web-pc/WebContent/css/global.css",
"repo_id": "Humsen",
"token_count": 109
} | 52 |
@charset "UTF-8";
.secondmenu a {
/* text-align: center; */
margin-left: 20px;
}
.version-input {
/* resize: none; */
}
.return-index {
margin-left: 50%;
}
.form-show-userinfo {
margin-top: 50px;
}
.img-user-head {
width: 80px;
height: 80px;
}
.form-show-p {
width: 30%;
}
.back-left-menu {
margin-top: 6... | Humsen/web/web-pc/WebContent/css/personal_center/mycenter.css/0 | {
"file_path": "Humsen/web/web-pc/WebContent/css/personal_center/mycenter.css",
"repo_id": "Humsen",
"token_count": 154
} | 53 |
/**
* @author 何明胜
*
* 2017年9月26日
*/
/** 加载插件 * */
$.ajax({
url : '/plugins/plugins.html', // 这里是静态页的地址
async : false,
type : 'GET', // 静态页用get方法,否则服务器会抛出405错误
success : function(data) {
$($('head')[0]).find('script:first').after(data);
}
});
$(function() {
/** 顶部导航栏 **/
$.ajax({
url : '/module/navigat... | Humsen/web/web-pc/WebContent/js/contact/contact.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/js/contact/contact.js",
"repo_id": "Humsen",
"token_count": 2486
} | 54 |
/*!
* BootstrapValidator (http://bootstrapvalidator.com)
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
*
* @version v0.5.3, built on 2014-11-05 9:14:18 PM
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
* @license Commerci... | Humsen/web/web-pc/WebContent/plugins/validator/css/bootstrapValidator.min.css/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/css/bootstrapValidator.min.css",
"repo_id": "Humsen",
"token_count": 290
} | 55 |
(function($) {
/**
* Hebrew language package
* Translated by @yakidahan
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'נא להזין ערך המקודד בבסיס 64'
},
between: {
'default': 'נא להזין ערך בין %... | Humsen/web/web-pc/WebContent/plugins/validator/js/language/he_IL.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/he_IL.js",
"repo_id": "Humsen",
"token_count": 9629
} | 56 |
(function($) {
/**
* Turkish language package
* Translated By @CeRBeR666
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'Lütfen 64 bit tabanına uygun bir giriş yapınız'
},
between: {
'default': ... | Humsen/web/web-pc/WebContent/plugins/validator/js/language/tr_TR.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/tr_TR.js",
"repo_id": "Humsen",
"token_count": 8174
} | 57 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- 本配置文件的目标是将不同级别的日志输出到不同文件 --><!-- 最大2MB一个文件, 文件数据达到最大值时,旧数据会被压缩并放进指定文件夹 --><!-- status : 这个用于设置log4j2自身内部的信息输出,可以不设置 --><!-- 当设置成trace时,会看到log4j2内部各种详细输出 monitorInterval --><!-- monitorInterval="60"表示每60秒配置文件会动态加载一次。在程序运行过程中,如果修改配置文件,程序会随之改变。 --><Configuration m... | Humsen/web/web-pc/config/log4j2.xml/0 | {
"file_path": "Humsen/web/web-pc/config/log4j2.xml",
"repo_id": "Humsen",
"token_count": 3385
} | 58 |
import setuptools
with open('VERSION.txt', 'r') as f:
version = f.read().strip()
setuptools.setup(
name="odoo-addons-oca-web",
description="Meta package for oca-web Odoo addons",
version=version,
install_requires=[
'odoo-addon-web_action_conditionable>=16.0dev,<16.1dev',
'odoo-addo... | OCA/web/setup/_metapackage/setup.py/0 | {
"file_path": "OCA/web/setup/_metapackage/setup.py",
"repo_id": "OCA",
"token_count": 1869
} | 59 |
Add support for conditions on create and delete actions on One2Many fields.
| OCA/web/web_action_conditionable/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_action_conditionable/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 16
} | 60 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_advanced_search
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-08-11 13:07+0000\n"
"Last-Translator: Jacek Michalski <michalski.jck@gmail.com>\n"
"Langu... | OCA/web/web_advanced_search/i18n/pl.po/0 | {
"file_path": "OCA/web/web_advanced_search/i18n/pl.po",
"repo_id": "OCA",
"token_count": 545
} | 61 |
/** @odoo-module **/
import Domain from "web.Domain";
import DomainSelectorDialog from "web.DomainSelectorDialog";
import config from "web.config";
import {getHumanDomain} from "../../../js/utils.esm";
import {standaloneAdapter} from "web.OwlCompatibility";
import {useModel} from "web.Model";
const {Component, useRef}... | OCA/web/web_advanced_search/static/src/legacy/js/control_panel/advanced_filter_item.esm.js/0 | {
"file_path": "OCA/web/web_advanced_search/static/src/legacy/js/control_panel/advanced_filter_item.esm.js",
"repo_id": "OCA",
"token_count": 786
} | 62 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_chatter_position
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-20 10:15+0000\n"
"Last-Translator: kikopeiro <francisco.peiro@factorlibre.com>\n"
"La... | OCA/web/web_chatter_position/i18n/es.po/0 | {
"file_path": "OCA/web/web_chatter_position/i18n/es.po",
"repo_id": "OCA",
"token_count": 524
} | 63 |
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_users_form_simple_modif" model="ir.ui.view">
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
<field name="arch" type="xml">
<field name="email" position="afte... | OCA/web/web_chatter_position/views/res_users.xml/0 | {
"file_path": "OCA/web/web_chatter_position/views/res_users.xml",
"repo_id": "OCA",
"token_count": 211
} | 64 |
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import assetsbundle
from . import res_company
from . import ir_qweb
| OCA/web/web_company_color/models/__init__.py/0 | {
"file_path": "OCA/web/web_company_color/models/__init__.py",
"repo_id": "OCA",
"token_count": 49
} | 65 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_dark_mode
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-01-01 21:45+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: non... | OCA/web/web_dark_mode/i18n/es_AR.po/0 | {
"file_path": "OCA/web/web_dark_mode/i18n/es_AR.po",
"repo_id": "OCA",
"token_count": 492
} | 66 |
$o-webclient-color-scheme: dark;
$o-white: #000000;
$o-black: #ffffff;
$o-gray-100: #191c24;
$o-gray-200: #242733;
$o-gray-300: #3f4149;
$o-gray-400: #5f6167;
$o-gray-500: #797a80;
$o-gray-600: #94959a;
$o-gray-700: #b0b0b4;
$o-gray-800: #cccccf;
$o-gray-900: #e9e9eb;
$o-community-color: $o-gray-400;
$o-enterprise-c... | OCA/web/web_dark_mode/static/src/scss/variables.scss/0 | {
"file_path": "OCA/web/web_dark_mode/static/src/scss/variables.scss",
"repo_id": "OCA",
"token_count": 712
} | 67 |
* Markus Schneider <markus.schneider at initos.com>
* Sylvain Le Gal (https://twitter.com/legalsylvain)
* Iván Todorovich <ivan.todorovich@gmail.com>
| OCA/web/web_dashboard_tile/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_dashboard_tile/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 54
} | 68 |
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<menuitem
id="menu_tile_configuration"
name="Overview Settings"
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_configuration"
sequence="160"
/>
</odoo>
| OCA/web/web_dashboard_tile/views/menu.xml/0 | {
"file_path": "OCA/web/web_dashboard_tile/views/menu.xml",
"repo_id": "OCA",
"token_count": 110
} | 69 |
* Anthony Muschang <anthony.muschang@acsone.eu>
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
* Holger Brunn <hbrunn@therp.nl>
* Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
* Wolfgang Pichler <wpichler@callino.at>
* David Vidal <david.vidal@tecnativa.com>
* Quentin Theuret <quentin.theuret@amaris.com>
* `Tecnativ... | OCA/web/web_dialog_size/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_dialog_size/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 238
} | 70 |
# Copyright 2016 Onestein (<http://www.onestein.eu>)
# Copyright 2018 Tecnativa - David Vidal
# Copyright 2018 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Disable Export Group",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Ones... | OCA/web/web_disable_export_group/__manifest__.py/0 | {
"file_path": "OCA/web/web_disable_export_group/__manifest__.py",
"repo_id": "OCA",
"token_count": 337
} | 71 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-05-17 20:47+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anona... | OCA/web/web_environment_ribbon/i18n/nl.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/nl.po",
"repo_id": "OCA",
"token_count": 371
} | 72 |
/* @odoo-module */
import {ListRenderer} from "@web/views/list/list_renderer";
import {patch} from "@web/core/utils/patch";
patch(ListRenderer.prototype, "web_field_numeric_formatting.ListRenderer", {
getFormattedValue(column, record) {
if (column.options.enable_formatting === false) {
return ... | OCA/web/web_field_numeric_formatting/static/src/components/list_renderer.esm.js/0 | {
"file_path": "OCA/web/web_field_numeric_formatting/static/src/components/list_renderer.esm.js",
"repo_id": "OCA",
"token_count": 163
} | 73 |
/** @odoo-module */
import {patch} from "@web/core/utils/patch";
import {ListController} from "@web/views/list/list_controller";
patch(ListController.prototype, "web_group_expand.ListController", {
async expandAllGroups() {
// We expand layer by layer. So first we need to find the highest
// layer... | OCA/web/web_group_expand/static/src/js/list_controller.esm.js/0 | {
"file_path": "OCA/web/web_group_expand/static/src/js/list_controller.esm.js",
"repo_id": "OCA",
"token_count": 1006
} | 74 |
* Francois Poizat <francois.poizat@gmail.com>
| OCA/web/web_hide_field_with_key/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_hide_field_with_key/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 20
} | 75 |
This module provides a way to trigger more than one action on ActionManager
| OCA/web/web_ir_actions_act_multi/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_multi/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 15
} | 76 |
See the 'Previous Partner' and 'Next Partner' buttons that this module's demo data adds
to the partner form view.
| OCA/web/web_ir_actions_act_window_page/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_page/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 27
} | 77 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_m2x_options
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-01 03:35+0000\n"
"PO-Revision-D... | OCA/web/web_m2x_options/i18n/nl_NL.po/0 | {
"file_path": "OCA/web/web_m2x_options/i18n/nl_NL.po",
"repo_id": "OCA",
"token_count": 1293
} | 78 |
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<templates xml:space="preserve">
<t
t-name="web_m2x_options.AutoComplete"
t-inherit="web.AutoComplete"
t-inherit-mode... | OCA/web/web_m2x_options/static/src/components/base.xml/0 | {
"file_path": "OCA/web/web_m2x_options/static/src/components/base.xml",
"repo_id": "OCA",
"token_count": 831
} | 79 |
from . import res_users
| OCA/web/web_notify/models/__init__.py/0 | {
"file_path": "OCA/web/web_notify/models/__init__.py",
"repo_id": "OCA",
"token_count": 7
} | 80 |
from . import models
| OCA/web/web_notify_channel_message/__init__.py/0 | {
"file_path": "OCA/web/web_notify_channel_message/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 81 |
# Copyright 2020 Tecnativa - Alexandre Díaz
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Web Pivot Computed Measure",
"category": "web",
"version": "16.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://gi... | OCA/web/web_pivot_computed_measure/__manifest__.py/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/__manifest__.py",
"repo_id": "OCA",
"token_count": 427
} | 82 |
/** @odoo-module **/
/* Copyright 2020 Tecnativa - Alexandre Díaz
* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
import {PivotModel} from "@web/views/pivot/pivot_model";
import {patch} from "@web/core/utils/patch";
import {computeReportMeasures} from "... | OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_model.esm.js/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_model.esm.js",
"repo_id": "OCA",
"token_count": 5129
} | 83 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_pwa_oca
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-27 14:36+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: non... | OCA/web/web_pwa_oca/i18n/it.po/0 | {
"file_path": "OCA/web/web_pwa_oca/i18n/it.po",
"repo_id": "OCA",
"token_count": 1703
} | 84 |
#. module: web_refresher
#. odoo-javascript
#: code:addons/web_refresher/static/src/xml/refresher.xml:0
#, python-format
msgid "Pager"
msgstr ""
#. module: web_refresher
#. odoo-javascript
#: code:addons/web_refresher/static/src/xml/refresher.xml:0
#, python-format
msgid "Refresh"
msgstr ""
| OCA/web/web_refresher/i18n/ca.po/0 | {
"file_path": "OCA/web/web_refresher/i18n/ca.po",
"repo_id": "OCA",
"token_count": 121
} | 85 |
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2024 Tecnativa - Carlos Roca
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<template>
<t
t-name="web_refresher.ControlPanel.Regular"
t-inherit="web.ControlPanel.Regular"
t-inherit-mode="extension"
owl="1"... | OCA/web/web_refresher/static/src/xml/control_panel.xml/0 | {
"file_path": "OCA/web/web_refresher/static/src/xml/control_panel.xml",
"repo_id": "OCA",
"token_count": 678
} | 86 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-03-07 08:01+0000\n"
"Last-Translator: Ediz Duman <neps1192@gmail.com>\n"
"Language-Team: none\... | OCA/web/web_responsive/i18n/tr.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/tr.po",
"repo_id": "OCA",
"token_count": 1525
} | 87 |
/* Copyright 2021 ITerra - Sergey Shebanin
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
.o_web_client {
.o_mobile_search {
position: fixed;
top: 0;
left: 0;
bottom: 0;
padding: 0;
width: 100%;
background-color: white;
z-index: $... | OCA/web/web_responsive/static/src/components/search_panel/search_panel.scss/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/search_panel/search_panel.scss",
"repo_id": "OCA",
"token_count": 1927
} | 88 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_save_discard_button
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-18 10:08+0000\n"
"PO-Revision-Date: 2023-08-18 10:08+0000\n"
"Last-Translator: \... | OCA/web/web_save_discard_button/i18n/fr.po/0 | {
"file_path": "OCA/web/web_save_discard_button/i18n/fr.po",
"repo_id": "OCA",
"token_count": 397
} | 89 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_select_all_companies
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
... | OCA/web/web_select_all_companies/i18n/web_select_all_companies.pot/0 | {
"file_path": "OCA/web/web_select_all_companies/i18n/web_select_all_companies.pot",
"repo_id": "OCA",
"token_count": 292
} | 90 |
In the email/notes threads below the form views, the link 'Send a
message' unfold a text field. From there, a button allows to open the
text field in a full featured email popup with the subject, templates,
attachments and followers.
This module changes the link 'Send a message' so it opens directly the
full featured ... | OCA/web/web_send_message_popup/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_send_message_popup/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 94
} | 91 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-10-13 20:46+0000\n"
"Last-Translator: Corneliuus <cornelius@clk-it.de>\n"
"Language-Team: none\n... | OCA/web/web_timeline/i18n/de.po/0 | {
"file_path": "OCA/web/web_timeline/i18n/de.po",
"repo_id": "OCA",
"token_count": 1227
} | 92 |
* Laurent Mignon <laurent.mignon@acsone.eu>
* Adrien Peiffer <adrien.peiffer@acsone.eu>
* Leonardo Donelli <donelli@webmonks.it>
* Adrien Didenot <adrien.didenot@horanet.com>
* Thong Nguyen Van <thongnv@trobz.com>
* Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>
* Ammar Officewala <aofficewala@opensourceint... | OCA/web/web_timeline/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_timeline/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 239
} | 93 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_tree_duplicate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-02-17 10:45+0000\n"
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
"Language-T... | OCA/web/web_tree_duplicate/i18n/ca.po/0 | {
"file_path": "OCA/web/web_tree_duplicate/i18n/ca.po",
"repo_id": "OCA",
"token_count": 381
} | 94 |
/** @odoo-module **/
// (c) 2023 Hunki Enterprises BV (<https://hunki-enterprises.com>)
// License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import {Domain} from "@web/core/domain";
import {ListController} from "@web/views/list/list_controller";
import {patch} from "@web/core/utils/patch";
patch(ListC... | OCA/web/web_tree_duplicate/static/src/web_tree_duplicate.esm.js/0 | {
"file_path": "OCA/web/web_tree_duplicate/static/src/web_tree_duplicate.esm.js",
"repo_id": "OCA",
"token_count": 654
} | 95 |
td.o_list_many2one {
button.web_tree_many2one_clickable {
margin-left: 0.5em;
visibility: hidden;
}
&:hover button.web_tree_many2one_clickable {
visibility: visible;
}
}
| OCA/web/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.scss/0 | {
"file_path": "OCA/web/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.scss",
"repo_id": "OCA",
"token_count": 101
} | 96 |
* `GRAP <http://www.grap.coop>`_:
* Quentin DUPONT <quentin.dupont@grap.coop>
| OCA/web/web_widget_datepicker_fulloptions/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_widget_datepicker_fulloptions/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 39
} | 97 |
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>
| OCA/web/web_widget_mpld3_chart/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 40
} | 98 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_number_ux_choice
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-30 12:07+0000\n"
"PO-Revision-Date: 2019-08-30 12:07+0000\n"
"Last-Translator... | OCA/web/web_widget_numeric_step/i18n/fr.po/0 | {
"file_path": "OCA/web/web_widget_numeric_step/i18n/fr.po",
"repo_id": "OCA",
"token_count": 409
} | 99 |
# Copyright 2019-2020 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Widget Open on new Tab",
"summary": """
Allow to open record from trees on new tab from tree views""",
"version": "16.0.2.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Commu... | OCA/web/web_widget_open_tab/__manifest__.py/0 | {
"file_path": "OCA/web/web_widget_open_tab/__manifest__.py",
"repo_id": "OCA",
"token_count": 332
} | 100 |
This module add the possibility to insert Plotly charts into Odoo standard views.
.. image:: ../static/description/example.png
:alt: Plotly Chart inserted into an Odoo view
:width: 600 px
`Plotly <https://plot.ly/>`__ is a Python interactive visualization
library built on top of d3.js and stack.gl, plotly.js is... | OCA/web/web_widget_plotly_chart/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 180
} | 101 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_x2many_2d_matrix
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: web (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-06 15:50+0000\n"
"PO-Revision-Date: 2019-08-06 12:44+0000\n"
"Last-Tra... | OCA/web/web_widget_x2many_2d_matrix/i18n/fr.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/fr.po",
"repo_id": "OCA",
"token_count": 485
} | 102 |
// Copyright 2014 Square Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... | SquareSquash/web/app/assets/javascripts/application.js/0 | {
"file_path": "SquareSquash/web/app/assets/javascripts/application.js",
"repo_id": "SquareSquash",
"token_count": 1092
} | 103 |
@import "vars";
h1 { font-size: $h1-size; }
h2 { font-size: $h2-size; }
h3 { font-size: $h3-size; }
h4 { font-size: $h4-size; }
h5 { font-size: $h5-size; }
h6 { font-size: $h6-size; }
@include iphone-landscape-and-smaller {
h1 { font-size: $h3-size; }
h2 { font-size: $h4-size; }
h3 { font-size: $h5-size; }
h4... | SquareSquash/web/app/assets/stylesheets/_typography.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/_typography.scss",
"repo_id": "SquareSquash",
"token_count": 680
} | 104 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/controllers/accounts_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/accounts_controller.rb",
"repo_id": "SquareSquash",
"token_count": 722
} | 105 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/models/additions/ldap_authentication.rb/0 | {
"file_path": "SquareSquash/web/app/models/additions/ldap_authentication.rb",
"repo_id": "SquareSquash",
"token_count": 344
} | 106 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/models/observers/event_observer.rb/0 | {
"file_path": "SquareSquash/web/app/models/observers/event_observer.rb",
"repo_id": "SquareSquash",
"token_count": 820
} | 107 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/views/bugs/index.atom.builder/0 | {
"file_path": "SquareSquash/web/app/views/bugs/index.atom.builder",
"repo_id": "SquareSquash",
"token_count": 808
} | 108 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/views/occurrences/index.atom.builder/0 | {
"file_path": "SquareSquash/web/app/views/occurrences/index.atom.builder",
"repo_id": "SquareSquash",
"token_count": 743
} | 109 |
#!/usr/bin/env ruby
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by appl... | SquareSquash/web/bin/setup/0 | {
"file_path": "SquareSquash/web/bin/setup",
"repo_id": "SquareSquash",
"token_count": 6725
} | 110 |
---
disabled: true
| SquareSquash/web/config/environments/development/dogfood.yml/0 | {
"file_path": "SquareSquash/web/config/environments/development/dogfood.yml",
"repo_id": "SquareSquash",
"token_count": 6
} | 111 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/config/initializers/concurrency.rb/0 | {
"file_path": "SquareSquash/web/config/initializers/concurrency.rb",
"repo_id": "SquareSquash",
"token_count": 411
} | 112 |
en:
activerecord:
errors:
models:
bug:
attributes:
assigned_user_id:
not_member: is not a project member
blamed_revision:
invalid: is not a valid commit ID
duplicate_of_id:
already_duplicate: already marked as du... | SquareSquash/web/config/locales/en.yml/0 | {
"file_path": "SquareSquash/web/config/locales/en.yml",
"repo_id": "SquareSquash",
"token_count": 5404
} | 113 |
class AddMappingToSourceMap < ActiveRecord::Migration
def up
execute <<-SQL
ALTER TABLE source_maps
ADD COLUMN "from" CHARACTER VARYING(24) NOT NULL DEFAULT 'minified' CHECK (CHAR_LENGTH("from") > 0),
ADD COLUMN "to" CHARACTER VARYING(24) NOT NULL DEFAULT 'original' CHECK (CHAR_LENGTH("to") ... | SquareSquash/web/db/migrate/20140130012355_add_mapping_to_source_map.rb/0 | {
"file_path": "SquareSquash/web/db/migrate/20140130012355_add_mapping_to_source_map.rb",
"repo_id": "SquareSquash",
"token_count": 262
} | 114 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/lib/assets/javascripts/tabs.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/tabs.js.coffee",
"repo_id": "SquareSquash",
"token_count": 727
} | 115 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/lib/blamer/base.rb/0 | {
"file_path": "SquareSquash/web/lib/blamer/base.rb",
"repo_id": "SquareSquash",
"token_count": 3344
} | 116 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/lib/workers/source_map_creator.rb/0 | {
"file_path": "SquareSquash/web/lib/workers/source_map_creator.rb",
"repo_id": "SquareSquash",
"token_count": 563
} | 117 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/controllers/account/events_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/account/events_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 1803
} | 118 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/factories/events.rb/0 | {
"file_path": "SquareSquash/web/spec/factories/events.rb",
"repo_id": "SquareSquash",
"token_count": 397
} | 119 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/lib/workers/occurrences_worker_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/lib/workers/occurrences_worker_spec.rb",
"repo_id": "SquareSquash",
"token_count": 13060
} | 120 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/models/symbolication_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/models/symbolication_spec.rb",
"repo_id": "SquareSquash",
"token_count": 3448
} | 121 |
(function(exports){
var cubism = exports.cubism = {version: "1.2.0"};
var cubism_id = 0;
function cubism_identity(d) { return d; }
cubism.option = function(name, defaultValue) {
var values = cubism.options(name);
return values.length ? values[0] : defaultValue;
};
cubism.options = function(name, defaultValues) {
... | SquareSquash/web/vendor/assets/javascripts/cubism.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/cubism.js",
"repo_id": "SquareSquash",
"token_count": 12608
} | 122 |
/* Pretty handling of time axes.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Licensed under the MIT license.
Set axis.mode to "time" to enable. See the section "Time series data" in
API.txt for details.
*/
(function($) {
var options = {};
// round to nearby lower multiple of base
function floorInBase(n, bas... | SquareSquash/web/vendor/assets/javascripts/flot/time.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/flot/time.js",
"repo_id": "SquareSquash",
"token_count": 5247
} | 123 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.