id int64 0 734 | text stringlengths 18.6k 98.1k | lang stringclasses 9
values | path stringlengths 12 158 | repository_name stringlengths 10 47 |
|---|---|---|---|---|
0 | // Copyright 2021 Google LLC.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Code generated file. DO NOT EDIT.
// Package webrisk provides access to the Web Risk API.
//
// For product documentation, see: https://cloud.google.com/web-risk/
//
// Creating a c... | go | webrisk/v1/webrisk-gen.go | nimbix/google-api-go-client |
3 | <?php
/*
* This file is part of the Sonata package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Sonata\Bundle\DemoBundle\DataFixtures\ORM;
use Application\So... | php | src/Sonata/Bundle/DemoBundle/DataFixtures/ORM/LoadProductData.php | igormukhingmailcom-forks/sandbox |
5 | // This file is by code gen, do not modify
impl<'a, T0: Clone, T1: Clone> TupleCloned for (&'a T0, &'a T1) {
type TupleOut = (T0, T1);
fn cloned(self) -> Self::TupleOut {
(self.0.clone(), self.1.clone())
}
}
impl<'a, T0: Clone, T1: Clone> TupleCloned for (&'a mut T0, &'a mut T1) {
type TupleOut... | rust | tuples/src/gen/cloned.rs | BatchOperator/tuples |
9 | # frozen_string_literal: true
# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE
require 'seahorse/client/plugins/content_length.rb'
require 'aws-sdk-core/plugins... | ruby | gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb | AllanFly120/aws-sdk-ruby |
10 | require('./sourcemap-register.js');module.exports =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 241:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
"use strict";
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__es... | javascript | dist/index.js | aze-zhang/action-hashnode-blog |
15 | # Copyright 2020 Google LLC
#
# 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 to in writing, ... | ruby | generated/google-apis-cloudbuild_v1alpha2/lib/google/apis/cloudbuild_v1alpha2/classes.rb | mfinjessiah/google-api-ruby-client |
16 | /**
* Portions Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import {Position, SourceLocation} from "@romejs/parser-core";
import {JSParser, OpeningContext} from "../parser";
import ... | typescript | packages/@romejs/js-parser/parser/expression.ts | halfnelson/rome |
18 | // This file is generated by rust-protobuf 2.25.2. Do not edit
// @generated
// https://github.com/rust-lang/rust-clippy/issues/702
#![allow(unknown_lints)]
#![allow(clippy::all)]
#![allow(unused_attributes)]
#![cfg_attr(rustfmt, rustfmt::skip)]
#![allow(box_pointers)]
#![allow(dead_code)]
#![allow(missing_docs)]
#!... | rust | googleapis-raw/src/api/distribution.rs | lescoggi/google-cloud-rust |
20 | <?xml version="1.0" ?><!DOCTYPE TS><TS language="he" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="14"/>
<source>About Grantcoin</source>
<translation>אודות ביטקוין</translation>
</mes... | typescript | src/qt/locale/bitcoin_he.ts | grantcoin/grantcointest |
21 | // Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MI... | rust | src/librustc_typeck/collect.rs | mcr431/rust |
23 | /*
* r8169.c: RealTek 8169/8168/8101 ethernet driver.
*
* Copyright (c) 2002 ShuChen <shuchen@realtek.com.tw>
* Copyright (c) 2003 - 2007 Francois Romieu <romieu@fr.zoreil.com>
* Copyright (c) a lot of people too. Please respect their work.
*
* See MAINTAINERS file for support contact information.
*
* vim: noe... | c | 3rdpart/ethercat-1.5.2/devices/r8169-2.6.24-ethercat.c | linlyv/SUDA_V3S |
26 | // Copyright (c) 2014-2015 The SKT developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "darksend.h"
#include "main.h"
#include "init.h"
#include "util.h"
#include "masternodeman.h"
#include "instantx.h"
#incl... | c++ | src/darksend.cpp | yelongbao/SKTCoin |
29 | # coding: utf-8
# AUTOGENERATED BY gen_script.sh from kp1.py
# Copyright (C) Nyimbi Odero, Thu Aug 3 20:34:20 EAT 2017
import calendar
from flask import redirect, flash, url_for, Markup
from flask import render_template
from flask_appbuilder.models.sqla.interface import SQLAInterface
from flask_appbuilder.views i... | python | zarc/views_2017-08-03-21:28:54.py | nyimbi/caseke |
32 | <TS language="fa_IR" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>برای ویرایش آدرس یا برچسب روی آن راست کلیک کنید</translation>
</message>
<message>
<source>Create a new address</source>
... | typescript | src/qt/locale/bitcoin_fa_IR.ts | Actinium-project/Actinium-ng |
33 | const fs = require('fs')
const cp = require('child_process')
const os = require('os')
const path = require('path')
const net = require('net')
const _ = require('lodash/fp')
const minimist = require('minimist')
const Rx = require('rxjs/Rx')
const pify = require('pify')
const pAny = require('p-any')
const pSettle = requi... | javascript | lib/brain.js | kokipsiho/lamassu-machine |
37 | (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||... | javascript | src/sdb-SF_CTL5_D42600/bundle.js | markterrill/wifi-setup-web-ui |
40 | <TS language="sl_SI" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Desni klik za urejanje naslovov ali oznak</translation>
</message>
<message>
<source>Create a new address</source>
<tran... | typescript | src/qt/locale/bitcoin_sl_SI.ts | ascensioncoin/litecoin |
67 | <TS language="el_GR" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Δεξί-κλικ για επεξεργασία της διεύθυνσης ή της ετικέτας</translation>
</message>
<message>
<source>Create a new address</source>... | typescript | src/qt/locale/bitcoin_el_GR.ts | taler-project/taler |
71 | package web
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
i... | go | services/web/mgmt/2016-09-01/web/domains.go | AzureSDKPipelineBot/azure-sdk-for-go |
115 | #![doc = "generated by AutoRust 0.1.0"]
#![allow(unused_mut)]
#![allow(unused_variables)]
#![allow(unused_imports)]
use crate::models::*;
pub mod operations {
use crate::models::*;
pub async fn list(operation_config: &crate::OperationConfig) -> std::result::Result<OperationList, list::Error> {
let http_... | rust | services/mgmt/databox/src/package_2020_04/operations.rs | Displayr/azure-sdk-for-rust |
145 | # encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10
#
# ReplicationProtectionContainers
#
class ReplicationProtectionContainers
includ... | ruby | management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_protection_containers.rb | Azure/azure-sdk-for-ruby |
150 | //! This module provides constants which are specific to the implementation
//! of the `f64` floating point data type.
//!
//! *[See also the `f64` primitive type](../../std/primitive.f64.html).*
//!
//! Mathematically significant numbers are provided in the `consts` sub-module.
//!
//! Although using these constants w... | rust | src/libstd/f64.rs | Knium/rust |
227 | /*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | typescript | src/vs/editor/common/modes.ts | brasten/vscode |
253 | =begin
#OpenAPI Petstore
#This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
OpenAPI spec version: 1.0.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.0.0-SNAPSHOT
=end
require 'uri... | ruby | samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_api.rb | BenjaminHae/openapi-generator |
451 | <TS language="es_CL" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Haga clic para editar la dirección o etiqueta</translation>
</message>
<message>
<source>Create a new address</source>
<... | typescript | src/qt/locale/vritzcoin_es_CL.ts | vritzcoin/vritzcoin |
734 | =begin
#NSX-T Data Center Policy API
#VMware NSX-T Data Center Policy REST API
OpenAPI spec version: 3.1.0.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.19
=end
require 'date'
module NSXTPolicy
# This type of subnet is statically configured by the user. The us... | ruby | src/vsphere_cpi/lib/nsxt_policy_client/nsxt_policy_client/models/ip_address_pool_static_subnet.rb | cloudfoundry-incubator/bosh-vsphere-cpi-release |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.