text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
<?php
$html.=<<<A
<p class=nabname>
here is a secret box!<br />
admin/admin<br />
kobe/123456<br />
</p>
A;
?> | zhuifengshaonianhanlu/pikachu/vul/fileinclude/include/file6.php/0 | {
"file_path": "zhuifengshaonianhanlu/pikachu/vul/fileinclude/include/file6.php",
"repo_id": "zhuifengshaonianhanlu",
"token_count": 55
} | 850 |
<?php
/**
* Created by runner.han
* There is nothing new under the sun
*/
$SELF_PAGE = substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1);
if ($SELF_PAGE = "rce_evel.php"){
$ACTIVE = array('','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','',''... | zhuifengshaonianhanlu/pikachu/vul/rce/rce_eval.php/0 | {
"file_path": "zhuifengshaonianhanlu/pikachu/vul/rce/rce_eval.php",
"repo_id": "zhuifengshaonianhanlu",
"token_count": 1100
} | 851 |
<?php
/**
* Created by runner.han
* There is nothing new under the sun
*/
$SELF_PAGE = substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1);
if ($SELF_PAGE = "xss_02.php"){
$ACTIVE = array('','','','','','','','active open','','','','','','','','active','','','','','','','','','','','','','','',''... | zhuifengshaonianhanlu/pikachu/vul/xss/xss_02.php/0 | {
"file_path": "zhuifengshaonianhanlu/pikachu/vul/xss/xss_02.php",
"repo_id": "zhuifengshaonianhanlu",
"token_count": 1496
} | 852 |
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>8th Wall Alpha Video Example</title>
<script src="//cdn.8thwall.com/web/aframe/8frame-1.3.0.min.js"></script>
<!-- https://g... | 8thwall/web/examples/aframe/alpha-video/index.html/0 | {
"file_path": "8thwall/web/examples/aframe/alpha-video/index.html",
"repo_id": "8thwall",
"token_count": 871
} | 0 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>8th Wall Web: Manipulate</title>
<!-- We've included a slightly modified version of A-Frame, which fixes some polish concerns -->
<script src="//cdn.8thwall.com/web/aframe/8frame-1.3.0.min.js"></script>
<!-- XR Extras - provides utiliti... | 8thwall/web/examples/aframe/manipulate/index.html/0 | {
"file_path": "8thwall/web/examples/aframe/manipulate/index.html",
"repo_id": "8thwall",
"token_count": 1097
} | 1 |
// A React component for 8th Wall AFrame scenes. The scene HTML can be supplied, along with
// any components or primitives that should be registered, and any image targets that should be
// loaded if something other than the automatically loaded set is wanted. Passing
// DISABLE_IMAGE_TARGETS will prevent any image ta... | 8thwall/web/examples/aframe/reactapp/src/lib/aframe-components.js/0 | {
"file_path": "8thwall/web/examples/aframe/reactapp/src/lib/aframe-components.js",
"repo_id": "8thwall",
"token_count": 892
} | 2 |
html, body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow: hidden;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#renderCanvas {
width: 100%;
height: 100%;
touch-action: none;
}
| 8thwall/web/examples/babylonjs/placeground/index.css/0 | {
"file_path": "8thwall/web/examples/babylonjs/placeground/index.css",
"repo_id": "8thwall",
"token_count": 89
} | 3 |
/*
Ported to JavaScript by Lazar Laszlo 2011
lazarsoft@gmail.com, www.lazarsoft.info
*/
/*
*
* Copyright 2007 ZXing authors
*
* 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
*
* ... | 8thwall/web/examples/camerapipeline/qrcode/jsqrcode/src/bmparser.js/0 | {
"file_path": "8thwall/web/examples/camerapipeline/qrcode/jsqrcode/src/bmparser.js",
"repo_id": "8thwall",
"token_count": 2267
} | 4 |
div.nextbutton {
z-index: 10;
width: 33%;
height: 10%;
position: absolute;
top: 10px;
left: 10px;
background-color: #7611B7;
text-align: center;
color: #FFFFFF;
vertical-align: middle;
user-select: none;
visibility: hidden;
}
| 8thwall/web/examples/camerapipeline/simpleshaders/index.css/0 | {
"file_path": "8thwall/web/examples/camerapipeline/simpleshaders/index.css",
"repo_id": "8thwall",
"token_count": 98
} | 5 |
/* eslint-disable no-undef */
// Copyright (c) 2022 8th Wall, Inc.
const onxrloaded = () => {
const purple = 0xAD50FF
const cherry = 0xDD0065
const mint = 0x00EDAF
const canary = 0xFCEE21
// To illustrate how to integrate render updates with the camera run loop, we drive a cone in
// a circle every three ... | 8thwall/web/gettingstarted/threejs/index.js/0 | {
"file_path": "8thwall/web/gettingstarted/threejs/index.js",
"repo_id": "8thwall",
"token_count": 1721
} | 6 |
# A-Frame XRExtras Library
The XRExtras library contains various A-Frame components and primitives to quickly add common behaviors and interactions to your 8th Wall experience.
## A-Frame Components
- `xrextras-almost-there`
- `xrextras-loading`
- `xrextras-runtime-error`
- `xrextras-stats`
- `xrextras-tap-recenter`... | 8thwall/web/xrextras/src/aframe/README.md/0 | {
"file_path": "8thwall/web/xrextras/src/aframe/README.md",
"repo_id": "8thwall",
"token_count": 6770
} | 7 |
/* globals XR8:readonly */
import '../fonts/fonts.css'
import './almost-there-module.css'
import html from './almost-there-module.html'
let almostThereModule = null
const AlmostThereFactory = () => {
if (!almostThereModule) {
almostThereModule = create()
}
return almostThereModule
}
function create() {
... | 8thwall/web/xrextras/src/almosttheremodule/almost-there-module.js/0 | {
"file_path": "8thwall/web/xrextras/src/almosttheremodule/almost-there-module.js",
"repo_id": "8thwall",
"token_count": 2567
} | 8 |
.recorder-container {
position: fixed;
width: 25vmin;
height: 25vmin;
max-width: 10em;
max-height: 10em;
bottom: 3vmin;
left: 50%;
transform: translateX(-50%);
z-index: 20;
transition: 0.5s opacity;
}
#recorder-button {
display: block;
border: none;
outline: none;
margin: 0;
padding: 0;
... | 8thwall/web/xrextras/src/mediarecorder/record-button.css/0 | {
"file_path": "8thwall/web/xrextras/src/mediarecorder/record-button.css",
"repo_id": "8thwall",
"token_count": 866
} | 9 |
declare const XR8: any
let runConfig
// data BeforeSessionInitializeInput: input for onBeforeSessionInitialize in camera pipeline
// a function that return false on session with attributes that match a certain filter
type SessionPreventer = (data: any) => boolean
const create = () => {
let sessionPreventer: Session... | 8thwall/web/xrextras/src/sessionreconfiguremodule/session-reconfigure-module.ts/0 | {
"file_path": "8thwall/web/xrextras/src/sessionreconfiguremodule/session-reconfigure-module.ts",
"repo_id": "8thwall",
"token_count": 1529
} | 10 |
## 一、拖拽接口
**元素拖拽事件:**
`ondrag ` :应用于拖拽元素,整个拖拽过程都会持续调用;
`ondragstart `:应用于拖拽元素,当拖拽开始时调用;
`ondragleave`:应用于拖拽元素,拖拽过程中,当鼠标离开拖拽元素范围时调用;
`ondragend` :应用于拖拽元素,当拖拽结束时调用。
**目标拖拽事件:**
`ondragenter`:应用于目标元素,当拖拽元素进入时调用;
`ondragover`:应用于目标元素,当停留在目标元素上时调用;
`ondrop`:应用于目标元素,当在目标元素上松开鼠标时调用;
`ondragleave`:应用于目标元素,当鼠标离开目标元素时调用。
... | Daotin/Web/01-HTML/02-HTML5/04-拖拽接口,Web存储,自定义播放器.md/0 | {
"file_path": "Daotin/Web/01-HTML/02-HTML5/04-拖拽接口,Web存储,自定义播放器.md",
"repo_id": "Daotin",
"token_count": 8721
} | 11 |
## 1、CSS3简介
CSS3是CSS(层叠样式表)技术的升级版本,主要包括盒子模型、列表模块、超链接方式、语言模块、背景和边框、文字特效、多栏布局等模块。
## 2、新增特性
CSS3的新特征有很多,例如圆角效果、图形化边界、块阴影与文字阴影、使用RGBA实现透明效果、渐变效果、使用@Font-Face实现定制字体、多背景图、文字或图像的变形处理(旋转、缩放、倾斜、移动)、多栏布局、媒体查询等。
## 3、优势
**减少开发成本与维护成本**
在CSS3出现之前,开发人员为了实现一个圆角效果,往往需要添加额外的HTML标签,使用一个或多个图片来完成,而使用CSS3只需要一个标签,利用CSS3中的border-... | Daotin/Web/02-CSS/02-CSS3/01-CSS3概述,选择器.md/0 | {
"file_path": "Daotin/Web/02-CSS/02-CSS3/01-CSS3概述,选择器.md",
"repo_id": "Daotin",
"token_count": 6268
} | 12 |
## 一、流程控制
### switch
> **switch底层用的是 === 比较。**
参考链接:http://www.cnblogs.com/codetker/p/4680996.html
```javascript
switch ("111"){
case 111:
alert(111);
break;
case 222:
alert(222);
break;
case 222:
alert(333);
break;
default :
alert("都不是!");
... | Daotin/Web/03-JavaScript/01-JavaScript基础知识/03-流程控制和进制转换.md/0 | {
"file_path": "Daotin/Web/03-JavaScript/01-JavaScript基础知识/03-流程控制和进制转换.md",
"repo_id": "Daotin",
"token_count": 587
} | 13 |
## 1、正则表达式
正则表达式(regular expression)是一个描述字符规则的对象。
## 2、正则表达式的作用
前端往往有大量的表单数据校验的工作,采用正则表达式会使得数据校验的工作量大大减轻,如邮箱验证,手机号码,等等。比起用字符串的函数来判断简单,易用。
## 3、正则表达式的定义
JS中定义正则表达式有两种方式,一种是通过构造函数,一种是通过`/…/`,也就是两个斜杠。
### 3.1、方式一
```js
// 使用RegExp这个对象(构造函数)
// 语法
// pattern: 模板字符串
// attributes:字符串,可选。包含属性 "g"、"i" 和 "m",分别用... | Daotin/Web/03-JavaScript/02-DOM/10-正则表达式.md/0 | {
"file_path": "Daotin/Web/03-JavaScript/02-DOM/10-正则表达式.md",
"repo_id": "Daotin",
"token_count": 6573
} | 14 |
1、选项卡
要求:点击对应的标签,显示对应的选项卡
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
div {
width: 400px;
mar... | Daotin/Web/03-JavaScript/02-DOM/案例03:选项卡,购物车.md/0 | {
"file_path": "Daotin/Web/03-JavaScript/02-DOM/案例03:选项卡,购物车.md",
"repo_id": "Daotin",
"token_count": 9097
} | 15 |
function my$(id) {
return document.getElementById(id);
}
// 设置任意标签的文本内容为任意内容
function setInnerText(element, text) {
(typeof element.TextContent === "undefined") ? (element.innerText = text) : (element.textContent = text);
}
// 获取任意标签的文本内容
function getInnerText(element) {
return typeof element.TextContent ... | Daotin/Web/03-JavaScript/04-JavaScript高级知识/案例源码/贪吃蛇/common.js/0 | {
"file_path": "Daotin/Web/03-JavaScript/04-JavaScript高级知识/案例源码/贪吃蛇/common.js",
"repo_id": "Daotin",
"token_count": 3364
} | 16 |
## 1、基本结构
- 所有PHP代码都要写到 `<?php ... ?>` 里面。
- 在PHP代码开头写上`@header("content-type:text/html;charset=utf8");` 可以支持中文格式。
- PHP文件可以和 HTML 文件结合进行使用。
- PHP文件的默认扩展名是 ".php"。
- **PHP代码必须在服务器上执行。**
- PHP可以引入其他的PHP代码:`@require_once("其他php文件的路径")` // @ 可加可不加。
- `@header("Access-Control-Allow-Origin:*");`// 允许所有网站访问此ph... | Daotin/Web/05-PHP&数据库/03-PHP基础语法.md/0 | {
"file_path": "Daotin/Web/05-PHP&数据库/03-PHP基础语法.md",
"repo_id": "Daotin",
"token_count": 5364
} | 17 |
## 一、单位em与rem
`em`:就是一种长度单位,它是**参照当前元素的字号,如果没有设置,就参照父容器,一直到当前浏览器的默认字号。**
比如:当前浏览器默认字体大小为 16px,则 1em = 16px;
`rem`:css3新增的一种长度单位,它是**参照根元素(html)的字号**。
比如:当前浏览器默认字体大小为 16px,而 html 的字号为 20px,则 1rem = 20px;
**em 是相对长度单位(参照父元素)**,其参照当前元素字号大小,如果当前元素未设置字号则会继承其祖先元素字号大小。
例如:` .box {font-size: 16px;}` 则 1em = 16px
`.... | Daotin/Web/07-移动Web开发/09-em和rem.md/0 | {
"file_path": "Daotin/Web/07-移动Web开发/09-em和rem.md",
"repo_id": "Daotin",
"token_count": 4518
} | 18 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="./css/360Page.css">
<script src="./js/jquery.min.js"></script>
<script src="./js/jquery.fullPage.min.js"></script>
</head>
<body>
<div id="360Page">
<div class="section f... | Daotin/Web/07-移动Web开发/案例源码/01-仿360浏览器全屏首页/index.html/0 | {
"file_path": "Daotin/Web/07-移动Web开发/案例源码/01-仿360浏览器全屏首页/index.html",
"repo_id": "Daotin",
"token_count": 1404
} | 19 |
// Screen Readers
// -------------------------
.sr-only { .sr-only(); }
.sr-only-focusable { .sr-only-focusable(); }
| Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/less/screen-reader.less/0 | {
"file_path": "Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/less/screen-reader.less",
"repo_id": "Daotin",
"token_count": 40
} | 20 |
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import "variables";
@import "mixins";
@import "path";
@import "core";
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered-pulled"... | Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/scss/font-awesome.scss/0 | {
"file_path": "Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/scss/font-awesome.scss",
"repo_id": "Daotin",
"token_count": 159
} | 21 |
## 一、json对象扩展
- 把一个Json对象转换成字符串
```js
JSON.stringify(js对象/数组);
```
- 把一个json格式的字符串转换成Json对象
```js
JSON.parse(json对象/数组);
```
示例:
```html
<script type="text/javascript">
var obj = {
name : 'Daotin',
age : 18
};
obj = JSON.stringify(obj);
console.log( typeof obj); // string
o... | Daotin/Web/08-ES6语法/02-json对象扩展,Object对象扩展,数组扩展.md/0 | {
"file_path": "Daotin/Web/08-ES6语法/02-json对象扩展,Object对象扩展,数组扩展.md",
"repo_id": "Daotin",
"token_count": 2074
} | 22 |
## 1、Nodejs连接MongoDB数据库
Nodejs连接MongoDB数据库需要引入一个专门的模块,叫做“mongodb”。
所以先在项目引入这个模块:
```js
npm i mongodb@2.2.36 -S
```
> 这里使用mongodb模块的2.2.36版本,可能是比较稳定吧。
>
> PS:2018.12.20
>
> **不是比较稳定,而是不用这个版本,直接服务器报错,搞了一个多小时才发现。。。**
>
> `POST http://localhost:3000/xxx 500 (Internal Server Error)`
之后创建一个nodejs文件来连接mongodb,然后就可以进行数据... | Daotin/Web/10-Node.js/05-Nodejs连接MongoDB.md/0 | {
"file_path": "Daotin/Web/10-Node.js/05-Nodejs连接MongoDB.md",
"repo_id": "Daotin",
"token_count": 5238
} | 23 |
## 一、react的路由
> Tips:
>
> `import ReactDOM from 'react-dom';`
>
> `ReactDOM.render(<MyRouter />, document.getElementById('app'));`
>
> 可以直接写成下面的方式:
>
> `import { render } from 'react-dom';`
>
> `render(<MyRouter />, document.getElementById('app'));`
好了,言归正传。我们先创建Home和Goods页面。
然后再创建一个`AppRouter.js`文件。
由于用到路由,所以还需要... | Daotin/Web/13-React/04-react路由.md/0 | {
"file_path": "Daotin/Web/13-React/04-react路由.md",
"repo_id": "Daotin",
"token_count": 5883
} | 24 |
## 一、Angular中的路由
在创建项目的时候使用`--routing`参数可以使得项目自带路由模块。
```
ng new angularRouter --routing
```
生成的项目中有一个`app-routing.module.ts` 文件就是路由配置文件。
为了测试方便,创建Home和Goods,Detail页面:
```
ng g c pages/Home
ng g c pages/Goods
ng g c pages/Detail
```
路由配置:
```typescript
import { HomeComponent } from './pages/home/home.compone... | Daotin/Web/14-Angular/03-路由.md/0 | {
"file_path": "Daotin/Web/14-Angular/03-路由.md",
"repo_id": "Daotin",
"token_count": 4738
} | 25 |
## H5 新特性
新增标签
本地存储 webStorage websocket webworkers
新增地理位置 对css3的支持
canvas
多媒体标签
新增表单元素类型
结构标签:header nav article aside footer
表单标签:email url range date
媒体标签:video audio
```
navigator.geolocation.getCurrentPosition(success,error,option);
```
## css3 新特性
圆角
阴影
背景渐变
弹性盒布局
过渡
动画
2D... | Daotin/Web/15-前端面试/01-前端面试知识点总结.md/0 | {
"file_path": "Daotin/Web/15-前端面试/01-前端面试知识点总结.md",
"repo_id": "Daotin",
"token_count": 7099
} | 26 |
package pers.husen.web.common.constants;
/**
* 通用常量
*
* @author 何明胜
*
* 2017年10月20日
*/
public class CommonConstants {
/******************************************************************************
* 路径常量
******************************************************************************/
/** 配置文件相对于工程... | Humsen/web/web-core/src/pers/husen/web/common/constants/CommonConstants.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/common/constants/CommonConstants.java",
"repo_id": "Humsen",
"token_count": 693
} | 27 |
package pers.husen.web.common.helper;
import net.sf.ezmorph.object.DateMorpher;
import net.sf.json.JSONObject;
import net.sf.json.util.JSONUtils;
import pers.husen.web.bean.vo.BlogArticleVo;
import pers.husen.web.bean.vo.CodeLibraryVo;
import pers.husen.web.bean.vo.MessageAreaVo;
import pers.husen.web.bean.vo.ReleaseF... | Humsen/web/web-core/src/pers/husen/web/common/helper/TypeConvertHelper.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/common/helper/TypeConvertHelper.java",
"repo_id": "Humsen",
"token_count": 966
} | 28 |
package pers.husen.web.dao;
import java.util.ArrayList;
import pers.husen.web.bean.vo.UserInfoVo;
/**
* 用户信息接口
*
* @author 何明胜
*
* 2017年9月17日
*/
public interface UserInfoDao {
/* 增 */
/**
* 插入新注册的用户信息
* @param userInfoVo
* @return
*/
public int insertUserInfo(UserInfoVo userInfoVo);
/* 改... | Humsen/web/web-core/src/pers/husen/web/dao/UserInfoDao.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dao/UserInfoDao.java",
"repo_id": "Humsen",
"token_count": 748
} | 29 |
/**
* 数据库辅助类
*
* @author 何明胜
*
* 2017年10月21日
*/
package pers.husen.web.dbutil.assist; | Humsen/web/web-core/src/pers/husen/web/dbutil/assist/package-info.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/dbutil/assist/package-info.java",
"repo_id": "Humsen",
"token_count": 63
} | 30 |
package pers.husen.web.service;
import pers.husen.web.bean.vo.ImageUploadVo;
import pers.husen.web.dao.ImageUploadDao;
import pers.husen.web.dao.impl.ImageUploadDaoImpl;
/**
* @author 何明胜
*
* 2017年10月20日
*/
public class ImageUploadSvc implements ImageUploadDao{
private static final ImageUploadDaoImpl imageUpload... | Humsen/web/web-core/src/pers/husen/web/service/ImageUploadSvc.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/service/ImageUploadSvc.java",
"repo_id": "Humsen",
"token_count": 173
} | 31 |
package pers.husen.web.servlet.download;
import java.io.IOException;
import java.util.Date;
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 per... | Humsen/web/web-core/src/pers/husen/web/servlet/download/FileUploadSvt.java/0 | {
"file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/download/FileUploadSvt.java",
"repo_id": "Humsen",
"token_count": 576
} | 32 |
@charset "UTF-8";
#rightBar {
float: right;
width: 18%;
margin-right: 2%;
position: fixed;
margin-left: 80%;
}
.sidebar-module {
padding: 15px;
background-color: #f5f5f5;
border-radius: 4px;
margin: 0 -15px 15px;
font-size: 14px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.sidebar-module h4... | Humsen/web/web-mobile/WebContent/css/navigation/rightbar.css/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/css/navigation/rightbar.css",
"repo_id": "Humsen",
"token_count": 160
} | 33 |
# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 88
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"
| OCA/web/.prettierrc.yml/0 | {
"file_path": "OCA/web/.prettierrc.yml",
"repo_id": "OCA",
"token_count": 74
} | 34 |
# Copyright 2015 Therp BV <http://therp.nl>
# Copyright 2017 Tecnativa - Vicent Cubells
# Copyright 2018 Tecnativa - Jairo Llopis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Advanced search",
"summary": "Easier and more powerful searching tools",
"version": "16.0.1.0.4",
... | OCA/web/web_advanced_search/__manifest__.py/0 | {
"file_path": "OCA/web/web_advanced_search/__manifest__.py",
"repo_id": "OCA",
"token_count": 341
} | 35 |
11.0.1.0.2 (2018-10-31)
~~~~~~~~~~~~~~~~~~~~~~~
* Fix initialization of 1st domain node
Sometime the dialog is not ready yet, like on EE version.
Hence when you inject the 1st domain node
the dialog must be already opened.
[simahawk]
11.0.1.0.1 (2018-09-18)
~~~~~~~~~~~~~~~~~~~~~~~
* Fix `undefined` in x2m... | OCA/web/web_advanced_search/readme/HISTORY.rst/0 | {
"file_path": "OCA/web/web_advanced_search/readme/HISTORY.rst",
"repo_id": "OCA",
"token_count": 293
} | 36 |
/** @odoo-module **/
import AdvancedFilterItem from "./advanced_filter_item.esm";
import {FilterMenu} from "@web/search/filter_menu/filter_menu";
import {patch} from "@web/core/utils/patch";
/**
* Patches the FilterMenu for owl widgets.
*/
patch(FilterMenu, "web_advanced_search.FilterMenu", {
components: {
... | OCA/web/web_advanced_search/static/src/search/filter_menu/filter_menu.esm.js/0 | {
"file_path": "OCA/web/web_advanced_search/static/src/search/filter_menu/filter_menu.esm.js",
"repo_id": "OCA",
"token_count": 143
} | 37 |
# 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"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Con... | OCA/web/web_chatter_position/i18n/web_chatter_position.pot/0 | {
"file_path": "OCA/web/web_chatter_position/i18n/web_chatter_position.pot",
"repo_id": "OCA",
"token_count": 419
} | 38 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_company_color
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-20 11:09+0000\n"
"Last-Translator: Nils Coenen <nils.coenen@nico-solutions.de>\n"
"Langu... | OCA/web/web_company_color/i18n/de.po/0 | {
"file_path": "OCA/web/web_company_color/i18n/de.po",
"repo_id": "OCA",
"token_count": 1656
} | 39 |
Go to company record and set a logo. Can see/modify applied colors on the "Navbar" section.
For optimal results use images with alpha channel.
| OCA/web/web_company_color/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_company_color/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 36
} | 40 |
14.0.1.0.0 (2020-01-04)
~~~~~~~~~~~~~~~~~~~~~~~
* [PORT] Ported to V14
| OCA/web/web_copy_confirm/readme/HISTORY.rst/0 | {
"file_path": "OCA/web/web_copy_confirm/readme/HISTORY.rst",
"repo_id": "OCA",
"token_count": 32
} | 41 |
# © 2022 Florian Kantelberg - initOS GmbH
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import ir_http, res_users
| OCA/web/web_dark_mode/models/__init__.py/0 | {
"file_path": "OCA/web/web_dark_mode/models/__init__.py",
"repo_id": "OCA",
"token_count": 53
} | 42 |
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="category_module" model="tile.category">
<field name="name">Modules</field>
<field name="sequence">1</field>
<field name="active" eval="True" />
</record>
<record id="category_currency" model="tile.category">
<field ... | OCA/web/web_dashboard_tile/demo/tile_category.xml/0 | {
"file_path": "OCA/web/web_dashboard_tile/demo/tile_category.xml",
"repo_id": "OCA",
"token_count": 190
} | 43 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_dialog_size
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-05-25 11:47+0000\n"
"Last-Translator: Valentin Vinagre <valentin.vinagre@sygel.es>\n"
"Langua... | OCA/web/web_dialog_size/i18n/es.po/0 | {
"file_path": "OCA/web/web_dialog_size/i18n/es.po",
"repo_id": "OCA",
"token_count": 303
} | 44 |
odoo.define("web_dialog_size.web_dialog_size", function (require) {
"use strict";
var rpc = require("web.rpc");
var Dialog = require("web.Dialog");
var config = rpc.query({
model: "ir.config_parameter",
method: "get_web_dialog_size_config",
});
Dialog.include({
willSta... | OCA/web/web_dialog_size/static/src/js/web_dialog_size.js/0 | {
"file_path": "OCA/web/web_dialog_size/static/src/js/web_dialog_size.js",
"repo_id": "OCA",
"token_count": 1306
} | 45 |
from . import ir_http
from . import models
| OCA/web/web_disable_export_group/models/__init__.py/0 | {
"file_path": "OCA/web/web_disable_export_group/models/__init__.py",
"repo_id": "OCA",
"token_count": 12
} | 46 |
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Copyright 2020 Tecnativa - João Marques
# Copyright 2022 Tecnativa - Víctor Martínez
import odoo.tests
from odoo.tests import new_test_user
@odoo.tests.tagged("post_install", "-at_install")
class TestTour(odoo.tests.HttpCase):
def setUp(self):
... | OCA/web/web_disable_export_group/tests/test_tour.py/0 | {
"file_path": "OCA/web/web_disable_export_group/tests/test_tour.py",
"repo_id": "OCA",
"token_count": 567
} | 47 |
from . import models
| OCA/web/web_environment_ribbon/__init__.py/0 | {
"file_path": "OCA/web/web_environment_ribbon/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 48 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-09-01 12:52+0000\n"
"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
"Language-Team: none\n... | OCA/web/web_environment_ribbon/i18n/zh_CN.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/zh_CN.po",
"repo_id": "OCA",
"token_count": 373
} | 49 |
# Copyright 2023 Odoo S.A.
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0)
{
"name": "Web Numeric Field Formatting",
"summary": "Allow to render float and integer fields without thousands separator",
"category": "web",
"version": "16.0.1.0.0",
"author": "Opener B.V., Odoo Community Associ... | OCA/web/web_field_numeric_formatting/__manifest__.py/0 | {
"file_path": "OCA/web/web_field_numeric_formatting/__manifest__.py",
"repo_id": "OCA",
"token_count": 412
} | 50 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_group_expand
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-10-08 23:01+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Tea... | OCA/web/web_group_expand/i18n/es.po/0 | {
"file_path": "OCA/web/web_group_expand/i18n/es.po",
"repo_id": "OCA",
"token_count": 416
} | 51 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_help
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-27 11:34+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n... | OCA/web/web_help/i18n/it.po/0 | {
"file_path": "OCA/web/web_help/i18n/it.po",
"repo_id": "OCA",
"token_count": 904
} | 52 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="web_help.Highlighter" owl="1">
<div class="web_help_highlighter">
<div
class="web_help_overlay"
t-att-class="{'d-none': !state.visible}"
t-ref="overlay"
>
<... | OCA/web/web_help/static/src/components/highlighter/highlighter.xml/0 | {
"file_path": "OCA/web/web_help/static/src/components/highlighter/highlighter.xml",
"repo_id": "OCA",
"token_count": 246
} | 53 |
from . import models
| OCA/web/web_ir_actions_act_multi/__init__.py/0 | {
"file_path": "OCA/web/web_ir_actions_act_multi/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 54 |
from . import models
| OCA/web/web_ir_actions_act_window_message/__init__.py/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 55 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_ir_actions_act_window_message
#
# 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: 2017-06-02 09:... | OCA/web/web_ir_actions_act_window_message/i18n/tr.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/i18n/tr.po",
"repo_id": "OCA",
"token_count": 362
} | 56 |
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record model="ir.actions.server" id="demo_pager_previous">
<field name="name">Previous partner</field>
<field name="model_id" ref="base.model_res_partner" />
<field name="state">code</field>
<field name="code">action = {"type": "ir.act... | OCA/web/web_ir_actions_act_window_page/demo/demo_action.xml/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_page/demo/demo_action.xml",
"repo_id": "OCA",
"token_count": 861
} | 57 |
# 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/ar.po/0 | {
"file_path": "OCA/web/web_m2x_options/i18n/ar.po",
"repo_id": "OCA",
"token_count": 1436
} | 58 |
from odoo import api, models
class IrConfigParameter(models.Model):
_inherit = "ir.config_parameter"
@api.model
def get_web_m2x_options(self):
opts = [
"web_m2x_options.create",
"web_m2x_options.create_edit",
"web_m2x_options.limit",
"web_m2x_option... | OCA/web/web_m2x_options/models/ir_config_parameter.py/0 | {
"file_path": "OCA/web/web_m2x_options/models/ir_config_parameter.py",
"repo_id": "OCA",
"token_count": 293
} | 59 |
# Copyright 2016 Savoir-faire Linux
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Web No Bubble",
"version": "16.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": ... | OCA/web/web_no_bubble/__manifest__.py/0 | {
"file_path": "OCA/web/web_no_bubble/__manifest__.py",
"repo_id": "OCA",
"token_count": 280
} | 60 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_notify
#
# Translators:
# Niki Waibel <niki.waibel@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-03 01:37+0000\n"
"PO-Revision-Date: ... | OCA/web/web_notify/i18n/de.po/0 | {
"file_path": "OCA/web/web_notify/i18n/de.po",
"repo_id": "OCA",
"token_count": 1487
} | 61 |
# pylint: disable=missing-docstring
# Copyright 2016 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import _, models
class MailChannel(models.Model):
_inherit = "mail.channel"
def message_post(self, *, message_type="notification", **kwargs):
message = super().... | OCA/web/web_notify_channel_message/models/mail_channel.py/0 | {
"file_path": "OCA/web/web_notify_channel_message/models/mail_channel.py",
"repo_id": "OCA",
"token_count": 326
} | 62 |
#. Add support to define a style for a computed measure (ex. colored)
#. Use t-model to data-binding instead of jquery selectors
| OCA/web/web_pivot_computed_measure/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 35
} | 63 |
# Copyright 2022 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo_test_helper import FakeModelLoader
from odoo.tests import common, tagged
@tagged("post_install", "-at_install")
class TestUIPivot(common.HttpCase):
@classmethod
def setUpClass(cls):
... | OCA/web/web_pivot_computed_measure/tests/test_ui_pivot.py/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/tests/test_ui_pivot.py",
"repo_id": "OCA",
"token_count": 553
} | 64 |
Make Odoo an installable Progressive Web Application.
Progressive Web Apps provide an installable, app-like experience on desktop and mobile that are built and delivered directly via the web.
They're web apps that are fast and reliable. And most importantly, they're web apps that work in any browser.
If you're buildin... | OCA/web/web_pwa_oca/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_pwa_oca/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 207
} | 65 |
/* Copyright 2020 Tecnativa - Alexandre D. Díaz
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
// Compatibility layer to load some Odoo modules
// This is a hack, not a complete implementation!
// only expected to be used by boot.js
(function () {
"use strict";
function JQuery(selector, ... | OCA/web/web_pwa_oca/static/src/js/worker/jquery-sw-compat.js/0 | {
"file_path": "OCA/web/web_pwa_oca/static/src/js/worker/jquery-sw-compat.js",
"repo_id": "OCA",
"token_count": 807
} | 66 |
* Samuel Fringeli
* `Tecnativa <https://www.tecnativa.com>`__:
* João Marques
* Alexandre D. Díaz
* Carlos Roca
* Thanakrit Pintana
* `Factorlibre <https://www.factorlibre.com>`__:
* Hugo Santos
| OCA/web/web_refresher/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_refresher/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 85
} | 67 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-03-13 14:23+0000\n"
"Last-Translator: Rémi <remi@le-filament.com>\n"
"Language-Team: none\n"
"... | OCA/web/web_responsive/i18n/fr.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/fr.po",
"repo_id": "OCA",
"token_count": 1922
} | 68 |
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2019 Tecnativa - Alexandre Díaz
Copyright 2021 Sergey Shebanin
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<template>
<t t-inherit="mail.AttachmentViewer" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o... | OCA/web/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml",
"repo_id": "OCA",
"token_count": 898
} | 69 |
/** @odoo-module */
/* Copyright 2023 Onestein - Anjeel Haria
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
import {patch} from "@web/core/utils/patch";
import {FormController} from "@web/views/form/form_controller";
// Patch FormController to always load attachment alongwith the chatter on the ... | OCA/web/web_responsive/static/src/views/form/form_controller.esm.js/0 | {
"file_path": "OCA/web/web_responsive/static/src/views/form/form_controller.esm.js",
"repo_id": "OCA",
"token_count": 165
} | 70 |
.all-companies-item {
font-size: 16px;
font-weight: bold;
}
| OCA/web/web_select_all_companies/static/src/scss/switch_all_company_menu.scss/0 | {
"file_path": "OCA/web/web_select_all_companies/static/src/scss/switch_all_company_menu.scss",
"repo_id": "OCA",
"token_count": 32
} | 71 |
* For the time being, the module improves form and search view. Some other improvement could
be done on other part of the UI.
| OCA/web/web_theme_classic/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_theme_classic/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 30
} | 72 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# 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: 2018-01-03 03:50+0000\n"
"PO-Revision-Date... | OCA/web/web_timeline/i18n/nl_NL.po/0 | {
"file_path": "OCA/web/web_timeline/i18n/nl_NL.po",
"repo_id": "OCA",
"token_count": 1230
} | 73 |
This module prefers kanban sub-form views when using a tablet, or any other
device with a touch screen, no matter its size.
For example, these screenshots showcase a sale order in a tablet:
| Without this module | With this module |
| --------------------- | ------------------- |
| [![Before][]][Before] | [![Aft... | OCA/web/web_touchscreen/readme/DESCRIPTION.md/0 | {
"file_path": "OCA/web/web_touchscreen/readme/DESCRIPTION.md",
"repo_id": "OCA",
"token_count": 183
} | 74 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_tree_duplicate
#
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"
"Conte... | OCA/web/web_tree_duplicate/i18n/web_tree_duplicate.pot/0 | {
"file_path": "OCA/web/web_tree_duplicate/i18n/web_tree_duplicate.pot",
"repo_id": "OCA",
"token_count": 289
} | 75 |
After installation, all many2one and reference fields will be clickable by default.
| OCA/web/web_tree_many2one_clickable/readme/CONFIGURATION.rst/0 | {
"file_path": "OCA/web/web_tree_many2one_clickable/readme/CONFIGURATION.rst",
"repo_id": "OCA",
"token_count": 18
} | 76 |
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Dynamic Dropdown Widget",
"summary": "This module adds support for dynamic dropdown widget",
"category": "... | OCA/web/web_widget_dropdown_dynamic/__manifest__.py/0 | {
"file_path": "OCA/web/web_widget_dropdown_dynamic/__manifest__.py",
"repo_id": "OCA",
"token_count": 263
} | 77 |
# Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
# Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Web Widget - Image WebCam",
"summary": "Allows to take image with WebCam",
"version": "16.0.1.0.0",
... | OCA/web/web_widget_image_webcam/__manifest__.py/0 | {
"file_path": "OCA/web/web_widget_image_webcam/__manifest__.py",
"repo_id": "OCA",
"token_count": 420
} | 78 |
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
Copyright 2019-Today: Druidoo (<https://www.druidoo.io>)
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<template>
<t
t-name="web_widget_image_webcam.ImageField"
... | OCA/web/web_widget_image_webcam/static/src/xml/web_widget_image_webcam.xml/0 | {
"file_path": "OCA/web/web_widget_image_webcam/static/src/xml/web_widget_image_webcam.xml",
"repo_id": "OCA",
"token_count": 713
} | 79 |
/** @odoo-module **/
import {loadBundle} from "@web/core/assets";
import {registry} from "@web/core/registry";
const {onWillStart, markup, Component, onMounted, onPatched, useRef} = owl;
class Mpld3ChartJsonWidget extends Component {
setup() {
this.widget = useRef("widget");
onPatched(() => {
... | OCA/web/web_widget_mpld3_chart/static/src/js/web_widget_mpld3_chart.esm.js/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/static/src/js/web_widget_mpld3_chart.esm.js",
"repo_id": "OCA",
"token_count": 600
} | 80 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_open_tab
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"C... | OCA/web/web_widget_open_tab/i18n/pt_BR.po/0 | {
"file_path": "OCA/web/web_widget_open_tab/i18n/pt_BR.po",
"repo_id": "OCA",
"token_count": 536
} | 81 |
{
"name": "Web Widget Plotly",
"summary": """Allow to draw plotly charts.""",
"author": "LevelPrime srl, Odoo Community Association (OCA)",
"maintainers": ["robyf70"],
"website": "https://github.com/OCA/web",
"category": "Web",
"version": "16.0.1.0.0",
"depends": ["web"],
"data": [],... | OCA/web/web_widget_plotly_chart/__manifest__.py/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/__manifest__.py",
"repo_id": "OCA",
"token_count": 299
} | 82 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-name="web_widget_plotly_chart.PlotlyChartWidgetField" owl="1">
<div t-ref="plotly" />
</t>
</templates>
| OCA/web/web_widget_plotly_chart/static/src/js/widget_plotly.xml/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/static/src/js/widget_plotly.xml",
"repo_id": "OCA",
"token_count": 88
} | 83 |
# 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: 2015-11-08 05:48+0000\n"
"Last-Tra... | OCA/web/web_widget_x2many_2d_matrix/i18n/sl.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/sl.po",
"repo_id": "OCA",
"token_count": 434
} | 84 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="web_widget_x2many_2d_matrix.X2Many2DMatrixRenderer" owl="1">
<table
class="o_list_table table table-responsive table-sm table-hover position-relative mb-0 o_list_table_ungrouped table-striped"
t-if="rows.length > 0"
... | OCA/web/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_renderer/x2many_2d_matrix_renderer.xml/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_renderer/x2many_2d_matrix_renderer.xml",
"repo_id": "OCA",
"token_count": 1803
} | 85 |
2.3.0
| SquareSquash/web/.ruby-version/0 | {
"file_path": "SquareSquash/web/.ruby-version",
"repo_id": "SquareSquash",
"token_count": 6
} | 86 |
@import "vars";
#breadcrumbs-container .container {
display: -webkit-box;
display: -moz-box;
display: box;
}
ul.breadcrumb {
background-color: white;
padding: 0 20px;
line-height: $nav-height;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
li {
display: inline;
a { text-decoration:... | SquareSquash/web/app/assets/stylesheets/_breadcrumbs.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/_breadcrumbs.scss",
"repo_id": "SquareSquash",
"token_count": 405
} | 87 |
body#membership-edit {
.row { padding-bottom: 30px; }
form {
padding-top: 0;
padding-bottom: 0;
}
#project-owner img {
float: left;
margin-right: 10px;
}
}
#email-aliases {
input[type=search] { margin-bottom: 10px; }
}
| SquareSquash/web/app/assets/stylesheets/membership.css.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/membership.css.scss",
"repo_id": "SquareSquash",
"token_count": 107
} | 88 |
# 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/application_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/application_controller.rb",
"repo_id": "SquareSquash",
"token_count": 2753
} | 89 |
# 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/sessions_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/sessions_controller.rb",
"repo_id": "SquareSquash",
"token_count": 1062
} | 90 |
# 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/email.rb/0 | {
"file_path": "SquareSquash/web/app/models/email.rb",
"repo_id": "SquareSquash",
"token_count": 1902
} | 91 |
# 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/symbolication.rb/0 | {
"file_path": "SquareSquash/web/app/models/symbolication.rb",
"repo_id": "SquareSquash",
"token_count": 1873
} | 92 |
A new exception has occurred on <%= @bug.environment.project.name %>, and Squash
suspects that it's your fault.
<%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %>
Project: <%= @bug.environment.project.name %>
Environment: <%= @bug.environment.name %>
Revision: <%= @bug.re... | SquareSquash/web/app/views/notification_mailer/blame.text.erb/0 | {
"file_path": "SquareSquash/web/app/views/notification_mailer/blame.text.erb",
"repo_id": "SquareSquash",
"token_count": 472
} | 93 |
# 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/projects/index.html.rb/0 | {
"file_path": "SquareSquash/web/app/views/projects/index.html.rb",
"repo_id": "SquareSquash",
"token_count": 1047
} | 94 |
---
strategy: password
registration_enabled: true
| SquareSquash/web/config/environments/common/authentication.yml/0 | {
"file_path": "SquareSquash/web/config/environments/common/authentication.yml",
"repo_id": "SquareSquash",
"token_count": 14
} | 95 |
---
exception_behavior_when_disabled: raise
| SquareSquash/web/config/environments/test/dogfood.yml/0 | {
"file_path": "SquareSquash/web/config/environments/test/dogfood.yml",
"repo_id": "SquareSquash",
"token_count": 13
} | 96 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.