text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
First, you have to create tile categories.
* Go to "Dashboards > Configuration > Overview Settings > Dashboard Categories"
* Create categories
Odoo menu and action are automatically created in the "Dashboard > Overview" menu
You should refresh your browser to see new menu items.
.. image:: ../static/description/til... | OCA/web/web_dashboard_tile/readme/CONFIGURE.rst/0 | {
"file_path": "OCA/web/web_dashboard_tile/readme/CONFIGURE.rst",
"repo_id": "OCA",
"token_count": 252
} | 61 |
# © 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase
class TestTile(TransactionCase):
def test_tile(self):
TileTile = self.env["tile.tile"]
model_id = self.env["ir.model"].se... | OCA/web/web_dashboard_tile/tests/test_tile.py/0 | {
"file_path": "OCA/web/web_dashboard_tile/tests/test_tile.py",
"repo_id": "OCA",
"token_count": 1295
} | 62 |
By default, the module respects the caller's ``dialog_size`` option.
If you want to set dialog boxes maximized by default, you need to:
#. Go to *Settings -> Technical -> Parameters -> System Parameters*
#. Add a new record with the text *web_dialog_size.default_maximize* in
the *Key* field and the text *True* in ... | OCA/web/web_dialog_size/readme/CONFIGURE.rst/0 | {
"file_path": "OCA/web/web_dialog_size/readme/CONFIGURE.rst",
"repo_id": "OCA",
"token_count": 96
} | 63 |
from . import models
| OCA/web/web_disable_export_group/__init__.py/0 | {
"file_path": "OCA/web/web_disable_export_group/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 64 |
When you define a view you can specify on the relational fields a domain
attribute. This attribute is evaluated as filter to apply when displaying
existing records for selection.
.. code-block:: xml
<field name="product_id" domain="[('type','=','product')]"/>
The value provided for the domain attribute must be a ... | OCA/web/web_domain_field/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_domain_field/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 753
} | 65 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
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"
"Languag... | OCA/web/web_environment_ribbon/i18n/it.po/0 | {
"file_path": "OCA/web/web_environment_ribbon/i18n/it.po",
"repo_id": "OCA",
"token_count": 287
} | 66 |
/* @odoo-module */
import {IntegerField} from "@web/views/fields/integer/integer_field";
import {patch} from "@web/core/utils/patch";
patch(IntegerField.prototype, "web_field_numeric_formatting.IntegerField", {
get formattedValue() {
if (!this.props.formatNumber) {
return this.props.value;
... | OCA/web/web_field_numeric_formatting/static/src/components/integer_field.esm.js/0 | {
"file_path": "OCA/web/web_field_numeric_formatting/static/src/components/integer_field.esm.js",
"repo_id": "OCA",
"token_count": 350
} | 67 |
* Petar Najman <petar.najman@modoolar.com>
* Mladen Meseldzija <mladen.meseldzija@modoolar.com>
* `CorporateHub <https://corporatehub.eu/>`__
* Alexey Pelykh <alexey.pelykh@corphub.eu>
* Manuel Calero - Tecnativa
* Matias Peralta, Juan Rivero - Adhoc
| OCA/web/web_ir_actions_act_multi/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_multi/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 110
} | 68 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_ir_actions_act_window_message
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-02 09:... | OCA/web/web_ir_actions_act_window_message/i18n/hr.po/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_message/i18n/hr.po",
"repo_id": "OCA",
"token_count": 410
} | 69 |
This addon allows a developer to return the following action types::
{'type': 'ir.actions.act_window.page.next'}
or::
{'type': 'ir.actions.act_window.page.prev'}
which trigger the form's controller to page into the requested direction on the client
side.
A use case could be the case of a validation flow. As a deve... | OCA/web/web_ir_actions_act_window_page/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_ir_actions_act_window_page/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 158
} | 70 |
To use this module, you need to:
#. Go to some list view.
#. Click a record.
#. Hold shift and click another record.
#. You can repeat this operation as many times as you want.
| OCA/web/web_listview_range_select/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_listview_range_select/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 52
} | 71 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_m2x_options
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-05-17 20:47+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>... | OCA/web/web_m2x_options/i18n/nl.po/0 | {
"file_path": "OCA/web/web_m2x_options/i18n/nl.po",
"repo_id": "OCA",
"token_count": 1667
} | 72 |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="g... | OCA/web/web_m2x_options/static/description/index.html/0 | {
"file_path": "OCA/web/web_m2x_options/static/description/index.html",
"repo_id": "OCA",
"token_count": 4112
} | 73 |
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
| OCA/web/web_no_bubble/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_no_bubble/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 27
} | 74 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_notify
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-09-01 12:52+0000\n"
"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
"Language-Team: none\n"
"Language:... | OCA/web/web_notify/i18n/zh_CN.po/0 | {
"file_path": "OCA/web/web_notify/i18n/zh_CN.po",
"repo_id": "OCA",
"token_count": 1506
} | 75 |
==========================
Web Notify Channel Message
==========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! sour... | OCA/web/web_notify_channel_message/README.rst/0 | {
"file_path": "OCA/web/web_notify_channel_message/README.rst",
"repo_id": "OCA",
"token_count": 1138
} | 76 |
/** @odoo-module **/
/* Copyright 2024 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
import {PivotController} from "@web/views/pivot/pivot_controller";
import {patch} from "@web/core/utils/patch";
import {DropdownItemCustomMeasure} from "../dropdown_item_custom_measure... | OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_controller.esm.js/0 | {
"file_path": "OCA/web/web_pivot_computed_measure/static/src/pivot/pivot_controller.esm.js",
"repo_id": "OCA",
"token_count": 310
} | 77 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_pwa_oca
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-11-20 20:36+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: none\... | OCA/web/web_pwa_oca/i18n/es_AR.po/0 | {
"file_path": "OCA/web/web_pwa_oca/i18n/es_AR.po",
"repo_id": "OCA",
"token_count": 1769
} | 78 |
{
"name": "Web Refresher",
"version": "16.0.2.0.1",
"author": "Compassion Switzerland, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"installable": True,
"auto_install": False,
"assets": {
"web.... | OCA/web/web_refresher/__manifest__.py/0 | {
"file_path": "OCA/web/web_refresher/__manifest__.py",
"repo_id": "OCA",
"token_count": 386
} | 79 |
.oe_cp_refresher {
margin: auto 0 auto auto;
padding-left: 5px;
text-align: right;
user-select: none;
flex-grow: 1;
}
.o_cp_bottom_right.oe_cp_refresher {
display: flex;
flex-direction: row-reverse;
}
| OCA/web/web_refresher/static/src/scss/refresher.scss/0 | {
"file_path": "OCA/web/web_refresher/static/src/scss/refresher.scss",
"repo_id": "OCA",
"token_count": 104
} | 80 |
==============
Web Responsive
==============
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c810310c661f01d55a... | OCA/web/web_responsive/README.rst/0 | {
"file_path": "OCA/web/web_responsive/README.rst",
"repo_id": "OCA",
"token_count": 2223
} | 81 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_responsive
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-31 16:36+0000\n"
"Last-Translator: SplashS <sergey@shebanin.ru>\n"
"Language-Team: none\n"
... | OCA/web/web_responsive/i18n/ru.po/0 | {
"file_path": "OCA/web/web_responsive/i18n/ru.po",
"repo_id": "OCA",
"token_count": 1887
} | 82 |
/** @odoo-module **/
/* Copyright 2021 ITerra - Sergey Shebanin
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
import SearchPanel from "@web/legacy/js/views/search_panel";
import {deviceContext} from "@web_responsive/components/ui_context.esm";
import {patch} from "web.utils";
// Patch search pan... | OCA/web/web_responsive/static/src/components/search_panel/search_panel.esm.js/0 | {
"file_path": "OCA/web/web_responsive/static/src/components/search_panel/search_panel.esm.js",
"repo_id": "OCA",
"token_count": 1051
} | 83 |
# 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"
"PO-Revision-Date: 2023-10-08 23:01+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Langu... | OCA/web/web_save_discard_button/i18n/es.po/0 | {
"file_path": "OCA/web/web_save_discard_button/i18n/es.po",
"repo_id": "OCA",
"token_count": 421
} | 84 |
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Nicolas JEUDY <https://github.com/njeudy>
* Artem Kostyuk <a.kostyuk@mobilunity.com>
* Stéphane Mangin <stephane.mangin@camptocamp.com>
* Helly kapatel <helly.kapatel@initos.com>
| OCA/web/web_send_message_popup/readme/CONTRIBUTORS.rst/0 | {
"file_path": "OCA/web/web_send_message_popup/readme/CONTRIBUTORS.rst",
"repo_id": "OCA",
"token_count": 131
} | 85 |
=================
Web Theme Classic
=================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:080d86ef9... | OCA/web/web_theme_classic/README.rst/0 | {
"file_path": "OCA/web/web_theme_classic/README.rst",
"repo_id": "OCA",
"token_count": 1351
} | 86 |
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web timeline",
"summary": "Interactive visualization chart to show events in time",
"version": "16.0.1.0.3",
"development_status": "Production/Stable",
"author": "ACSON... | OCA/web/web_timeline/__manifest__.py/0 | {
"file_path": "OCA/web/web_timeline/__manifest__.py",
"repo_id": "OCA",
"token_count": 541
} | 87 |
===============
Web Touchscreen
===============
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a0270c68e618f1a... | OCA/web/web_touchscreen/README.rst/0 | {
"file_path": "OCA/web/web_touchscreen/README.rst",
"repo_id": "OCA",
"token_count": 1727
} | 88 |
# Copyright 2019 Onestein
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Tree View Duplicate Records",
"summary": "Duplicate records directly from the tree view.",
"development_status": "Beta",
"category": "Extra Tools",
"version": "16.0.1.0.0",
"author": "Hunki Ente... | OCA/web/web_tree_duplicate/__manifest__.py/0 | {
"file_path": "OCA/web/web_tree_duplicate/__manifest__.py",
"repo_id": "OCA",
"token_count": 272
} | 89 |
/** @odoo-module */
/* Copyright 2013 Therp BV (<http://therp.nl>).
* Copyright 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Copyright 2017 Sodexis <dev@sodexis.com>
* Copyright 2018 Camptocamp SA
* Copyright 2019 Alexandre Díaz <alexandr... | OCA/web/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.esm.js/0 | {
"file_path": "OCA/web/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.esm.js",
"repo_id": "OCA",
"token_count": 489
} | 90 |
In any view with a domain field widget and model, but we'll make the example
with a user filter:
#. Enter debug mode.
#. Go to the *Debug menu* and select the option *Manage Filters*
#. Create a new one
#. Put a name to the filter and select a model (e.g.: Contact)
#. Click on the record selection button and a list di... | OCA/web/web_widget_domain_editor_dialog/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_widget_domain_editor_dialog/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 231
} | 91 |
.. code-block:: python
@api.model
def method_name(self):
values = [
('value_a', 'Title A'),
]
if self.env.context.get('depending_on') == True:
values += [
('value_b', 'Title B'),
]
return values
.. code-block:: xml
<field... | OCA/web/web_widget_dropdown_dynamic/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_widget_dropdown_dynamic/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 268
} | 92 |
This module extends the functionality of the image widget and allows to take snapshots with WebCam.
| OCA/web/web_widget_image_webcam/readme/DESCRIPTION.rst/0 | {
"file_path": "OCA/web/web_widget_image_webcam/readme/DESCRIPTION.rst",
"repo_id": "OCA",
"token_count": 19
} | 93 |
# Copyright 2022 ForgeFlow S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import logging
from odoo import api, models
_logger = logging.getLogger(__name__)
try:
import mpld3
from bs4 import BeautifulSoup
except (ImportError, IOError) as err:
_logger.debug(err)
class AbstractMpl... | OCA/web/web_widget_mpld3_chart/models/abstract_mpld3_parser.py/0 | {
"file_path": "OCA/web/web_widget_mpld3_chart/models/abstract_mpld3_parser.py",
"repo_id": "OCA",
"token_count": 335
} | 94 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_numeric_step
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-10-15 20:36+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Langu... | OCA/web/web_widget_numeric_step/i18n/es.po/0 | {
"file_path": "OCA/web/web_widget_numeric_step/i18n/es.po",
"repo_id": "OCA",
"token_count": 464
} | 95 |
from . import models
| OCA/web/web_widget_open_tab/__init__.py/0 | {
"file_path": "OCA/web/web_widget_open_tab/__init__.py",
"repo_id": "OCA",
"token_count": 5
} | 96 |
Edit the tree view and add the widget as the first field, usually, we should use:
.. code-block:: xml
<field name="id" widget="open_tab"/>
You can open the record in a new tab when clicking with the mouse wheel on the external link icon.
On a usual click the record will be opened without changes (keeping the brea... | OCA/web/web_widget_open_tab/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_widget_open_tab/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 149
} | 97 |
* This module uses the library `Plotly.js <https://github.com/plotly/plotly.js>`__
which is under the open-source MIT License.
Copyright (c) 2019 Plotly, Inc
* Odoo Community Association (OCA)
| OCA/web/web_widget_plotly_chart/readme/CREDITS.rst/0 | {
"file_path": "OCA/web/web_widget_plotly_chart/readme/CREDITS.rst",
"repo_id": "OCA",
"token_count": 62
} | 98 |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_widget_x2many_2d_matrix
#
# Translators:
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: web (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-10 07:31+0000\... | OCA/web/web_widget_x2many_2d_matrix/i18n/fi.po/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/i18n/fi.po",
"repo_id": "OCA",
"token_count": 436
} | 99 |
Use this widget by saying::
<field name="my_field" widget="x2many_2d_matrix" />
This assumes that my_field refers to a model with the fields `x`, `y` and
`value`. If your fields are named differently, pass the correct names as
attributes:
.. code-block:: xml
<field name="my_field" widget="x2many_2d_matrix" fiel... | OCA/web/web_widget_x2many_2d_matrix/readme/USAGE.rst/0 | {
"file_path": "OCA/web/web_widget_x2many_2d_matrix/readme/USAGE.rst",
"repo_id": "OCA",
"token_count": 1313
} | 100 |
# 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/aggregation.js.coffee/0 | {
"file_path": "SquareSquash/web/app/assets/javascripts/aggregation.js.coffee",
"repo_id": "SquareSquash",
"token_count": 898
} | 101 |
@import "vars";
@mixin table {
th {
font-weight: bold;
font-size: 11px;
color: $gray2;
text-transform: uppercase;
text-align: left;
background-color: $gray6;
padding: 10px 20px;
white-space: nowrap;
}
tr { background-color: #f4f4f4; }
tbody>tr:hover:not(.no-highlight) { backgro... | SquareSquash/web/app/assets/stylesheets/_tables.scss/0 | {
"file_path": "SquareSquash/web/app/assets/stylesheets/_tables.scss",
"repo_id": "SquareSquash",
"token_count": 567
} | 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/account/memberships_controller.rb/0 | {
"file_path": "SquareSquash/web/app/controllers/account/memberships_controller.rb",
"repo_id": "SquareSquash",
"token_count": 814
} | 103 |
# 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/additions/text_backtrace_rendering.rb/0 | {
"file_path": "SquareSquash/web/app/views/additions/text_backtrace_rendering.rb",
"repo_id": "SquareSquash",
"token_count": 1020
} | 104 |
Bug #<%= @bug.number %> on <%= @bug.environment.project.name %> has been
occurring frequently lately. You set a threshold on how often it should occur,
and this threshold was exceeded.
<%= project_environment_bug_url @bug.environment.project, @bug.environment, @bug %>
Project: <%= @bug.environment.project.name %>... | SquareSquash/web/app/views/notification_mailer/threshold.text.erb/0 | {
"file_path": "SquareSquash/web/app/views/notification_mailer/threshold.text.erb",
"repo_id": "SquareSquash",
"token_count": 236
} | 105 |
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run
| SquareSquash/web/bin/rake/0 | {
"file_path": "SquareSquash/web/bin/rake",
"repo_id": "SquareSquash",
"token_count": 31
} | 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/config/environments/development.rb/0 | {
"file_path": "SquareSquash/web/config/environments/development.rb",
"repo_id": "SquareSquash",
"token_count": 876
} | 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/config/initializers/backtrace_silencers.rb/0 | {
"file_path": "SquareSquash/web/config/initializers/backtrace_silencers.rb",
"repo_id": "SquareSquash",
"token_count": 290
} | 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/lib/assets/javascripts/autocomplete.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/autocomplete.js.coffee",
"repo_id": "SquareSquash",
"token_count": 1783
} | 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/lib/assets/javascripts/sortable_table.js.coffee/0 | {
"file_path": "SquareSquash/web/lib/assets/javascripts/sortable_table.js.coffee",
"repo_id": "SquareSquash",
"token_count": 3770
} | 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/tasks/doc.rake/0 | {
"file_path": "SquareSquash/web/lib/tasks/doc.rake",
"repo_id": "SquareSquash",
"token_count": 443
} | 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/lib/workers/project_repo_fetcher.rb/0 | {
"file_path": "SquareSquash/web/lib/workers/project_repo_fetcher.rb",
"repo_id": "SquareSquash",
"token_count": 369
} | 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/spec/controllers/account/bugs_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/account/bugs_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 2206
} | 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/spec/controllers/jira/projects_controller_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/controllers/jira/projects_controller_spec.rb",
"repo_id": "SquareSquash",
"token_count": 489
} | 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/lib/workers/jira_status_updater_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/lib/workers/jira_status_updater_spec.rb",
"repo_id": "SquareSquash",
"token_count": 954
} | 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/models/source_map_spec.rb/0 | {
"file_path": "SquareSquash/web/spec/models/source_map_spec.rb",
"repo_id": "SquareSquash",
"token_count": 4115
} | 116 |
/* ===================================================
* bootstrap-transition.js v2.2.1
* http://twitter.github.com/bootstrap/javascript.html#transitions
* ===================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you ... | SquareSquash/web/vendor/assets/javascripts/bootstrap.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/bootstrap.js",
"repo_id": "SquareSquash",
"token_count": 3744
} | 117 |
/* Flot plugin for thresholding data.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
series: {
threshold: {
below: number
color: colorspec
}
}
It can also be applied to a single series, like this:
$.plot( $("#placeholder"), [{
data: [... | SquareSquash/web/vendor/assets/javascripts/flot/threshold.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/flot/threshold.js",
"repo_id": "SquareSquash",
"token_count": 2289
} | 118 |
// Git brush for SyntaxHighlighter
(function() {
// CommonJS
typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
function Brush() {
this.regexList = [
{ regex: /^commit (\w+)$/gm, css: 'keyword' }
]
}
Brush.prototype = new SyntaxHighlighter.Highlig... | SquareSquash/web/vendor/assets/javascripts/sh/shBrushGit.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushGit.js",
"repo_id": "SquareSquash",
"token_count": 185
} | 119 |
/**
* 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/shBrushTAP.js/0 | {
"file_path": "SquareSquash/web/vendor/assets/javascripts/sh/shBrushTAP.js",
"repo_id": "SquareSquash",
"token_count": 773
} | 120 |
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset
[*.{js,ts,scss,html}]
charset = utf-8
indent_style = space
indent_size = 2
[*.{ts}]
quote_type = ... | bitwarden/web/.editorconfig/0 | {
"file_path": "bitwarden/web/.editorconfig",
"repo_id": "bitwarden",
"token_count": 121
} | 121 |
import { Component, Input, OnInit } from "@angular/core";
import { BaseCvaComponent } from "./base-cva.component";
/** For use in the SSO Config Form only - will be deprecated by the Component Library */
@Component({
selector: "app-input-text[label][controlId]",
templateUrl: "input-text.component.html",
})
export... | bitwarden/web/bitwarden_license/src/app/organizations/components/input-text.component.ts/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/organizations/components/input-text.component.ts",
"repo_id": "bitwarden",
"token_count": 466
} | 122 |
import { Component, OnInit, ViewChild } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { OrganizationPlansComponent } from "src/app/settings/organization-plans.component";
@Component({
selector: "app-create-organization",
templateUrl: "create-organization.component.html",
})
export... | bitwarden/web/bitwarden_license/src/app/providers/clients/create-organization.component.ts/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/clients/create-organization.component.ts",
"repo_id": "bitwarden",
"token_count": 206
} | 123 |
import { Component } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { ProviderService } from "jslib-common/abstractions/provider.service";
import { Provider } from "jslib-common/models/domain/provider";
@Component({
selector: "providers-layout",
templateUrl: "providers-layout.compo... | bitwarden/web/bitwarden_license/src/app/providers/providers-layout.component.ts/0 | {
"file_path": "bitwarden/web/bitwarden_license/src/app/providers/providers-layout.component.ts",
"repo_id": "bitwarden",
"token_count": 441
} | 124 |
{
"urls": {
"notifications": "http://localhost:61840"
},
"dev": {
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",
"proxyNotifications": "http://localhost:61840"
}
}
| bitwarden/web/config/development.json/0 | {
"file_path": "bitwarden/web/config/development.json",
"repo_id": "bitwarden",
"token_count": 105
} | 125 |
<div class="mt-5 d-flex justify-content-center" *ngIf="loading">
<div>
<img class="mb-4 logo logo-themed" alt="Bitwarden" />
<p class="text-center">
<i
class="bwi bwi-spinner bwi-spin bwi-2x text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<span cla... | bitwarden/web/src/app/accounts/accept-emergency.component.html/0 | {
"file_path": "bitwarden/web/src/app/accounts/accept-emergency.component.html",
"repo_id": "bitwarden",
"token_count": 734
} | 126 |
<div class="mt-5 d-flex justify-content-center" *ngIf="loading">
<div>
<img class="mb-4 logo logo-themed" alt="Bitwarden" />
<p class="text-center">
<i
class="bwi bwi-spinner bwi-spin bwi-2x text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<span cla... | bitwarden/web/src/app/accounts/remove-password.component.html/0 | {
"file_path": "bitwarden/web/src/app/accounts/remove-password.component.html",
"repo_id": "bitwarden",
"token_count": 909
} | 127 |
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" class="container" ngNativeValidate>
<div class="row justify-content-md-center mt-5">
<div class="col-5">
<p class="lead text-center mb-4">{{ "deleteAccount" | i18n }}</p>
<div class="card">
<div class="card-body">
<app-ca... | bitwarden/web/src/app/accounts/verify-recover-delete.component.html/0 | {
"file_path": "bitwarden/web/src/app/accounts/verify-recover-delete.component.html",
"repo_id": "bitwarden",
"token_count": 657
} | 128 |
import { Component } from "@angular/core";
import { MessagingService } from "jslib-common/abstractions/messaging.service";
@Component({
selector: "app-premium-badge",
template: `
<button *appNotPremium bitBadge badgeType="success" (click)="premiumRequired()">
{{ "premium" | i18n }}
</button>
`,
})... | bitwarden/web/src/app/components/premium-badge.component.ts/0 | {
"file_path": "bitwarden/web/src/app/components/premium-badge.component.ts",
"repo_id": "bitwarden",
"token_count": 163
} | 129 |
import { Component } from "@angular/core";
import { ModalRef } from "jslib-angular/components/modal/modal.ref";
import { ModalConfig } from "jslib-angular/services/modal.service";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstractions/crypto.service... | bitwarden/web/src/app/modules/organizations/users/enroll-master-password-reset.component.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/organizations/users/enroll-master-password-reset.component.ts",
"repo_id": "bitwarden",
"token_count": 1357
} | 130 |
import { Component } from "@angular/core";
import { StatusFilterComponent as BaseStatusFilterComponent } from "jslib-angular/modules/vault-filter/components/status-filter.component";
@Component({
selector: "app-status-filter",
templateUrl: "status-filter.component.html",
})
export class StatusFilterComponent exte... | bitwarden/web/src/app/modules/vault-filter/components/status-filter.component.ts/0 | {
"file_path": "bitwarden/web/src/app/modules/vault-filter/components/status-filter.component.ts",
"repo_id": "bitwarden",
"token_count": 92
} | 131 |
<div class="container page-content">
<div class="row">
<div class="col-3">
<div class="groupings">
<div class="content">
<div class="inner-content">
<app-organization-vault-filter
#vaultFilter
[activeFilter]="activeFilter"
(onFilterChan... | bitwarden/web/src/app/modules/vault/modules/organization-vault/organization-vault.component.html/0 | {
"file_path": "bitwarden/web/src/app/modules/vault/modules/organization-vault/organization-vault.component.html",
"repo_id": "bitwarden",
"token_count": 1199
} | 132 |
<div class="page-header d-flex">
<h1>{{ "collections" | i18n }}</h1>
<div class="ml-auto d-flex">
<div>
<label class="sr-only" for="search">{{ "search" | i18n }}</label>
<input
type="search"
class="form-control form-control-sm"
id="search"
placeholder="{{ 'search' | i... | bitwarden/web/src/app/organizations/manage/collections.component.html/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/collections.component.html",
"repo_id": "bitwarden",
"token_count": 1548
} | 133 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="policiesEditTitle">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<form
class="modal-content"
#form
(ngSubmit)="submit()"
[appApiAction]="formPromise"
ngNativeValidate
>
<div class... | bitwarden/web/src/app/organizations/manage/policy-edit.component.html/0 | {
"file_path": "bitwarden/web/src/app/organizations/manage/policy-edit.component.html",
"repo_id": "bitwarden",
"token_count": 836
} | 134 |
<div [formGroup]="data">
<div class="form-group">
<div class="form-check">
<input
class="form-check-input"
type="checkbox"
id="enabled"
[formControl]="enabled"
name="Enabled"
/>
<label class="form-check-label" for="enabled">{{ "enabled" | i18n }}</label>
... | bitwarden/web/src/app/organizations/policies/password-generator.component.html/0 | {
"file_path": "bitwarden/web/src/app/organizations/policies/password-generator.component.html",
"repo_id": "bitwarden",
"token_count": 1744
} | 135 |
import { Component, ViewChild, ViewContainerRef } from "@angular/core";
import { ActivatedRoute, Router } from "@angular/router";
import { ModalService } from "jslib-angular/services/modal.service";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jslib-common/abstract... | bitwarden/web/src/app/organizations/settings/account.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/settings/account.component.ts",
"repo_id": "bitwarden",
"token_count": 2100
} | 136 |
import { Component, OnInit, ViewChild, ViewContainerRef } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { ModalRef } from "jslib-angular/components/modal/modal.ref";
import { ModalService } from "jslib-angular/services/modal.service";
import { ApiService } from "jslib-common/abstractio... | bitwarden/web/src/app/organizations/settings/organization-subscription.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/settings/organization-subscription.component.ts",
"repo_id": "bitwarden",
"token_count": 4188
} | 137 |
import { Component } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { ModalService } from "jslib-angular/services/modal.service";
import { CipherService } from "jslib-common/abstractions/cipher.service";
import { MessagingService } from "jslib-common/abstractions/messaging.service";
imp... | bitwarden/web/src/app/organizations/tools/weak-passwords-report.component.ts/0 | {
"file_path": "bitwarden/web/src/app/organizations/tools/weak-passwords-report.component.ts",
"repo_id": "bitwarden",
"token_count": 703
} | 138 |
import { Component, OnInit } from "@angular/core";
import { ModalService } from "jslib-angular/services/modal.service";
import { CipherService } from "jslib-common/abstractions/cipher.service";
import { LogService } from "jslib-common/abstractions/log.service";
import { MessagingService } from "jslib-common/abstractio... | bitwarden/web/src/app/reports/inactive-two-factor-report.component.ts/0 | {
"file_path": "bitwarden/web/src/app/reports/inactive-two-factor-report.component.ts",
"repo_id": "bitwarden",
"token_count": 1466
} | 139 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="sendAddEditTitle">
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
<form
class="modal-content"
#form
(ngSubmit)="submit()"
[appApiAction]="formPromise"
ngNativeValidate
autocomp... | bitwarden/web/src/app/send/add-edit.component.html/0 | {
"file_path": "bitwarden/web/src/app/send/add-edit.component.html",
"repo_id": "bitwarden",
"token_count": 6333
} | 140 |
<form #form class="card" (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate>
<div class="card-body">
<button type="button" class="close" appA11yTitle="{{ 'cancel' | i18n }}" (click)="cancel()">
<span aria-hidden="true">×</span>
</button>
<h3 class="card-body-header">
{{ ... | bitwarden/web/src/app/settings/adjust-payment.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/adjust-payment.component.html",
"repo_id": "bitwarden",
"token_count": 381
} | 141 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="deAuthTitle">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<form
class="modal-content"
#form
(ngSubmit)="submit()"
[appApiAction]="formPromise"
ngNativeValidate
>
<div class="moda... | bitwarden/web/src/app/settings/deauthorize-sessions.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/deauthorize-sessions.component.html",
"repo_id": "bitwarden",
"token_count": 684
} | 142 |
import { Component, OnInit, ViewChild, ViewContainerRef } from "@angular/core";
import { UserNamePipe } from "jslib-angular/pipes/user-name.pipe";
import { ModalService } from "jslib-angular/services/modal.service";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CryptoService } from "jsli... | bitwarden/web/src/app/settings/emergency-access.component.ts/0 | {
"file_path": "bitwarden/web/src/app/settings/emergency-access.component.ts",
"repo_id": "bitwarden",
"token_count": 3886
} | 143 |
<app-change-kdf *ngIf="showChangeKdf"></app-change-kdf>
<div
[ngClass]="{ 'tabbed-header': !showChangeKdf, 'secondary-header': showChangeKdf }"
class="border-0 mb-0"
>
<h1>{{ "apiKey" | i18n }}</h1>
</div>
<p>
{{ "userApiKeyDesc" | i18n }}
</p>
<button bitButton buttonType="secondary" (click)="viewUserApiKey()"... | bitwarden/web/src/app/settings/security-keys.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/security-keys.component.html",
"repo_id": "bitwarden",
"token_count": 234
} | 144 |
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="2faAuthenticatorTitle">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="2faAuthenticatorTitle">
{{ "twoStepLogin" | i18n }}
<smal... | bitwarden/web/src/app/settings/two-factor-authenticator.component.html/0 | {
"file_path": "bitwarden/web/src/app/settings/two-factor-authenticator.component.html",
"repo_id": "bitwarden",
"token_count": 2367
} | 145 |
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 { PlatformUtilsService } from "jslib-common/abstractions/platfo... | bitwarden/web/src/app/settings/two-factor-yubikey.component.ts/0 | {
"file_path": "bitwarden/web/src/app/settings/two-factor-yubikey.component.ts",
"repo_id": "bitwarden",
"token_count": 1191
} | 146 |
import { Component, ViewChild, ViewContainerRef } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { GeneratorComponent as BaseGeneratorComponent } from "jslib-angular/components/generator.component";
import { ModalService } from "jslib-angular/services/modal.service";
import { I18nServic... | bitwarden/web/src/app/tools/generator.component.ts/0 | {
"file_path": "bitwarden/web/src/app/tools/generator.component.ts",
"repo_id": "bitwarden",
"token_count": 743
} | 147 |
import { Component, EventEmitter, Input, Output } from "@angular/core";
import { ApiService } from "jslib-common/abstractions/api.service";
import { CipherService } from "jslib-common/abstractions/cipher.service";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { PlatformUtilsService } fro... | bitwarden/web/src/app/vault/bulk-delete.component.ts/0 | {
"file_path": "bitwarden/web/src/app/vault/bulk-delete.component.ts",
"repo_id": "bitwarden",
"token_count": 720
} | 148 |
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="images/icons/mstile-150x150.png"/>
<TileColor>#175DDC</TileColor>
</tile>
</msapplication>
</browserconfig>
| bitwarden/web/src/browserconfig.xml/0 | {
"file_path": "bitwarden/web/src/browserconfig.xml",
"repo_id": "bitwarden",
"token_count": 99
} | 149 |
<!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/webauthn-mobile.html/0 | {
"file_path": "bitwarden/web/src/connectors/webauthn-mobile.html",
"repo_id": "bitwarden",
"token_count": 494
} | 150 |
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%">
<text fill="%23FBFBFB" x="50%" y="50%" font-family="\'Open Sans\', \'Helvetica Neue\', Helvetica, Arial, sans-serif"
font-size="18" text-anchor="middle">
Loading...
</text>
</svg>
| bitwarden/web/src/images/loading-white.svg/0 | {
"file_path": "bitwarden/web/src/images/loading-white.svg",
"repo_id": "bitwarden",
"token_count": 129
} | 151 |
{
"pageTitle": {
"message": "$APP_NAME$ Webkluis",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "Welke tipe item is dit?"
},
"name"... | bitwarden/web/src/locales/af/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/af/messages.json",
"repo_id": "bitwarden",
"token_count": 54645
} | 152 |
{
"pageTitle": {
"message": "$APP_NAME$ Veebihoidla",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "Mis tüüpi kirje see on?"
},
"na... | bitwarden/web/src/locales/et/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/et/messages.json",
"repo_id": "bitwarden",
"token_count": 61265
} | 153 |
{
"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/ml/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/ml/messages.json",
"repo_id": "bitwarden",
"token_count": 109305
} | 154 |
{
"pageTitle": {
"message": "Kho lưu trữ trên web $APP_NAME$",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "Mục này là gì?"
},
"na... | bitwarden/web/src/locales/vi/messages.json/0 | {
"file_path": "bitwarden/web/src/locales/vi/messages.json",
"repo_id": "bitwarden",
"token_count": 60076
} | 155 |
#duo-frame {
height: 330px;
@include themify($themes) {
background: themed("imgLoading") 0 0 no-repeat;
}
iframe {
border: none;
height: 100%;
width: 100%;
}
}
#web-authn-frame {
height: 290px;
@include themify($themes) {
background: themed("imgLoading") 0 0 no-repeat;
}
iframe ... | bitwarden/web/src/scss/plugins.scss/0 | {
"file_path": "bitwarden/web/src/scss/plugins.scss",
"repo_id": "bitwarden",
"token_count": 1762
} | 156 |
{ "version": "process.env.APPLICATION_VERSION" }
| bitwarden/web/src/version.json/0 | {
"file_path": "bitwarden/web/src/version.json",
"repo_id": "bitwarden",
"token_count": 17
} | 157 |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>web</artifactId>
... | chwshuang/web/back/pom.xml/0 | {
"file_path": "chwshuang/web/back/pom.xml",
"repo_id": "chwshuang",
"token_count": 1356
} | 158 |
package com.aitongyi.web.cache;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
/**
* 缓存服务
* Created by admin on 16/8/18.
*/
@Component
public class CacheService {
@Autowired
... | chwshuang/web/cache/src/main/java/com/aitongyi/web/cache/CacheService.java/0 | {
"file_path": "chwshuang/web/cache/src/main/java/com/aitongyi/web/cache/CacheService.java",
"repo_id": "chwshuang",
"token_count": 773
} | 159 |
package web
import (
"github.com/stretchr/testify/assert"
"strings"
"testing"
)
func TestOptionsHandler(t *testing.T) {
router := New(Context{})
sub := router.Subrouter(Context{}, "/sub")
sub.Middleware(AccessControlMiddleware)
sub.Get("/action", (*Context).A)
sub.Put("/action", (*Context).A)
rw, req := ne... | gocraft/web/options_handler_test.go/0 | {
"file_path": "gocraft/web/options_handler_test.go",
"repo_id": "gocraft",
"token_count": 601
} | 160 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.