text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
# © 2022 Florian Kantelberg - initOS GmbH
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from unittest.mock import MagicMock
import odoo.http
from odoo.tests import common
class TestDarkMode(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.... | OCA/web/web_dark_mode/tests/test_dark_mode.py/0 | {
"file_path": "OCA/web/web_dark_mode/tests/test_dark_mode.py",
"repo_id": "OCA",
"token_count": 515
} | 59 |
**Known issues**
* Can not edit color from dashboard
* Original context is ignored.
* Original domain and filter are not restored.
* To preserve a relative date domain, you have to manually edit the tile's domain from "Configuration > User Interface > Dashboard Tile". You can use the same variables available in filter... | OCA/web/web_dashboard_tile/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_dashboard_tile/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 158
} | 60 |
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_tile_tile_search" model="ir.ui.view">
<field name="model">tile.tile</field>
<field name="arch" type="xml">
<search>
<field name="name" />
<field name="category_id" />
<field na... | OCA/web/web_dashboard_tile/views/tile_tile.xml/0 | {
"file_path": "OCA/web/web_dashboard_tile/views/tile_tile.xml",
"repo_id": "OCA",
"token_count": 7267
} | 61 |
* Allow setting default dialog size per user.
| OCA/web/web_dialog_size/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_dialog_size/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 10
} | 62 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_disable_export_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-12-02 16:35+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none... | OCA/web/web_disable_export_group/i18n/hr.po/0 | {
"file_path": "OCA/web/web_disable_export_group/i18n/hr.po",
"repo_id": "OCA",
"token_count": 563
} | 63 |
/** @odoo-module **/
/* Copyright 2016 Onestein
Copyright 2018 Tecnativa - David Vidal
Copyright 2021 Tecnativa - Alexandre Díaz
Copyright 2022 Tecnativa - Víctor Martínez
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */
import AbstractController from "web.AbstractController";
import sessio... | OCA/web/web_disable_export_group/static/src/js/abstract_controller.esm.js/0 | {
"file_path": "OCA/web/web_disable_export_group/static/src/js/abstract_controller.esm.js",
"repo_id": "OCA",
"token_count": 299
} | 64 |
odoo.define('web.domain_field', function (require) {
"use strict";
var py_utils = require('web.py_utils');
var session = require('web.session');
var original_pyeval = py_utils.eval;
var py = window.py;
/** Copied from py_utils and not modified but required since not publicly
exposed by w... | OCA/web/web_domain_field/static/lib/js/pyeval.js/0 | {
"file_path": "OCA/web/web_domain_field/static/lib/js/pyeval.js",
"repo_id": "OCA",
"token_count": 3706
} | 65 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-08-12 11:44+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language... | OCA/web/web_environment_ribbon/i18n/pt.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/pt.po",
"repo_id": "OCA",
"token_count": 345
} | 66 |
/* Copyright 2015 Sylvain Calador <sylvain.calador@akretion.com>
Copyright 2015 Javi Melendez <javi.melendez@algios.com>
Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
Copyright 2017 Thomas Binsfeld <thomas.binsfeld@acsone.eu>
Copyright 2017 Xavier Jiménez <xavier.jimenez@qubiq.es>
Lice... | OCA/web/web_environment_ribbon/static/src/js/ribbon.js/0 | {
"file_path": "OCA/web/web_environment_ribbon/static/src/js/ribbon.js",
"repo_id": "OCA",
"token_count": 1083
} | 67 |
====================
Group Expand Buttons
====================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:... | OCA/web/web_group_expand/README.rst/0 | {
"file_path": "OCA/web/web_group_expand/README.rst",
"repo_id": "OCA",
"token_count": 1214
} | 68 |
==============
Help Framework
==============
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:58edff8be040444604... | OCA/web/web_help/README.rst/0 | {
"file_path": "OCA/web/web_help/README.rst",
"repo_id": "OCA",
"token_count": 1255
} | 69 |
/** @odoo-module **/
import {Trip} from "@web_help/trip.esm";
import {registry} from "@web/core/registry";
export class ChangePasswordTrip extends Trip {
setup() {
this.addStep({
selector: "th[data-name='new_passwd'], td[name='new_passwd']",
content: this.env._t("Change the password... | OCA/web/web_help/static/src/change_password_trip.esm.js/0 | {
"file_path": "OCA/web/web_help/static/src/change_password_trip.esm.js",
"repo_id": "OCA",
"token_count": 301
} | 70 |
Add the class web-hide-field to a field:
::
<field name="name" class="web-hide-field">
Then press the "p" key and the field will disappear
| OCA/web/web_hide_field_with_key/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_hide_field_with_key/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 47
} | 71 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_ir_actions_act_window_message
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-22 08:27+0000... | OCA/web/web_ir_actions_act_window_message/i18n/nl_NL.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/i18n/nl_NL.po",
"repo_id": "OCA",
"token_count": 373
} | 72 |
/** @odoo-module **/
import Dialog from "web.Dialog";
import {registry} from "@web/core/registry";
function _refreshWidget(env) {
const controller = env.services.action.currentController;
const props = controller.props;
const view = controller.view;
// LEGACY CODE COMPATIBILITY: remove when controller... | OCA/web/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.esm.js/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.esm.js",
"repo_id": "OCA",
"token_count": 1690
} | 73 |
/** @odoo-module */
import {ListRenderer} from "@web/views/list/list_renderer";
import {patch} from "@web/core/utils/patch";
export const RangeListSelector = {
setup() {
this._super(...arguments);
this.range_history = [];
},
_getRangeSelection() {
var self = this;
// Get st... | OCA/web/web_listview_range_select/static/src/js/web_listview_range_select.esm.js/0 | {
"file_path": "OCA/web/web_listview_range_select/static/src/js/web_listview_range_select.esm.js",
"repo_id": "OCA",
"token_count": 1759
} | 74 |
/** @odoo-module **/
import {Many2XAutocomplete} from "@web/views/fields/relational_utils";
import {patch} from "@web/core/utils/patch";
import {sprintf} from "@web/core/utils/strings";
const {Component} = owl;
export function is_option_set(option) {
if (_.isUndefined(option)) return false;
if (typeof option ... | OCA/web/web_m2x_options/static/src/components/relational_utils.esm.js/0 | {
"file_path": "OCA/web/web_m2x_options/static/src/components/relational_utils.esm.js",
"repo_id": "OCA",
"token_count": 4320
} | 75 |
.o_tooltip {
display: none;
}
| OCA/web/web_no_bubble/static/src/css/web_no_bubble.scss/0 | {
"file_path": "OCA/web/web_no_bubble/static/src/css/web_no_bubble.scss",
"repo_id": "OCA",
"token_count": 17
} | 76 |
* Laurent Mignon <laurent.mignon@acsone.eu>
* Serpent Consulting Services Pvt. Ltd.<jay.vora@serpentcs.com>
* Aitor Bouzas <aitor.bouzas@adaptivecity.com>
* Shepilov Vladislav <shepilov.v@protonmail.com>
* Kevin Khao <kevin.khao@akretion.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* David Vidal
| OCA/web/web_notify/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_notify/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 131
} | 77 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_notify_channel_message
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-08 14:38+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"La... | OCA/web/web_notify_channel_message/i18n/es.po/0 | {
"file_path": "OCA/web/web_notify_channel_message/i18n/es.po",
"repo_id": "OCA",
"token_count": 370
} | 78 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_pivot_computed_measure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-22 12:42+0000\n"
"PO-Revision-Date: 2023-11-19 19:33+0000\n"
"Last-Translator:... | OCA/web/web_pivot_computed_measure/i18n/es.po/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/i18n/es.po",
"repo_id": "OCA",
"token_count": 2136
} | 79 |
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="web.PivotView.Buttons" t-inherit-mode="extension" owl="1">
<xpath expr="//t[@t-call='web.ReportViewMeasures']" position="inside">
<t t-set="add_computed_measures" t-value="true" />
<t t-set="model" t-value="mode... | OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_view.xml/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_view.xml",
"repo_id": "OCA",
"token_count": 160
} | 80 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_pwa_oca
#
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-Tran... | OCA/web/web_pwa_oca/i18n/web_pwa_oca.pot/0 | {
"file_path": "OCA/web/web_pwa_oca/i18n/web_pwa_oca.pot",
"repo_id": "OCA",
"token_count": 1408
} | 81 |
# 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-11-06 17:37+0000\n"
"Last-Translator: Rémi <remi@le-filament.com>\n"
"Language-Team: none\n"
"L... | OCA/web/web_refresher/i18n/fr.po/0 | {
"file_path": "OCA/web/web_refresher/i18n/fr.po",
"repo_id": "OCA",
"token_count": 372
} | 82 |
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2022 Tecnativa - Alexandre Díaz
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<template>
<t t-name="web_refresher.Button" owl="1">
<nav class="oe_refresher" aria-label="Pager">
<span aria-atomic="true">
... | OCA/web/web_refresher/static/src/xml/refresher.xml/0 | {
"file_path": "OCA/web/web_refresher/static/src/xml/refresher.xml",
"repo_id": "OCA",
"token_count": 358
} | 83 |
# 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-11-07 15:08+0000\n"
"Last-Translator: Waleed Mohsen <Mohsen.Waleed@gmail.com>\n"
"Language-Tea... | OCA/web/web_responsive/i18n/ar.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/ar.po",
"repo_id": "OCA",
"token_count": 1950
} | 84 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-07-08 05:19+0000\n"
"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
"Language-Team: none\n"
"Langu... | OCA/web/web_responsive/i18n/zh_CN.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/zh_CN.po",
"repo_id": "OCA",
"token_count": 1878
} | 85 |
/** @odoo-module **/
/* Copyright 2018 Tecnativa - Jairo Llopis
* Copyright 2021 ITerra - Sergey Shebanin
* Copyright 2023 Onestein - Anjeel Haria
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
import {NavBar} from "@web/webclient/navbar/navbar";
import {useAutofocus, useBus, useService} from "@... | OCA/web/web_responsive/static/src/components/apps_menu/apps_menu.esm.js/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/apps_menu/apps_menu.esm.js",
"repo_id": "OCA",
"token_count": 5285
} | 86 |
/** @odoo-module **/
/* Copyright 2021 ITerra - Sergey Shebanin
* Copyright 2023 Onestein - Anjeel Haria
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
import {registry} from "@web/core/registry";
import {debounce} from "@web/core/utils/timing";
import config from "web.config";
import core from "... | OCA/web/web_responsive/static/src/components/ui_context.esm.js/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/ui_context.esm.js",
"repo_id": "OCA",
"token_count": 669
} | 87 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_save_discard_button
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"... | OCA/web/web_save_discard_button/i18n/web_save_discard_button.pot/0 | {
"file_path": "OCA/web/web_save_discard_button/i18n/web_save_discard_button.pot",
"repo_id": "OCA",
"token_count": 329
} | 88 |
This module allows you to select or deselect all the companies in a single click.
.. image:: ./static/description/select_all_companies.png
| OCA/web/web_select_all_companies/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_select_all_companies/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 36
} | 89 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-09-23 07:34+0000\n"
"Last-Translator: Saeed Raeisi <saeed.raesi2020@gmail.com>\n"
"Language-Team... | OCA/web/web_timeline/i18n/fa.po/0 | {
"file_path": "OCA/web/web_timeline/i18n/fa.po",
"repo_id": "OCA",
"token_count": 1078
} | 90 |
* Implement a more efficient way of refreshing timeline after a record update;
* Make `attrs` attribute work;
* Make action attributes work (create, edit, delete) like in form and tree views.
* When grouping by m2m and more than one record is set, the timeline item appears only
on one group. Allow showing in both gro... | OCA/web/web_timeline/readme/ROADMAP.rst/0 | {
"file_path": "OCA/web/web_timeline/readme/ROADMAP.rst",
"repo_id": "OCA",
"token_count": 149
} | 91 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_tree_duplicate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-02-01 12:44+0000\n"
"Last-Translator: Yann Papouin <y.papouin@dec-industrie.com>\n"
"Langua... | OCA/web/web_tree_duplicate/i18n/fr.po/0 | {
"file_path": "OCA/web/web_tree_duplicate/i18n/fr.po",
"repo_id": "OCA",
"token_count": 374
} | 92 |
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
| OCA/web/web_tree_many2one_clickable/__init__.py/0 | {
"file_path": "OCA/web/web_tree_many2one_clickable/__init__.py",
"repo_id": "OCA",
"token_count": 26
} | 93 |
======================
Web Widget Bokeh Chart
======================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: s... | OCA/web/web_widget_bokeh_chart/README.rst/0 | {
"file_path": "OCA/web/web_widget_bokeh_chart/README.rst",
"repo_id": "OCA",
"token_count": 2498
} | 94 |
/** @odoo-module **/
import {loadBundle} from "@web/core/assets";
import {registry} from "@web/core/registry";
const {onWillStart, markup, Component, onMounted, onPatched, useRef} = owl;
export default class BokehChartJsonWidget extends Component {
setup() {
this.widget = useRef("widget");
onPatch... | OCA/web/web_widget_bokeh_chart/static/src/js/web_widget_bokeh_json_chart.esm.js/0 | {
"file_path": "OCA/web/web_widget_bokeh_chart/static/src/js/web_widget_bokeh_json_chart.esm.js",
"repo_id": "OCA",
"token_count": 833
} | 95 |
/** @odoo-module **/
import BasicModel from "web.BasicModel";
BasicModel.include({
/**
* Fetches all the values associated to the given fieldName.
*
* @param {Object} record - an element from the localData
* @param {Object} fieldName - the name of the field
* @param {Object} fieldInfo
... | OCA/web/web_widget_dropdown_dynamic/static/src/js/basic_model.esm.js/0 | {
"file_path": "OCA/web/web_widget_dropdown_dynamic/static/src/js/basic_model.esm.js",
"repo_id": "OCA",
"token_count": 768
} | 96 |
/*
Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
Copyright 2019-Today: Druidoo (<https://www.druidoo.io>)
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
*/
.o_form_view.o_form_editable
.o_form_field_image
.o_form_image_controls
.o_form_binary_file_web_cam {
... | OCA/web/web_widget_image_webcam/static/src/css/web_widget_image_webcam.css/0 | {
"file_path": "OCA/web/web_widget_image_webcam/static/src/css/web_widget_image_webcam.css",
"repo_id": "OCA",
"token_count": 339
} | 97 |
This module adds the possibility to insert mpld3 charts into Odoo standard views.
This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
If you want to see some samples of mpld3's capabilities follow this `link
<http://mpld3.github.io/>`_.
| OCA/web/web_widget_mpld3_chart/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 72
} | 98 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_numeric_step
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"... | OCA/web/web_widget_numeric_step/i18n/web_widget_numeric_step.pot/0 | {
"file_path": "OCA/web/web_widget_numeric_step/i18n/web_widget_numeric_step.pot",
"repo_id": "OCA",
"token_count": 405
} | 99 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_open_tab
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-02-17 13:45+0000\n"
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
"Language-... | OCA/web/web_widget_open_tab/i18n/ca.po/0 | {
"file_path": "OCA/web/web_widget_open_tab/i18n/ca.po",
"repo_id": "OCA",
"token_count": 653
} | 100 |
/** @odoo-module */
import {registry} from "@web/core/registry";
import {standardFieldProps} from "@web/views/fields/standard_field_props";
import {_lt} from "@web/core/l10n/translation";
import {Component} from "@odoo/owl";
export class OpenTabWidget extends Component {
openNewTab(ev) {
ev.stopPropagatio... | OCA/web/web_widget_open_tab/static/src/js/open_tab_widget.esm.js/0 | {
"file_path": "OCA/web/web_widget_open_tab/static/src/js/open_tab_widget.esm.js",
"repo_id": "OCA",
"token_count": 565
} | 101 |
To insert a Plotly chart in a view proceed as follows:
#. Declare a text computed field like this::
plotly_chart = fields.Text(
string='Plotly Chart',
compute='_compute_plotly_chart',
)
#. In its computed method do::
def _compute_plotly_chart(self):
for rec in self:
d... | OCA/web/web_widget_plotly_chart/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 348
} | 102 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_x2many_2d_matrix
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: web (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-17 07:30+0000\n"
"PO-Revision-Date: 2023-11-27 11:33+0000\n"
"Last-Tra... | OCA/web/web_widget_x2many_2d_matrix/i18n/it.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/it.po",
"repo_id": "OCA",
"token_count": 486
} | 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/assets/javascripts/histogram.js.coffee/0 | {
"file_path": "SquareSquash/web/app/assets/javascripts/histogram.js.coffee",
"repo_id": "SquareSquash",
"token_count": 1005
} | 104 |
@import "vars";
body.accounts {
h1 img {
height: $h1-size;
vertical-align: bottom;
margin-right: 10px;
}
}
| SquareSquash/web/app/assets/stylesheets/accounts.css.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/accounts.css.scss",
"repo_id": "SquareSquash",
"token_count": 59
} | 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/controllers/additions/event_decoration.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/additions/event_decoration.rb",
"repo_id": "SquareSquash",
"token_count": 991
} | 106 |
# 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/occurrences_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/occurrences_controller.rb",
"repo_id": "SquareSquash",
"token_count": 3733
} | 107 |
# 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/blame.rb/0 | {
"file_path": "SquareSquash/web/app/models/blame.rb",
"repo_id": "SquareSquash",
"token_count": 853
} | 108 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/config/application.rb/0 | {
"file_path": "SquareSquash/web/config/application.rb",
"repo_id": "SquareSquash",
"token_count": 1122
} | 109 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/config/environments/production.rb/0 | {
"file_path": "SquareSquash/web/config/environments/production.rb",
"repo_id": "SquareSquash",
"token_count": 1373
} | 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/config/initializers/dogfood.rb/0 | {
"file_path": "SquareSquash/web/config/initializers/dogfood.rb",
"repo_id": "SquareSquash",
"token_count": 1405
} | 111 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/db/seeds.rb/0 | {
"file_path": "SquareSquash/web/db/seeds.rb",
"repo_id": "SquareSquash",
"token_count": 282
} | 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/assets/javascripts/value_inspector.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/value_inspector.js.coffee",
"repo_id": "SquareSquash",
"token_count": 2384
} | 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/blamer/recency.rb/0 | {
"file_path": "SquareSquash/web/lib/blamer/recency.rb",
"repo_id": "SquareSquash",
"token_count": 2172
} | 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/lib/tasks/statistics.rake/0 | {
"file_path": "SquareSquash/web/lib/tasks/statistics.rake",
"repo_id": "SquareSquash",
"token_count": 473
} | 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/accounts_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/accounts_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 738
} | 116 |
{
"version":3,
"file":"out.js",
"sourceRoot":"/Documents/Projects/SquareSquash/javascript",
"sources":["/Documents/Projects/SquareSquash/javascript/vendor/assets/foo.js", "/Documents/Projects/SquareSquash/javascript/vendor/assets/bar.js"],
"names":["src", "maps", "are", "fun"],
"mappings":"AAgBC... | SquareSquash/web/spec/fixtures/mapping.json/0 | {
"file_path": "SquareSquash/web/spec/fixtures/mapping.json",
"repo_id": "SquareSquash",
"token_count": 131
} | 117 |
# Copyright 2014 Square Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | SquareSquash/web/spec/models/user_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/models/user_spec.rb",
"repo_id": "SquareSquash",
"token_count": 2608
} | 118 |
/* Plugin for jQuery for working with colors.
*
* Version 1.1.
*
* Inspiration from jQuery color animation plugin by John Resig.
*
* Released under the MIT license by Ole Laursen, October 2009.
*
* Examples:
*
* $.color.parse("#fff").scale('rgb', 0.25).add('a', -0.5).toString()
* var c = $.color.extrac... | SquareSquash/web/vendor/assets/javascripts/flot/colorhelpers.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/flot/colorhelpers.js",
"repo_id": "SquareSquash",
"token_count": 3335
} | 119 |
// This code is based on leanModal by Ray Stone, which is distributed under the
// MIT license:
//
// Copyright (c) 2012 Ray Stone
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software withou... | SquareSquash/web/vendor/assets/javascripts/jquery-leanModal.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/jquery-leanModal.js",
"repo_id": "SquareSquash",
"token_count": 1776
} | 120 |
/**
* 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/shBrushJScript.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushJScript.js",
"repo_id": "SquareSquash",
"token_count": 652
} | 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/shBrushXml.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushXml.js",
"repo_id": "SquareSquash",
"token_count": 914
} | 122 |
/**
* 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/shThemeDefault.css/0 | {
"file_path": "SquareSquash/web/vendor/assets/stylesheets/sh/shThemeDefault.css",
"repo_id": "SquareSquash",
"token_count": 898
} | 123 |
> **Archived**
>
> This repository is archived, please go to https://github.com/bitwarden/clients for future development.
<p align="center">
<img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/web-vault-macbook.png" alt="" width="600" height="358" />
</p>
<p align="center">
The Bitwa... | bitwarden/web/README.md/0 | {
"file_path": "bitwarden/web/README.md",
"repo_id": "bitwarden",
"token_count": 1162
} | 124 |
<div class="page-header d-flex">
<h1>{{ "singleSignOn" | i18n }}</h1>
</div>
<ng-container *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>
</ng-container>
<form
#form
(ng... | bitwarden/web/bitwarden_license/src/app/organizations/manage/sso.component.html/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/organizations/manage/sso.component.html",
"repo_id": "bitwarden",
"token_count": 6952
} | 125 |
import { Injectable } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstractions/crypto.service";
import { SyncService } from "jslib-common/abstractions/sync.service";
import { ProviderAddOrganizationRequest } from "jslib-common/mo... | bitwarden/web/bitwarden_license/src/app/providers/services/webProvider.service.ts/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/services/webProvider.service.ts",
"repo_id": "bitwarden",
"token_count": 421
} | 126 |
project_id_env: _CROWDIN_PROJECT_ID
api_token_env: CROWDIN_API_TOKEN
preserve_hierarchy: true
files:
- source: /src/locales/en/messages.json
dest: /src/locales/en/%file_name%.%file_extension%
translation: /src/locales/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
language... | bitwarden/web/crowdin.yml/0 | {
"file_path": "bitwarden/web/crowdin.yml",
"repo_id": "bitwarden",
"token_count": 275
} | 127 |
import { Component } from "@angular/core";
import { ActivatedRoute, Router } from "@angular/router";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstractions/crypto.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import... | bitwarden/web/src/app/accounts/accept-organization.component.ts/0 | {
"file_path": "bitwarden/web/src/app/accounts/accept-organization.component.ts",
"repo_id": "bitwarden",
"token_count": 1706
} | 128 |
import { Component } from "@angular/core";
import { ActivatedRoute, Router } from "@angular/router";
import { SetPasswordComponent as BaseSetPasswordComponent } from "jslib-angular/components/set-password.component";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jsl... | bitwarden/web/src/app/accounts/set-password.component.ts/0 | {
"file_path": "bitwarden/web/src/app/accounts/set-password.component.ts",
"repo_id": "bitwarden",
"token_count": 562
} | 129 |
import { Component, NgZone, OnDestroy, OnInit, SecurityContext } from "@angular/core";
import { DomSanitizer } from "@angular/platform-browser";
import { NavigationEnd, Router } from "@angular/router";
import * as jq from "jquery";
import { IndividualConfig, ToastrService } from "ngx-toastr";
import Swal from "sweetale... | bitwarden/web/src/app/app.component.ts/0 | {
"file_path": "bitwarden/web/src/app/app.component.ts",
"repo_id": "bitwarden",
"token_count": 4588
} | 130 |
import { Component, OnInit } from "@angular/core";
import { PlatformUtilsService } from "jslib-common/abstractions/platformUtils.service";
@Component({
selector: "app-footer",
templateUrl: "footer.component.html",
})
export class FooterComponent implements OnInit {
version: string;
year = "2015";
construct... | bitwarden/web/src/app/layouts/footer.component.ts/0 | {
"file_path": "bitwarden/web/src/app/layouts/footer.component.ts",
"repo_id": "bitwarden",
"token_count": 161
} | 131 |
import { NgModule } from "@angular/core";
import { GetOrgNameFromIdPipe } from "./get-organization-name.pipe";
@NgModule({
imports: [],
declarations: [GetOrgNameFromIdPipe],
exports: [GetOrgNameFromIdPipe],
})
export class PipesModule {}
| bitwarden/web/src/app/modules/pipes/pipes.module.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/pipes/pipes.module.ts",
"repo_id": "bitwarden",
"token_count": 84
} | 132 |
import { Component, Input } from "@angular/core";
import { Organization } from "jslib-common/models/domain/organization";
import { VaultFilterComponent } from "./vault-filter.component";
@Component({
selector: "app-organization-vault-filter",
templateUrl: "vault-filter.component.html",
})
export class Organizati... | bitwarden/web/src/app/modules/vault-filter/organization-vault-filter.component.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/vault-filter/organization-vault-filter.component.ts",
"repo_id": "bitwarden",
"token_count": 251
} | 133 |
import { NgModule } from "@angular/core";
import { LooseComponentsModule } from "../loose-components.module";
import { SharedModule } from "../shared.module";
import { VaultFilterModule } from "../vault-filter/vault-filter.module";
import { VaultService } from "./vault.service";
@NgModule({
imports: [SharedModule,... | bitwarden/web/src/app/modules/vault/vault.module.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/vault/vault.module.ts",
"repo_id": "bitwarden",
"token_count": 177
} | 134 |
import { Component, Input, OnInit } from "@angular/core";
import { UserNamePipe } from "jslib-angular/pipes/user-name.pipe";
import { ApiService } from "jslib-common/abstractions/api.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { LogService } from "jslib-common/abstractions/lo... | bitwarden/web/src/app/organizations/manage/entity-events.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/entity-events.component.ts",
"repo_id": "bitwarden",
"token_count": 1964
} | 135 |
import { Component, EventEmitter, Input, OnInit, Output } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstractions/crypto.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { LogService } from ... | bitwarden/web/src/app/organizations/manage/reset-password.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/reset-password.component.ts",
"repo_id": "bitwarden",
"token_count": 2795
} | 136 |
import { Component } from "@angular/core";
import { PolicyType } from "jslib-common/enums/policyType";
import { BasePolicy, BasePolicyComponent } from "./base-policy.component";
export class PersonalOwnershipPolicy extends BasePolicy {
name = "personalOwnership";
description = "personalOwnershipPolicyDesc";
ty... | bitwarden/web/src/app/organizations/policies/personal-ownership.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/policies/personal-ownership.component.ts",
"repo_id": "bitwarden",
"token_count": 154
} | 137 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="billingSyncApiKeyTitle">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<form
class="modal-content"
#form
(ngSubmit)="submit()"
[appApiAction]="formPromise"
ngNativeValidate
>
<div ... | bitwarden/web/src/app/organizations/settings/billing-sync-api-key.component.html/0 | {
"file_path": "bitwarden/web/src/app/organizations/settings/billing-sync-api-key.component.html",
"repo_id": "bitwarden",
"token_count": 2035
} | 138 |
import { Component } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { ModalService } from "jslib-angular/services/modal.service";
import { ApiService } from "jslib-common/abstractions/api.service";
import { MessagingService } from "jslib-common/abstractions/messaging.service";
import { ... | bitwarden/web/src/app/organizations/settings/two-factor-setup.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/settings/two-factor-setup.component.ts",
"repo_id": "bitwarden",
"token_count": 731
} | 139 |
import { Component, EventEmitter, Output } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CipherService } from "jslib-common/abstractions/cipher.service";
import { EventService } from "jslib-common/abstractions/event.service";
import { I18nService } from "jslib-commo... | bitwarden/web/src/app/organizations/vault/ciphers.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/vault/ciphers.component.ts",
"repo_id": "bitwarden",
"token_count": 1307
} | 140 |
<div class="page-header">
<h1>{{ "reports" | i18n }}</h1>
</div>
<p>{{ "reportsDesc" | i18n }}</p>
<div class="tw-inline-grid tw-grid-cols-3 tw-gap-4">
<div *ngFor="let report of reports">
<app-report-card [type]="report"></app-report-card>
</div>
</div>
| bitwarden/web/src/app/reports/report-list.component.html/0 | {
"file_path": "bitwarden/web/src/app/reports/report-list.component.html",
"repo_id": "bitwarden",
"token_count": 119
} | 141 |
import { DatePipe } from "@angular/common";
import { Component } from "@angular/core";
import { ControlContainer, NgForm } from "@angular/forms";
import { EffluxDatesComponent as BaseEffluxDatesComponent } from "jslib-angular/components/send/efflux-dates.component";
import { I18nService } from "jslib-common/abstractio... | bitwarden/web/src/app/send/efflux-dates.component.ts/0 | {
"file_path": "bitwarden/web/src/app/send/efflux-dates.component.ts",
"repo_id": "bitwarden",
"token_count": 278
} | 142 |
import { Component, EventEmitter, Input, Output, ViewChild } 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 { LogService } from "jslib-common... | bitwarden/web/src/app/settings/adjust-storage.component.ts/0 | {
"file_path": "bitwarden/web/src/app/settings/adjust-storage.component.ts",
"repo_id": "bitwarden",
"token_count": 1247
} | 143 |
import { Component } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { LogService } from "jslib-common/abstractions/log.service";
import { MessagingService } from "jslib-common/abstractions/messaging.... | bitwarden/web/src/app/settings/delete-account.component.ts/0 | {
"file_path": "bitwarden/web/src/app/settings/delete-account.component.ts",
"repo_id": "bitwarden",
"token_count": 537
} | 144 |
import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from "@angular/core";
import { Router } from "@angular/router";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstractions/crypto.service";
import { I18nService } from "jslib-common/ab... | bitwarden/web/src/app/settings/organization-plans.component.ts/0 | {
"file_path": "bitwarden/web/src/app/settings/organization-plans.component.ts",
"repo_id": "bitwarden",
"token_count": 5123
} | 145 |
<div class="tabbed-nav d-flex flex-column">
<ul class="nav nav-tabs">
<ng-container *ngIf="showChangePassword">
<li class="nav-item">
<a class="nav-link" routerLink="change-password" routerLinkActive="active">
{{ "masterPassword" | i18n }}
</a>
</li>
</ng-container>
<... | bitwarden/web/src/app/settings/security.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/security.component.html",
"repo_id": "bitwarden",
"token_count": 305
} | 146 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="2faDuoTitle">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" title="2faDuoTitle">
{{ "twoStepLogin" | i18n }}
<small>Duo</small>
... | bitwarden/web/src/app/settings/two-factor-duo.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/two-factor-duo.component.html",
"repo_id": "bitwarden",
"token_count": 2084
} | 147 |
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate>
<div class="form-group">
<label for="file" class="sr-only">{{ "licenseFile" | i18n }}</label>
<input type="file" id="file" class="form-control-file" name="file" required />
<small class="form-text text-muted">{{
"licens... | bitwarden/web/src/app/settings/update-license.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/update-license.component.html",
"repo_id": "bitwarden",
"token_count": 361
} | 148 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="passHistoryTitle">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="passHistoryTitle">{{ "passwordHistory" | i18n }}</h2>
... | bitwarden/web/src/app/tools/password-generator-history.component.html/0 | {
"file_path": "bitwarden/web/src/app/tools/password-generator-history.component.html",
"repo_id": "bitwarden",
"token_count": 1105
} | 149 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="restoreSelectedTitle">
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
<div class="modal-header">
<h2 class="moda... | bitwarden/web/src/app/vault/bulk-restore.component.html/0 | {
"file_path": "bitwarden/web/src/app/vault/bulk-restore.component.html",
"repo_id": "bitwarden",
"token_count": 637
} | 150 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="HandheldFriendly" content="true" />
<title>Bitw... | bitwarden/web/src/connectors/captcha.html/0 | {
"file_path": "bitwarden/web/src/connectors/captcha.html",
"repo_id": "bitwarden",
"token_count": 184
} | 151 |
import { b64Decode, getQsParam } from "./common";
import { buildDataString, parseWebauthnJson } from "./common-webauthn";
require("./webauthn.scss");
const mobileCallbackUri = "bitwarden://webauthn-callback";
let parsed = false;
let webauthnJson: any;
let headerText: string = null;
let btnText: string = null;
let bt... | bitwarden/web/src/connectors/webauthn.ts/0 | {
"file_path": "bitwarden/web/src/connectors/webauthn.ts",
"repo_id": "bitwarden",
"token_count": 1643
} | 152 |
{
"pageTitle": {
"message": "Трезор по уеб „$APP_NAME$“",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "Вид на елемента"
},
"name":... | bitwarden/web/src/locales/bg/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/bg/messages.json",
"repo_id": "bitwarden",
"token_count": 103649
} | 153 |
{
"pageTitle": {
"message": "Coffre web $APP_NAME$",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "Quel type d'élément est-ce ?"
},
... | bitwarden/web/src/locales/fr/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/fr/messages.json",
"repo_id": "bitwarden",
"token_count": 62383
} | 154 |
{
"name": "Bitwarden Vault",
"icons": [
{
"src": "images/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#175DDC",
... | bitwarden/web/src/manifest.json/0 | {
"file_path": "bitwarden/web/src/manifest.json",
"repo_id": "bitwarden",
"token_count": 174
} | 155 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../../jslib/components/src/tw-theme.css";
| bitwarden/web/src/scss/tailwind.css/0 | {
"file_path": "bitwarden/web/src/scss/tailwind.css",
"repo_id": "bitwarden",
"token_count": 40
} | 156 |
const fs = require("fs");
const path = require("path");
const { AngularWebpackPlugin } = require("@ngtools/webpack");
const { CleanWebpackPlugin } = require("clean-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const HtmlWebpackInjector = require("html-webpack-injector");
const HtmlWebpack... | bitwarden/web/webpack.config.js/0 | {
"file_path": "bitwarden/web/webpack.config.js",
"repo_id": "bitwarden",
"token_count": 5375
} | 157 |
package com.aitongyi.web.back.conf;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.secur... | chwshuang/web/back/src/main/java/com/aitongyi/web/back/conf/SecurityConfig.java/0 | {
"file_path": "chwshuang/web/back/src/main/java/com/aitongyi/web/back/conf/SecurityConfig.java",
"repo_id": "chwshuang",
"token_count": 1236
} | 158 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.