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")); else if (typeof define == "function" && define.amd) // A...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/scroll/simplescrollbars.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/addon/scroll/simplescrollbars.js", "repo_id": "Humsen", "token_count": 2056 }
38
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../clike/clike")); else if (typeof define == "fu...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/dart/dart.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/dart/dart.js", "repo_id": "Humsen", "token_count": 627 }
39
// 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/go/go.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/go/go.js", "repo_id": "Humsen", "token_count": 2522 }
40
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /** * Link to the project's GitHub page: * https://github.com/duralog/CodeMirror */ (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(requ...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/livescript/livescript.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/livescript/livescript.js", "repo_id": "Humsen", "token_count": 4114 }
41
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE /* * Pig Latin Mode for CodeMirror 2 * @author Prasanth Jayachandran * @link https://github.com/prasanthj/pig-codemirror-2 * This implementation is adapted from PL/SQL mo...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/pig/pig.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/pig/pig.js", "repo_id": "Humsen", "token_count": 2518 }
42
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE // Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../li...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/slim/slim.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/slim/slim.js", "repo_id": "Humsen", "token_count": 8080 }
43
span.cm-underlined { text-decoration: underline; } span.cm-strikethrough { text-decoration: line-through; } span.cm-brace { color: #170; font-weight: bold; } span.cm-table { color: blue; font-weight: bold; }
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/tiddlywiki/tiddlywiki.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/tiddlywiki/tiddlywiki.css", "repo_id": "Humsen", "token_count": 90 }
44
// 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/yaml/yaml.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/mode/yaml/yaml.js", "repo_id": "Humsen", "token_count": 1725 }
45
/* http://lesscss.org/ dark theme Ported to CodeMirror by Peter Kroon */ .cm-s-lesser-dark { line-height: 1.3em; } .cm-s-lesser-dark.CodeMirror { background: #262626; color: #EBEFE7; text-shadow: 0 -1px 1px #262626; } .cm-s-lesser-dark div.CodeMirror-selected {background: #45443B !important;} /* 33322B*/ .cm-s-lesser...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/lesser-dark.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/lesser-dark.css", "repo_id": "Humsen", "token_count": 1020 }
46
.cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/ .cm-s-twilight .CodeMirror-selected { background: #323232 !important; } /**/ .cm-s-twilight.CodeMirror ::selection { background: rgba(50, 50, 50, 0.99); } .cm-s-twilight.CodeMirror ::-moz-selection { background: rgba(50, 50, 50, 0.99); } .cm-s-twi...
Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/twilight.css/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/editormd/lib/codemirror/theme/twilight.css", "repo_id": "Humsen", "token_count": 813 }
47
;(function () { 'use strict'; var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function(...
Humsen/web/web-mobile/WebContent/plugins/template/js/main.js/0
{ "file_path": "Humsen/web/web-mobile/WebContent/plugins/template/js/main.js", "repo_id": "Humsen", "token_count": 1498 }
48
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>分享</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="欢迎来到何明胜的个人网站.本站主要用于记录和分享本人的学习心得和编程经验,并分享常见可复用代码、推荐书籍以及软件等资源.本站源码已托管github,欢迎访问...
Humsen/web/web-mobile/WebContent/topic/download/download.html/0
{ "file_path": "Humsen/web/web-mobile/WebContent/topic/download/download.html", "repo_id": "Humsen", "token_count": 783 }
49
/** * @author 何明胜 * * 2017年12月26日 */ /** 显示所有用户 * */ $(document).ready(function() { $('#tbl_showUsers').DataTable({ serverSide : true, autoWidth : false, ordering : true, processing : true, ajax : { url : '/users/query.hms', type : 'POST' }, /* * "columnDefs" : [ { "width" : "200px", "targ...
Humsen/web/web-pc/WebContent/js/personal_center/show-users.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/js/personal_center/show-users.js", "repo_id": "Humsen", "token_count": 641 }
50
/*! DataTables jQuery UI integration * ©2011-2014 SpryMedia Ltd - datatables.net/license */ /** * DataTables integration for jQuery UI. This requires jQuery UI and * DataTables 1.10 or newer. * * This file sets the defaults and adds options to DataTables to style its * controls using jQuery UI. See http://datat...
Humsen/web/web-pc/WebContent/plugins/DataTables/js/dataTables.jqueryui.js/0
{ "file_path": "Humsen/web/web-pc/WebContent/plugins/DataTables/js/dataTables.jqueryui.js", "repo_id": "Humsen", "token_count": 1848 }
51
# Do NOT update manually; changes here will be overwritten by Copier _commit: v1.17.2 _src_path: gh:oca/oca-addons-repo-template ci: GitHub generate_requirements_txt: true github_check_license: true github_ci_extra_env: {} github_enable_codecov: true github_enable_makepot: true github_enable_stale_action: true github_e...
OCA/web/.copier-answers.yml/0
{ "file_path": "OCA/web/.copier-answers.yml", "repo_id": "OCA", "token_count": 226 }
52
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_advanced_search # 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" "Cont...
OCA/web/web_advanced_search/i18n/web_advanced_search.pot/0
{ "file_path": "OCA/web/web_advanced_search/i18n/web_advanced_search.pot", "repo_id": "OCA", "token_count": 405 }
53
Override _get_field_styles() with a dict of fields list per model .. code-block:: python class Base(models.AbstractModel): _inherit = "base" def _get_field_styles(self): res = super()._get_field_styles() res["product.product"] = { "my-css-class1": ["field1...
OCA/web/web_apply_field_style/readme/CONFIGURE.rst/0
{ "file_path": "OCA/web/web_apply_field_style/readme/CONFIGURE.rst", "repo_id": "OCA", "token_count": 201 }
54
* `Tecnativa <https://www.tecnativa.com>`_: * Jairo Llopis * Stefan Ungureanu
OCA/web/web_calendar_slot_duration/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_calendar_slot_duration/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 37 }
55
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_chatter_position # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-11-27 11:34+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Language-...
OCA/web/web_chatter_position/i18n/it.po/0
{ "file_path": "OCA/web/web_chatter_position/i18n/it.po", "repo_id": "OCA", "token_count": 517 }
56
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models from .hooks import post_init_hook, uninstall_hook from . import utils
OCA/web/web_company_color/__init__.py/0
{ "file_path": "OCA/web/web_company_color/__init__.py", "repo_id": "OCA", "token_count": 53 }
57
# Copyright 2019 Alexandre Díaz <dev@redneboa.es> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import base64 from colorsys import hls_to_rgb, rgb_to_hls from odoo import api, fields, models from ..utils import convert_to_image, image_to_rgb, n_rgb_to_hex URL_BASE = "/web_company_color/static/src/s...
OCA/web/web_company_color/models/res_company.py/0
{ "file_path": "OCA/web/web_company_color/models/res_company.py", "repo_id": "OCA", "token_count": 4282 }
58
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_copy_confirm # 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" "Language-Team...
OCA/web/web_copy_confirm/i18n/it.po/0
{ "file_path": "OCA/web/web_copy_confirm/i18n/it.po", "repo_id": "OCA", "token_count": 389 }
59
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_dark_mode # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-11-27 11:34+0000\n" "Last-Translator: mymage <stefano.consolaro@mymage.it>\n" "Language-Team: n...
OCA/web/web_dark_mode/i18n/it.po/0
{ "file_path": "OCA/web/web_dark_mode/i18n/it.po", "repo_id": "OCA", "token_count": 487 }
60
<?xml version="1.0" encoding="UTF-8" ?> <odoo> <record id="view_users_form_simple_modif" model="ir.ui.view"> <field name="model">res.users</field> <field name="inherit_id" ref="base.view_users_form_simple_modif" /> <field name="arch" type="xml"> <group name="preferences" position...
OCA/web/web_dark_mode/views/res_users_views.xml/0
{ "file_path": "OCA/web/web_dark_mode/views/res_users_views.xml", "repo_id": "OCA", "token_count": 254 }
61
* Go to "Dashboard > Overview" and select a category * The tile configured is displayed with the up to date count and average values of the selected domain. .. image:: ../static/description/tile_tile_kanban.png * By clicking on the item, you'll navigate to the tree view of the according model. .. image:: ../static/...
OCA/web/web_dashboard_tile/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_dashboard_tile/readme/USAGE.rst", "repo_id": "OCA", "token_count": 98 }
62
=============== Web Dialog Size =============== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:12e664b8d9a56a2...
OCA/web/web_dialog_size/README.rst/0
{ "file_path": "OCA/web/web_dialog_size/README.rst", "repo_id": "OCA", "token_count": 1388 }
63
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_disable_export_group # 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" "Langu...
OCA/web/web_disable_export_group/i18n/it.po/0
{ "file_path": "OCA/web/web_disable_export_group/i18n/it.po", "repo_id": "OCA", "token_count": 394 }
64
/** @odoo-module **/ /* Copyright 2018 Tecnativa - David Vidal License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */ import {ListController} from "@web/views/list/list_controller"; import {onWillStart} from "@odoo/owl"; import {patch} from "@web/core/utils/patch"; patch(ListController.prototype, "disabl...
OCA/web/web_disable_export_group/static/src/js/list_controller.esm.js/0
{ "file_path": "OCA/web/web_disable_export_group/static/src/js/list_controller.esm.js", "repo_id": "OCA", "token_count": 311 }
65
odoo.define("web_domain_field.tests", function (require) { "use strict"; const FormView = require("web.FormView"); const testUtils = require("web.test_utils"); const {createView} = testUtils; const {QUnit} = window; QUnit.module( "web_domain_field", { beforeEach: fu...
OCA/web/web_domain_field/static/tests/test_qunit.js/0
{ "file_path": "OCA/web/web_domain_field/static/tests/test_qunit.js", "repo_id": "OCA", "token_count": 3694 }
66
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_environment_ribbon # # Translators: # Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatic4@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-D...
OCA/web/web_environment_ribbon/i18n/pt_BR.po/0
{ "file_path": "OCA/web/web_environment_ribbon/i18n/pt_BR.po", "repo_id": "OCA", "token_count": 453 }
67
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import test_environment_ribbon_data
OCA/web/web_environment_ribbon/tests/__init__.py/0
{ "file_path": "OCA/web/web_environment_ribbon/tests/__init__.py", "repo_id": "OCA", "token_count": 41 }
68
/** @odoo-module **/ import LegacyControlPanel from "web.ControlPanel"; import {ControlPanel} from "@web/search/control_panel/control_panel"; import {findTrip} from "@web_help/helpers.esm"; import {Component, onWillStart, useState} from "@odoo/owl"; import {ActionDialog} from "@web/webclient/actions/action_dialog"; ex...
OCA/web/web_help/static/src/components/help_button/help_button.esm.js/0
{ "file_path": "OCA/web/web_help/static/src/components/help_button/help_button.esm.js", "repo_id": "OCA", "token_count": 394 }
69
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_ir_actions_act_window_message # # Translators: # Pedro Castro Silva <pedrocs@exo.pt>, 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...
OCA/web/web_ir_actions_act_window_message/i18n/pt.po/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/i18n/pt.po", "repo_id": "OCA", "token_count": 358 }
70
<templates> <div t-name="web_ir_actions_act_window_message"> <div> <t t-esc="action.message" /> </div> </div> </templates>
OCA/web/web_ir_actions_act_window_message/static/src/xml/web_ir_actions_act_window_message.xml/0
{ "file_path": "OCA/web/web_ir_actions_act_window_message/static/src/xml/web_ir_actions_act_window_message.xml", "repo_id": "OCA", "token_count": 84 }
71
/** @odoo-module **/ // (c) 2013-2015 Therp BV (<http://therp.nl>) // (c) 2023 Hunki Enterprises BV (<https://hunki-enterprises.com>) // License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import {Pager} from "@web/core/pager/pager"; import {patch} from "@web/core/utils/patch"; import {registry} from "@w...
OCA/web/web_ir_actions_act_window_page/static/src/web_ir_actions_act_window_page.esm.js/0
{ "file_path": "OCA/web/web_ir_actions_act_window_page/static/src/web_ir_actions_act_window_page.esm.js", "repo_id": "OCA", "token_count": 491 }
72
<?xml version="1.0" encoding="UTF-8" ?> <templates xml:space="preserve"> <t t-inherit="web.ListRenderer.RecordRow" t-inherit-mode="extension"> <xpath expr="//tr[@class='o_data_row']/td/CheckBox" position="attributes"> <attribute name="t-on-click.capture" >(ev) => ...
OCA/web/web_listview_range_select/static/src/xml/web_listview_range_select.xml/0
{ "file_path": "OCA/web/web_listview_range_select/static/src/xml/web_listview_range_select.xml", "repo_id": "OCA", "token_count": 196 }
73
# Copyright 2020 initOS GmbH. from . import test_ir_config_parameter
OCA/web/web_m2x_options/tests/__init__.py/0
{ "file_path": "OCA/web/web_m2x_options/tests/__init__.py", "repo_id": "OCA", "token_count": 22 }
74
========== Web Notify ========== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:4517d4a854a8c5b84197dc9510ae75...
OCA/web/web_notify/README.rst/0
{ "file_path": "OCA/web/web_notify/README.rst", "repo_id": "OCA", "token_count": 1600 }
75
Send instant notification messages to the user in live. This technical module allows you to send instant notification messages from the server to the user in live. Two kinds of notification are supported. * Success: Displayed in a `success` theme color flying popup div * Danger: Displayed in a `danger` theme color fl...
OCA/web/web_notify/readme/DESCRIPTION.rst/0
{ "file_path": "OCA/web/web_notify/readme/DESCRIPTION.rst", "repo_id": "OCA", "token_count": 121 }
76
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_notify_channel_message # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-06-11 00:11+0000\n" "Last-Translator: Claude R Perrin <claude@alpis.fr>\n" "Langua...
OCA/web/web_notify_channel_message/i18n/fr.po/0
{ "file_path": "OCA/web/web_notify_channel_message/i18n/fr.po", "repo_id": "OCA", "token_count": 430 }
77
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_pivot_computed_measure # 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" "Lan...
OCA/web/web_pivot_computed_measure/i18n/it.po/0
{ "file_path": "OCA/web/web_pivot_computed_measure/i18n/it.po", "repo_id": "OCA", "token_count": 2021 }
78
/** @odoo-module **/ /* Copyright 2022 Tecnativa - Carlos Roca * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */ import tour from "web_tour.tour"; tour.register( "web_pivot_computed_measure_tour", { url: "/web", test: true, }, [ { trigger: ".o_...
OCA/web/web_pivot_computed_measure/static/src/test/test.esm.js/0
{ "file_path": "OCA/web/web_pivot_computed_measure/static/src/test/test.esm.js", "repo_id": "OCA", "token_count": 1018 }
79
from . import res_config_settings
OCA/web/web_pwa_oca/models/__init__.py/0
{ "file_path": "OCA/web/web_pwa_oca/models/__init__.py", "repo_id": "OCA", "token_count": 9 }
80
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_refresher # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2023-01-04 02:42+0000\n" "Last-Translator: Bole <bole@dajmi5.com>\n" "Language-Team: none\n" "Langua...
OCA/web/web_refresher/i18n/hr.po/0
{ "file_path": "OCA/web/web_refresher/i18n/hr.po", "repo_id": "OCA", "token_count": 401 }
81
============================== Web Remember Tree Column Width ============================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
OCA/web/web_remember_tree_column_width/README.rst/0
{ "file_path": "OCA/web/web_remember_tree_column_width/README.rst", "repo_id": "OCA", "token_count": 1379 }
82
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_responsive # 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-Team: non...
OCA/web/web_responsive/i18n/ca.po/0
{ "file_path": "OCA/web/web_responsive/i18n/ca.po", "repo_id": "OCA", "token_count": 1636 }
83
* Dave Lasley <dave@laslabs.com> * Jairo Llopis <jairo.llopis@tecnativa.com> * `Onestein <https://www.onestein.nl>`_: * Dennis Sluijk <d.sluijk@onestein.nl> * Anjeel Haria * Sergio Teruel <sergio.teruel@tecnativa.com> * Alexandre Díaz <dev@redneboa.es> * Mathias Markl <mathias.markl@mukit.at> * Iván Todorovich ...
OCA/web/web_responsive/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_responsive/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 196 }
84
/* Copyright 2018 Tecnativa - Jairo Llopis * Copyright 2021 ITerra - Sergey Shebanin * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ @mixin full-screen-dropdown { border: none; box-shadow: none; min-height: calc(100vh - #{$o-navbar-height}); min-height: calc(var(--vh100, 100vh) - #...
OCA/web/web_responsive/static/src/components/apps_menu/apps_menu.scss/0
{ "file_path": "OCA/web/web_responsive/static/src/components/apps_menu/apps_menu.scss", "repo_id": "OCA", "token_count": 3434 }
85
<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1128" viewBox="0 0 2000 1128"> <polygon fill-opacity=".03" points="0 1077.844 392.627 778.443 1504.99 1127.745 0 1127.745"/> <polygon fill-opacity=".02" points="392.216 778.443 283.294 0 0 0 0 666.504"/> <polygon fill-opacity=".03" points="1000 0 ...
OCA/web/web_responsive/static/src/img/home-menu-bg-overlay.svg/0
{ "file_path": "OCA/web/web_responsive/static/src/img/home-menu-bg-overlay.svg", "repo_id": "OCA", "token_count": 159 }
86
* Andrius Preimantas <andrius@versada.lt> * Adrien Didenot <adrien.didenot@horanet.com> * Francesco Apruzzese <f.apruzzese@apuliasoftware.it> * Numigi (tm) and all its contributors (https://bit.ly/numigiens) * Souheil Bejaoui <souheil.bejaoui@acsone.eu> * Pedro Guirao <pedro.guirao@ingenieriacloud.com> * Nedas Žilinska...
OCA/web/web_search_with_and/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_search_with_and/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 175 }
87
/** @odoo-module **/ import {clear} from "@mail/model/model_field_command"; import {escapeAndCompactTextContent} from "@mail/js/utils"; import {registerPatch} from "@mail/model/model_core"; registerPatch({ name: "Chatter", recordMethods: { // Fn overwrite onClickSendMessage() { if ...
OCA/web/web_send_message_popup/static/src/models/chatter/chatter.esm.js/0
{ "file_path": "OCA/web/web_send_message_popup/static/src/models/chatter/chatter.esm.js", "repo_id": "OCA", "token_count": 1304 }
88
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_timeline # # Translators: # leemannd <denis.leemann@camptocamp.com>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Cr...
OCA/web/web_timeline/i18n/fr.po/0
{ "file_path": "OCA/web/web_timeline/i18n/fr.po", "repo_id": "OCA", "token_count": 1501 }
89
For accessing the timeline view, you have to click on the button with the clock icon in the view switcher. The first time you access to it, the timeline window is zoomed to fit all the current elements, the same as when you perform a search, filter or group by operation. You can use the mouse scroll to zoom in or out ...
OCA/web/web_timeline/readme/USAGE.rst/0
{ "file_path": "OCA/web/web_timeline/readme/USAGE.rst", "repo_id": "OCA", "token_count": 367 }
90
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_tree_duplicate # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-05 08:47+0000\n" "PO-Revision-Date: 2023-07-05 08:47+0000\n" "Last-Translator: \n" "La...
OCA/web/web_tree_duplicate/i18n/he_IL.po/0
{ "file_path": "OCA/web/web_tree_duplicate/i18n/he_IL.po", "repo_id": "OCA", "token_count": 362 }
91
# Copyright 2013 Therp BV (<http://therp.nl>). # Copyright 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com> # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com> # Copyright 2017 Sodexis <dev@sodexis.com> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Clickable many2one...
OCA/web/web_tree_many2one_clickable/__manifest__.py/0
{ "file_path": "OCA/web/web_tree_many2one_clickable/__manifest__.py", "repo_id": "OCA", "token_count": 517 }
92
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
OCA/web/web_widget_bokeh_chart/__init__.py/0
{ "file_path": "OCA/web/web_widget_bokeh_chart/__init__.py", "repo_id": "OCA", "token_count": 27 }
93
/** @odoo-module **/ /* Copyright 2019 Tecnativa - David Vidal * Copyright 2024 Tecnativa - Carlos Roca * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ import {DomainField} from "@web/views/fields/domain/domain_field"; import {DomainEditorDialog} from "./widget_domain_editor_dialog.esm"; import {pa...
OCA/web/web_widget_domain_editor_dialog/static/src/js/domain_field.esm.js/0
{ "file_path": "OCA/web/web_widget_domain_editor_dialog/static/src/js/domain_field.esm.js", "repo_id": "OCA", "token_count": 711 }
94
/** @odoo-module **/ import core from "web.core"; import {registry} from "@web/core/registry"; import {standardFieldProps} from "@web/views/fields/standard_field_props"; import {Component} from "@odoo/owl"; var _lt = core._lt; export class FieldDynamicDropdown extends Component { get options() { var field...
OCA/web/web_widget_dropdown_dynamic/static/src/js/field_dynamic_dropdown.esm.js/0
{ "file_path": "OCA/web/web_widget_dropdown_dynamic/static/src/js/field_dynamic_dropdown.esm.js", "repo_id": "OCA", "token_count": 1482 }
95
You need to install the python mpld3 library:: pip install mpld3
OCA/web/web_widget_mpld3_chart/readme/INSTALL.rst/0
{ "file_path": "OCA/web/web_widget_mpld3_chart/readme/INSTALL.rst", "repo_id": "OCA", "token_count": 21 }
96
* `GRAP <http://www.grap.coop>`_: * Quentin DUPONT <quentin.dupont@grap.coop> * `Tecnativa <https://www.tecnativa.com/>`_: * Alexandre Díaz * Carlos Roca * Helly kapatel <helly.kapatel@initos.com> * Thanakrit Pintana <thanakrit.p39@gmail.com> * Dhara Solanki <dhara.solanki@initos.com>
OCA/web/web_widget_numeric_step/readme/CONTRIBUTORS.rst/0
{ "file_path": "OCA/web/web_widget_numeric_step/readme/CONTRIBUTORS.rst", "repo_id": "OCA", "token_count": 137 }
97
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_widget_open_tab # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2021-10-13 20:46+0000\n" "Last-Translator: Corneliuus <cornelius@clk-it.de>\n" "Language-Team:...
OCA/web/web_widget_open_tab/i18n/de.po/0
{ "file_path": "OCA/web/web_widget_open_tab/i18n/de.po", "repo_id": "OCA", "token_count": 656 }
98
<?xml version="1.0" encoding="UTF-8" ?> <template> <t t-name="web_widget_open_tab.openTab" owl="1"> <a class="btn open_tab_widget fa fa-external-link" t-att-href="_getReference()" target="_blank" t-on-click="openNewTab" t-att-title="props.title" ...
OCA/web/web_widget_open_tab/static/src/xml/open_tab_widget.xml/0
{ "file_path": "OCA/web/web_widget_open_tab/static/src/xml/open_tab_widget.xml", "repo_id": "OCA", "token_count": 228 }
99
# Translation of Odoo Server. # This file contains the translation of the following modules: # * web_widget_x2many_2d_matrix # # Translators: # Viktoras Norkus <viktoras@bmx.lt>, 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-25 01:58+0000\n" "PO-...
OCA/web/web_widget_x2many_2d_matrix/i18n/lt.po/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/lt.po", "repo_id": "OCA", "token_count": 450 }
100
/** @odoo-module **/ import {Component} from "@odoo/owl"; import {standardFieldProps} from "@web/views/fields/standard_field_props"; import {registry} from "@web/core/registry"; import {archParseBoolean} from "@web/views/utils"; import {X2Many2DMatrixRenderer} from "@web_widget_x2many_2d_matrix/components/x2many_2d_ma...
OCA/web/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.esm.js/0
{ "file_path": "OCA/web/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.esm.js", "repo_id": "OCA", "token_count": 1643 }
101
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path...
SquareSquash/web/app/assets/stylesheets/application.css/0
{ "file_path": "SquareSquash/web/app/assets/stylesheets/application.css", "repo_id": "SquareSquash", "token_count": 260 }
102
# 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/additions/json_detail_responder.rb/0
{ "file_path": "SquareSquash/web/app/controllers/additions/json_detail_responder.rb", "repo_id": "SquareSquash", "token_count": 423 }
103
# 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/project/membership_controller.rb/0
{ "file_path": "SquareSquash/web/app/controllers/project/membership_controller.rb", "repo_id": "SquareSquash", "token_count": 1627 }
104
# 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/bug.rb/0
{ "file_path": "SquareSquash/web/app/models/bug.rb", "repo_id": "SquareSquash", "token_count": 8388 }
105
# 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/occurrence.rb/0
{ "file_path": "SquareSquash/web/app/models/occurrence.rb", "repo_id": "SquareSquash", "token_count": 16527 }
106
# 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/bugs/show.html.rb/0
{ "file_path": "SquareSquash/web/app/views/bugs/show.html.rb", "repo_id": "SquareSquash", "token_count": 8491 }
107
# 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/project/membership/edit.html.rb/0
{ "file_path": "SquareSquash/web/app/views/project/membership/edit.html.rb", "repo_id": "SquareSquash", "token_count": 2077 }
108
--- disabled: true api_key: YOUR_PRODUCTION_SQUASH_API_KEY api_host: YOUR_URL
SquareSquash/web/config/environments/production/dogfood.yml/0
{ "file_path": "SquareSquash/web/config/environments/production/dogfood.yml", "repo_id": "SquareSquash", "token_count": 32 }
109
# Ugh. The sourcemap gem defines a module called SourceMap, which shares the name # of one of our models. So we have to rename it before we load our model. if ::SourceMap.kind_of?(Module) ::GemSourceMap = ::SourceMap Object.send :remove_const, :SourceMap elsif ::SourceMap.kind_of?(Class) raise "SourceMap (the mod...
SquareSquash/web/config/preinitializers/source_maps.rb/0
{ "file_path": "SquareSquash/web/config/preinitializers/source_maps.rb", "repo_id": "SquareSquash", "token_count": 561 }
110
# 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/context.js.coffee/0
{ "file_path": "SquareSquash/web/lib/assets/javascripts/context.js.coffee", "repo_id": "SquareSquash", "token_count": 634 }
111
@import "vars"; .accordion { margin: 10px 0; &>.accordion-pair { &>h5 { background-color: $gray5; margin: 0; padding: 10px 20px; border-radius: $radius-size; margin-top: 5px; a { text-decoration: none; } } &:first-child>h5 { margin-top: 0; } &>div { pad...
SquareSquash/web/lib/assets/stylesheets/accordion.css.scss/0
{ "file_path": "SquareSquash/web/lib/assets/stylesheets/accordion.css.scss", "repo_id": "SquareSquash", "token_count": 295 }
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/lib/blamer/simple.rb/0
{ "file_path": "SquareSquash/web/lib/blamer/simple.rb", "repo_id": "SquareSquash", "token_count": 435 }
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 or agreed ...
SquareSquash/web/lib/workers/symbolication_worker.rb/0
{ "file_path": "SquareSquash/web/lib/workers/symbolication_worker.rb", "repo_id": "SquareSquash", "token_count": 492 }
114
# 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/additions/authentication_helpers_spec.rb/0
{ "file_path": "SquareSquash/web/spec/controllers/additions/authentication_helpers_spec.rb", "repo_id": "SquareSquash", "token_count": 1390 }
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/spec/controllers/project/membership_controller_spec.rb/0
{ "file_path": "SquareSquash/web/spec/controllers/project/membership_controller_spec.rb", "repo_id": "SquareSquash", "token_count": 1341 }
116
HTTP/1.1 200 OK Server: nginx/1.0.14 Date: Wed, 14 Nov 2012 04:09:11 GMT Content-Type: application/json; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Status: 200 OK X-UA-Compatible: IE=Edge,chrome=1 Cache-Control: no-cache X-Request-Id: 20436b8395ad658aa642721c14fda3ef X-Runtime: 0.019127 X-Rack-Cach...
SquareSquash/web/spec/fixtures/pagerduty_response.json/0
{ "file_path": "SquareSquash/web/spec/fixtures/pagerduty_response.json", "repo_id": "SquareSquash", "token_count": 205 }
117
# 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/models/bug_spec.rb/0
{ "file_path": "SquareSquash/web/spec/models/bug_spec.rb", "repo_id": "SquareSquash", "token_count": 18353 }
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/spec/models/watch_spec.rb/0
{ "file_path": "SquareSquash/web/spec/models/watch_spec.rb", "repo_id": "SquareSquash", "token_count": 511 }
119
/* Flot plugin for showing crosshairs when the mouse hovers over the plot. Copyright (c) 2007-2012 IOLA and Ole Laursen. Licensed under the MIT license. The plugin supports these options: crosshair: { mode: null or "x" or "y" or "xy" color: color lineWidth: number } Set the mode to one of "x", "y" or "xy". ...
SquareSquash/web/vendor/assets/javascripts/flot/crosshair.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/flot/crosshair.js", "repo_id": "SquareSquash", "token_count": 2642 }
120
/** * jQuery.timers - Timer abstractions for jQuery * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/). * Date: 2009/10/16 * * @author Blair Mitchelmore * @version 1.2 * **/ jQuery.fn.extend({ everyTime: function(interval, label, fn,...
SquareSquash/web/vendor/assets/javascripts/jquery-timers.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/jquery-timers.js", "repo_id": "SquareSquash", "token_count": 1436 }
121
/** * 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/shBrushJava.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushJava.js", "repo_id": "SquareSquash", "token_count": 848 }
122
/** * SyntaxHighlighter * http://alexgorbatchev.com/ * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate * * @version * 2.0.320 (July 26 2009) * * @copyright * Copyright (C) 2004-2009 Alex Gorbatchev. * Copyright (C) 2009 Nico...
SquareSquash/web/vendor/assets/javascripts/sh/shBrushYaml.js/0
{ "file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushYaml.js", "repo_id": "SquareSquash", "token_count": 893 }
123
/** * 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/shThemeDjango.css/0
{ "file_path": "SquareSquash/web/vendor/assets/stylesheets/sh/shThemeDjango.css", "repo_id": "SquareSquash", "token_count": 982 }
124
Bitwarden believes that working with security researchers across the globe is crucial to keeping our users safe. If you believe you've found a security issue in our product or service, we encourage you to please submit a report through our [HackerOne Program](https://hackerone.com/bitwarden/). We welcome working with y...
bitwarden/web/SECURITY.md/0
{ "file_path": "bitwarden/web/SECURITY.md", "repo_id": "bitwarden", "token_count": 409 }
125
import { Component, OnInit } from "@angular/core"; import { AbstractControl, FormBuilder, FormGroup } from "@angular/forms"; import { ActivatedRoute } from "@angular/router"; import { SelectOptions } from "jslib-angular/interfaces/selectOptions"; import { dirtyRequired } from "jslib-angular/validators/dirty.validator"...
bitwarden/web/bitwarden_license/src/app/organizations/manage/sso.component.ts/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/organizations/manage/sso.component.ts", "repo_id": "bitwarden", "token_count": 3897 }
126
import { Component } from "@angular/core"; import { ActivatedRoute, Router } from "@angular/router"; import { ApiService } from "jslib-common/abstractions/api.service"; import { I18nService } from "jslib-common/abstractions/i18n.service"; import { PlatformUtilsService } from "jslib-common/abstractions/platformUtils.se...
bitwarden/web/bitwarden_license/src/app/providers/manage/accept-provider.component.ts/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/manage/accept-provider.component.ts", "repo_id": "bitwarden", "token_count": 603 }
127
<div class="page-header"> <h1>{{ "myProvider" | i18n }}</h1> </div> <div *ngIf="loading"> <i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}" aria-hidden="true" ></i> <span class="sr-only">{{ "loading" | i18n }}</span> </div> <form *ngIf="provider && !loading" #form (...
bitwarden/web/bitwarden_license/src/app/providers/settings/account.component.html/0
{ "file_path": "bitwarden/web/bitwarden_license/src/app/providers/settings/account.component.html", "repo_id": "bitwarden", "token_count": 702 }
128
-----BEGIN PRIVATE KEY----- MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDaEy1cPw07irjg 4wUgaxshW7oQrgVoNZYRROmdU20K22L+HyG2ahW6usiWw8+6fPgVve7Y1z+/GYsK DhaDdY1Ket3JvZHxoAJ/+6lYY+05PhtmYnyEZzZlnuYx/tu3vyGpsXqMpzL3ZrX2 Mh2dWE7ZXKxsyig4wSDJhBPMrW8HKXLrLR/JPFhu/nz5MpRF5LfzWU13FEfmS43s PEkBCn5ZxhVX4eNclQhTl7oOo5LU+KCW...
bitwarden/web/dev-server.shared.pem/0
{ "file_path": "bitwarden/web/dev-server.shared.pem", "repo_id": "bitwarden", "token_count": 2089 }
129
<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">{{ "passwordHint" | i18n }}</p> <div class="card d-block"> <div class="card-body"> ...
bitwarden/web/src/app/accounts/hint.component.html/0
{ "file_path": "bitwarden/web/src/app/accounts/hint.component.html", "repo_id": "bitwarden", "token_count": 848 }
130
<form #form (ngSubmit)="submit()" class="container" [appApiAction]="initiateSsoFormPromise" ngNativeValidate > <div class="row justify-content-md-center mt-5"> <div class="col-5"> <img class="logo mb-2 logo-themed" alt="Bitwarden" /> <div class="card d-block mt-4"> <div class="card-b...
bitwarden/web/src/app/accounts/sso.component.html/0
{ "file_path": "bitwarden/web/src/app/accounts/sso.component.html", "repo_id": "bitwarden", "token_count": 943 }
131
import { DragDropModule } from "@angular/cdk/drag-drop"; import { NgModule } from "@angular/core"; import { FormsModule } from "@angular/forms"; import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; import { InfiniteScrollModule } from "ngx-infinite-scroll"; import { AppComponent } from "./ap...
bitwarden/web/src/app/app.module.ts/0
{ "file_path": "bitwarden/web/src/app/app.module.ts", "repo_id": "bitwarden", "token_count": 276 }
132
<router-outlet></router-outlet> <div class="container my-5 text-muted text-center"> &copy; {{ year }} Bitwarden Inc. <br /> {{ "versionNumber" | i18n: version }} </div>
bitwarden/web/src/app/layouts/frontend-layout.component.html/0
{ "file_path": "bitwarden/web/src/app/layouts/frontend-layout.component.html", "repo_id": "bitwarden", "token_count": 65 }
133
import { DragDropModule } from "@angular/cdk/drag-drop"; import { DatePipe, registerLocaleData, CommonModule } from "@angular/common"; import localeAf from "@angular/common/locales/af"; import localeAz from "@angular/common/locales/az"; import localeBe from "@angular/common/locales/be"; import localeBg from "@angular/c...
bitwarden/web/src/app/modules/shared.module.ts/0
{ "file_path": "bitwarden/web/src/app/modules/shared.module.ts", "repo_id": "bitwarden", "token_count": 1900 }
134
<div class="card vault-filters"> <div class="container loading-spinner" *ngIf="!isLoaded"> <i class="bwi bwi-spinner bwi-spin bwi-3x" aria-hidden="true"></i> </div> <div *ngIf="isLoaded"> <div class="card-header d-flex"> {{ "filters" | i18n }} <a class="ml-auto" href="https://b...
bitwarden/web/src/app/modules/vault-filter/vault-filter.component.html/0
{ "file_path": "bitwarden/web/src/app/modules/vault-filter/vault-filter.component.html", "repo_id": "bitwarden", "token_count": 1301 }
135
import { VaultFilter } from "jslib-angular/modules/vault-filter/models/vault-filter.model"; export class VaultService { calculateSearchBarLocalizationString(vaultFilter: VaultFilter): string { if (vaultFilter.status === "favorites") { return "searchFavorites"; } if (vaultFilter.status === "trash") ...
bitwarden/web/src/app/modules/vault/vault.service.ts/0
{ "file_path": "bitwarden/web/src/app/modules/vault/vault.service.ts", "repo_id": "bitwarden", "token_count": 318 }
136
<div class="page-header d-flex"> <h1>{{ "eventLogs" | i18n }}</h1> <div class="ml-auto d-flex"> <div class="form-inline"> <label class="sr-only" for="start">{{ "startDate" | i18n }}</label> <input type="datetime-local" class="form-control form-control-sm" id="start" p...
bitwarden/web/src/app/organizations/manage/events.component.html/0
{ "file_path": "bitwarden/web/src/app/organizations/manage/events.component.html", "repo_id": "bitwarden", "token_count": 1722 }
137