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步 - 创建数据库/blog_details.sql/0 | {
"file_path": "Humsen/web/docs/数据库部署/第1步 - 创建数据库/blog_details.sql",
"repo_id": "Humsen",
"token_count": 553
} | 23 |
package pers.husen.web.bean.vo;
import java.util.Date;
/**
* @author 何明胜
*
* 2017年9月17日
*/
public class BlogArticleVo extends ArticleCategoryVo{
private static final long serialVersionUID = 1L;
private int blogId;
private String blogTitle;
private String blogAuthor;
private Date blogDate;
private String b... | Humsen/web/web-core/src/pers/husen/web/bean/vo/BlogArticleVo.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/bean/vo/BlogArticleVo.java",
"repo_id": "Humsen",
"token_count": 1187
} | 24 |
package pers.husen.web.common.handler;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache... | Humsen/web/web-core/src/pers/husen/web/common/handler/ImageUploadHandler.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/common/handler/ImageUploadHandler.java",
"repo_id": "Humsen",
"token_count": 2020
} | 25 |
package pers.husen.web.config.listener;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import pers.husen.web.service.VisitTotalSvc;
import javax.servlet.ServletContext;
import javax.servlet.annotation.WebListener;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.ht... | Humsen/web/web-core/src/pers/husen/web/config/listener/OnlineCountListener.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/config/listener/OnlineCountListener.java",
"repo_id": "Humsen",
"token_count": 842
} | 26 |
package pers.husen.web.dao.impl;
import java.util.ArrayList;
import java.util.Date;
import pers.husen.web.bean.vo.MessageAreaVo;
import pers.husen.web.dao.MessageAreaDao;
import pers.husen.web.dbutil.DbManipulationUtils;
import pers.husen.web.dbutil.DbQueryUtils;
/**
* @author 何明胜
*
* 2017年9月25日
*/
public class ... | Humsen/web/web-core/src/pers/husen/web/dao/impl/MessageAreaDaoImpl.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dao/impl/MessageAreaDaoImpl.java",
"repo_id": "Humsen",
"token_count": 561
} | 27 |
package pers.husen.web.dbutil.mappingdb;
/**
* 新版特性数据库
*
* @author 何明胜
*
* 2017年10月20日
*/
public class ReleaseFeatureMapping {
/**
* 数据库名称
*/
public static String DB_NAME = "release_feature";
/**
* release_id
*/
public static String RELEASE_ID = "release_id";
/**
* release_content
*/
public ... | Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/ReleaseFeatureMapping.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/ReleaseFeatureMapping.java",
"repo_id": "Humsen",
"token_count": 166
} | 28 |
package pers.husen.web.servlet.article;
import net.sf.json.JSONObject;
import pers.husen.web.bean.vo.BlogArticleVo;
import pers.husen.web.common.constants.RequestConstants;
import pers.husen.web.common.constants.ResponseConstants;
import pers.husen.web.common.helper.ReadH5Helper;
import pers.husen.web.service.BlogArti... | Humsen/web/web-core/src/pers/husen/web/servlet/article/BlogSvt.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/article/BlogSvt.java",
"repo_id": "Humsen",
"token_count": 749
} | 29 |
package pers.husen.web.servlet.module;
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.common.constan... | Humsen/web/web-core/src/pers/husen/web/servlet/module/DownloadModuleSvt.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/module/DownloadModuleSvt.java",
"repo_id": "Humsen",
"token_count": 426
} | 30 |
@charset "UTF-8";
.article-box-div {
padding-top: 5px !important;
padding-bottom: 5px !important;
width: 100%;
}
.read-more {
margin-left: 50%;
}
.article-author {
font-size: 12px;
}
.read-more-article {
float: left;
margin: 20px 0 0 20px;
}
.article-bar {
float: left;
}
.article-title {
/* 单词自动换行 */
w... | Humsen/web/web-mobile/WebContent/css/index/article-profile.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/css/index/article-profile.css",
"repo_id": "Humsen",
"token_count": 165
} | 31 |
@charset "UTF-8";
.upload-file-form {
margin-top: 50px;
margin-bottom: 50px;
} | Humsen/web/web-mobile/WebContent/css/personal_center/upload-file.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/css/personal_center/upload-file.css",
"repo_id": "Humsen",
"token_count": 38
} | 32 |
/**
* @author 何明胜
*
* 2017年9月30日
*/
/**
* @author 何明胜
*
* 2017年9月27日
*/
$(function() {
queryLatestCode(3);//加载代码
});
/**
* 查询最新更新的3篇代码,如果小于3,则有多少查多少
* 相当于按照时间排序后根据页面大小查询第1页
*
* @param pageSize
* @returns
*/
function queryLatestCode(pageSize){
$.ajax({
type : 'POST',
async: true,
url : '/code/q... | Humsen/web/web-mobile/WebContent/js/index/latestcode.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/js/index/latestcode.js",
"repo_id": "Humsen",
"token_count": 936
} | 33 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>网站维护中......</title>
<link rel="stylesheet" href="/css/error/error.css">
</head>
<body>
<div class="box">
<div class="title">亲爱的朋友们:</div>
<div class="text">目前网站正在光速开发中,程序员哥哥不惜加班加点,敬请期待!</div>
</div... | Humsen/web/web-mobile/WebContent/module/error/error.html/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/module/error/error.html",
"repo_id": "Humsen",
"token_count": 219
} | 34 |
# CodeMirror
[](https://travis-ci.org/codemirror/CodeMirror)
[](https://www.npmjs.org/package/codemirror)
[Funding status: ](h... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/README.md/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/README.md",
"repo_id": "Humsen",
"token_count": 277
} | 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/brace-fold.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/fold/brace-fold.js",
"repo_id": "Humsen",
"token_count": 1546
} | 36 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// Depends on coffeelint.js from http://www.coffeelint.org/js/coffeelint.js
// declare global: coffeelint
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // C... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/lint/coffeescript-lint.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/lint/coffeescript-lint.js",
"repo_id": "Humsen",
"token_count": 537
} | 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/runmode/runmode.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/runmode/runmode.js",
"repo_id": "Humsen",
"token_count": 1027
} | 38 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// declare global: tern, server
var server;
this.onmessage = function(e) {
var data = e.data;
switch (data.type) {
case "init": return startServer(data.defs, data.plugins, data.scripts... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/tern/worker.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/tern/worker.js",
"repo_id": "Humsen",
"token_count": 431
} | 39 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function() {
"use strict";
var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-less");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "less"); }... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/css/less_test.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/css/less_test.js",
"repo_id": "Humsen",
"token_count": 740
} | 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/fortran/fortran.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/fortran/fortran.js",
"repo_id": "Humsen",
"token_count": 4809
} | 41 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// TODO actually recognize syntax of TypeScript constructs
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"))... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/javascript/javascript.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/javascript/javascript.js",
"repo_id": "Humsen",
"token_count": 10190
} | 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/pascal/pascal.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/pascal/pascal.js",
"repo_id": "Humsen",
"token_count": 1247
} | 43 |
// 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/sass/sass.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/sass/sass.js",
"repo_id": "Humsen",
"token_count": 4743
} | 44 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({tabSize: 4}, "stex");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
MT("word",
"foo");
MT("... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/stex/test.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/stex/test.js",
"repo_id": "Humsen",
"token_count": 1266
} | 45 |
// 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/verilog/verilog.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/verilog/verilog.js",
"repo_id": "Humsen",
"token_count": 8361
} | 46 |
.cm-s-cobalt.CodeMirror { background: #002240; color: white; }
.cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; }
.cm-s-cobalt.CodeMirror ::selection { background: rgba(179, 101, 57, .99); }
.cm-s-cobalt.CodeMirror ::-moz-selection { background: rgba(179, 101, 57, .99); }
.cm-s-cobalt .CodeMirror-... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/cobalt.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/cobalt.css",
"repo_id": "Humsen",
"token_count": 676
} | 47 |
.cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
.cm-s-rubyblue.CodeMirror ::selection { background: rgba(56, 86, 111, 0.99); }
.cm-s-rubyblue.CodeMirror ::-moz-selection { background: rgba(56, 86, 111, 0.99); }
.cm-s-rubyblue .C... | Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/rubyblue.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/rubyblue.css",
"repo_id": "Humsen",
"token_count": 653
} | 48 |
/*!
* Link dialog plugin for Editor.md
*
* @file link-dialog.js
* @author pandao
* @version 1.2.0
* @updateTime 2015-03-07
* {@link https://github.com/pandao/editor.md}
* @license MIT
*/
(function() {
var factory = function (exports) {
var $ = jQuery; //... | Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/plugin-template.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/plugin-template.js",
"repo_id": "Humsen",
"token_count": 1336
} | 49 |
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.in... | Humsen/web/web-mobile/WebContent/plugins/template/css/animate.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/template/css/animate.css",
"repo_id": "Humsen",
"token_count": 30971
} | 50 |
<!DOCTYPE html>
<html class="no-js">
<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,欢迎访... | Humsen/web/web-mobile/WebContent/topic/blog/blog.html/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/topic/blog/blog.html",
"repo_id": "Humsen",
"token_count": 868
} | 51 |
/**
* 加载代码目录
*
* @author 何明胜
*
* 2017年9月18日
*/
/** 加载插件 * */
$.ajax({
url : '/plugins/plugins.html', // 这里是静态页的地址
async : false,
type : 'GET', // 静态页用get方法,否则服务器会抛出405错误
success : function(data) {
$($('head')[0]).find('script:first').after(data);
}
});
$(function() {
/** 顶部导航栏 **/
$.ajax({
url : '/... | Humsen/web/web-pc/WebContent/js/article/code-library.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/js/article/code-library.js",
"repo_id": "Humsen",
"token_count": 2532
} | 52 |
<link rel="stylesheet" href="/css/personal_center/modify-email.css">
<!-- 修改用户密码脚本 -->
<script src="/js/personal_center/modify-email.js"></script>
<form id="form_modifyEmail" class="form-horizontal modify-email-form">
<div class="form-group">
<label class="col-sm-3 control-label" for="txt_modifyEmail">旧邮箱</label>
... | Humsen/web/web-pc/WebContent/personal_center/modify_email.html/0 | {
"file_path": "Humsen/web/web-pc/WebContent/personal_center/modify_email.html",
"repo_id": "Humsen",
"token_count": 475
} | 53 |
<!-- 插件统一放 -->
<!-- Bootstrap -->
<link rel="stylesheet" href="/plugins/bootstrap/css/bootstrap.min.css">
<!-- validator -->
<link rel="stylesheet"
href="/plugins/validator/css/bootstrapValidator.min.css" />
<!-- jquery confirm -->
<link rel="stylesheet"
href="/plugins/jqueryconfirm/css/jquery-confirm.min.css" />
... | Humsen/web/web-pc/WebContent/plugins/plugins.html/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/plugins.html",
"repo_id": "Humsen",
"token_count": 413
} | 54 |
(function($) {
/**
* Swedish language package
* Translated by @ulsa
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'Vänligen mata in ett giltigt Base64-kodat värde'
},
between: {
'default': 'Vän... | Humsen/web/web-pc/WebContent/plugins/validator/js/language/sv_SE.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/sv_SE.js",
"repo_id": "Humsen",
"token_count": 8087
} | 55 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>留言区</title>
<meta name="description" content="欢迎来到何明胜的个人网站.本站主要用于记录和分享本人的学习心得和编程经验,并分享常见可复用代码、推荐书籍以及软件等资源.本站源码已托管github,欢迎访问:https://github.com/HelloHusen/web" />
<meta name="keywords" conte... | Humsen/web/web-pc/WebContent/topic/message/message.html/0 | {
"file_path": "Humsen/web/web-pc/WebContent/topic/message/message.html",
"repo_id": "Humsen",
"token_count": 668
} | 56 |
To learn more about this directory, please visit
https://pypi.python.org/pypi/setuptools-odoo
| OCA/web/setup/README/0 | {
"file_path": "OCA/web/setup/README",
"repo_id": "OCA",
"token_count": 31
} | 57 |
* Cristian Salamea <cristian.salamea@gmail.com>
* André Paramés <github@andreparames.com> (https://www.acsone.eu/)
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
* Sudhir Arya <sudhir@erpharbor.com>
* Jasper Jumelet <jasper.jumelet@codeforward.nl>
* `Trobz <https://trobz.com>`_:
* Nguyễn Minh Chiến <chien@trobz.co... | OCA/web/web_action_conditionable/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_action_conditionable/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 154
} | 58 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_advanced_search_x2x
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-03 03:49+0000\n"... | OCA/web/web_advanced_search/i18n/nl.po/0 | {
"file_path": "OCA/web/web_advanced_search/i18n/nl.po",
"repo_id": "OCA",
"token_count": 600
} | 59 |
/** @odoo-module **/
import {Dropdown} from "@web/core/dropdown/dropdown";
import {patch} from "web.utils";
patch(Dropdown.prototype, "web.Dropdown", {
/**
* Our many2one widget in the filter menus has a dropdown that propagates some
* custom events through the bus to the search more pop-up. This is not... | OCA/web/web_advanced_search/static/src/js/dropdown.esm.js/0 | {
"file_path": "OCA/web/web_advanced_search/static/src/js/dropdown.esm.js",
"repo_id": "OCA",
"token_count": 278
} | 60 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_apply_field_style
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-07 22:34+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Languag... | OCA/web/web_apply_field_style/i18n/es.po/0 | {
"file_path": "OCA/web/web_apply_field_style/i18n/es.po",
"repo_id": "OCA",
"token_count": 272
} | 61 |
# 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-11-20 12:34+0000\n"
"Last-Translator: pere-aquarian <pere@aquarian.tech>\n"
"Language-Te... | OCA/web/web_chatter_position/i18n/ca.po/0 | {
"file_path": "OCA/web/web_chatter_position/i18n/ca.po",
"repo_id": "OCA",
"token_count": 519
} | 62 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_company_color
#
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"
"Conten... | OCA/web/web_company_color/i18n/web_company_color.pot/0 | {
"file_path": "OCA/web/web_company_color/i18n/web_company_color.pot",
"repo_id": "OCA",
"token_count": 1093
} | 63 |
<?xml version="1.0" ?>
<!--
Copyright 2019
@author Alexandre Díaz <dev@redneboa.es>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="view_company_form" model="ir.ui.view">
<field name="model">res.company</field>
<field name="inherit_id" ref="base.... | OCA/web/web_company_color/view/res_company.xml/0 | {
"file_path": "OCA/web/web_company_color/view/res_company.xml",
"repo_id": "OCA",
"token_count": 1144
} | 64 |
# © 2022 Florian Kantelberg - initOS GmbH
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Dark Mode",
"summary": "Enabled Dark Mode for the Odoo Backend",
"license": "AGPL-3",
"version": "16.0.1.0.2",
"website": "https://github.com/OCA/web",
"author": "initOS GmbH, Od... | OCA/web/web_dark_mode/__manifest__.py/0 | {
"file_path": "OCA/web/web_dark_mode/__manifest__.py",
"repo_id": "OCA",
"token_count": 418
} | 65 |
# © 2010-2013 OpenERP s.a. (<http://openerp.com>).
# © 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
# © 2015-Today GRAP
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from collections import OrderedDict
from statistics import median
from dateutil.relativedelta import relativedelta
from odoo... | OCA/web/web_dashboard_tile/models/tile_tile.py/0 | {
"file_path": "OCA/web/web_dashboard_tile/models/tile_tile.py",
"repo_id": "OCA",
"token_count": 6022
} | 66 |
from . import test_tile
| OCA/web/web_dashboard_tile/tests/__init__.py/0 | {
"file_path": "OCA/web/web_dashboard_tile/tests/__init__.py",
"repo_id": "OCA",
"token_count": 7
} | 67 |
# Copyright 2018 Tecnativa - Jairo Llopis
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo.models import Model, api
from odoo.tools.safe_eval import const_eval
class IrConfigParameter(Model):
_inherit = "ir.config_parameter"
@api.model
def get_web_dialog_size_config(self):
... | OCA/web/web_dialog_size/models/ir_config_parameter.py/0 | {
"file_path": "OCA/web/web_dialog_size/models/ir_config_parameter.py",
"repo_id": "OCA",
"token_count": 224
} | 68 |
========================
Web Disable Export Group
========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source dig... | OCA/web/web_disable_export_group/README.rst/0 | {
"file_path": "OCA/web/web_disable_export_group/README.rst",
"repo_id": "OCA",
"token_count": 1242
} | 69 |
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Onestein
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).-->
<odoo>
<record id="group_export_xlsx_data" model="res.groups">
<field name="name">Direct Export (xlsx)</field>
<field name="category_id" ref="base.module_catego... | OCA/web/web_disable_export_group/security/groups.xml/0 | {
"file_path": "OCA/web/web_disable_export_group/security/groups.xml",
"repo_id": "OCA",
"token_count": 329
} | 70 |
.. warning::
This module is deprecated.
If you want to use this functionality you can assign a unserialised
domain to a fields.Binary, `example <https://github.com/OCA/OCB/blob/16.0/addons/account/models/account_tax.py#L1308>`_
This technical addon allows developers to specify a field domain in a view
usin... | OCA/web/web_domain_field/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_domain_field/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 119
} | 71 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-13 16:06+0000\n"
"PO-Revision-Date: 2... | OCA/web/web_environment_ribbon/i18n/hr.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/hr.po",
"repo_id": "OCA",
"token_count": 463
} | 72 |
/* @odoo-module */
import {FloatField} from "@web/views/fields/float/float_field";
import {patch} from "@web/core/utils/patch";
patch(FloatField.prototype, "web_field_numeric_formatting.FloatField", {
get formattedValue() {
if (!this.props.formatNumber) {
return this.props.value;
}
... | OCA/web/web_field_numeric_formatting/static/src/components/float_field.esm.js/0 | {
"file_path": "OCA/web/web_field_numeric_formatting/static/src/components/float_field.esm.js",
"repo_id": "OCA",
"token_count": 354
} | 73 |
{
"name": "Web hide field with keys",
"summary": "Hide fields for models",
"category": "Misc",
"author": "Akretion,Odoo Community Association (OCA)",
"license": "AGPL-3",
"version": "16.0.1.0.1",
"depends": ["base", "product"],
"maintainers": ["franzpoize"],
"website": "https://githu... | OCA/web/web_hide_field_with_key/__manifest__.py/0 | {
"file_path": "OCA/web/web_hide_field_with_key/__manifest__.py",
"repo_id": "OCA",
"token_count": 233
} | 74 |
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class IrActionsActMulti(models.Model):
_name = "ir.actions.act_multi"
_description = "Action Mulit"
_inherit = "ir.actions.actions"
_table = "ir_actions"
type = fields.Char(default="ir.acti... | OCA/web/web_ir_actions_act_multi/models/ir_actions.py/0 | {
"file_path": "OCA/web/web_ir_actions_act_multi/models/ir_actions.py",
"repo_id": "OCA",
"token_count": 152
} | 75 |
Depend on this module and return
.. code:: python
{
'type': 'ir.actions.act_window.message',
'title': _('My title'),
'message': _('My message'),
# optional title of the close button, if not set, will be _('Close')
# if set False, no close button will be shown
# you ... | OCA/web/web_ir_actions_act_window_message/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 789
} | 76 |
* Holger Brunn <mail@hunki-enterprises.com> (https://hunki-enterprises.com)
* Stefan Rijnhart <stefan@opener.amsterdam> (https://opener.amsterdam)
| OCA/web/web_ir_actions_act_window_page/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_page/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 56
} | 77 |
* Allow to click on the whole line (not just the checkbox) to select a row.
* Enable the same behaviour with Ctrl button.
* Shift and drag to select rows.
| OCA/web/web_listview_range_select/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_listview_range_select/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 40
} | 78 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_m2x_options
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-03 03:50+0000\n"
"PO-Rev... | OCA/web/web_m2x_options/i18n/it.po/0 | {
"file_path": "OCA/web/web_m2x_options/i18n/it.po",
"repo_id": "OCA",
"token_count": 1470
} | 79 |
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
* Elliott Bristow - Glodo (elliott@glo.systems)
* Thanakrit Pintana (thanakrit.p39@gmail.com)
| OCA/web/web_no_bubble/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_no_bubble/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 84
} | 80 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_notify
#
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"
"Content-Trans... | OCA/web/web_notify/i18n/web_notify.pot/0 | {
"file_path": "OCA/web/web_notify/i18n/web_notify.pot",
"repo_id": "OCA",
"token_count": 1157
} | 81 |
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2018 Aitor Bouzas <aitor.bouzas@adaptivecity.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="view_users_form_simple_modif_inherit" model="ir.ui.view">
<field name="name">res.users.form.simple.view.modif.inh... | OCA/web/web_notify/views/res_users_demo.xml/0 | {
"file_path": "OCA/web/web_notify/views/res_users_demo.xml",
"repo_id": "OCA",
"token_count": 1687
} | 82 |
==========================
Web Pivot Computed Measure
==========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! sour... | OCA/web/web_pivot_computed_measure/README.rst/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/README.rst",
"repo_id": "OCA",
"token_count": 1506
} | 83 |
/** @odoo-module **/
/* Copyright 2023 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
/**
* Function that traverse the text given character by character
*
* @param {String} text
* @returns {Array}
*/
function getTokensFromText(text) {
const symbols = ["+", "-",... | OCA/web/web_pivot_computed_measure/static/src/helpers/utils.esm.js/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/static/src/helpers/utils.esm.js",
"repo_id": "OCA",
"token_count": 1582
} | 84 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_pwa_oca
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-16 18:49+0000\n"
"PO-Revision-Date: 2021-03-16 19:50+0100\n"
"Last-Translator: claudiagn <cla... | OCA/web/web_pwa_oca/i18n/es.po/0 | {
"file_path": "OCA/web/web_pwa_oca/i18n/es.po",
"repo_id": "OCA",
"token_count": 1836
} | 85 |
/** @odoo-module **/
/* Copyright 2022 Tecnativa - Alexandre D. Díaz
* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
const {Component} = owl;
import {useService} from "@web/core/utils/hooks";
export class Refresher extends Component {
setup() {
... | OCA/web/web_refresher/static/src/js/refresher.esm.js/0 | {
"file_path": "OCA/web/web_refresher/static/src/js/refresher.esm.js",
"repo_id": "OCA",
"token_count": 541
} | 86 |
th.o_column_sortable {
max-width: none !important;
min-width: 0 !important;
}
| OCA/web/web_remember_tree_column_width/static/src/scss/main.scss/0 | {
"file_path": "OCA/web/web_remember_tree_column_width/static/src/scss/main.scss",
"repo_id": "OCA",
"token_count": 36
} | 87 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
# Translators:
# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatic4@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201... | OCA/web/web_responsive/i18n/pt_BR.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/pt_BR.po",
"repo_id": "OCA",
"token_count": 2094
} | 88 |
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2021 ITerra - Sergey Shebanin
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-->
<templates id="template" xml:space="preserve">
<t t-inherit="web.NavBar.SectionsMenu" t-inherit-mode="extension" owl="1">
<xpath
exp... | OCA/web/web_responsive/static/src/components/hotkey/hotkey.xml/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/hotkey/hotkey.xml",
"repo_id": "OCA",
"token_count": 493
} | 89 |
# Copyright (C) 2023-TODAY Synconics Technologies Pvt. Ltd. (<http://www.synconics.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Save & Discard Buttons",
"version": "16.0.1.0.2",
"summary": "Save & Discard Buttons",
"license": "AGPL-3",
"category": "Tools",
"... | OCA/web/web_save_discard_button/__manifest__.py/0 | {
"file_path": "OCA/web/web_save_discard_button/__manifest__.py",
"repo_id": "OCA",
"token_count": 370
} | 90 |
# Copyright 2015 Andrius Preimantas <andrius@versada.lt>
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Use AND conditions on omnibar search",
"version": "16.0.1.0.0",
"author": """Sandip SCS, Versada UAB, ACSONE SA/NV, Serincloud,
Odoo Co... | OCA/web/web_search_with_and/__manifest__.py/0 | {
"file_path": "OCA/web/web_search_with_and/__manifest__.py",
"repo_id": "OCA",
"token_count": 301
} | 91 |
# 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+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-16 06:01+0000\n"
"PO-Revision-Date: 2023-06-16 06:01+0000\n"
"Last-Translator:... | OCA/web/web_select_all_companies/i18n/fr.po/0 | {
"file_path": "OCA/web/web_select_all_companies/i18n/fr.po",
"repo_id": "OCA",
"token_count": 369
} | 92 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_send_message_popup
#
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"
"C... | OCA/web/web_send_message_popup/i18n/web_send_message_popup.pot/0 | {
"file_path": "OCA/web/web_send_message_popup/i18n/web_send_message_popup.pot",
"repo_id": "OCA",
"token_count": 221
} | 93 |
.o_form_view {
.o_form_sheet_bg .o_form_sheet {
max-width: none !important;
width: auto !important;
}
.o_FormRenderer_chatterContainer {
max-width: none;
}
}
| OCA/web/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss/0 | {
"file_path": "OCA/web/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss",
"repo_id": "OCA",
"token_count": 99
} | 94 |
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
| OCA/web/web_timeline/__init__.py/0 | {
"file_path": "OCA/web/web_timeline/__init__.py",
"repo_id": "OCA",
"token_count": 51
} | 95 |
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import fields, models
TIMELINE_VIEW = ("timeline", "Timeline")
class IrUIView(models.Model):
_inherit = "ir.ui.view"
type = fields.Selection(selection_add=[TIMELINE_VIEW])
| OCA/web/web_timeline/models/ir_ui_view.py/0 | {
"file_path": "OCA/web/web_timeline/models/ir_ui_view.py",
"repo_id": "OCA",
"token_count": 121
} | 96 |
<?xml version="1.0" encoding="utf-8" ?>
<template>
<t t-name="TimelineView">
<div class="oe_timeline_view">
<div class="oe_timeline_buttons">
<button
class="btn btn-default btn-sm oe_timeline_button_today"
>Today</button>
<div c... | OCA/web/web_timeline/static/src/xml/web_timeline.xml/0 | {
"file_path": "OCA/web/web_timeline/static/src/xml/web_timeline.xml",
"repo_id": "OCA",
"token_count": 892
} | 97 |
Since v11 introduced the new domain editor widget it's not possible to edit
the selected records from the current domain.
This module reintroduces that dialog to complement the current widget with the
powerful search engine of Odoo.
| OCA/web/web_widget_domain_editor_dialog/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_domain_editor_dialog/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 48
} | 98 |
Dynamic dropdown widget that supports resolving options from backend of:
* ``fields.Char``
* ``fields.Integer``
* ``fields.Selection``
**NOTE:** This widget is not intended to *extend* ``fields.Selection``, but to
filter selection values. For fully-dynamic set of options, use ``fields.Char``
instead.
| OCA/web/web_widget_dropdown_dynamic/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_dropdown_dynamic/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 83
} | 99 |
* Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
* Kaushal Prajapati <kbprajapati@live.com>
* `Druidoo <https://www.druidoo.io>`_:
* Iván Todorovich
* Shivam Soni <s.soni.serpentcs@gmail.com>
| OCA/web/web_widget_image_webcam/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_widget_image_webcam/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 93
} | 100 |
from . import abstract_mpld3_parser
| OCA/web/web_widget_mpld3_chart/models/__init__.py/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/models/__init__.py",
"repo_id": "OCA",
"token_count": 11
} | 101 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_numeric_step
#
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-T... | OCA/web/web_widget_numeric_step/i18n/de.po/0 | {
"file_path": "OCA/web/web_widget_numeric_step/i18n/de.po",
"repo_id": "OCA",
"token_count": 455
} | 102 |
======================
Widget Open on new Tab
======================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: s... | OCA/web/web_widget_open_tab/README.rst/0 | {
"file_path": "OCA/web/web_widget_open_tab/README.rst",
"repo_id": "OCA",
"token_count": 1286
} | 103 |
- Add many2one fields support.
| OCA/web/web_widget_open_tab/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_widget_open_tab/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 9
} | 104 |
* Roberto Fichera <roberto.fichera@levelprime.com>
* Michele Zaccheddu <michele.zaccheddu@levelprime.com>
| OCA/web/web_widget_plotly_chart/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 41
} | 105 |
# 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: 2015-11-23 13:46+0000\n"
"PO-Revision-Date: 2023-09-02 20:35+0000\n"
"Last-Tra... | OCA/web/web_widget_x2many_2d_matrix/i18n/es.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/es.po",
"repo_id": "OCA",
"token_count": 418
} | 106 |
* Support extra attributes on each field cell via `field_extra_attrs` param.
We could set a cell as not editable, required or readonly for instance.
The `readonly` case will also give the ability
to click on m2o to open related records.
* Support limit total records in the matrix. Ref: https://github.com/OCA/web... | OCA/web/web_widget_x2many_2d_matrix/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 179
} | 107 |
@import "vars";
ul.pills {
margin-top: 30px;
margin-bottom: 20px;
padding-bottom: 10px;
text-align: center;
border-bottom: 1px solid $gray4;
&:first-child { margin-top: 0; }
li {
display: inline;
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid black;
margin-top: 30p... | SquareSquash/web/app/assets/stylesheets/_pills.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/_pills.scss",
"repo_id": "SquareSquash",
"token_count": 197
} | 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/controllers/account/events_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/account/events_controller.rb",
"repo_id": "SquareSquash",
"token_count": 898
} | 109 |
# 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/jira/issues_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/jira/issues_controller.rb",
"repo_id": "SquareSquash",
"token_count": 449
} | 110 |
# 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/comment_observer.rb/0 | {
"file_path": "SquareSquash/web/app/models/observers/comment_observer.rb",
"repo_id": "SquareSquash",
"token_count": 437
} | 111 |
# encoding: utf-8
# 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 applic... | SquareSquash/web/app/views/additions/html_backtrace_rendering.rb/0 | {
"file_path": "SquareSquash/web/app/views/additions/html_backtrace_rendering.rb",
"repo_id": "SquareSquash",
"token_count": 2834
} | 112 |
<%= @resolver.try!(:name) || "Someone" %> has <%= @bug.fixed? ? "resolved a bug" : "marked a bug as irrelevant" %>
that you were assigned to:
<%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %>
Project: <%= @bug.environment.project.name %>
Environment: <%= @bug.environment.name... | SquareSquash/web/app/views/notification_mailer/resolved.text.erb/0 | {
"file_path": "SquareSquash/web/app/views/notification_mailer/resolved.text.erb",
"repo_id": "SquareSquash",
"token_count": 288
} | 113 |
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
| SquareSquash/web/bin/rails/0 | {
"file_path": "SquareSquash/web/bin/rails",
"repo_id": "SquareSquash",
"token_count": 50
} | 114 |
---
directory: tmp/repos
| SquareSquash/web/config/environments/common/repositories.yml/0 | {
"file_path": "SquareSquash/web/config/environments/common/repositories.yml",
"repo_id": "SquareSquash",
"token_count": 9
} | 115 |
# Be sure to restart your server when you modify this file.
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path
# Precompile additional ... | SquareSquash/web/config/initializers/assets.rb/0 | {
"file_path": "SquareSquash/web/config/initializers/assets.rb",
"repo_id": "SquareSquash",
"token_count": 139
} | 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/assets/javascripts/accordion.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/accordion.js.coffee",
"repo_id": "SquareSquash",
"token_count": 526
} | 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/lib/assets/javascripts/smart_form.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/smart_form.js.coffee",
"repo_id": "SquareSquash",
"token_count": 1128
} | 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/lib/background_runner/tasks/resque.rake/0 | {
"file_path": "SquareSquash/web/lib/background_runner/tasks/resque.rake",
"repo_id": "SquareSquash",
"token_count": 616
} | 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/lib/workers/pager_duty_resolver.rb/0 | {
"file_path": "SquareSquash/web/lib/workers/pager_duty_resolver.rb",
"repo_id": "SquareSquash",
"token_count": 429
} | 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/script/psql_message_templates.rb/0 | {
"file_path": "SquareSquash/web/script/psql_message_templates.rb",
"repo_id": "SquareSquash",
"token_count": 1492
} | 121 |
# 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/jira/issues_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/jira/issues_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 624
} | 122 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.