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 (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), "cjs"); else if (typeof define == "function" && define.am...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/addon/mode/loadmode.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/addon/mode/loadmode.js", "repo_id": "Humsen", "token_count": 892 }
60
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE // Define search commands. Depends on dialog.js or another // implementation of the openDialog method. // Replace works a little oddly -- it will do the replace on the next // Ctrl-G (or what...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/addon/search/search.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/addon/search/search.js", "repo_id": "Humsen", "token_count": 2844 }
61
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /* * ===================================================================================== * * Filename: mode/asterisk/asterisk.js * * Description: CodeMirror mode for Asterisk...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/asterisk/asterisk.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/asterisk/asterisk.js", "repo_id": "Humsen", "token_count": 3365 }
62
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /* DTD mode Ported to CodeMirror by Peter Kroon <plakroon@gmail.com> Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues GitHub: @peterkroon */ (function(mod) { ...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/dtd/dtd.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/dtd/dtd.js", "repo_id": "Humsen", "token_count": 2065 }
63
// 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-pc/WebContent/plugins/editormd/lib/codemirror/mode/haskell/haskell.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/haskell/haskell.js", "repo_id": "Humsen", "token_count": 3726 }
64
// 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) // AMD ...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/meta.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/meta.js", "repo_id": "Humsen", "token_count": 5215 }
65
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /** * @file smartymixed.js * @brief Smarty Mixed Codemirror mode (Smarty + Mixed HTML) * @author Ruslan Osmanov <rrosmanov at gmail dot com> * @version 3.0 * @date 05.07.2013 */ // Warning: D...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/smartymixed/smartymixed.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/smartymixed/smartymixed.js", "repo_id": "Humsen", "token_count": 2722 }
66
// 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-pc/WebContent/plugins/editormd/lib/codemirror/mode/toml/toml.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/mode/toml/toml.js", "repo_id": "Humsen", "token_count": 1307 }
67
/* Name: 3024 day Author: Jan T. Sott (http://github.com/idleberg) CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ .cm-s-3024-day.CodeMirror {background: #f7f7f7; co...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/3024-day.css/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/3024-day.css", "repo_id": "Humsen", "token_count": 800 }
68
/* Based on Sublime Text's Monokai theme */ .cm-s-monokai.CodeMirror {background: #272822; color: #f8f8f2;} .cm-s-monokai div.CodeMirror-selected {background: #49483E !important;} .cm-s-monokai.CodeMirror ::selection { background: rgba(73, 72, 62, .99); } .cm-s-monokai.CodeMirror ::-moz-selection { background: rgba(73...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/monokai.css/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/monokai.css", "repo_id": "Humsen", "token_count": 684 }
69
/** * " * Using Zenburn color palette from the Emacs Zenburn Theme * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css */ .cm...
Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/zenburn.css/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/lib/codemirror/theme/zenburn.css", "repo_id": "Humsen", "token_count": 823 }
70
/*! * Goto line dialog plugin for Editor.md * * @file goto-line-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 $ = jQuery; var...
Humsen/web/web-pc/WebContent/plugins/editormd/plugins/goto-line-dialog/goto-line-dialog.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/editormd/plugins/goto-line-dialog/goto-line-dialog.js", "repo_id": "Humsen", "token_count": 2048 }
71
(function($) { /** * German language package * Translated by @logemann */ $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, { base64: { 'default': 'Bitte eine Base64 Kodierung eingeben' }, between: { 'default': 'Bitte einen...
Humsen/web/web-pc/WebContent/plugins/validator/js/language/de_DE.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/validator/js/language/de_DE.js", "repo_id": "Humsen", "token_count": 7847 }
72
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>文章</title> <meta name="description" content="欢迎来到何明胜的个人网站.本站主要用于记录和分享本人的学习心得和编程经验,并分享常见可复用代码、推荐书籍以及软件等资源.本站源码已托管github,欢迎访问:https://github.com/HelloHusen/web"> <meta name="keywords" content="何明胜,何明胜的个人网站,何明胜的博客,一格的程序人生"> <meta name="author" content="何明胜,一格">...
Humsen/web/web-pc/WebContent/topic/blog/blog_template.html/0
{ "file_path": "Humsen/web/web-pc/WebContent/topic/blog/blog_template.html", "repo_id": "Humsen", "token_count": 877 }
73
[MASTER] load-plugins=pylint_odoo score=n [ODOOLINT] readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst" manifest-required-authors=Odoo Community Association (OCA) manifest-required-keys=license manifest-deprecated-keys=description,active license-allowed=AGPL-3,GPL-2,G...
OCA/web/.pylintrc-mandatory/0
{ "file_path": "OCA/web/.pylintrc-mandatory", "repo_id": "OCA", "token_count": 1054 }
74
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_advanced_search_x2x # # Translators: # Rudolf Schnapka <rs@techno-flex.de>, 2018 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-Re...
OCA/web/web_advanced_search/i18n/de.po/0
{ "file_path": "OCA/web/web_advanced_search/i18n/de.po", "repo_id": "OCA", "token_count": 604 }
75
To use this module, you need to: * Open *Filters* in a search view * Select any relational field * Select operator `is equal to` or `is not equal to` * The text field changes to a relational selection field where you can search for the record in question * Click *Apply* To search for properties of linked records (i...
OCA/web/web_advanced_search/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_advanced_search/readme/USAGE.rst", "repo_id": "OCA", "token_count": 221 }
76
================= Apply Field Style ================= .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:38a4bb4c2...
OCA/web/web_apply_field_style/README.rst/0
{ "file_path": "OCA/web/web_apply_field_style/README.rst", "repo_id": "OCA", "token_count": 1279 }
77
from . import test_module
OCA/web/web_apply_field_style/tests/__init__.py/0
{ "file_path": "OCA/web/web_apply_field_style/tests/__init__.py", "repo_id": "OCA", "token_count": 7 }
78
/** @odoo-module **/ /* Copyright 2023 Tecnativa - Stefan Ungureanu * License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */ import {CalendarCommonRenderer} from "@web/views/calendar/calendar_common/calendar_common_renderer"; import {patch} from "@web/core/utils/patch"; patch( CalendarCommonRenderer.p...
OCA/web/web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js/0
{ "file_path": "OCA/web/web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js", "repo_id": "OCA", "token_count": 303 }
79
# Copyright 2022 Hynsys Technologies # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo import fields, models class ResUsers(models.Model): _inherit = "res.users" chatter_position = fields.Selection( [ ("auto", "Responsive"), ("bottom", "Bottom"), ...
OCA/web/web_chatter_position/models/res_users.py/0
{ "file_path": "OCA/web/web_chatter_position/models/res_users.py", "repo_id": "OCA", "token_count": 275 }
80
# 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: 2023-11-06 17:37+0000\n" "Last-Translator: Rémi <remi@le-filament.com>\n" "Language-Team: none\n...
OCA/web/web_company_color/i18n/fr.po/0
{ "file_path": "OCA/web/web_company_color/i18n/fr.po", "repo_id": "OCA", "token_count": 1429 }
81
# © 2022 Florian Kantelberg - initOS GmbH # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models class ResUsers(models.Model): _inherit = "res.users" dark_mode = fields.Boolean() dark_mode_device_dependent = fields.Boolean("Device Dependent Dark Mode") @pro...
OCA/web/web_dark_mode/models/res_users.py/0
{ "file_path": "OCA/web/web_dark_mode/models/res_users.py", "repo_id": "OCA", "token_count": 296 }
82
# 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" "POT-Creation-Date: 2022-10-26 21:53+0000\n" "PO-Revision-Date: 2022-10-26 21:53+0000\n" "Last-Translator: \n" "L...
OCA/web/web_dashboard_tile/i18n/fr.po/0
{ "file_path": "OCA/web/web_dashboard_tile/i18n/fr.po", "repo_id": "OCA", "token_count": 5524 }
83
# 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: 2023-11-27 11:33+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Language-Team:...
OCA/web/web_dialog_size/i18n/it.po/0
{ "file_path": "OCA/web/web_dialog_size/i18n/it.po", "repo_id": "OCA", "token_count": 345 }
84
<?xml version="1.0" encoding="utf-8" ?> <templates> <t t-name="DialogDraggable" owl="1"> <div> <t t-slot="default" /> </div> </t> </templates>
OCA/web/web_dialog_size/static/src/xml/DialogDraggable.xml/0
{ "file_path": "OCA/web/web_dialog_size/static/src/xml/DialogDraggable.xml", "repo_id": "OCA", "token_count": 96 }
85
# Copyright 2023 Tecnativa - David Vidal # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). from odoo import models class Base(models.AbstractModel): _inherit = "base" def export_data(self, fields_to_export): """Export fields for selected objects :param fields_to_export: list o...
OCA/web/web_disable_export_group/models/models.py/0
{ "file_path": "OCA/web/web_disable_export_group/models/models.py", "repo_id": "OCA", "token_count": 345 }
86
<?xml version="1.0" encoding="utf-8" ?> <!-- Copyright 2015 Francesco OpenCode Apruzzese <cescoap@gmail.com> License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> <odoo noupdate="1"> <!-- Add ribbon name default configuration parameter --> <record id="default_ribbon_name" model="ir.config_param...
OCA/web/web_environment_ribbon/data/ribbon_data.xml/0
{ "file_path": "OCA/web/web_environment_ribbon/data/ribbon_data.xml", "repo_id": "OCA", "token_count": 363 }
87
# Copyright 2017 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, models class WebEnvironmentRibbonBackend(models.AbstractModel): _name = "web.environment.ribbon.backend" _description = "Web Environment Ribbon Backend" @api.model def _prepare_ribbon...
OCA/web/web_environment_ribbon/models/web_environment_ribbon_backend.py/0
{ "file_path": "OCA/web/web_environment_ribbon/models/web_environment_ribbon_backend.py", "repo_id": "OCA", "token_count": 502 }
88
# Translation of Odoo Server. # This file contains the translation of the following modules: # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n...
OCA/web/web_field_numeric_formatting/i18n/web_field_numeric_formatting.pot/0
{ "file_path": "OCA/web/web_field_numeric_formatting/i18n/web_field_numeric_formatting.pot", "repo_id": "OCA", "token_count": 136 }
89
# 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" "POT-Creation-Date: 2020-04-20 10:58+0000\n" "PO-Revision-Date: 2020-04-20 12:59+0200\n" "Last-Translator: <>\n" "La...
OCA/web/web_group_expand/i18n/nl.po/0
{ "file_path": "OCA/web/web_group_expand/i18n/nl.po", "repo_id": "OCA", "token_count": 390 }
90
* Dennis Sluijk <d.sluijk@onestein.nl>
OCA/web/web_help/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_help/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 19 }
91
/** @odoo-module **/ import {renderToString} from "@web/core/utils/render"; export class Trip { constructor(env) { this.steps = []; this.env = env; this.index = -1; this.highlighterService = this.env.services.highlighter; } get count() { return this.steps.length; ...
OCA/web/web_help/static/src/trip.esm.js/0
{ "file_path": "OCA/web/web_help/static/src/trip.esm.js", "repo_id": "OCA", "token_count": 1279 }
92
# Translation of Odoo Server. # This file contains the translation of the following modules: # msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-09-20 17:50+0000\n" "Last-Translator: Ivorra78 <informatica@totmaterial.es>\n" "Language-Team: none\n" "Language: ...
OCA/web/web_ir_actions_act_multi/i18n/es.po/0
{ "file_path": "OCA/web/web_ir_actions_act_multi/i18n/es.po", "repo_id": "OCA", "token_count": 1533 }
93
# 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/ar.po/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/i18n/ar.po", "repo_id": "OCA", "token_count": 418 }
94
from . import ir_actions
OCA/web/web_ir_actions_act_window_message/models/__init__.py/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/models/__init__.py", "repo_id": "OCA", "token_count": 7 }
95
# 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-09-02 20:35+0000\n" "Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"...
OCA/web/web_ir_actions_act_window_page/i18n/es.po/0
{ "file_path": "OCA/web/web_ir_actions_act_window_page/i18n/es.po", "repo_id": "OCA", "token_count": 784 }
96
# 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/es.po/0
{ "file_path": "OCA/web/web_m2x_options/i18n/es.po", "repo_id": "OCA", "token_count": 1591 }
97
* David Coninckx <davconinckx@gmail.com> * Emanuel Cino <ecino@compassion.ch> * Holger Brunn <hbrunn@therp.nl> * Nicolas JEUDY <nicolas@sudokeys.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com> * Zakaria Makrelouf <z.makrelouf@gmail.com> * `Tecnativa <https://www.tecnativa.com>`_: * Jairo Llopis <jairo.llopis...
OCA/web/web_m2x_options/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_m2x_options/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 289 }
98
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_notify # # Translators: # Bole <bole@dajmi5.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 18:03+0000\n" "PO-Revision-Date: 2017-04-28 18...
OCA/web/web_notify/i18n/hr.po/0
{ "file_path": "OCA/web/web_notify/i18n/hr.po", "repo_id": "OCA", "token_count": 1416 }
99
This module will send an instant notifications to all users of a channel when a new message has been posted.
OCA/web/web_notify_channel_message/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_notify_channel_message/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 22 }
100
from . import controllers from . import models
OCA/web/web_pwa_oca/__init__.py/0
{ "file_path": "OCA/web/web_pwa_oca/__init__.py", "repo_id": "OCA", "token_count": 10 }
101
* Integrate `Notification API <https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification>`_ * Integrate `Web Share API <https://web.dev/web-share/>`_ * Create ``portal_pwa`` module, intended to be used by front-end users (customers, suppliers...) * Current *John Resig's inheritance* im...
OCA/web/web_pwa_oca/readme/ROADMAP.rst/0
{ "file_path": "OCA/web/web_pwa_oca/readme/ROADMAP.rst", "repo_id": "OCA", "token_count": 550 }
102
<?xml version="1.0" encoding="utf-8" ?> <odoo> <template id="web_layout_pwa" name="Web layout PWA" inherit_id="web.webclient_bootstrap" > <xpath expr="//t[@t-call-assets='web.assets_common']" position="before"> <!-- Add link rel manifest --> <link rel="man...
OCA/web/web_pwa_oca/templates/assets.xml/0
{ "file_path": "OCA/web/web_pwa_oca/templates/assets.xml", "repo_id": "OCA", "token_count": 673 }
103
* Vauxoo The migration of this module from 15.0 to 16.0 was financially supported by: * Komit (https://komit-consulting.com/)
OCA/web/web_remember_tree_column_width/readme/CREDITS.rst/0
{ "file_path": "OCA/web/web_remember_tree_column_width/readme/CREDITS.rst", "repo_id": "OCA", "token_count": 43 }
104
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_responsive # # Translators: # Bole <bole@dajmi5.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 18:03+0000\n" "PO-Revision-Date: 2023-04-0...
OCA/web/web_responsive/i18n/hr.po/0
{ "file_path": "OCA/web/web_responsive/i18n/hr.po", "repo_id": "OCA", "token_count": 1805 }
105
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright 2023 Onestein - Anjeel Haria License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). --> <templates xml:space="preserve"> <!-- Modifying the ChatterTopBar for Mobile View --> <t t-name="web.Responsivemail.ChatterTopbar" t-...
OCA/web/web_responsive/static/src/components/chatter_topbar/chatter_topbar.xml/0
{ "file_path": "OCA/web/web_responsive/static/src/components/chatter_topbar/chatter_topbar.xml", "repo_id": "OCA", "token_count": 8343 }
106
/* Copyright 2021 ITerra - Sergey Shebanin * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ odoo.define("web_responsive.test_patch", function (require) { "use strict"; const utils = require("web_tour.TourStepUtils"); /* Make base odoo JS tests working */ utils.include({ show...
OCA/web/web_responsive/static/tests/test_patch.js/0
{ "file_path": "OCA/web/web_responsive/static/tests/test_patch.js", "repo_id": "OCA", "token_count": 256 }
107
/** @odoo-module **/ import {patch} from "@web/core/utils/patch"; import {rankInterval} from "@web/search/utils/dates"; import {SearchModel} from "@web/search/search_model"; patch(SearchModel.prototype, "web_search_with_and/static/src/js/search_model.js", { _getGroups() { const preGroups = []; for...
OCA/web/web_search_with_and/static/src/js/search_model.esm.js/0
{ "file_path": "OCA/web/web_search_with_and/static/src/js/search_model.esm.js", "repo_id": "OCA", "token_count": 1779 }
108
========================= Web Send Message as Popup ========================= .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source ...
OCA/web/web_send_message_popup/README.rst/0
{ "file_path": "OCA/web/web_send_message_popup/README.rst", "repo_id": "OCA", "token_count": 1194 }
109
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_timeline # msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.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-Team:...
OCA/web/web_timeline/i18n/pt_BR.po/0
{ "file_path": "OCA/web/web_timeline/i18n/pt_BR.po", "repo_id": "OCA", "token_count": 1169 }
110
/** @odoo-module alias=web_timeline.TimelineController **/ /* Copyright 2023 Onestein - Anjeel Haria * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ import AbstractController from "web.AbstractController"; import {FormViewDialog} from "@web/views/view_dialogs/form_view_dialog"; import time from "web...
OCA/web/web_timeline/static/src/js/timeline_controller.esm.js/0
{ "file_path": "OCA/web/web_timeline/static/src/js/timeline_controller.esm.js", "repo_id": "OCA", "token_count": 6022 }
111
To use this module, you need to: 1. Use a tablet. 1. Go to any form that contains a sub-view which can be optimized for mobile.
OCA/web/web_touchscreen/readme/USAGE.md/0
{ "file_path": "OCA/web/web_touchscreen/readme/USAGE.md", "repo_id": "OCA", "token_count": 38 }
112
The duplicate option is enabled by default. To disable it you have to add attribute `duplicate` to the tree view. Set `duplicate` to `false` to enable it or `true` to (explicitly) disable it. Example: .. code-block:: xml <?xml version="1.0" encoding="UTF-8" ?> <odoo> <record id="view_users_tree" mode...
OCA/web/web_tree_duplicate/readme/CONFIGURE.rst/0
{ "file_path": "OCA/web/web_tree_duplicate/readme/CONFIGURE.rst", "repo_id": "OCA", "token_count": 315 }
113
This addon forces Odoo to use many2one widget on a many2one fields in tree views. This allows users to open linked resources from trees directly, using a button without accessing the form.
OCA/web/web_tree_many2one_clickable/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_tree_many2one_clickable/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 43 }
114
* This module uses the library `Bokeh <https://github.com/bokeh/bokeh>`__ which is under the open-source BSD 3-clause "New" or "Revised" License. Copyright (c) 2012, Anaconda, Inc. * Odoo Community Association (OCA)
OCA/web/web_widget_bokeh_chart/readme/CREDITS.rst/0
{ "file_path": "OCA/web/web_widget_bokeh_chart/readme/CREDITS.rst", "repo_id": "OCA", "token_count": 77 }
115
<?xml version="1.0" encoding="UTF-8" ?> <templates xml:space="preserve"> <div t-ref="widget" t-name="web_widget_bokeh_chart.BokehChartField" owl="1"> <t t-out="json_value.div" /> </div> <div t-ref="widget" t-name="web_widget_bokeh_chart.BokehChartlJsonField" owl="1"> <t t-out="markup(props...
OCA/web/web_widget_bokeh_chart/static/src/xml/bokeh.xml/0
{ "file_path": "OCA/web/web_widget_bokeh_chart/static/src/xml/bokeh.xml", "repo_id": "OCA", "token_count": 171 }
116
# 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 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-22 11:23+0000\n" "PO-Revision-Date: 2019-02-22 11:23+0000\n" "Last-Transl...
OCA/web/web_widget_domain_editor_dialog/i18n/es.po/0
{ "file_path": "OCA/web/web_widget_domain_editor_dialog/i18n/es.po", "repo_id": "OCA", "token_count": 392 }
117
# 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" "PO-Revision-Date: 2024-03-12 13:36+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Langua...
OCA/web/web_widget_image_webcam/i18n/it.po/0
{ "file_path": "OCA/web/web_widget_image_webcam/i18n/it.po", "repo_id": "OCA", "token_count": 659 }
118
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import models
OCA/web/web_widget_mpld3_chart/__init__.py/0
{ "file_path": "OCA/web/web_widget_mpld3_chart/__init__.py", "repo_id": "OCA", "token_count": 32 }
119
if (!d3) { var d3 = require("d3"); } var mpld3 = { _mpld3IsLoaded: true, figures: [], plugin_map: {} }; mpld3.version = "0.5.9"; mpld3.register_plugin = function(name, obj) { mpld3.plugin_map[name] = obj; }; mpld3.remove_figure = function(figid) { var element = document.getElementById(figid); if (elem...
OCA/web/web_widget_mpld3_chart/static/src/lib/mpld3/mpld3.v0.5.9.js/0
{ "file_path": "OCA/web/web_widget_mpld3_chart/static/src/lib/mpld3/mpld3.v0.5.9.js", "repo_id": "OCA", "token_count": 26509 }
120
from . import ir_model from . import ir_ui_view
OCA/web/web_widget_open_tab/models/__init__.py/0
{ "file_path": "OCA/web/web_widget_open_tab/models/__init__.py", "repo_id": "OCA", "token_count": 16 }
121
=========================== 2D matrix for x2many fields =========================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! s...
OCA/web/web_widget_x2many_2d_matrix/README.rst/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/README.rst", "repo_id": "OCA", "token_count": 3286 }
122
# 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 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\...
OCA/web/web_widget_x2many_2d_matrix/i18n/web_widget_x2many_2d_matrix.pot/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/web_widget_x2many_2d_matrix.pot", "repo_id": "OCA", "token_count": 255 }
123
-o doc/js --title "Squash Front-End JavaScript Documentation" lib/assets/javascripts app/assets/javascripts
SquareSquash/web/.codoopts/0
{ "file_path": "SquareSquash/web/.codoopts", "repo_id": "SquareSquash", "token_count": 33 }
124
source 'https://rubygems.org' # Load all files under the Gemfile.d directory. Dir.glob(File.join(File.dirname(__FILE__), 'Gemfile.d', '*.rb')).sort.each do |file| eval File.read(file), binding, file end
SquareSquash/web/Gemfile/0
{ "file_path": "SquareSquash/web/Gemfile", "repo_id": "SquareSquash", "token_count": 78 }
125
@import "vars"; @mixin button($color) { background: $color; border: none; border-radius: $radius-size; display: inline-block; color: $gray3; font-size: $control-font-size; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 5px 10px; &:hover { cursor: pointer; } &:ac...
SquareSquash/web/app/assets/stylesheets/_controls.scss/0
{ "file_path": "SquareSquash/web/app/assets/stylesheets/_controls.scss", "repo_id": "SquareSquash", "token_count": 498 }
126
@import "vars"; // applies to account page too ul.project-search-results { li { padding: 10px 0; border-bottom: 1px solid $gray5; &:last-child { border-bottom: none; } clear: right; h5 { font-weight: bold; margin-top: 0; margin-bottom: 4px; a { text-decoration: none; } ...
SquareSquash/web/app/assets/stylesheets/projects.css.scss/0
{ "file_path": "SquareSquash/web/app/assets/stylesheets/projects.css.scss", "repo_id": "SquareSquash", "token_count": 760 }
127
# 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/comments_controller.rb/0
{ "file_path": "SquareSquash/web/app/controllers/comments_controller.rb", "repo_id": "SquareSquash", "token_count": 1854 }
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/app/helpers/application_helper.rb/0
{ "file_path": "SquareSquash/web/app/helpers/application_helper.rb", "repo_id": "SquareSquash", "token_count": 1401 }
129
# 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/event.rb/0
{ "file_path": "SquareSquash/web/app/models/event.rb", "repo_id": "SquareSquash", "token_count": 2048 }
130
# 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/user_event.rb/0
{ "file_path": "SquareSquash/web/app/models/user_event.rb", "repo_id": "SquareSquash", "token_count": 453 }
131
Bug #<%= @bug.number %> on <%= @bug.environment.project.name %> is occurring a lot. Perhaps someone should look into it. <%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %> Project: <%= @bug.environment.project.name %> Environment: <%= @bug.environment.name %> Revision: <%= @bug...
SquareSquash/web/app/views/notification_mailer/critical.text.erb/0
{ "file_path": "SquareSquash/web/app/views/notification_mailer/critical.text.erb", "repo_id": "SquareSquash", "token_count": 223 }
132
# encoding: utf-8 # Copyright 2014 Square Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
SquareSquash/web/app/views/projects/show.html.rb/0
{ "file_path": "SquareSquash/web/app/views/projects/show.html.rb", "repo_id": "SquareSquash", "token_count": 2833 }
133
transmit_timeout: 60 ignored_exception_classes: - ActionController::RoutingError - ActionController::MethodNotAllowed - ActionController::ActionNotFound ignored_exception_messages: SignalException: - SIGTERM "ActiveRecord::StatementInvalid": - This connection has been closed. failsafe_log: log/squash.failsafe.l...
SquareSquash/web/config/environments/common/dogfood.yml/0
{ "file_path": "SquareSquash/web/config/environments/common/dogfood.yml", "repo_id": "SquareSquash", "token_count": 107 }
134
--- default_url_options: host: "test.host" protocol: http
SquareSquash/web/config/environments/test/mailer.yml/0
{ "file_path": "SquareSquash/web/config/environments/test/mailer.yml", "repo_id": "SquareSquash", "token_count": 23 }
135
# 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/config/initializers/jira.rb/0
{ "file_path": "SquareSquash/web/config/initializers/jira.rb", "repo_id": "SquareSquash", "token_count": 361 }
136
# 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/db/migrate/1_initial_schema.rb/0
{ "file_path": "SquareSquash/web/db/migrate/1_initial_schema.rb", "repo_id": "SquareSquash", "token_count": 12276 }
137
--- description: | Uploads a JavaScript source map to Squash. This data is generated by your JavaScript minifier, and then parsed and serialized using the `squash_javascript` gem. responseCodes: - status: 422 successful: false description: | * Missing required parameter. * Invalid parameter value. - s...
SquareSquash/web/doc/fdoc/sourcemap-POST.fdoc/0
{ "file_path": "SquareSquash/web/doc/fdoc/sourcemap-POST.fdoc", "repo_id": "SquareSquash", "token_count": 655 }
138
# 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/error_tooltip.js.coffee/0
{ "file_path": "SquareSquash/web/lib/assets/javascripts/error_tooltip.js.coffee", "repo_id": "SquareSquash", "token_count": 381 }
139
# 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.rb/0
{ "file_path": "SquareSquash/web/lib/background_runner.rb", "repo_id": "SquareSquash", "token_count": 410 }
140
# 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/obfuscation_map_worker.rb/0
{ "file_path": "SquareSquash/web/lib/workers/obfuscation_map_worker.rb", "repo_id": "SquareSquash", "token_count": 538 }
141
# 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/comments_controller_spec.rb/0
{ "file_path": "SquareSquash/web/spec/controllers/comments_controller_spec.rb", "repo_id": "SquareSquash", "token_count": 2979 }
142
# 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/known_revision_validator_spec.rb/0
{ "file_path": "SquareSquash/web/spec/lib/known_revision_validator_spec.rb", "repo_id": "SquareSquash", "token_count": 977 }
143
# 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/event_spec.rb/0
{ "file_path": "SquareSquash/web/spec/models/event_spec.rb", "repo_id": "SquareSquash", "token_count": 1590 }
144
/** * 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/shBrushColdFusion.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushColdFusion.js", "repo_id": "SquareSquash", "token_count": 2743 }
145
/** * 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/shBrushPowerShell.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushPowerShell.js", "repo_id": "SquareSquash", "token_count": 1655 }
146
/** * 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/stylesheets/sh/shThemeRDark.css/0
{ "file_path": "SquareSquash/web/vendor/assets/stylesheets/sh/shThemeRDark.css", "repo_id": "SquareSquash", "token_count": 937 }
147
import { Directive, Input, OnInit, Self } from "@angular/core"; import { ControlValueAccessor, FormControl, NgControl, Validators } from "@angular/forms"; import { dirtyRequired } from "jslib-angular/validators/dirty.validator"; /** For use in the SSO Config Form only - will be deprecated by the Component Library */ ...
bitwarden/web/bitwarden_license/src/app/organizations/components/base-cva.component.ts/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/organizations/components/base-cva.component.ts", "repo_id": "bitwarden", "token_count": 566 }
148
import { Component } from "@angular/core"; import { FormBuilder } from "@angular/forms"; 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, ...
bitwarden/web/bitwarden_license/src/app/policies/maximum-vault-timeout.component.ts/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/policies/maximum-vault-timeout.component.ts", "repo_id": "bitwarden", "token_count": 675 }
149
import { Component, OnInit } from "@angular/core"; import { ActivatedRoute } from "@angular/router"; import { ProviderService } from "jslib-common/abstractions/provider.service"; import { Provider } from "jslib-common/models/domain/provider"; @Component({ selector: "provider-manage", templateUrl: "manage.componen...
bitwarden/web/bitwarden_license/src/app/providers/manage/manage.component.ts/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/manage/manage.component.ts", "repo_id": "bitwarden", "token_count": 229 }
150
<app-navbar></app-navbar> <div class="container page-content"> <div class="page-header"> <h1>{{ "setupProvider" | i18n }}</h1> </div> <p>{{ "setupProviderDesc" | i18n }}</p> <form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate *ngIf="loading"> <h2 class="mt-5">{{ "generalInfo...
bitwarden/web/bitwarden_license/src/app/providers/setup/setup.component.html/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/setup/setup.component.html", "repo_id": "bitwarden", "token_count": 630 }
151
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" class="container" ngNativeValidate> <div class="row justify-content-md-center mt-5"> <div class="col-5"> <p class="lead text-center mb-4">{{ "deleteAccount" | i18n }}</p> <div class="card"> <div class="card-body"> <p>{{ "...
bitwarden/web/src/app/accounts/recover-delete.component.html/0
{ "file_path": "bitwarden/web/src/app/accounts/recover-delete.component.html", "repo_id": "bitwarden", "token_count": 824 }
152
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate autocomplete="off"> <div class="row justify-content-md-center mt-5"> <div class="col-4"> <p class="lead text-center mb-4">{{ "updateMasterPassword" | i18n }}</p> <div class="card d-block"> <div class="card-body"> ...
bitwarden/web/src/app/accounts/update-password.component.html/0
{ "file_path": "bitwarden/web/src/app/accounts/update-password.component.html", "repo_id": "bitwarden", "token_count": 1983 }
153
<div *ngIf="loaded && activeOrganization != null" class="tw-flex"> <button class="tw-flex tw-items-center tw-bg-background-alt tw-border-none" type="button" id="pickerButton" [appA11yTitle]="'organizationPicker' | i18n" [bitMenuTriggerFor]="orgPickerMenu" > <app-avatar [data]="activeOr...
bitwarden/web/src/app/components/organization-switcher.component.html/0
{ "file_path": "bitwarden/web/src/app/components/organization-switcher.component.html", "repo_id": "bitwarden", "token_count": 1099 }
154
import { AfterContentInit, Component, Input } from "@angular/core"; import { ActivatedRoute, Router } from "@angular/router"; import { SsoComponent } from "jslib-angular/components/sso.component"; import { ApiService } from "jslib-common/abstractions/api.service"; import { AuthService } from "jslib-common/abstractions...
bitwarden/web/src/app/modules/vault-filter/components/link-sso.component.ts/0
{ "file_path": "bitwarden/web/src/app/modules/vault-filter/components/link-sso.component.ts", "repo_id": "bitwarden", "token_count": 694 }
155
import { ChangeDetectorRef, Component, NgZone, OnDestroy, OnInit, ViewChild, ViewContainerRef, } from "@angular/core"; import { ActivatedRoute, Router } from "@angular/router"; import { first } from "rxjs/operators"; import { VaultFilter } from "jslib-angular/modules/vault-filter/models/vault-filter.mode...
bitwarden/web/src/app/modules/vault/modules/individual-vault/individual-vault.component.ts/0
{ "file_path": "bitwarden/web/src/app/modules/vault/modules/individual-vault/individual-vault.component.ts", "repo_id": "bitwarden", "token_count": 5683 }
156
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="bulkTitle"> <div class="modal-dialog modal-dialog-scrollable modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h2 class="modal-title" id="bulkTitle"> {{ "removeUsers" | i18n }} ...
bitwarden/web/src/app/organizations/manage/bulk/bulk-remove.component.html/0
{ "file_path": "bitwarden/web/src/app/organizations/manage/bulk/bulk-remove.component.html", "repo_id": "bitwarden", "token_count": 2026 }
157
<div class="container page-content"> <div class="row"> <div class="col-3"> <div class="card" *ngIf="organization"> <div class="card-header">{{ "manage" | i18n }}</div> <div class="list-group list-group-flush"> <a routerLink="people" class="list-group-item" ...
bitwarden/web/src/app/organizations/manage/manage.component.html/0
{ "file_path": "bitwarden/web/src/app/organizations/manage/manage.component.html", "repo_id": "bitwarden", "token_count": 1031 }
158
import { NgModule } from "@angular/core"; import { RouterModule, Routes } from "@angular/router"; import { AuthGuard } from "jslib-angular/guards/auth.guard"; import { Permissions } from "jslib-common/enums/permissions"; import { PermissionsGuard } from "./guards/permissions.guard"; import { OrganizationLayoutCompone...
bitwarden/web/src/app/organizations/organization-routing.module.ts/0
{ "file_path": "bitwarden/web/src/app/organizations/organization-routing.module.ts", "repo_id": "bitwarden", "token_count": 3584 }
159