text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
(function($) {
/**
* Japanese language package
* Translated by @tsuyoshifujii
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': '有効なBase64エンコードを入力してください'
},
between: {
'default': '%sから%sの間で入力してください... | Humsen/web/web-mobile/WebContent/plugins/validator/js/language/ja_JP.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/ja_JP.js",
"repo_id": "Humsen",
"token_count": 8681
} | 51 |
(function($) {
/**
* Traditional Chinese language package
* Translated by @tureki
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': '請輸入有效的Base64編碼'
},
between: {
'default': '請輸入不小於 %s 且不大於 %s 的值',... | Humsen/web/web-mobile/WebContent/plugins/validator/js/language/zh_TW.js/0 | {
"file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/zh_TW.js",
"repo_id": "Humsen",
"token_count": 9268
} | 52 |
@charset "UTF-8";
#bar_right {
float: left;
width: 18%;
}
.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 {
font-family: NSimSun;
} | Humsen/web/web-pc/WebContent/css/navigation/rightbar.css/0 | {
"file_path": "Humsen/web/web-pc/WebContent/css/navigation/rightbar.css",
"repo_id": "Humsen",
"token_count": 139
} | 53 |
/**
* 加载某篇详细的博客的js
*
* @author 何明胜
*
* 2017年11月8日
*/
$(document).ready(function() {
// 如果删除博客按钮存在,绑定点击事件
var $btnDeleteBlog = $('#btn_deleteBlog');
if ($btnDeleteBlog.length > 0) {
$btnDeleteBlog.click(deleteBlogClick);
}
});
/**
* 删除博客按钮点击
*
* @returns
*/
function deleteBlogClick() {
$.confirm({
... | Humsen/web/web-pc/WebContent/js/article/blog-details.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/js/article/blog-details.js",
"repo_id": "Humsen",
"token_count": 598
} | 54 |
/**
* @author 何明胜
*
* 2017年9月25日
*/
(function(window, undefined) {
/**
* 创建元素节点并返回
*/
function create(tagName, className, parent) {
var element = document.createElement(tagName);
element.className = className;
parent.appendChild(element);
return element;
}
/**
* 数组消除重复
*/
function clearRepea... | Humsen/web/web-pc/WebContent/js/message/pager.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/js/message/pager.js",
"repo_id": "Humsen",
"token_count": 3003
} | 55 |
<!-- 此处修改记得更新 后端通用模板 -->
<!-- 右侧固定栏 -->
<link rel="stylesheet" href="/css/navigation/rightbar.css" />
<div id="bar_right">
<div>
<div class="sidebar-module">
<h4>关于本站</h4>
<p> 欢迎来到何明胜的个人网站.</p>
<p>体验账户:husen,密码:admin123,登录可以看到后台菜单,并体检管理员权限,盼文明操作。此代码为初级Java web项目,已停止维护,仅供参考。</p>
<p>
本站源码已托管git... | Humsen/web/web-pc/WebContent/module/navigation/rightbar.html/0 | {
"file_path": "Humsen/web/web-pc/WebContent/module/navigation/rightbar.html",
"repo_id": "Humsen",
"token_count": 778
} | 56 |
(function($) {
/**
* Default English package. It's included in the dist, so you do NOT need to include it to your head tag
* The only reason I put it here is that you can clone it, and translate it into your language
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {... | Humsen/web/web-pc/WebContent/plugins/validator/js/language/en_US.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/en_US.js",
"repo_id": "Humsen",
"token_count": 7105
} | 57 |
(function($) {
/**
* Romanian language package
* Translated by @filipac
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'Te rog introdu un base64 valid'
},
between: {
'default': 'Te rog introdu o... | Humsen/web/web-pc/WebContent/plugins/validator/js/language/ro_RO.js/0 | {
"file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/ro_RO.js",
"repo_id": "Humsen",
"token_count": 7520
} | 58 |
<!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/code/code.html/0 | {
"file_path": "Humsen/web/web-pc/WebContent/topic/code/code.html",
"repo_id": "Humsen",
"token_count": 794
} | 59 |
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
... | OCA/web/LICENSE/0 | {
"file_path": "OCA/web/LICENSE",
"repo_id": "OCA",
"token_count": 7889
} | 60 |
# 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/es.po/0 | {
"file_path": "OCA/web/web_advanced_search/i18n/es.po",
"repo_id": "OCA",
"token_count": 597
} | 61 |
from odoo.tools import config
from . import models
if not config.get("without_demo"):
from . import demo
| OCA/web/web_apply_field_style/__init__.py/0 | {
"file_path": "OCA/web/web_apply_field_style/__init__.py",
"repo_id": "OCA",
"token_count": 36
} | 62 |
# © 2023 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.exceptions import ValidationError
from odoo.tests import common
class Test(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env(context=di... | OCA/web/web_apply_field_style/tests/test_module.py/0 | {
"file_path": "OCA/web/web_apply_field_style/tests/test_module.py",
"repo_id": "OCA",
"token_count": 931
} | 63 |
/** @odoo-module **/
/* Copyright 2023 Tecnativa - Stefan Ungureanu
* License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */
import {CalendarModel} from "@web/views/calendar/calendar_model";
import {patch} from "@web/core/utils/patch";
patch(CalendarModel.prototype, "WebCalendarSlotDurationCalendarModel"... | OCA/web/web_calendar_slot_duration/static/src/js/calendar_model.esm.js/0 | {
"file_path": "OCA/web/web_calendar_slot_duration/static/src/js/calendar_model.esm.js",
"repo_id": "OCA",
"token_count": 412
} | 64 |
* Hynsys Technologies <hynsystechnologies@gmail.com>
* Juan Miguel Sánchez Arce <juan.sanchez@camptocamp.com>
* `Camptocamp <https://www.camptocamp.com>`_
* Iván Todorovich <ivan.todorovich@camptocamp.com>
| OCA/web/web_chatter_position/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_chatter_position/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 81
} | 65 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_company_color
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-18 14:34+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none\n"
"La... | OCA/web/web_company_color/i18n/hr.po/0 | {
"file_path": "OCA/web/web_company_color/i18n/hr.po",
"repo_id": "OCA",
"token_count": 1539
} | 66 |
from . import test_res_company
| OCA/web/web_company_color/tests/__init__.py/0 | {
"file_path": "OCA/web/web_company_color/tests/__init__.py",
"repo_id": "OCA",
"token_count": 9
} | 67 |
/** @odoo-module **/
import {patch} from "web.utils";
import {ConfirmationDialog} from "@web/core/confirmation_dialog/confirmation_dialog";
import {_t} from "@web/core/l10n/translation";
import {FormController} from "@web/views/form/form_controller";
patch(FormController.prototype, "DuplicateConfirmation", {
asyn... | OCA/web/web_copy_confirm/static/src/js/web_copy_confirm.esm.js/0 | {
"file_path": "OCA/web/web_copy_confirm/static/src/js/web_copy_confirm.esm.js",
"repo_id": "OCA",
"token_count": 352
} | 68 |
* Florian Kantelberg <florian.kantelberg@initos.com>
| OCA/web/web_dark_mode/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_dark_mode/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 21
} | 69 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_dashboard_tile
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-02 15:33+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Te... | OCA/web/web_dashboard_tile/i18n/it.po/0 | {
"file_path": "OCA/web/web_dashboard_tile/i18n/it.po",
"repo_id": "OCA",
"token_count": 5570
} | 70 |
# 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-17 20:47+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>... | OCA/web/web_dialog_size/i18n/nl.po/0 | {
"file_path": "OCA/web/web_dialog_size/i18n/nl.po",
"repo_id": "OCA",
"token_count": 366
} | 71 |
<?xml version="1.0" encoding="utf-8" ?>
<templates>
<t t-name="web_dialog_size.ExpandButton" owl="1">
<button
t-if="props.getsize() == 'dialog_full_screen'"
type="button"
class="btn btn-secondary dialog_button_extend"
t-on-click="dialog_button_restore"
... | OCA/web/web_dialog_size/static/src/xml/ExpandButton.xml/0 | {
"file_path": "OCA/web/web_dialog_size/static/src/xml/ExpandButton.xml",
"repo_id": "OCA",
"token_count": 363
} | 72 |
Enable the group *Direct Export* to the users who are allowed to make use of the option
'Export xlsx' from the list view.
| OCA/web/web_disable_export_group/readme/CONFIGURE.rst/0 | {
"file_path": "OCA/web/web_disable_export_group/readme/CONFIGURE.rst",
"repo_id": "OCA",
"token_count": 32
} | 73 |
# Copyright 2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Web Domain Field",
"summary": """
Use computed field as domain""",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website":... | OCA/web/web_domain_field/__manifest__.py/0 | {
"file_path": "OCA/web/web_domain_field/__manifest__.py",
"repo_id": "OCA",
"token_count": 303
} | 74 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-02-02 22:13+0000\n"
"Last-Translator: eduardgm <eduard.garcia@qubiq.es>\n"
"Language-T... | OCA/web/web_environment_ribbon/i18n/ca.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/ca.po",
"repo_id": "OCA",
"token_count": 352
} | 75 |
* You can change the ribbon's name ("TEST") by editing the default system
parameter "ribbon.name" (in the menu Settings > Parameters > System
Parameters) To hide the ribbon, set this parameter to "False" or delete it.
* You can customize the ribbon color and background color through system
parameters: "ribbon.col... | OCA/web/web_environment_ribbon/readme/CONFIGURE.rst/0 | {
"file_path": "OCA/web/web_environment_ribbon/readme/CONFIGURE.rst",
"repo_id": "OCA",
"token_count": 136
} | 76 |
* Lucas Perais (lpe) <lpe@odoo.com> contributed the original code to Odoo.
* Stefan Rijnhart <stefan@opener.amsterdam> created the backport to Odoo 16
in this module.
| OCA/web/web_field_numeric_formatting/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_field_numeric_formatting/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 57
} | 77 |
# 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-28 16:10+0000\n"
"Last-Translator: Adriano Prado <adrianojprado@gmail.com>\n"
"Language-T... | OCA/web/web_group_expand/i18n/pt_BR.po/0 | {
"file_path": "OCA/web/web_group_expand/i18n/pt_BR.po",
"repo_id": "OCA",
"token_count": 417
} | 78 |
This module introduces a new way to guide the user through Odoo.
This module is created because **the standard Odoo tours:**
#. forces the user to create records;
#. cannot be reopened;
#. is only available for the admin user;
#. the bubbles are not obvious.
| OCA/web/web_help/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_help/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 67
} | 79 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="web_help.TripStep" owl="1">
<div>
<div class="pb-4">
<t t-out="content" />
</div>
<button class="btn btn-lg btn-outline-light web_help_cb_button mr8"><t
t-esc="cbBtnText"
... | OCA/web/web_help/static/src/trip.xml/0 | {
"file_path": "OCA/web/web_help/static/src/trip.xml",
"repo_id": "OCA",
"token_count": 515
} | 80 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_ir_actions_act_multi
#
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"
"Langu... | OCA/web/web_ir_actions_act_multi/i18n/it.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_multi/i18n/it.po",
"repo_id": "OCA",
"token_count": 1514
} | 81 |
# 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/de.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/i18n/de.po",
"repo_id": "OCA",
"token_count": 363
} | 82 |
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class IrActionsActWindowMessage(models.Model):
_name = "ir.actions.act_window.message"
_description = "Action Window Message"
_inherit = "ir.actions.actions"
_table = "ir_actions"
type = fi... | OCA/web/web_ir_actions_act_window_message/models/ir_actions.py/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/models/ir_actions.py",
"repo_id": "OCA",
"token_count": 248
} | 83 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_ir_actions_act_window_page
#
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"
... | OCA/web/web_ir_actions_act_window_page/i18n/it.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_page/i18n/it.po",
"repo_id": "OCA",
"token_count": 758
} | 84 |
The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
| OCA/web/web_m2x_options/readme/CREDITS.rst/0 | {
"file_path": "OCA/web/web_m2x_options/readme/CREDITS.rst",
"repo_id": "OCA",
"token_count": 21
} | 85 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_notify
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-09-21 15:40+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none... | OCA/web/web_notify/i18n/it.po/0 | {
"file_path": "OCA/web/web_notify/i18n/it.po",
"repo_id": "OCA",
"token_count": 1400
} | 86 |
/** @odoo-module */
import {Notification} from "@web/core/notifications/notification";
import {patch} from "web.utils";
patch(Notification.props, "webNotifyProps", {
type: {
type: String,
optional: true,
validate: (t) =>
["warning", "danger", "success", "info", "default"].includ... | OCA/web/web_notify/static/src/js/services/notification.esm.js/0 | {
"file_path": "OCA/web/web_notify/static/src/js/services/notification.esm.js",
"repo_id": "OCA",
"token_count": 139
} | 87 |
# Copyright 2020 Lorenzo Battistini @ TAKOBI
# Copyright 2020 Tecnativa - Alexandre D. Díaz
# Copyright 2020 Tecnativa - João Marques
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Progressive web application",
"summary": "Make Odoo a PWA",
"version": "16.0.1.0.0",
"develop... | OCA/web/web_pwa_oca/__manifest__.py/0 | {
"file_path": "OCA/web/web_pwa_oca/__manifest__.py",
"repo_id": "OCA",
"token_count": 392
} | 88 |
To use your PWA:
#. Open the Odoo web app using a supported browser (See https://caniuse.com/?search=A2HS)
#. Open the browser options
#. Click on 'Add to Home screen' (or 'Install' in other browsers)
** Maybe you need refresh the page to load the service worker after using the option.
| OCA/web/web_pwa_oca/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_pwa_oca/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 83
} | 89 |
from . import test_web_pwa_oca_controller
| OCA/web/web_pwa_oca/tests/__init__.py/0 | {
"file_path": "OCA/web/web_pwa_oca/tests/__init__.py",
"repo_id": "OCA",
"token_count": 14
} | 90 |
Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering.
| OCA/web/web_remember_tree_column_width/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_remember_tree_column_width/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 21
} | 91 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-12 11:38+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: ... | OCA/web/web_responsive/i18n/it.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/it.po",
"repo_id": "OCA",
"token_count": 1974
} | 92 |
/** @odoo-module **/
/* Copyright 2021 ITerra - Sergey Shebanin
* Copyright 2023 Onestein - Anjeel Haria
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
import LegacyControlPanel from "web.ControlPanel";
import {ControlPanel} from "@web/search/control_panel/control_panel";
import {deviceContext} f... | OCA/web/web_responsive/static/src/components/control_panel/control_panel.esm.js/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/control_panel/control_panel.esm.js",
"repo_id": "OCA",
"token_count": 537
} | 93 |
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2018 Alexandre Díaz
Copyright 2021 ITerra - Sergey Shebanin
Copyright 2023 Onestein - Anjeel Haria
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-->
<odoo>
<template
id="responsive_web_layout"
inherit_id="web... | OCA/web/web_responsive/views/web.xml/0 | {
"file_path": "OCA/web/web_responsive/views/web.xml",
"repo_id": "OCA",
"token_count": 290
} | 94 |
.o_form_status_indicator_buttons {
margin-left: 10px;
.o_form_button_save,
.o_form_button_cancel {
width: 100%;
&.o_form_button_save {
background-color: $primary;
&:hover {
filter: brightness(0.9);
}
}
&.o_form_button_ca... | OCA/web/web_save_discard_button/static/src/scss/indicator_button.scss/0 | {
"file_path": "OCA/web/web_save_discard_button/static/src/scss/indicator_button.scss",
"repo_id": "OCA",
"token_count": 978
} | 95 |
========================
Web Select All Companies
========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source dig... | OCA/web/web_select_all_companies/README.rst/0 | {
"file_path": "OCA/web/web_select_all_companies/README.rst",
"repo_id": "OCA",
"token_count": 1045
} | 96 |
* Holger Brunn <hbrunn@therp.nl>
* Nicolas JEUDY - Sudokeys (https://github.com/njeudy)
* Stephane (SOLIBRE) <stephane@omerp.net>
* Sylvain LE GAL (https://twitter.com/legalsylvain)
* Jérôme Thériault <jtheriault@metalsartigan.com>
* Lois Rilo <lois.rilo@forgeflow.com>
| OCA/web/web_sheet_full_width/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_sheet_full_width/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 119
} | 97 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-03-06 20:08+0000\n"
"Last-Translator: Ediz Duman <neps1192@gmail.com>\n"
"Language-Team: none\n"... | OCA/web/web_timeline/i18n/tr.po/0 | {
"file_path": "OCA/web/web_timeline/i18n/tr.po",
"repo_id": "OCA",
"token_count": 1187
} | 98 |
odoo.define("web_timeline.TimelineModel", function (require) {
"use strict";
const AbstractModel = require("web.AbstractModel");
const TimelineModel = AbstractModel.extend({
init: function () {
this._super.apply(this, arguments);
},
load: function (params) {
... | OCA/web/web_timeline/static/src/js/timeline_model.js/0 | {
"file_path": "OCA/web/web_timeline/static/src/js/timeline_model.js",
"repo_id": "OCA",
"token_count": 1494
} | 99 |
* Dennis Sluijk <d.sluijk@onestein.nl>
* Holger Brunn <mail@hunki-enterprises.com> (https://hunki-enterprises.com)
| OCA/web/web_tree_duplicate/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_tree_duplicate/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 49
} | 100 |
This widget is currently not working on the product field in the lines tree of the
sale order form, see https://github.com/OCA/web/pull/1438 for further details.
To add this functionality to lines of sales, purchases and invoices, as they are
special views, is required a glue module that add this feature.
| OCA/web/web_tree_many2one_clickable/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_tree_many2one_clickable/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 76
} | 101 |
This module add the possibility to insert Bokeh charts into Odoo standard views.
.. image:: ../static/description/example.png
:alt: Bokeh Chart inserted into an Odoo view
:width: 600 px
`Bokeh <https://bokeh.pydata.org>`__ is a Python interactive visualization
library that targets modern web browsers for presen... | OCA/web/web_widget_bokeh_chart/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_bokeh_chart/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 213
} | 102 |
==================================
Web Widget DatePicker Full Options
==================================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!... | OCA/web/web_widget_datepicker_fulloptions/README.rst/0 | {
"file_path": "OCA/web/web_widget_datepicker_fulloptions/README.rst",
"repo_id": "OCA",
"token_count": 1162
} | 103 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_domain_editor_dialog
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-03-05 14:40+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"... | OCA/web/web_widget_domain_editor_dialog/i18n/it.po/0 | {
"file_path": "OCA/web/web_widget_domain_editor_dialog/i18n/it.po",
"repo_id": "OCA",
"token_count": 387
} | 104 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_dropdown_dynamic
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-27 11:37+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"La... | OCA/web/web_widget_dropdown_dynamic/i18n/it.po/0 | {
"file_path": "OCA/web/web_widget_dropdown_dynamic/i18n/it.po",
"repo_id": "OCA",
"token_count": 309
} | 105 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_image_webcam
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"... | OCA/web/web_widget_image_webcam/i18n/web_widget_image_webcam.pot/0 | {
"file_path": "OCA/web/web_widget_image_webcam/i18n/web_widget_image_webcam.pot",
"repo_id": "OCA",
"token_count": 549
} | 106 |
# Copyright 2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Web Widget mpld3 Chart",
"category": "Hidden",
"summary": "This widget allows to display charts using MPLD3 library.",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"version": "16.... | OCA/web/web_widget_mpld3_chart/__manifest__.py/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/__manifest__.py",
"repo_id": "OCA",
"token_count": 360
} | 107 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<div t-ref="widget" t-name="web_widget_mpld3_chart.Mpld3ChartJsonWidget" owl="1">
<t t-if="props.value.div" t-out="markup(props.value.div)" />
</div>
</templates>
| OCA/web/web_widget_mpld3_chart/static/src/xml/web_widget_mpld3_chart.xml/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/static/src/xml/web_widget_mpld3_chart.xml",
"repo_id": "OCA",
"token_count": 114
} | 108 |
# Copyright 2023 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class IrModel(models.Model):
_inherit = "ir.model"
add_open_tab_field = fields.Boolean(help="Adds open-tab field in list views.")
| OCA/web/web_widget_open_tab/models/ir_model.py/0 | {
"file_path": "OCA/web/web_widget_open_tab/models/ir_model.py",
"repo_id": "OCA",
"token_count": 95
} | 109 |
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
| OCA/web/web_widget_x2many_2d_matrix/__init__.py/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/__init__.py",
"repo_id": "OCA",
"token_count": 26
} | 110 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_x2many_2d_matrix
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-09-01 17:23+0000\n"
"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
"Language-Team: n... | OCA/web/web_widget_x2many_2d_matrix/i18n/zh_CN.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/zh_CN.po",
"repo_id": "OCA",
"token_count": 444
} | 111 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/Gemfile.d/_before.rb/0 | {
"file_path": "SquareSquash/web/Gemfile.d/_before.rb",
"repo_id": "SquareSquash",
"token_count": 523
} | 112 |
Squash: A squarish bug spray
============================
**An open-source project from [Square](http://github.com/square)**
Squash is a collection of tools that help engineers find and kill bugs in their
code by automatically collecting, collating and analyzing run time exceptions.
Squash consists of the following c... | SquareSquash/web/README.md/0 | {
"file_path": "SquareSquash/web/README.md",
"repo_id": "SquareSquash",
"token_count": 5261
} | 113 |
footer {
p {
text-align: center;
color: rgb(159, 159, 159);
margin-top: 20px;
margin-bottom: 10px;
}
}
| SquareSquash/web/app/assets/stylesheets/_footer.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/_footer.scss",
"repo_id": "SquareSquash",
"token_count": 59
} | 114 |
@import "vars";
body.sessions {
.modal-container p { font-size: $h5-size; }
.body-portion {
h3 { margin-top: 50px; }
form {
&>div {
margin: 10px 0;
&:last-child { margin-bottom: 0; }
}
.row .columns {
padding: 0 5px;
&:first-child { padding-left: 0; }
... | SquareSquash/web/app/assets/stylesheets/sessions.css.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/sessions.css.scss",
"repo_id": "SquareSquash",
"token_count": 217
} | 115 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/app/controllers/commits_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/commits_controller.rb",
"repo_id": "SquareSquash",
"token_count": 2290
} | 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/app/helpers/mail_helper.rb/0 | {
"file_path": "SquareSquash/web/app/helpers/mail_helper.rb",
"repo_id": "SquareSquash",
"token_count": 797
} | 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/app/models/membership.rb/0 | {
"file_path": "SquareSquash/web/app/models/membership.rb",
"repo_id": "SquareSquash",
"token_count": 1502
} | 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/app/models/watch.rb/0 | {
"file_path": "SquareSquash/web/app/models/watch.rb",
"repo_id": "SquareSquash",
"token_count": 554
} | 119 |
The fix for this bug has just been deployed:
<%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %>
Project: <%= @bug.environment.project.name %>
Environment: <%= @bug.environment.name %>
Revision: <%= @bug.revision %>
Blamed Commit: <%= @bug.blamed_revision %>
Fix Commit: ... | SquareSquash/web/app/views/notification_mailer/deploy.text.erb/0 | {
"file_path": "SquareSquash/web/app/views/notification_mailer/deploy.text.erb",
"repo_id": "SquareSquash",
"token_count": 238
} | 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 o... | SquareSquash/web/app/views/projects/show.js.erb/0 | {
"file_path": "SquareSquash/web/app/views/projects/show.js.erb",
"repo_id": "SquareSquash",
"token_count": 1176
} | 121 |
---
url:
| SquareSquash/web/config/environments/test/people.yml/0 | {
"file_path": "SquareSquash/web/config/environments/test/people.yml",
"repo_id": "SquareSquash",
"token_count": 5
} | 122 |
---
name: Squash
basePath: '/api/1.0'
description: |
The API for Squash allows client libraries to notify Squash of exceptions and
deploys, and upload data that Squash can use to analyze incoming exceptions
(e.g., source maps, symbolication data, etc.).
| SquareSquash/web/doc/fdoc/squash.fdoc.service/0 | {
"file_path": "SquareSquash/web/doc/fdoc/squash.fdoc.service",
"repo_id": "SquareSquash",
"token_count": 73
} | 123 |
# 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/feed.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/feed.js.coffee",
"repo_id": "SquareSquash",
"token_count": 3280
} | 124 |
# 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/job.rb/0 | {
"file_path": "SquareSquash/web/lib/background_runner/job.rb",
"repo_id": "SquareSquash",
"token_count": 425
} | 125 |
# 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/service/jira.rb/0 | {
"file_path": "SquareSquash/web/lib/service/jira.rb",
"repo_id": "SquareSquash",
"token_count": 1539
} | 126 |
# 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/occurrence_notification_mailer.rb/0 | {
"file_path": "SquareSquash/web/lib/workers/occurrence_notification_mailer.rb",
"repo_id": "SquareSquash",
"token_count": 769
} | 127 |
# 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/spec/controllers/commits_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/commits_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 3503
} | 128 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/lib/message_template_matcher_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/lib/message_template_matcher_spec.rb",
"repo_id": "SquareSquash",
"token_count": 1214
} | 129 |
/* Flot plugin for rendering pie charts.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes that each series has a single data value, and that each
value is a positive integer or zero. Negative numbers don't make sense for a
pie chart, and have unpredictable results. Th... | SquareSquash/web/vendor/assets/javascripts/flot/pie.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/flot/pie.js",
"repo_id": "SquareSquash",
"token_count": 9454
} | 130 |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (Wed, 12 Feb 2014 03:42:24 GMT)
*
* @copyright
* Copyright (C) 2004-2013 Alex Gorbat... | SquareSquash/web/vendor/assets/javascripts/sh/shBrushCpp.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushCpp.js",
"repo_id": "SquareSquash",
"token_count": 2281
} | 131 |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (Wed, 12 Feb 2014 03:42:24 GMT)
*
* @copyright
* Copyright (C) 2004-2013 Alex Gorbat... | SquareSquash/web/vendor/assets/javascripts/sh/shBrushPython.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushPython.js",
"repo_id": "SquareSquash",
"token_count": 978
} | 132 |
# This module handles initialization of the Configoro object, and contains some
# utility methods.
module Configoro
# Creates the configuration dictionary and stores it under
# `MyApp::Configuration` (assuming an application named `MyApp`).
def self.initialize
namespace.const_set :Configuration, load_envir... | SquareSquash/web/vendor/configoro/base.rb/0 | {
"file_path": "SquareSquash/web/vendor/configoro/base.rb",
"repo_id": "SquareSquash",
"token_count": 721
} | 133 |
<div class="form-group">
<div class="form-check">
<input
class="form-check-input"
type="checkbox"
[attr.id]="controlId"
[attr.aria-describedby]="describedById"
[formControl]="internalControl"
(blur)="onBlurInternal()"
/>
<label class="form-check-label" [attr.for]="contr... | bitwarden/web/bitwarden_license/src/app/organizations/components/input-checkbox.component.html/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/organizations/components/input-checkbox.component.html",
"repo_id": "bitwarden",
"token_count": 202
} | 134 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="addTitle">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="addTitle">
{{ "addExistingOrganization" | i18n }}
... | bitwarden/web/bitwarden_license/src/app/providers/clients/add-organization.component.html/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/clients/add-organization.component.html",
"repo_id": "bitwarden",
"token_count": 860
} | 135 |
<div class="page-header d-flex">
<h1>{{ "people" | i18n }}</h1>
<div class="ml-auto d-flex">
<div class="btn-group btn-group-sm" role="group">
<button
type="button"
class="btn btn-outline-secondary"
[ngClass]="{ active: status == null }"
(click)="filter(null)"
>
... | bitwarden/web/bitwarden_license/src/app/providers/manage/people.component.html/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/manage/people.component.html",
"repo_id": "bitwarden",
"token_count": 4545
} | 136 |
import { Component, OnInit } from "@angular/core";
import { ActivatedRoute, Router } from "@angular/router";
import { first } from "rxjs/operators";
import { ValidationService } from "jslib-angular/services/validation.service";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService ... | bitwarden/web/bitwarden_license/src/app/providers/setup/setup.component.ts/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/setup/setup.component.ts",
"repo_id": "bitwarden",
"token_count": 1163
} | 137 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="/404/bootstrap.min.css"
rel="stylesheet"
type="text/css"
integrity="sha38... | bitwarden/web/src/404.html/0 | {
"file_path": "bitwarden/web/src/404.html",
"repo_id": "bitwarden",
"token_count": 855
} | 138 |
import { Component } from "@angular/core";
import { Router } from "@angular/router";
import { ApiService } from "jslib-common/abstractions/api.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { LogService } from "jslib-common/abstractions/log.service";
import { PlatformUtilsServic... | bitwarden/web/src/app/accounts/recover-delete.component.ts/0 | {
"file_path": "bitwarden/web/src/app/accounts/recover-delete.component.ts",
"repo_id": "bitwarden",
"token_count": 480
} | 139 |
import { Component } from "@angular/core";
import { Router } from "@angular/router";
import { UpdatePasswordComponent as BaseUpdatePasswordComponent } from "jslib-angular/components/update-password.component";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-comm... | bitwarden/web/src/app/accounts/update-password.component.ts/0 | {
"file_path": "bitwarden/web/src/app/accounts/update-password.component.ts",
"repo_id": "bitwarden",
"token_count": 591
} | 140 |
import { Component, Input, OnInit } from "@angular/core";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { OrganizationService } from "jslib-common/abstractions/organization.service";
import { Utils } from "jslib-common/misc/utils";
import { Organization } from "jslib-common/models/domain... | bitwarden/web/src/app/components/organization-switcher.component.ts/0 | {
"file_path": "bitwarden/web/src/app/components/organization-switcher.component.ts",
"repo_id": "bitwarden",
"token_count": 346
} | 141 |
import { NgModule } from "@angular/core";
import { UserVerificationComponent } from "jslib-angular/components/user-verification.component";
import { AcceptEmergencyComponent } from "../accounts/accept-emergency.component";
import { AcceptOrganizationComponent } from "../accounts/accept-organization.component";
import... | bitwarden/web/src/app/modules/loose-components.module.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/loose-components.module.ts",
"repo_id": "bitwarden",
"token_count": 6701
} | 142 |
<ng-container *ngIf="!hide">
<ng-container [ngSwitch]="displayMode">
<ng-container *ngSwitchCase="'noOrganizations'">
<ul class="filter-options">
<li class="filter-option active">
<span class="filter-buttons">
<button class="filter-button">
<i class="bwi bwi-fw bw... | bitwarden/web/src/app/modules/vault-filter/components/organization-filter.component.html/0 | {
"file_path": "bitwarden/web/src/app/modules/vault-filter/components/organization-filter.component.html",
"repo_id": "bitwarden",
"token_count": 2990
} | 143 |
import { NgModule } from "@angular/core";
import { VaultModule } from "../../vault.module";
import { IndividualVaultRoutingModule } from "./individual-vault-routing.module";
import { IndividualVaultComponent } from "./individual-vault.component";
@NgModule({
imports: [VaultModule, IndividualVaultRoutingModule],
... | bitwarden/web/src/app/modules/vault/modules/individual-vault/individual-vault.module.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/vault/modules/individual-vault/individual-vault.module.ts",
"repo_id": "bitwarden",
"token_count": 123
} | 144 |
import { Component, Input } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { OrganizationUserBulkRequest } from "jslib-common/models/request/organizationUserBulkRequest";
import { BulkUserDetails } ... | bitwarden/web/src/app/organizations/manage/bulk/bulk-remove.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/bulk/bulk-remove.component.ts",
"repo_id": "bitwarden",
"token_count": 466
} | 145 |
import { Component, OnInit } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { OrganizationService } from "jslib-common/abstractions/organization.service";
import { Organization } from "jslib-common/models/domain/organization";
@Component({
selector: "app-org-manage",
templateUrl: "... | bitwarden/web/src/app/organizations/manage/manage.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/manage.component.ts",
"repo_id": "bitwarden",
"token_count": 320
} | 146 |
import { Directive, Input, OnInit } from "@angular/core";
import { FormControl, FormGroup } from "@angular/forms";
import { PolicyType } from "jslib-common/enums/policyType";
import { Organization } from "jslib-common/models/domain/organization";
import { PolicyRequest } from "jslib-common/models/request/policyRequest... | bitwarden/web/src/app/organizations/policies/base-policy.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/policies/base-policy.component.ts",
"repo_id": "bitwarden",
"token_count": 457
} | 147 |
import { Component } from "@angular/core";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { PolicyType } from "jslib-common/enums/policyType";
import { PolicyRequest } from "jslib-common/models/request/policyRequest";
import { BasePolicy, BasePolicyComponent } from "./base-policy.compone... | bitwarden/web/src/app/organizations/policies/single-org.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/policies/single-org.component.ts",
"repo_id": "bitwarden",
"token_count": 467
} | 148 |
import { Component } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { ModalService } from "jslib-angular/services/modal.service";
import { CipherService } from "jslib-common/abstractions/cipher.service";
import { LogService } from "jslib-common/abstractions/log.service";
import { Messag... | bitwarden/web/src/app/organizations/tools/inactive-two-factor-report.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/tools/inactive-two-factor-report.component.ts",
"repo_id": "bitwarden",
"token_count": 603
} | 149 |
import { Component, OnInit } from "@angular/core";
import { AuditService } from "jslib-common/abstractions/audit.service";
import { StateService } from "jslib-common/abstractions/state.service";
import { BreachAccountResponse } from "jslib-common/models/response/breachAccountResponse";
@Component({
selector: "app-b... | bitwarden/web/src/app/reports/breach-report.component.ts/0 | {
"file_path": "bitwarden/web/src/app/reports/breach-report.component.ts",
"repo_id": "bitwarden",
"token_count": 350
} | 150 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.