text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
Feature: Download As a user I want to download resources Background: Given "Admin" creates following user using API | id | | Alice | | Brian | Scenario: download resources When "Alice" logs in And "Alice" creates the following folders in personal space using API | name...
owncloud/web/tests/e2e/cucumber/features/smoke/download.feature/0
{ "file_path": "owncloud/web/tests/e2e/cucumber/features/smoke/download.feature", "repo_id": "owncloud", "token_count": 970 }
880
Feature: spaces member expiry Scenario: space members can be invited with an expiration date Given "Admin" creates following users using API | id | | Alice | | Brian | And "Admin" assigns following roles to the users using API | id | role | | Alice | Space Admin | ...
owncloud/web/tests/e2e/cucumber/features/spaces/memberExpiry.feature/0
{ "file_path": "owncloud/web/tests/e2e/cucumber/features/spaces/memberExpiry.feature", "repo_id": "owncloud", "token_count": 408 }
881
import { When, Then } from '@cucumber/cucumber' import { World } from '../../environment' import { objects } from '../../../support' import { expect } from '@playwright/test' Then( '{string} should see the message {string} on the webUI', async function (this: World, stepUser: string, message: string): Promise<void...
owncloud/web/tests/e2e/cucumber/steps/ui/search.ts/0
{ "file_path": "owncloud/web/tests/e2e/cucumber/steps/ui/search.ts", "repo_id": "owncloud", "token_count": 763 }
882
import { Response } from 'node-fetch' import join from 'join-path' import { checkResponseStatus, request } from '../http' import { Space, User } from '../../types' import { createFolderInsideSpaceBySpaceName, getIdOfFileInsideSpace, uploadFileInsideSpaceBySpaceName } from '../davSpaces' interface DrivesResponse ...
owncloud/web/tests/e2e/support/api/graph/spaces.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/api/graph/spaces.ts", "repo_id": "owncloud", "token_count": 1395 }
883
export { ActorsEnvironment } from './actors'
owncloud/web/tests/e2e/support/environment/actor/index.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/environment/actor/index.ts", "repo_id": "owncloud", "token_count": 13 }
884
import { Page } from '@playwright/test' export class General { #page: Page constructor({ page }: { page: Page }) { this.#page = page } async navigate(): Promise<void> { await this.#page.locator('//a[@data-nav-name="admin-settings-general"]').click() await this.#page.locator('#app-loading-spinner'...
owncloud/web/tests/e2e/support/objects/app-admin-settings/page/general.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/objects/app-admin-settings/page/general.ts", "repo_id": "owncloud", "token_count": 126 }
885
import { Page } from '@playwright/test' const personalSpaceNavSelector = '//a[@data-nav-name="files-spaces-generic"]' export class Personal { #page: Page constructor({ page }: { page: Page }) { this.#page = page } async navigate(): Promise<void> { await this.#page.locator(personalSpaceNavSelector).c...
owncloud/web/tests/e2e/support/objects/app-files/page/spaces/personal.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/objects/app-files/page/spaces/personal.ts", "repo_id": "owncloud", "token_count": 113 }
886
import { Page } from '@playwright/test' import * as po from './actions' import { SpacesEnvironment } from '../../../environment' export class Trashbin { #page: Page #spacesEnvironment: SpacesEnvironment constructor({ page }: { page: Page }) { this.#page = page this.#spacesEnvironment = new SpacesEnvironm...
owncloud/web/tests/e2e/support/objects/app-files/trashbin/index.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/objects/app-files/trashbin/index.ts", "repo_id": "owncloud", "token_count": 155 }
887
import { Space } from '../types' export const createdSpaceStore = new Map<string, Space>()
owncloud/web/tests/e2e/support/store/space.ts/0
{ "file_path": "owncloud/web/tests/e2e/support/store/space.ts", "repo_id": "owncloud", "token_count": 26 }
888
import { defineConfig, searchForWorkspaceRoot } from 'vite' import _defineConfig, { historyModePlugins } from './vite.config' import { join } from 'path' /** * NOTE: This is a special config file for CERN. It overwrites some of the code paths to implement custom logic * that only applies to CERN. It can and should b...
owncloud/web/vite.cern.config.ts/0
{ "file_path": "owncloud/web/vite.cern.config.ts", "repo_id": "owncloud", "token_count": 482 }
889
<?php include_once "inc/config.inc.php"; include_once "inc/mysql.inc.php"; $link=connect(); $html=''; if(isset($_POST['submit'])){ if($_POST['username']!=null && $_POST['password']!=null){ //转义,防注入 $username=escape($link, $_POST['username']); $password=escape($link, $_POST['password']); ...
zhuifengshaonianhanlu/pikachu/pkxss/pkxss_login.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/pkxss/pkxss_login.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 745 }
890
<?php $html=<<<A <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="dt_jarheads"> <pre> a man has...
zhuifengshaonianhanlu/pikachu/vul/dir/soup/jarheads.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/dir/soup/jarheads.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 331 }
891
<?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 = "abc.php"){ $ACTIVE = array('','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','...
zhuifengshaonianhanlu/pikachu/vul/infoleak/abc.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/infoleak/abc.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 1192 }
892
<?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 = "sqli_del.php"){ $ACTIVE = array('','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','a...
zhuifengshaonianhanlu/pikachu/vul/sqli/sqli_del.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/sqli/sqli_del.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 1911 }
893
<?php $html = <<<A <br> <pre> 我爱这土地—艾青 假如我是一只鸟, 我也应该用嘶哑的喉咙歌唱: 这被暴风雨所打击着的土地, 这永远汹涌着我们的悲愤的河流, 这无止息地吹刮着的激怒的风, 和那来自林间的无比温柔的黎明…… ——然后我死了, 连羽毛也腐烂在土地里面。 为什么我的眼里常含泪水? 因为我对这土地爱得深沉…… </pre> A; echo $html;
zhuifengshaonianhanlu/pikachu/vul/ssrf/ssrf_info/info2.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/ssrf/ssrf_info/info2.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 331 }
894
<?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 = "clientcheck.php"){ $ACTIVE = array('','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','',''...
zhuifengshaonianhanlu/pikachu/vul/unsafeupload/clientcheck.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/unsafeupload/clientcheck.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 1778 }
895
<?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_reflected_get.php"){ $ACTIVE = array('','','','','','','','active open','','active','','','','','','','','','','','','','','','','','',...
zhuifengshaonianhanlu/pikachu/vul/xss/xss_reflected_get.php/0
{ "file_path": "zhuifengshaonianhanlu/pikachu/vul/xss/xss_reflected_get.php", "repo_id": "zhuifengshaonianhanlu", "token_count": 1277 }
896
// Copyright (c) 2021 8th Wall, Inc. /* globals XR8 */ // add 'Tap + Hold to Add to Photos' prompt when user takes a photo window.addEventListener('mediarecorder-photocomplete', () => { document.getElementById('overlay') ? document.getElementById('overlay').style.display = 'block' : document.body.insertAdjacentH...
8thwall/web/examples/aframe/capturephoto/photo-mode.js/0
{ "file_path": "8thwall/web/examples/aframe/capturephoto/photo-mode.js", "repo_id": "8thwall", "token_count": 289 }
0
# 8th Wall Web Examples - AFrame - Portal [Try the live demo here](https://8thwall.8thwall.app/portal-aframe) This example shows off the popular portal illusion in web AR using three.js materials and the camera position as an event trigger. ![](https://media.giphy.com/media/S5cOkP6H4UbFY8Tlsg/giphy.gif) ### Project...
8thwall/web/examples/aframe/portal/README.md/0
{ "file_path": "8thwall/web/examples/aframe/portal/README.md", "repo_id": "8thwall", "token_count": 360 }
1
# A-Frame: Sky Effects Template This Sky Effects template project showcases the sky coaching overlay, explains how to use the sky scene to attach assets to the sky segmentation layer, and how to replace the sky texture. ![](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExNGJhMTBmZDZmMDA2ODQwNzkzMmY5MmZmOTY0MDQ4NzQyO...
8thwall/web/examples/aframe/sky/README.md/0
{ "file_path": "8thwall/web/examples/aframe/sky/README.md", "repo_id": "8thwall", "token_count": 1256 }
2
/* 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/errorlevel.js/0
{ "file_path": "8thwall/web/examples/camerapipeline/qrcode/jsqrcode/src/errorlevel.js", "repo_id": "8thwall", "token_count": 485 }
3
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>8th Wall Web: 8i</title> <link rel="stylesheet" type="text/css" href="index.css"> <!-- THREE.js must be supplied --> <script src="//cdnjs.cloudflare.com/ajax/libs/thre...
8thwall/web/examples/threejs/8i-hologram/index.html/0
{ "file_path": "8thwall/web/examples/threejs/8i-hologram/index.html", "repo_id": "8thwall", "token_count": 387 }
4
/*jshint esversion: 6, asi: true, laxbreak: true*/ // handcontroller.js: Opens the browser's web camera and runs AR with Hand Tracking. // Attach this to an entity in the PlayCanvas scene. var HandController = pc.createScript('handController'); HandController.attributes.add('coverimage', { type: 'asset', assetTy...
8thwall/web/gettingstarted/playcanvas/scripts/handcontroller.js/0
{ "file_path": "8thwall/web/gettingstarted/playcanvas/scripts/handcontroller.js", "repo_id": "8thwall", "token_count": 1725 }
5
import type {ComponentDefinition} from 'aframe' declare const THREE: any const handAnchorComponent: ComponentDefinition = { init() { let id_ = null const show = ({detail}) => { if (id_ && detail.id !== id_) { return } id_ = detail.id const {position, rotation, scale} = detai...
8thwall/web/xrextras/src/aframe/components/hand-components.ts/0
{ "file_path": "8thwall/web/xrextras/src/aframe/components/hand-components.ts", "repo_id": "8thwall", "token_count": 4586 }
6
import {XRExtras} from './xrextras' const onxr = () => { setTimeout(() => { window.dispatchEvent(new CustomEvent('xrandextrasloaded')) }, 1) } const onearly = () => { // The XR device API conflicts with deprecated usage of the XR library. To avoid this conflict, // XR8 should be used for the 8th Wall XR A...
8thwall/web/xrextras/src/index.js/0
{ "file_path": "8thwall/web/xrextras/src/index.js", "repo_id": "8thwall", "token_count": 260 }
7
let playcanvas = null const PlayCanvasFactory = () => { if (!playcanvas) { playcanvas = create() } return playcanvas } function create() { // Attach a shader to a material that makes it appear transparent while still receiving shadows. const makeShadowMaterial = ({pc, material}) => { const material...
8thwall/web/xrextras/src/playcanvas/playcanvas.js/0
{ "file_path": "8thwall/web/xrextras/src/playcanvas/playcanvas.js", "repo_id": "8thwall", "token_count": 818 }
8
{ "compilerOptions": { "allowJs": true, "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "importHelpers": true, "isolatedModules": false, "module": "commonjs", "moduleResolution": "node", "noImplicitAny": false, "n...
8thwall/web/xrextras/tsconfig.json/0
{ "file_path": "8thwall/web/xrextras/tsconfig.json", "repo_id": "8thwall", "token_count": 357 }
9
## 一、多列布局 CSS3中新出现的多列布局 (multi-column) 是传统 HTML 网页中块状布局模式的有力扩充。 这种新语法能够让 WEB 开发人员轻松的让文本呈现多列显示。 我们知道,当一行文字太长时,读者读起来就比较费劲,有可能读错行或读串行;人们的视点从文本的一端移到另一端、然后换到下一行的行首,如果眼球移动浮动过大,他们的注意力就会减退,容易读不下去。所以,为了最大效率的使用大屏幕显示器,页面设计中需要限制文本的宽度,让文本按多列呈现,就像报纸上的新闻排版一样。 **常用属性:** ```css column-count: 属性设置列的具体个数 column-width: 属性控制列的宽度 colum...
Daotin/Web/02-CSS/02-CSS3/07-多列布局,伸缩布局.md/0
{ "file_path": "Daotin/Web/02-CSS/02-CSS3/07-多列布局,伸缩布局.md", "repo_id": "Daotin", "token_count": 8150 }
10
获取显示器屏幕的宽高 ```js window.screen.height //返回显示器屏幕的高度。 window.screen.width //返回显示器屏幕的宽度。 ``` 获取显示器屏幕的可用宽高 ```js screen.availHeight // 返回可用显示屏幕的高度 (除 Windows 任务栏之外)。 screen.availWidth//返回可用显示屏幕的宽度 (除 Windows 任务栏之外)。 ``` 获取页面实际宽高: ```js document.documentElement.scrollWidth || document.body.scrollWidth; document....
Daotin/Web/03-JavaScript/03-BOM/05-获取元素宽高总结.md/0
{ "file_path": "Daotin/Web/03-JavaScript/03-BOM/05-获取元素宽高总结.md", "repo_id": "Daotin", "token_count": 452 }
11
### 1、hasOwnProperty 描述:hasOwnProperty() 方法会返回一个布尔值,指示对象自身属性中是否具有指定的属性 语法:`obj.hasOwnProperty(prop)` 示例: ```js var obj = { a: 1 }; console.log(obj.hasOwnProperty("a")); // true console.log(obj.hasOwnProperty("b")); // false ``` ### 2、isPrototypeOf 描述:isPrototypeOf() 方法用于测试一个对象(prototypeObj)是否存在于另一个对象(object...
Daotin/Web/03-JavaScript/04-JavaScript高级知识/03-原型的方法.md/0
{ "file_path": "Daotin/Web/03-JavaScript/04-JavaScript高级知识/03-原型的方法.md", "repo_id": "Daotin", "token_count": 1253 }
12
## 一、元素的创建添加和删除 ### 1、对象方式创建元素 - `父元素.append(子元素)`,`子元素.appendTo(父元素)` :在被选元素所有子元素的**结尾插入**内容(增加子元素)。 - `prepend`,`prependTo`:在被选元素所有子元素的**开头插入**元素(增加子元素)。 - `A.before(B)`:在A元素之前插入兄弟元素B。 - `A.after(B)`:在A元素之后插入兄弟元素B。 - `A.insertBefore(B)`: 将兄弟元素A元素插入到B元素之前。 - `A.insertAfter(B)`:将兄弟元素A元素插入到B元素之后。 语法: `...
Daotin/Web/04-jQuery/04-元素的创建添加和删除,自定义属性.md/0
{ "file_path": "Daotin/Web/04-jQuery/04-元素的创建添加和删除,自定义属性.md", "repo_id": "Daotin", "token_count": 6845 }
13
我们现在需要做一个用户信息的注册登录和显示所有用户注册信息的功能。 我们目前数据库是:`mydb`,数据表:`mytable`。 首先需要一个注册界面: #### register.html ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <titl...
Daotin/Web/06-Ajax/案例01:Ajax用户注册登录,用户数据的查询删除.md/0
{ "file_path": "Daotin/Web/06-Ajax/案例01:Ajax用户注册登录,用户数据的查询删除.md", "repo_id": "Daotin", "token_count": 8715 }
14
// Fixed Width Icons // ------------------------- .#{$fa-css-prefix}-fw { width: (18em / 14); text-align: center; }
Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/scss/_fixed-width.scss/0
{ "file_path": "Daotin/Web/07-移动Web开发/案例源码/03-微金所/lib/font-awesome-4.7.0/scss/_fixed-width.scss", "repo_id": "Daotin", "token_count": 44 }
15
## require.js使用教程 AMD(Asynchronous Module Definition(异步模块定义)) 官网:https://github.com/amdjs/amdjs-api/wiki/AMD 特点:专门用于浏览器端的一种模块化规范,模块的加载是异步的。 ### 基础语法 **定义暴露模块:** ```js //定义没有依赖的模块 define(function(){ return 模块 }) //定义有依赖的模块 // 这里的m1,m2 形参,分别对应传入过来的依赖module1,module2 define(['module1', 'module2'], function(m1, m2...
Daotin/Web/09-模块化规范/04-AMD-RequireJS模块化教程.md/0
{ "file_path": "Daotin/Web/09-模块化规范/04-AMD-RequireJS模块化教程.md", "repo_id": "Daotin", "token_count": 1410 }
16
## 一、vue实例的生命周期 vue实例的生命周期指的是:**从Vue实例创建,运行,到销毁期间,会伴随着各种各样的事件,这些事件统称为生命周期。** 生命周期事件,也称生命周期函数,也称生命周期钩子。 ## 二、生命周期函数三个阶段 ### 1、实例化期和加载期 **创建期间的生命周期函数**:`beforeCreate` 和 `created`,`beforeMount` 和 `mounted`。 ![](./images/6.png) ### 2、更新期 **运行期间的生命周期函数**:`beforeUpdate` 和 `updated` ![](./images/7.png) ### 3、...
Daotin/Web/12-Vue/03-Vue实例的生命周期.md/0
{ "file_path": "Daotin/Web/12-Vue/03-Vue实例的生命周期.md", "repo_id": "Daotin", "token_count": 2046 }
17
/* 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步 - 创建数据库/article_category.sql/0
{ "file_path": "Humsen/web/docs/数据库部署/第1步 - 创建数据库/article_category.sql", "repo_id": "Humsen", "token_count": 370 }
18
package pers.husen.web.bean.vo; import java.io.Serializable; import java.util.Date; /** * @desc 文章分类 * * @author 何明胜 * * @created 2017年12月12日 上午9:55:10 */ public class ArticleCategoryVo implements Serializable{ private static final long serialVersionUID = 1L; private int categoryId; private String categoryN...
Humsen/web/web-core/src/pers/husen/web/bean/vo/ArticleCategoryVo.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/bean/vo/ArticleCategoryVo.java", "repo_id": "Humsen", "token_count": 537 }
19
package pers.husen.web.common.handler; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j...
Humsen/web/web-core/src/pers/husen/web/common/handler/ImageDownloadHandler.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/common/handler/ImageDownloadHandler.java", "repo_id": "Humsen", "token_count": 1099 }
20
package pers.husen.web.config.filter; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import pers.husen.web.common.helper.StackTrace2Str; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import ...
Humsen/web/web-core/src/pers/husen/web/config/filter/WebFilter.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/config/filter/WebFilter.java", "repo_id": "Humsen", "token_count": 379 }
21
package pers.husen.web.dao.impl; import java.util.ArrayList; import java.util.Date; import pers.husen.web.bean.vo.ImageUploadVo; import pers.husen.web.dao.ImageUploadDao; import pers.husen.web.dbutil.DbManipulationUtils; /** * @author 何明胜 * * 2017年10月20日 */ public class ImageUploadDaoImpl implements ImageUploadD...
Humsen/web/web-core/src/pers/husen/web/dao/impl/ImageUploadDaoImpl.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/dao/impl/ImageUploadDaoImpl.java", "repo_id": "Humsen", "token_count": 356 }
22
package pers.husen.web.dbutil.mappingdb; /** * 留言区数据库 * * @author 何明胜 * * 2017年10月20日 */ public class MessageAreaMapping { /** * 数据库名称 */ public static String DB_NAME = "message_area"; }
Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/MessageAreaMapping.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/dbutil/mappingdb/MessageAreaMapping.java", "repo_id": "Humsen", "token_count": 111 }
23
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/BlogQuerySvt.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/article/BlogQuerySvt.java", "repo_id": "Humsen", "token_count": 1538 }
24
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/ContactModuleSvt.java/0
{ "file_path": "Humsen/web/web-core/src/pers/husen/web/servlet/module/ContactModuleSvt.java", "repo_id": "Humsen", "token_count": 431 }
25
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, blockquote, th, td, figure { margin: 0; padding: 0; } li { list-style: none; } html { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; } body { font: 75%/1.5 Arial, Sans-serif; } h1,...
Humsen/web/web-mobile/WebContent/css/error/error.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/css/error/error.css", "repo_id": "Humsen", "token_count": 465 }
26
@charset "UTF-8"; .secondmenu a { /* text-align: center; */ margin-left: 20px; } .version-input { /* resize: none; */ } .form-show-userinfo { margin-top: 50px; } .img-user-head { width: 80px; height: 80px; } .form-show-p { width: 30%; } .return-index-blank { float: left; margin-left: 20px; } .left-bar...
Humsen/web/web-mobile/WebContent/css/personal_center/mycenter.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/css/personal_center/mycenter.css", "repo_id": "Humsen", "token_count": 169 }
27
/** * @author 何明胜 * * 2017年9月27日 */ $(function() { queryLatestBlog(3);// 加载博客 }); /** * 查询最新更新的3篇博客,如果小于3,则有多少查多少 相当于按照时间排序后根据页面大小查询第1页 * * @param pageSize * @returns */ function queryLatestBlog(pageSize){ $.ajax({ type : 'POST', async: true, url : '/blog/query.hms', dataType : 'json', data : {...
Humsen/web/web-mobile/WebContent/js/index/latestblog.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/js/index/latestblog.js", "repo_id": "Humsen", "token_count": 903 }
28
/** * @author 何明胜 * * 2017年12月1日 */ var $fileList; var $btnUpload; var state = 'pending'; var web_uploader; $(function() { $fileList = $('#file_list'); $btnUpload = $('#btn_uploadStart'); initWebLoader(); showFileList(); uploadProgress(); callbackFun(); uploadClick(); }); /** * 初始化Web Uploader * * ...
Humsen/web/web-mobile/WebContent/js/personal_center/upload-file.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/js/personal_center/upload-file.js", "repo_id": "Humsen", "token_count": 1561 }
29
// 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/edit/trailingspace.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/edit/trailingspace.js", "repo_id": "Humsen", "token_count": 405 }
30
// 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/hint/xml-hint.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/hint/xml-hint.js", "repo_id": "Humsen", "token_count": 2046 }
31
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE window.CodeMirror = {}; (function() { "use strict"; function splitLines(string){ return string.split(/\r?\n|\r/); }; function StringStream(string) { this.pos = this.start = 0; this.stri...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/runmode/runmode-standalone.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/runmode/runmode-standalone.js", "repo_id": "Humsen", "token_count": 2088 }
32
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE // Glue code between CodeMirror and Tern. // // Create a CodeMirror.TernServer to wrap an actual Tern server, // register open documents (CodeMirror.Doc instances) with it, and // call its met...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/tern/tern.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/tern/tern.js", "repo_id": "Humsen", "token_count": 10035 }
33
// 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/css/css.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/css/css.js", "repo_id": "Humsen", "token_count": 13603 }
34
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE // Author: Aliaksei Chapyzhenka (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define ...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/forth/forth.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/forth/forth.js", "repo_id": "Humsen", "token_count": 2627 }
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"), require("../javascript/javascript"), require("../css/css"),...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/jade/jade.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/jade/jade.js", "repo_id": "Humsen", "token_count": 6756 }
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/mode/octave/octave.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/octave/octave.js", "repo_id": "Humsen", "token_count": 1878 }
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/mode/rust/rust.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/rust/rust.js", "repo_id": "Humsen", "token_count": 6591 }
38
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /* * Author: Constantin Jucovschi (c.jucovschi@jacobs-university.de) * Licence: MIT */ (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(r...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/stex/stex.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/stex/stex.js", "repo_id": "Humsen", "token_count": 3161 }
39
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 4}, "verilog"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("binary_literals", ...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/verilog/test.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/verilog/test.js", "repo_id": "Humsen", "token_count": 3210 }
40
/* Port of TextMate's Blackboard theme */ .cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; } .cm-s-blackboard .CodeMirror-selected { background: #253B76 !important; } .cm-s-blackboard.CodeMirror ::selection { background: rgba(37, 59, 118, .99); } .cm-s-blackboard.CodeMirror ::-moz-selection { backgro...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/blackboard.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/blackboard.css", "repo_id": "Humsen", "token_count": 724 }
41
/** * Pastel On Dark theme ported from ACE editor * @license MIT * @copyright AtomicPages LLC 2014 * @author Dennis Thompson, AtomicPages LLC * @version 1.1 * @source https://github.com/atomicpages/codemirror-pastel-on-dark-theme */ .cm-s-pastel-on-dark.CodeMirror { background: #2c2827; color: #8F938F; line-...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/pastel-on-dark.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/pastel-on-dark.css", "repo_id": "Humsen", "token_count": 1012 }
42
/*! * Link dialog plugin for Editor.md * * @file 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 = "link-dialog"; ex...
Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/link-dialog/link-dialog.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/link-dialog/link-dialog.js", "repo_id": "Humsen", "token_count": 2778 }
43
<!-- 插件统一放 --> <!-- Animate.css --> <link rel="stylesheet" href="/plugins/template/css/animate.css"> <!-- Icomoon Icon Fonts--> <link rel="stylesheet" href="/plugins/template/css/icomoon.css"> <!-- Bootstrap --> <link rel="stylesheet" href="/plugins/bootstrap/css/bootstrap.min.css"> <!-- Flexslider --> <link rel="s...
Humsen/web/web-mobile/WebContent/plugins/plugins.html/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/plugins.html", "repo_id": "Humsen", "token_count": 737 }
44
(function($) { /** * Czech language package * Translated by @AdwinTrave. Improved by @cuchac */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Prosím zadejte správný base64' }, between: { 'default...
Humsen/web/web-mobile/WebContent/plugins/validator/js/language/cs_CZ.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/cs_CZ.js", "repo_id": "Humsen", "token_count": 8254 }
45
(function($) { /** * Polish language package * Translated by @grzesiek */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Wpisz poprawny ciąg znaków zakodowany w base 64' }, between: { 'default': '...
Humsen/web/web-mobile/WebContent/plugins/validator/js/language/pl_PL.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/pl_PL.js", "repo_id": "Humsen", "token_count": 8080 }
46
/** * 加载某篇详细的代码的js * * @author 何明胜 * * 2017年11月8日 */ $(document).ready(function() { // 如果删除代码按钮存在,绑定点击事件 var $btnDeleteCode = $('#btn_deleteCode'); if ($btnDeleteCode.length > 0) { $btnDeleteCode.click(deleteCodeClick); } }); /** * 删除代码按钮点击 * * @returns */ function deleteCodeClick() { $.confirm({ ...
Humsen/web/web-pc/WebContent/js/article/code-details.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/js/article/code-details.js", "repo_id": "Humsen", "token_count": 599 }
47
/** * 自动显示分页的工具类 将当前分页的容器节点传入 * * 2017年9月29日 */ var currentPageNum = 1; // 当前页码 var paginationDisplayLength = 5;// 分页栏的显示条数 var totalPages = 1; // 总页数 var onlyOnePageIsShow = true;// 只有一页的时候是否显示 /** * 调用入口 * * @param paginationContainer * @returns */ function PaginationHelper(paginationContainer, pageSize)...
Humsen/web/web-pc/WebContent/js/pagination.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/js/pagination.js", "repo_id": "Humsen", "token_count": 2661 }
48
<link rel="stylesheet" href="/css/personal_center/editor_version.css"> <!-- 编辑版本特性脚本 --> <script src="/js/personal_center/editor_version.js"></script> <form id="form_editorVersion" class="form-horizontal form-editor-version"> <div class="form-group"> <label class="col-sm-3 control-label">当前最新版本</label> <div cla...
Humsen/web/web-pc/WebContent/personal_center/editor_version.html/0
{ "file_path": "Humsen/web/web-pc/WebContent/personal_center/editor_version.html", "repo_id": "Humsen", "token_count": 1050 }
49
div.dataTables_wrapper div.dataTables_filter { text-align: right; } div.dataTables_wrapper div.dataTables_filter input { margin-left: 0.5em; } div.dataTables_wrapper div.dataTables_info { padding-top: 10px; white-space: nowrap; } div.dataTables_wrapper div.dataTables_processing { position: absolute; top: 50...
Humsen/web/web-pc/WebContent/plugins/DataTables/css/dataTables.material.css/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/DataTables/css/dataTables.material.css", "repo_id": "Humsen", "token_count": 950 }
50
(function($) { /** * Persian (Farsi) Language package. * Translated by @i0 */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'لطفا متن کد گذاری شده base 64 صحیح وارد فرمایید' }, between: { 'default...
Humsen/web/web-pc/WebContent/plugins/validator/js/language/fa_IR.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/fa_IR.js", "repo_id": "Humsen", "token_count": 10546 }
51
(function($) { /** * Serbian Latin language package * Translated by @markocrni */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Molimo da unesete važeći base 64 enkodovan' }, between: { 'default'...
Humsen/web/web-pc/WebContent/plugins/validator/js/language/sr_RS.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/sr_RS.js", "repo_id": "Humsen", "token_count": 8020 }
52
<!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" conten...
Humsen/web/web-pc/WebContent/topic/download/download.html/0
{ "file_path": "Humsen/web/web-pc/WebContent/topic/download/download.html", "repo_id": "Humsen", "token_count": 707 }
53
# addons listed in this file are ignored by # setuptools-odoo-make-default (one addon per line)
OCA/web/setup/.setuptools-odoo-make-default-ignore/0
{ "file_path": "OCA/web/setup/.setuptools-odoo-make-default-ignore", "repo_id": "OCA", "token_count": 29 }
54
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_advanced_search # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-11-27 11:33+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Language-T...
OCA/web/web_advanced_search/i18n/it.po/0
{ "file_path": "OCA/web/web_advanced_search/i18n/it.po", "repo_id": "OCA", "token_count": 501 }
55
/** @odoo-module **/ import BasicModel from "web.BasicModel"; import {ComponentAdapter} from "web.OwlCompatibility"; import {Dropdown} from "@web/core/dropdown/dropdown"; import FieldManagerMixin from "web.FieldManagerMixin"; import {FieldMany2One} from "web.relational_fields"; import {SelectCreateDialog} from "web.vi...
OCA/web/web_advanced_search/static/src/js/RecordPicker.esm.js/0
{ "file_path": "OCA/web/web_advanced_search/static/src/js/RecordPicker.esm.js", "repo_id": "OCA", "token_count": 3246 }
56
# © 2023 David BEAL @ Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import models # R8180 rule asks for merging demo/base.py and models/base.py content # We need to keep these class separated because of demo mode. # pylint: disable=R8180 class Base(models.AbstractModel): ...
OCA/web/web_apply_field_style/demo/base.py/0
{ "file_path": "OCA/web/web_apply_field_style/demo/base.py", "repo_id": "OCA", "token_count": 450 }
57
# Copyright 2021 Tecnativa - Jairo Llopis # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). { "name": "Calendar slot duration", "summary": "Customizable calendar slot durations", "version": "16.0.1.0.1", "development_status": "Production/Stable", "category": "Extra Tools", "websit...
OCA/web/web_calendar_slot_duration/__manifest__.py/0
{ "file_path": "OCA/web/web_calendar_slot_duration/__manifest__.py", "repo_id": "OCA", "token_count": 329 }
58
# Copyright 2022 Hynsys Technologies # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { "name": "Chatter Position", "summary": "Add an option to change the chatter position", "version": "16.0.1.0.2", "author": "Hynsys Technologies, Camptocamp, Odoo Community Association (OCA)", "webs...
OCA/web/web_chatter_position/__manifest__.py/0
{ "file_path": "OCA/web/web_chatter_position/__manifest__.py", "repo_id": "OCA", "token_count": 260 }
59
# 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" "PO-Revision-Date: 2024-01-29 19:37+0000\n" "Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\n" "Language-Tea...
OCA/web/web_company_color/i18n/pt.po/0
{ "file_path": "OCA/web/web_company_color/i18n/pt.po", "repo_id": "OCA", "token_count": 1417 }
60
<?xml version="1.0" encoding="utf-8" ?> <!-- Copyright 2019 Alexandre Díaz License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> <odoo> <!-- Workarround to use custom assets bundle This specific 't-call-assets' xmlid will be handled in a 'special' way --> <template i...
OCA/web/web_company_color/view/assets.xml/0
{ "file_path": "OCA/web/web_company_color/view/assets.xml", "repo_id": "OCA", "token_count": 261 }
61
# © 2022 Florian Kantelberg - initOS GmbH # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models
OCA/web/web_dark_mode/__init__.py/0
{ "file_path": "OCA/web/web_dark_mode/__init__.py", "repo_id": "OCA", "token_count": 47 }
62
# © 2018 Iván Todorovich <ivan.todorovich@gmail.com> # © 2019-Today GRAP # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from odoo import api, fields, models class TileCategory(models.Model): _name = "tile.category" _description = "Dashboard Tile Category" _order = "sequence asc" na...
OCA/web/web_dashboard_tile/models/tile_category.py/0
{ "file_path": "OCA/web/web_dashboard_tile/models/tile_category.py", "repo_id": "OCA", "token_count": 1618 }
63
/* custom kanban style */ .o_kanban_view .oe_dashboard_tile { height: 150px !important; } .o_kanban_view .oe_dashboard_tile .tile_background { padding: 8px; height: 100%; } .o_kanban_view .oe_dashboard_tile .tile_label, .o_kanban_view .oe_dashboard_tile .tile_primary_value, .o_kanban_view .oe_dashboard_ti...
OCA/web/web_dashboard_tile/static/src/css/web_dashboard_tile.css/0
{ "file_path": "OCA/web/web_dashboard_tile/static/src/css/web_dashboard_tile.css", "repo_id": "OCA", "token_count": 439 }
64
from . import ir_config_parameter
OCA/web/web_dialog_size/models/__init__.py/0
{ "file_path": "OCA/web/web_dialog_size/models/__init__.py", "repo_id": "OCA", "token_count": 10 }
65
# Copyright 2018 Tecnativa - Ernesto Tejeda # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 from odoo.tests.common import TransactionCase class TestWebDialogSize(TransactionCase): def setUp(self): super(TestWebDialogSize, self).setUp() def test_get_web_dialog_size_config(self): o...
OCA/web/web_dialog_size/tests/test_web_dialog_size.py/0
{ "file_path": "OCA/web/web_dialog_size/tests/test_web_dialog_size.py", "repo_id": "OCA", "token_count": 290 }
66
- Users in the *Access to export feature* group or admins can export in any way. - Users in the *Direct Export (xlsx)* group can only use the default export feature from the list view.
OCA/web/web_disable_export_group/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_disable_export_group/readme/USAGE.rst", "repo_id": "OCA", "token_count": 48 }
67
* Laurent Mignon <laurent.mignon@acsone.eu> * Denis Roussel <denis.roussel@acsone.eu> * Raf Ven <raf.ven@dynapps.be>
OCA/web/web_domain_field/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_domain_field/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 53 }
68
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_environment_ribbon # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2017 # Quentin THEURET <odoo@kerpeo.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "PO...
OCA/web/web_environment_ribbon/i18n/fr.po/0
{ "file_path": "OCA/web/web_environment_ribbon/i18n/fr.po", "repo_id": "OCA", "token_count": 422 }
69
To use this module, you need only to install it. After installation, a red ribbon will be visible on top left corner of every Odoo backend page
OCA/web/web_environment_ribbon/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_environment_ribbon/readme/USAGE.rst", "repo_id": "OCA", "token_count": 34 }
70
When grouping a list by a field, this module adds two buttons to expand or collapse all the groups at once. The buttons appear in the top right, in place of the pagination. One level of groups is expanded or collapsed at a time.
OCA/web/web_group_expand/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_group_expand/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 57 }
71
from . import ir_actions
OCA/web/web_ir_actions_act_multi/models/__init__.py/0
{ "file_path": "OCA/web/web_ir_actions_act_multi/models/__init__.py", "repo_id": "OCA", "token_count": 7 }
72
* add `message_type` to differenciate between warnings, errors, etc. * have one `message_type` to show a nonmodal warning on top right
OCA/web/web_ir_actions_act_window_message/readme/ROADMAP.rst/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/readme/ROADMAP.rst", "repo_id": "OCA", "token_count": 39 }
73
# Copyright 2023 Hunki Enterprises BV # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import models class IrActionsActWindowPagePrev(models.AbstractModel): _name = "ir.actions.act_window.page.prev" _description = "Action to page to the previous record from a form view button" d...
OCA/web/web_ir_actions_act_window_page/models/ir_actions_act_window_page.py/0
{ "file_path": "OCA/web/web_ir_actions_act_window_page/models/ir_actions_act_window_page.py", "repo_id": "OCA", "token_count": 305 }
74
Enables selecting a range of records using the shift key.
OCA/web/web_listview_range_select/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_listview_range_select/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 13 }
75
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_m2x_options # # Translators: # Bole <bole@dajmi5.com>, 2017 # 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: 2...
OCA/web/web_m2x_options/i18n/hr.po/0
{ "file_path": "OCA/web/web_m2x_options/i18n/hr.po", "repo_id": "OCA", "token_count": 1622 }
76
in the field's options dict ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``create`` *boolean* (Default: depends if user have create rights) Whether to display the "Create..." entry in dropdown panel. ``create_edit`` *boolean* (Default: depends if user have create rights) Whether to display "Create and Edit..." entry in dropdown...
OCA/web/web_m2x_options/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_m2x_options/readme/USAGE.rst", "repo_id": "OCA", "token_count": 936 }
77
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_notify # # 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: 2017-06...
OCA/web/web_notify/i18n/pt_BR.po/0
{ "file_path": "OCA/web/web_notify/i18n/pt_BR.po", "repo_id": "OCA", "token_count": 1524 }
78
# Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import json from odoo import exceptions from odoo.tests import common from ..models.res_users import DANGER, DEFAULT, INFO, SUCCESS, WARNING class TestResUsers(common.TransactionCase): def test_notify_success(self): ...
OCA/web/web_notify/tests/test_res_users.py/0
{ "file_path": "OCA/web/web_notify/tests/test_res_users.py", "repo_id": "OCA", "token_count": 1639 }
79
# Copyright 2023 ForgeFlow S.L. (https://www.forgeflow.com) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). from odoo import api from odoo.tests import common class TestWebNotifyChannelMessage(common.TransactionCase): @classmethod def setUpClass(cls): super(TestWebNotifyChannelMessag...
OCA/web/web_notify_channel_message/tests/test_notify_channel_message.py/0
{ "file_path": "OCA/web/web_notify_channel_message/tests/test_notify_channel_message.py", "repo_id": "OCA", "token_count": 920 }
80
<?xml version="1.0" encoding="UTF-8" ?> <templates xml:space="preserve"> <t t-name="web_pivot_computed_measure.ComputedMeasureOperations" owl="1"> <option name="sum" value="m1+m2"> Sum (m1 + m2) </option> <option name="sub" value="m1-m2"> Sub (m1 - m2) </optio...
OCA/web/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml/0
{ "file_path": "OCA/web/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml", "repo_id": "OCA", "token_count": 4725 }
81
# Copyright 2021 Tecnativa - Alexandre D. Díaz # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). from odoo.http import request, route from .main import PWA class ServiceWorker(PWA): JS_PWA_CORE_EVENT_INSTALL = """ self.addEventListener('install', evt => {{ console.log('[Servic...
OCA/web/web_pwa_oca/controllers/service_worker.py/0
{ "file_path": "OCA/web/web_pwa_oca/controllers/service_worker.py", "repo_id": "OCA", "token_count": 1741 }
82