text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /********************************************************** * This script provides syntax highlighting support for * the Ntriples format. * Ntriples format specification: * http://www.w3.o...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/ntriples/ntriples.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/ntriples/ntriples.js", "repo_id": "Humsen", "token_count": 3158 }
45
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "ruby"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("divide_equal_operator", ...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/ruby/test.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/ruby/test.js", "repo_id": "Humsen", "token_count": 164 }
46
// 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/velocity/velocity.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/velocity/velocity.js", "repo_id": "Humsen", "token_count": 3606 }
47
/* Name: Base16 Default Light Author: Chris Kempson (http://chriskempson.com) CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools) Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ .cm-s-base16-light.CodeMirror {bac...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/base16-light.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/base16-light.css", "repo_id": "Humsen", "token_count": 784 }
48
/* Name: Paraíso (Light) Author: Jan T. Sott Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror) Inspired by the art of Rubens LP (http://www.rubenslp.com.br) */ .cm-s-paraiso-light.CodeMirror {background: #e7e9db; color: #41323f;} .cm-s-paraiso-light div.CodeMirro...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/paraiso-light.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/paraiso-light.css", "repo_id": "Humsen", "token_count": 789 }
49
/*! * Image (upload) dialog plugin for Editor.md * * @file image-dialog.js * @author pandao * @version 1.3.4 * @updateTime 2015-06-09 * {@link https://github.com/pandao/editor.md} * @license MIT */ (function() { var factory = function (exports) { var pluginName = "image-di...
Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/image-dialog/image-dialog.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/plugins/image-dialog/image-dialog.js", "repo_id": "Humsen", "token_count": 5046 }
50
/* http://www.JSON.org/json2.js 2011-02-23 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html USE YOUR OWN COPY. IT IS EXTREMELY UNWISE...
Humsen/web/web-mobile/WebContent/plugins/json/js/json2.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/json/js/json2.js", "repo_id": "Humsen", "token_count": 8028 }
51
(function($) { /** * Bulgarian language package * Translated by @mraiur */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Моля, въведете валиден base 64 кодиран' }, between: { 'default': 'Моля, въ...
Humsen/web/web-mobile/WebContent/plugins/validator/js/language/bg_BG.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/bg_BG.js", "repo_id": "Humsen", "token_count": 10627 }
52
(function($) { /** * Norwegian language package * Translated by @trondulseth */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Vennligst fyll ut dette feltet med en gyldig base64-kodet verdi' }, between: { ...
Humsen/web/web-mobile/WebContent/plugins/validator/js/language/no_NO.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/validator/js/language/no_NO.js", "repo_id": "Humsen", "token_count": 8169 }
53
.webuploader-container { position: relative; } .webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); } .webuploader-pick { position: relative; display: inline-block; cursor: pointer; background: #00b7ee; padding: 10px 15px; ...
Humsen/web/web-mobile/WebContent/plugins/webuploader/webuploader.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/webuploader/webuploader.css", "repo_id": "Humsen", "token_count": 218 }
54
/** * 加载博客目录 * * @author 何明胜 * * 2017年9月18日 */ /** 加载插件 * */ $.ajax({ url : '/plugins/plugins.html', // 这里是静态页的地址 async : false, type : 'GET', // 静态页用get方法,否则服务器会抛出405错误 success : function(data) { $($('head')[0]).find('script:first').after(data); } }); $(function() { /** 顶部导航栏 **/ $.ajax({ url : '/...
Humsen/web/web-pc/WebContent/js/article/blog.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/js/article/blog.js", "repo_id": "Humsen", "token_count": 2583 }
55
/** * 网站顶部导航栏 * * @author 何明胜 * * 2017年10月18日 */ $(document).ready( function() { // 选择的栏目增加active var menuBarNo = Number($('#menuBarNo').val()); $('.nav.nav-pills.topbar-nav').children().removeClass('active').eq( menuBarNo).addClass('active'); // 加载当前网站访问统计 loadAccessStatistics(); //...
Humsen/web/web-pc/WebContent/js/navigation/topbar.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/js/navigation/topbar.js", "repo_id": "Humsen", "token_count": 1240 }
56
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>写新文章</title> </head> <!-- 网站图标 --> <link rel="shortcut icon" href="/images/favicon.ico"> <!-- jQuery --> <script src="/plugins/jquery/js/jquery-3.2.1.min.js"></script> <!-- editormd start --> <link rel="stylesheet" href="/plugins/editormd/css/editormd.min.c...
Humsen/web/web-pc/WebContent/module/upload/editor.html/0
{ "file_path": "Humsen/web/web-pc/WebContent/module/upload/editor.html", "repo_id": "Humsen", "token_count": 1753 }
57
(function($) { /** * Spanish language package * Translated by @vadail */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Por favor introduce un valor válido en base 64' }, between: { 'default': 'Po...
Humsen/web/web-pc/WebContent/plugins/validator/js/language/es_ES.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/es_ES.js", "repo_id": "Humsen", "token_count": 7827 }
58
(function($) { /** * Albanian language package * Translated by @desaretiuss */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Ju lutem përdorni sistemin e kodimit Base64' }, between: { 'default': ...
Humsen/web/web-pc/WebContent/plugins/validator/js/language/sq_AL.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/sq_AL.js", "repo_id": "Humsen", "token_count": 8438 }
59
<!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" cont...
Humsen/web/web-pc/WebContent/topic/contact/contact.html/0
{ "file_path": "Humsen/web/web-pc/WebContent/topic/contact/contact.html", "repo_id": "Humsen", "token_count": 1280 }
60
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_advanced_search_x2x # # Translators: # Bole <bole@dajmi5.com>, 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" "PO-Revision-Date: ...
OCA/web/web_advanced_search/i18n/hr.po/0
{ "file_path": "OCA/web/web_advanced_search/i18n/hr.po", "repo_id": "OCA", "token_count": 622 }
61
from . import base
OCA/web/web_apply_field_style/demo/__init__.py/0
{ "file_path": "OCA/web/web_apply_field_style/demo/__init__.py", "repo_id": "OCA", "token_count": 5 }
62
from . import models
OCA/web/web_chatter_position/__init__.py/0
{ "file_path": "OCA/web/web_chatter_position/__init__.py", "repo_id": "OCA", "token_count": 5 }
63
#. There's a **Chatter Position** option in **User Preferences**, where you can choose between ``auto``, ``bottom`` and ``sided``.
OCA/web/web_chatter_position/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_chatter_position/readme/USAGE.rst", "repo_id": "OCA", "token_count": 37 }
64
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_company_color # msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-08-07 16:10+0000\n" "Last-Translator: \"Jan Tapper [Onestein]\" <j.tapper@onestein.nl>\n" "...
OCA/web/web_company_color/i18n/nl.po/0
{ "file_path": "OCA/web/web_company_color/i18n/nl.po", "repo_id": "OCA", "token_count": 1575 }
65
# Copyright 2019 Alexandre Díaz <dev@redneboa.es> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import base64 import math from io import BytesIO from PIL import Image def n_rgb_to_hex(_r, _g, _b): return "#{:02x}{:02x}{:02x}".format(int(255 * _r), int(255 * _g), int(255 * _b)) def convert_to_...
OCA/web/web_company_color/utils.py/0
{ "file_path": "OCA/web/web_company_color/utils.py", "repo_id": "OCA", "token_count": 605 }
66
========= Dark Mode ========= .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:92c42b374159b10469f7a113505b27048...
OCA/web/web_dark_mode/README.rst/0
{ "file_path": "OCA/web/web_dark_mode/README.rst", "repo_id": "OCA", "token_count": 1023 }
67
- Implement dark mode for PoS with a glue module
OCA/web/web_dark_mode/readme/ROADMAP.rst/0
{ "file_path": "OCA/web/web_dark_mode/readme/ROADMAP.rst", "repo_id": "OCA", "token_count": 12 }
68
from . import tile_tile from . import tile_category
OCA/web/web_dashboard_tile/models/__init__.py/0
{ "file_path": "OCA/web/web_dashboard_tile/models/__init__.py", "repo_id": "OCA", "token_count": 14 }
69
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_dialog_size # msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-09-01 12:52+0000\n" "Last-Translator: 黎伟杰 <674416404@qq.com>\n" "Language-Team: none\n" "Lang...
OCA/web/web_dialog_size/i18n/zh_CN.po/0
{ "file_path": "OCA/web/web_dialog_size/i18n/zh_CN.po", "repo_id": "OCA", "token_count": 286 }
70
from . import test_web_dialog_size
OCA/web/web_dialog_size/tests/__init__.py/0
{ "file_path": "OCA/web/web_dialog_size/tests/__init__.py", "repo_id": "OCA", "token_count": 12 }
71
The standard grants/prevents access to any UI export via *Access to export feature* group. This module adds a new group for the 'Direct Export (xlsx)' feature, leaving the standard one for only the 'Export All' feature. Admin users can always use the export option.
OCA/web/web_disable_export_group/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_disable_export_group/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 67 }
72
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_environment_ribbon # msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2019-08-04 17:44+0000\n" "Last-Translator: eduardgm <eduard.garcia@qubiq.es>\n" "Language-T...
OCA/web/web_environment_ribbon/i18n/es.po/0
{ "file_path": "OCA/web/web_environment_ribbon/i18n/es.po", "repo_id": "OCA", "token_count": 356 }
73
Mark a Test Environment with a red ribbon on the top left corner in every page
OCA/web/web_environment_ribbon/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_environment_ribbon/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 17 }
74
* Mantavya Gajjar <mga@openerp.com> * Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es> * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com> * Jay Vora (SerpentCS) for their alternative implementation * Jan Verbeek <jverbeek@therp.nl> * Manuel Calero <manuelcalerosolis@gmail.com> * Alvaro Estebanez (brain-tec AG) <alvaro....
OCA/web/web_group_expand/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_group_expand/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 163 }
75
**Demo:** .. image:: ../static/description/demo.gif You can see the demo live by going to the users list view (Settings > Users & Companies > Users) and clicking the little '?' next to the view switcher. .. image:: ../static/description/viewswitcher.png Also there's a demo for the change password wizard: .. ...
OCA/web/web_help/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_help/readme/USAGE.rst", "repo_id": "OCA", "token_count": 147 }
76
======================== Web hide field with keys ======================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source dig...
OCA/web/web_hide_field_with_key/README.rst/0
{ "file_path": "OCA/web/web_hide_field_with_key/README.rst", "repo_id": "OCA", "token_count": 1164 }
77
This module allows to show a message popup on the client side as result of a button.
OCA/web/web_ir_actions_act_window_message/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 19 }
78
# Copyright 2023 Hunki Enterprises BV # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import ir_actions_act_window_page
OCA/web/web_ir_actions_act_window_page/models/__init__.py/0
{ "file_path": "OCA/web/web_ir_actions_act_window_page/models/__init__.py", "repo_id": "OCA", "token_count": 50 }
79
* Dennis Sluijk <d.sluijk@onestein.nl> * Aldo Soares <soares_aldo@hotmail.com> * `Tecnativa <https://www.tecnativa.com>`_: * Ernesto Tejeda * Nilesh Sheliya <nilesh@synodica.com>
OCA/web/web_listview_range_select/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_listview_range_select/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 85 }
80
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_m2x_options # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-03 03:50+0000\n" "PO-Rev...
OCA/web/web_m2x_options/i18n/fr.po/0
{ "file_path": "OCA/web/web_m2x_options/i18n/fr.po", "repo_id": "OCA", "token_count": 1700 }
81
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_notify # # Translators: # Peter Hageman <hageman.p@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-07-13 16:07+0000\n" "PO-Revision-Date: ...
OCA/web/web_notify/i18n/nl_NL.po/0
{ "file_path": "OCA/web/web_notify/i18n/nl_NL.po", "repo_id": "OCA", "token_count": 1322 }
82
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import test_res_users
OCA/web/web_notify/tests/__init__.py/0
{ "file_path": "OCA/web/web_notify/tests/__init__.py", "repo_id": "OCA", "token_count": 36 }
83
from . import test_notify_channel_message
OCA/web/web_notify_channel_message/tests/__init__.py/0
{ "file_path": "OCA/web/web_notify_channel_message/tests/__init__.py", "repo_id": "OCA", "token_count": 12 }
84
#add_computed_measure_wrapper { padding: 0 20px; min-width: 300px; white-space: nowrap; .d-table-cell { vertical-align: middle; padding: 3px 0; } }
OCA/web/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.scss/0
{ "file_path": "OCA/web/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.scss", "repo_id": "OCA", "token_count": 90 }
85
# 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). import json from odoo.http import Controller, request, route class PWA(Controller): def _get_pwa_scripts(self): ...
OCA/web/web_pwa_oca/controllers/main.py/0
{ "file_path": "OCA/web/web_pwa_oca/controllers/main.py", "repo_id": "OCA", "token_count": 2482 }
86
<?xml version="1.0" encoding="utf-8" ?> <odoo> <record id="res_config_settings_view_form" model="ir.ui.view"> <field name="name">res.config.settings.view.form.pwa</field> <field name="model">res.config.settings</field> <field name="inherit_id" ref="base_setup.res_config_setti...
OCA/web/web_pwa_oca/views/res_config_settings_views.xml/0
{ "file_path": "OCA/web/web_pwa_oca/views/res_config_settings_views.xml", "repo_id": "OCA", "token_count": 2711 }
87
/** @odoo-module **/ /* Copyright 2024 Tecnativa - Carlos Roca * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ import {ControlPanel} from "@web/search/control_panel/control_panel"; import {Refresher} from "./refresher.esm"; ControlPanel.components = Object.assign({}, ControlPanel.components, { ...
OCA/web/web_refresher/static/src/js/control_panel.esm.js/0
{ "file_path": "OCA/web/web_refresher/static/src/js/control_panel.esm.js", "repo_id": "OCA", "token_count": 114 }
88
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_responsive # msgid "" msgstr "" "Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2022-08-08 23:07+0000\n" "Last-Translator: Jacek Michalski <michalski.jck@gmail.com>\n" "Language-T...
OCA/web/web_responsive/i18n/pl.po/0
{ "file_path": "OCA/web/web_responsive/i18n/pl.po", "repo_id": "OCA", "token_count": 1808 }
89
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright 2021 Sergey Shebanin Copyright 2023 Onestein - Anjeel Haria License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). --> <templates> <!-- Legacy control panel templates --> <t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl...
OCA/web/web_responsive/static/src/components/control_panel/control_panel.xml/0
{ "file_path": "OCA/web/web_responsive/static/src/components/control_panel/control_panel.xml", "repo_id": "OCA", "token_count": 6288 }
90
====================== Save & Discard Buttons ====================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: s...
OCA/web/web_save_discard_button/README.rst/0
{ "file_path": "OCA/web/web_save_discard_button/README.rst", "repo_id": "OCA", "token_count": 1156 }
91
==================================== Use AND conditions on omnibar search ==================================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
OCA/web/web_search_with_and/README.rst/0
{ "file_path": "OCA/web/web_search_with_and/README.rst", "repo_id": "OCA", "token_count": 1366 }
92
# Copyright 2023 Camptocamp SA - Telmo Santos # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Web Select All Companies", "summary": "Allows you to select all companies in one click.", "version": "16.0.1.0.1", "category": "Web", "website": "https://github.com/OCA/web"...
OCA/web/web_select_all_companies/__manifest__.py/0
{ "file_path": "OCA/web/web_select_all_companies/__manifest__.py", "repo_id": "OCA", "token_count": 337 }
93
#. module: web_send_message_popup #. odoo-javascript #: code:addons/web_send_message_popup/static/src/models/chatter/chatter.esm.js:0 #, python-format msgid "Compose Email" msgstr ""
OCA/web/web_send_message_popup/i18n/fa.po/0
{ "file_path": "OCA/web/web_send_message_popup/i18n/fa.po", "repo_id": "OCA", "token_count": 71 }
94
/*********************************************************** Variables ************************************************************/ $input-border-color: #cccccc; $input-border-color-focus: #71639e; $input-background-color-required: #d2d2ff; $input-color-placeholder-required: #6c757d; $button-border-color: #d...
OCA/web/web_theme_classic/static/src/scss/web_theme_classic.scss/0
{ "file_path": "OCA/web/web_theme_classic/static/src/scss/web_theme_classic.scss", "repo_id": "OCA", "token_count": 955 }
95
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_timeline # msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2020-07-08 05:19+0000\n" "Last-Translator: 黎伟杰 <674416404@qq.com>\n" "Language-Team: none\n" "Languag...
OCA/web/web_timeline/i18n/zh_CN.po/0
{ "file_path": "OCA/web/web_timeline/i18n/zh_CN.po", "repo_id": "OCA", "token_count": 1433 }
96
/* global py */ /* Odoo web_timeline * Copyright 2015 ACSONE SA/NV * Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com> * Copyright 2023 Onestein - Anjeel Haria * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ odoo.define("web_timeline.TimelineView", function (require) { "use strict"; ...
OCA/web/web_timeline/static/src/js/timeline_view.js/0
{ "file_path": "OCA/web/web_timeline/static/src/js/timeline_view.js", "repo_id": "OCA", "token_count": 3417 }
97
/** @odoo-module **/ /* Copyright 2023 Moduon Team S.L. * License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0) */ import {FormController} from "@web/views/form/form_controller"; import {patch} from "@web/core/utils/patch"; import {hasTouch} from "@web/core/browser/feature_detection"; patch(FormControlle...
OCA/web/web_touchscreen/static/src/form_controller.esm.js/0
{ "file_path": "OCA/web/web_touchscreen/static/src/form_controller.esm.js", "repo_id": "OCA", "token_count": 332 }
98
To use this module, you need to: #. Go to any tree view #. select some records #. open the sidebar menu and click 'Duplicate' Note that even when selecting all records via the top checkbox on a list, this will only duplicate the currently visible items. If you really need to duplicate all records, you need to adjust ...
OCA/web/web_tree_duplicate/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_tree_duplicate/readme/USAGE.rst", "repo_id": "OCA", "token_count": 111 }
99
#. On 17, we could remove the char field and only use the Json Field
OCA/web/web_widget_bokeh_chart/readme/ROADMAP.rst/0
{ "file_path": "OCA/web/web_widget_bokeh_chart/readme/ROADMAP.rst", "repo_id": "OCA", "token_count": 19 }
100
# Copyright 2021 Quentin DUPONT # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Web Widget DatePicker Full Options", "version": "16.0.1.0.0", "author": "GRAP, " "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Web", "website": "https://github.com/...
OCA/web/web_widget_datepicker_fulloptions/__manifest__.py/0
{ "file_path": "OCA/web/web_widget_datepicker_fulloptions/__manifest__.py", "repo_id": "OCA", "token_count": 269 }
101
# 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 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-Tea...
OCA/web/web_widget_domain_editor_dialog/i18n/zh_CN.po/0
{ "file_path": "OCA/web/web_widget_domain_editor_dialog/i18n/zh_CN.po", "repo_id": "OCA", "token_count": 426 }
102
* `CorporateHub <https://corporatehub.eu/>`__ * Alexey Pelykh <alexey.pelykh@corphub.eu> * `Therp BV <https://therp.nl/>`__ * Ronald Portier <ronald@therp.nl> * Thanakrit Pintana <thanakrit.p39@gmail.com> * `Trobz <https://trobz.com>`_: * Son Ho <sonho@trobz.com>
OCA/web/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 129 }
103
# Copyright 2019 Siddharth Bhalgami <siddharth.bhalgami@gmail.com> # Copyright 2019-Today: Druidoo (<https://www.druidoo.io>) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo import api, models class IrConfigParameter(models.Model): _inherit = "ir.config_parameter" @api.model de...
OCA/web/web_widget_image_webcam/models/ir_config_parameter.py/0
{ "file_path": "OCA/web/web_widget_image_webcam/models/ir_config_parameter.py", "repo_id": "OCA", "token_count": 196 }
104
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_widget_mpld3_chart # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-12-04 15:34+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Languag...
OCA/web/web_widget_mpld3_chart/i18n/it.po/0
{ "file_path": "OCA/web/web_widget_mpld3_chart/i18n/it.po", "repo_id": "OCA", "token_count": 323 }
105
// Copyright 2023 Moduon Team S.L. // License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) .widget_numeric_step { // Hide the buttons until the user hovers if possible @media (hover: hover) { .btn_numeric_step { visibility: hidden; } } &:hover .btn_numeric_step ...
OCA/web/web_widget_numeric_step/static/src/numeric_step.scss/0
{ "file_path": "OCA/web/web_widget_numeric_step/static/src/numeric_step.scss", "repo_id": "OCA", "token_count": 271 }
106
* Enric Tobella <etobella@creublanca.es> * Raf Ven <raf.ven@dynapps.be> * Dhara Solanki <dhara.solanki@initos.com> * `Quartile <https://www.quartile.co>`__: * Aung Ko Ko Lin
OCA/web/web_widget_open_tab/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_widget_open_tab/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 80 }
107
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_widget_x2many_2d_matrix # # Translators: # SaFi J. <safi2266@gmail.com>, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 07:41+0000\n" "PO-Revision-Dat...
OCA/web/web_widget_x2many_2d_matrix/i18n/ar.po/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/ar.po", "repo_id": "OCA", "token_count": 473 }
108
This module allows to show an x2many field with 3-tuples ($x_value, $y_value, $value) in a table +-----------+-------------+-------------+ | | $x_value1 | $x_value2 | +===========+=============+=============+ | $y_value1 | $value(1/1) | $value(2/1) | +-----------+-------------+-------------+ | $y_value2 ...
OCA/web/web_widget_x2many_2d_matrix/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 295 }
109
@import "vars"; #lean_overlay { position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; background: black; display: none; } .modal { display: none; &>a.close { position: absolute; top: 0px; right: 10px; font-size: 20px; font-weight: bold; color: rgba...
SquareSquash/web/app/assets/stylesheets/_modal.scss/0
{ "file_path": "SquareSquash/web/app/assets/stylesheets/_modal.scss", "repo_id": "SquareSquash", "token_count": 345 }
110
@import "vars"; body#users-show { h1 img { height: $h1-size; vertical-align: bottom; margin-right: 10px; } }
SquareSquash/web/app/assets/stylesheets/users.css.scss/0
{ "file_path": "SquareSquash/web/app/assets/stylesheets/users.css.scss", "repo_id": "SquareSquash", "token_count": 60 }
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/app/controllers/environments_controller.rb/0
{ "file_path": "SquareSquash/web/app/controllers/environments_controller.rb", "repo_id": "SquareSquash", "token_count": 710 }
112
# 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/obfuscation_map.rb/0
{ "file_path": "SquareSquash/web/app/models/obfuscation_map.rb", "repo_id": "SquareSquash", "token_count": 941 }
113
// 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/accounts/show.js.erb/0
{ "file_path": "SquareSquash/web/app/views/accounts/show.js.erb", "repo_id": "SquareSquash", "token_count": 813 }
114
There has been a new occurrence of this bug. Bug: <%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %> Occurrence: <%= project_environment_bug_occurrence_url @bug.environment.project, @bug.environment, @bug, @occurrence %> THE BUG <%= @bug.class_name %> <% if @bug.special_file? ...
SquareSquash/web/app/views/notification_mailer/occurrence.text.erb/0
{ "file_path": "SquareSquash/web/app/views/notification_mailer/occurrence.text.erb", "repo_id": "SquareSquash", "token_count": 628 }
115
# encoding: utf-8 # Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
SquareSquash/web/app/views/users/show.html.rb/0
{ "file_path": "SquareSquash/web/app/views/users/show.html.rb", "repo_id": "SquareSquash", "token_count": 588 }
116
--- from: squash@YOUR_DOMAIN domain: YOUR_DOMAIN strategy: sendmail smtp_settings: address: port: domain: user_name: password: authentication: enable_starttls_auto:
SquareSquash/web/config/environments/common/mailer.yml/0
{ "file_path": "SquareSquash/web/config/environments/common/mailer.yml", "repo_id": "SquareSquash", "token_count": 67 }
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/config/initializers/active_record.rb/0
{ "file_path": "SquareSquash/web/config/initializers/active_record.rb", "repo_id": "SquareSquash", "token_count": 942 }
118
# Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
SquareSquash/web/lib/api/errors.rb/0
{ "file_path": "SquareSquash/web/lib/api/errors.rb", "repo_id": "SquareSquash", "token_count": 232 }
119
# Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
SquareSquash/web/lib/assets/javascripts/live_update.js.coffee/0
{ "file_path": "SquareSquash/web/lib/assets/javascripts/live_update.js.coffee", "repo_id": "SquareSquash", "token_count": 972 }
120
# Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
SquareSquash/web/lib/background_runner/resque.rb/0
{ "file_path": "SquareSquash/web/lib/background_runner/resque.rb", "repo_id": "SquareSquash", "token_count": 842 }
121
# Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
SquareSquash/web/lib/sidekiq_auth_constraint.rb/0
{ "file_path": "SquareSquash/web/lib/sidekiq_auth_constraint.rb", "repo_id": "SquareSquash", "token_count": 476 }
122
# Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
SquareSquash/web/lib/workers/pager_duty_acknowledger.rb/0
{ "file_path": "SquareSquash/web/lib/workers/pager_duty_acknowledger.rb", "repo_id": "SquareSquash", "token_count": 942 }
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/script/jira_oauth.rb/0
{ "file_path": "SquareSquash/web/script/jira_oauth.rb", "repo_id": "SquareSquash", "token_count": 800 }
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/spec/controllers/environments_controller_spec.rb/0
{ "file_path": "SquareSquash/web/spec/controllers/environments_controller_spec.rb", "repo_id": "SquareSquash", "token_count": 919 }
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/spec/lib/service/jira_spec.rb/0
{ "file_path": "SquareSquash/web/spec/lib/service/jira_spec.rb", "repo_id": "SquareSquash", "token_count": 1381 }
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/spec/models/obfuscation_map_spec.rb/0
{ "file_path": "SquareSquash/web/spec/models/obfuscation_map_spec.rb", "repo_id": "SquareSquash", "token_count": 3327 }
127
/* Flot plugin for selecting regions of a plot. Copyright (c) 2007-2012 IOLA and Ole Laursen. Licensed under the MIT license. The plugin supports these options: selection: { mode: null or "x" or "y" or "xy", color: color } Selection support is enabled by setting the mode to one of "x", "y" or "xy". In "x" mode, t...
SquareSquash/web/vendor/assets/javascripts/flot/selection.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/flot/selection.js", "repo_id": "SquareSquash", "token_count": 5745 }
128
/** * 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/shBrushDelphi.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushDelphi.js", "repo_id": "SquareSquash", "token_count": 914 }
129
# A stripped-down version of Configoro that works without any gems. require 'erb' require 'yaml' load File.join(File.dirname(__FILE__), 'base.rb') # @private class Configoro::HashWithIndifferentAccess < ::Hash def deep_merge(other_hash) dup.deep_merge!(other_hash) end def deep_merge!(other_hash) other...
SquareSquash/web/vendor/configoro/simple.rb/0
{ "file_path": "SquareSquash/web/vendor/configoro/simple.rb", "repo_id": "SquareSquash", "token_count": 223 }
130
{ "printWidth": 100 }
bitwarden/web/.prettierrc.json/0
{ "file_path": "bitwarden/web/.prettierrc.json", "repo_id": "bitwarden", "token_count": 11 }
131
<div class="form-group"> <label>{{ label }}</label> <div class="input-group"> <input class="form-control" readonly [value]="controlValue" /> <div class="input-group-append" *ngIf="showLaunch"> <button type="button" class="btn btn-outline-secondary" appA11yTitle="{{ 'launch' | i...
bitwarden/web/bitwarden_license/src/app/organizations/components/input-text-readonly.component.html/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/organizations/components/input-text-readonly.component.html", "repo_id": "bitwarden", "token_count": 380 }
132
<div class="page-header d-flex"> <h1>{{ "clients" | i18n }}</h1> <div class="ml-auto d-flex"> <div> <label class="sr-only" for="search">{{ "search" | i18n }}</label> <input type="search" class="form-control form-control-sm" id="search" placeholder="{{ 'search' | i18n...
bitwarden/web/bitwarden_license/src/app/providers/clients/clients.component.html/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/clients/clients.component.html", "repo_id": "bitwarden", "token_count": 1491 }
133
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="userAddEditTitle"> <div class="modal-dialog modal-dialog-scrollable modal-lg" role="document"> <form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate > <d...
bitwarden/web/bitwarden_license/src/app/providers/manage/user-add-edit.component.html/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/manage/user-add-edit.component.html", "repo_id": "bitwarden", "token_count": 2306 }
134
function load(envName) { return { ...require("./config/base.json"), ...loadConfig(envName), ...loadConfig("local"), dev: { ...require("./config/base.json").dev, ...loadConfig(envName).dev, ...loadConfig("local").dev, }, }; } function log(configObj) { const repeatNum = 50; ...
bitwarden/web/config.js/0
{ "file_path": "bitwarden/web/config.js", "repo_id": "bitwarden", "token_count": 308 }
135
@font-face { font-family: "Open Sans"; font-style: italic; font-weight: 300; src: url(../fonts/Open_Sans-italic-300.woff) format("woff"); unicode-range: U+0-10FFFF; } @font-face { font-family: "Open Sans"; font-style: italic; font-weight: 400; src: url(../fonts/Open_Sans-italic-400.woff) format("woff...
bitwarden/web/src/404/styles.css/0
{ "file_path": "bitwarden/web/src/404/styles.css", "repo_id": "bitwarden", "token_count": 1331 }
136
import { Component } from "@angular/core"; import { Router } from "@angular/router"; import { ApiService } from "jslib-common/abstractions/api.service"; import { AuthService } from "jslib-common/abstractions/auth.service"; import { CryptoService } from "jslib-common/abstractions/crypto.service"; import { I18nService }...
bitwarden/web/src/app/accounts/recover-two-factor.component.ts/0
{ "file_path": "bitwarden/web/src/app/accounts/recover-two-factor.component.ts", "repo_id": "bitwarden", "token_count": 664 }
137
import { Component } from "@angular/core"; import { UpdateTempPasswordComponent as BaseUpdateTempPasswordComponent } from "jslib-angular/components/update-temp-password.component"; import { ApiService } from "jslib-common/abstractions/api.service"; import { CryptoService } from "jslib-common/abstractions/crypto.servic...
bitwarden/web/src/app/accounts/update-temp-password.component.ts/0
{ "file_path": "bitwarden/web/src/app/accounts/update-temp-password.component.ts", "repo_id": "bitwarden", "token_count": 563 }
138
import { Component } from "@angular/core"; import { PasswordRepromptComponent as BasePasswordRepromptComponent } from "jslib-angular/components/password-reprompt.component"; @Component({ templateUrl: "password-reprompt.component.html", }) export class PasswordRepromptComponent extends BasePasswordRepromptComponent ...
bitwarden/web/src/app/components/password-reprompt.component.ts/0
{ "file_path": "bitwarden/web/src/app/components/password-reprompt.component.ts", "repo_id": "bitwarden", "token_count": 80 }
139
import { Component, EventEmitter, Input, OnInit, Output } from "@angular/core"; import { SearchPipe } from "jslib-angular/pipes/search.pipe"; import { ApiService } from "jslib-common/abstractions/api.service"; import { I18nService } from "jslib-common/abstractions/i18n.service"; import { LogService } from "jslib-commo...
bitwarden/web/src/app/modules/organizations/manage/entity-users.component.ts/0
{ "file_path": "bitwarden/web/src/app/modules/organizations/manage/entity-users.component.ts", "repo_id": "bitwarden", "token_count": 2000 }
140
<ng-container *ngIf="!loaded"> <i class="bwi bwi-spinner bwi-spin text-muted tw-m-2" title="{{ 'loading' | i18n }}" aria-hidden="true" ></i> <span class="sr-only">{{ "loading" | i18n }}</span> </ng-container> <div *ngIf="loaded" class="tw-max-w-[300px] tw-min-w-[200px] tw-flex tw-flex-col"> <button ...
bitwarden/web/src/app/modules/vault-filter/components/organization-options.component.html/0
{ "file_path": "bitwarden/web/src/app/modules/vault-filter/components/organization-options.component.html", "repo_id": "bitwarden", "token_count": 641 }
141
<button bitBadge [style.color]="textColor" [style.background-color]="color" appA11yTitle="{{ organizationName }}" (click)="emitOnOrganizationClicked()" > {{ organizationName | ellipsis: 13 }} </button>
bitwarden/web/src/app/modules/vault/modules/organization-badge/organization-name-badge.component.html/0
{ "file_path": "bitwarden/web/src/app/modules/vault/modules/organization-badge/organization-name-badge.component.html", "repo_id": "bitwarden", "token_count": 77 }
142
import { Component } from "@angular/core"; import { OrganizationUserStatusType } from "jslib-common/enums/organizationUserStatusType"; import { ProviderUserStatusType } from "jslib-common/enums/providerUserStatusType"; export interface BulkUserDetails { id: string; name: string; email: string; status: Organiz...
bitwarden/web/src/app/organizations/manage/bulk/bulk-status.component.ts/0
{ "file_path": "bitwarden/web/src/app/organizations/manage/bulk/bulk-status.component.ts", "repo_id": "bitwarden", "token_count": 192 }
143
import { Component, OnInit, ViewChild, ViewContainerRef } from "@angular/core"; import { ActivatedRoute, Router } from "@angular/router"; import { first } from "rxjs/operators"; import { SearchPipe } from "jslib-angular/pipes/search.pipe"; import { UserNamePipe } from "jslib-angular/pipes/user-name.pipe"; import { Mod...
bitwarden/web/src/app/organizations/manage/people.component.ts/0
{ "file_path": "bitwarden/web/src/app/organizations/manage/people.component.ts", "repo_id": "bitwarden", "token_count": 5362 }
144