text stringlengths 2 99k | meta dict |
|---|---|
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | {
"pile_set_name": "Github"
} |
package org.yyx.netty.study.time.demo2;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerAdapter;
import io.netty.channel.ChannelHandlerContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* <p>
* create by 叶云轩 at 2018/4/12-上午10:16
* contact by... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// mksysnum_linux.pl -Ilinux/usr/include -m64 -D__arch64__ linux/usr/include/asm/unistd.h
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
// +build sparc64,linux
package unix
const (
SYS_RESTART_SYSCALL = 0
SYS_EXIT = 1
SYS_FORK = 2
SYS_READ = 3... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "IAirDropProgressViewController.h"
#import "TDraggingSource-Protocol.h"
@class NSString;
@interface TAirDropReceiverProgress... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
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, softw... | {
"pile_set_name": "Github"
} |
package routers
import (
"context"
"testing"
"github.com/gorilla/mux"
corev2 "github.com/sensu/sensu-go/api/core/v2"
"github.com/sensu/sensu-go/backend/store"
"github.com/sensu/sensu-go/backend/store/v2/storetest"
"github.com/sensu/sensu-go/testing/mockstore"
"github.com/stretchr/testify/mock"
)
type mockEnt... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<org.chromium.chrome.browser.history.HistoryManagerToolbar
xmlns:android="http://schemas.android.com/... | {
"pile_set_name": "Github"
} |
/* @migen@ */
/*
**==============================================================================
**
** WARNING: THIS FILE WAS AUTOMATICALLY GENERATED. PLEASE DO NOT EDIT.
**
**==============================================================================
*/
#include <ctype.h>
#include <MI.h>
#include "Perf_Embedded.h"... | {
"pile_set_name": "Github"
} |
{
"homepage": "https://aerogear.github.io/aerogear-unifiedpush-server/",
"getting-started#running": "https://aerogear.github.io/aerogear-unifiedpush-server/docs/running",
"create-app": "https://aerogear.org/docs/unifiedpush/ups_userguide/index/#_create_and_manage_pushapplication",
"add-variant": "https:... | {
"pile_set_name": "Github"
} |
# https-browserify
https module compatability for browserify
# example
``` js
var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
console.log(res)
})
```
# methods
The API is the same as the client portion of the
[node core https module](http://nod... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: dota_gcmessages_client_watch.proto
package dota
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
/... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="no-js css-menubar" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="description" content="bootstrap material admin template">... | {
"pile_set_name": "Github"
} |
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
package at.yawk.javap.model
import at.yawk.javap.SdkLanguage
import at.yawk.javap.jsonConfiguration
import... | {
"pile_set_name": "Github"
} |
#ifndef EQEMU_LUA_ENCOUNTER_H
#define EQEMU_LUA_ENCOUNTER_H
#ifdef LUA_EQEMU
#include "lua_ptr.h"
class Encounter;
namespace luabind {
struct scope;
namespace adl {
class object;
}
}
luabind::scope lua_register_encounter();
class Lua_Encounter : public Lua_Ptr<Encounter>
{
typedef Encounter NativeType;
publi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
<struts>
<package name="readerLogin" extends="struts-default" >
<action name="readerLoginAction_*" method="{1}" class="readerLoginAc... | {
"pile_set_name": "Github"
} |
'use strict';
const createRoute = require('./create');
const listRoute = require('./list');
const getRoute = require('./get');
const updateRoute = require('./update');
const removeRoute = require('./remove');
/**
* Banner API Plugin
* @method register
* @param {Hapi} server Hapi Server
* @param {... | {
"pile_set_name": "Github"
} |
# for tensorboard visualization; run via 'tensorboard --logdir <path/to/base/xnmt/log/dir>'
tensorflow
| {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.springframework.cloud:spring-cloud-netflix-eureka-server:1.3.0.RELEASE">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-netflix-eureka-server/1.3.0.RELEASE/spring-cloud-netflix-eureka-server-1.3.0.RELEASE.jar!/" ... | {
"pile_set_name": "Github"
} |
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2012-2013 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL"... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 the original author or authors.
*
* 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 applica... | {
"pile_set_name": "Github"
} |
/**
* @author Toru Nagashima
* @copyright 2017 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/
'use strict'
// ------------------------------------------------------------------------------
// Requirements
// -----------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>TRIM Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>TRIM Function</h1>
<p>The <b>TRIM</b> function is one of the ... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2013 Freescale Semiconductor, Inc.
*/
/include/ "skeleton.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
aliases {
gpio0 = &gpio0;
gpio1 = &gpio1;
gpio2 = &gpio2;
gpio3 = &gpio3;
gpio4 = &gpio4;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &u... | {
"pile_set_name": "Github"
} |
/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/
'use strict';
var isObject = require('isobject');
function isObjectObject(o) {
return isObject(o) === true
&& Object.prototype.toString.call(o) === '[o... | {
"pile_set_name": "Github"
} |
const passport = require('passport')
const { ExtractJwt, Strategy } = require('passport-jwt')
/**
* middleware to check the if auth vaid
*/
module.exports = ({ config, repository: { userRepository } }) => {
const params = {
secretOrKey: config.authSecret,
jwtFromRequest: ExtractJwt.fromAuthHeaderWithScheme... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2018 Osman Shoukry
*
* 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... | {
"pile_set_name": "Github"
} |
# dorothy [](http://travis-ci.org/#!/daveray/dorothy/builds)
[Hiccup-style](https://github.com/weavejester/hiccup) generation of
[Graphviz](http://www.graphviz.org/) graphs in Clojure and ClojureScript.
*Dorothy is extremely alpha and subject to r... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
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, softw... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.add("docprops",{requires:"wysiwygarea,dialog,colordialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,... | {
"pile_set_name": "Github"
} |
package cs
//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, software
//distribute... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHP表单生成器
*
* @package FormBuilder
* @author xaboy <xaboy2005@qq.com>
* @version 2.0
* @license MIT
* @link https://github.com/xaboy/form-builder
* @document http://php.form-create.com
*/
namespace FormBuilder\UI\Iview\Components;
use FormBuilder\Driver\FormOptionsComponent;
use FormBuil... | {
"pile_set_name": "Github"
} |
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Li... | {
"pile_set_name": "Github"
} |
module ActivityNotification
# Manages to add all required configurations to target models of notification.
module ActsAsTarget
extend ActiveSupport::Concern
class_methods do
# Adds required configurations to notifiable models.
#
# == Parameters:
# * :email
# * Email address ... | {
"pile_set_name": "Github"
} |
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (C) 2012 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free S... | {
"pile_set_name": "Github"
} |
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (AR... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<WeaponExtensionDef>
<weapon>saki</weapon>
<attackAngleOffset IsNull="True" />
<weaponPositionOffset>
<x>0.03773585</x>
<y>0</y>
<z>0.01257862</z>
</weaponPositionOffset>
<aimedWeaponPositionOffset>
<x>-0.006289308</x>
<y... | {
"pile_set_name": "Github"
} |
//>>built
define(
//begin v1.x content
({
insertImageTitle: "Vložit obrázek",
url: "Obrázek",
browse: "Procházet...",
text: "Popis",
set: "Vložit",
invalidMessage: "Neplatný typ souboru obrázku",
prePopuTextUrl: "Zadejte adresu URL obrázku",
prePopuTextBrowse: " nebo vyhledejte lokální soubor."
})
//end v1.x c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,... | {
"pile_set_name": "Github"
} |
<div>
Valores associados a variáveis. Valores múltiplos estão separados por espaço em branco ou nova linha.
</div> | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 Makoto Consulting Group, 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 o... | {
"pile_set_name": "Github"
} |
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
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 a... | {
"pile_set_name": "Github"
} |
rule m2318_61b4b408d9bb0912
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=m2318.61b4b408d9bb0912"
cluster="m2318.61b4b408d9bb0912"
cluster_size=... | {
"pile_set_name": "Github"
} |
'use strict';
var SchemaType = require('./schematype');
var Types = require('./types');
var Promise = require('bluebird');
var util = require('./util');
var PopulationError = require('./error/population');
var isPlainObject = require('is-plain-object');
var getProp = util.getProp;
var setProp = util.setProp;
var delP... | {
"pile_set_name": "Github"
} |
/* No comment provided by engineer. */
"CFBundleDisplayName" = "MunkiStatus";
/* Localized versions of Info.plist keys */
"CFBundleName" = "MunkiStatus";
| {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
/**
* Welcome to Cocoa Lumberjack!
*
* The project page has a wealth of documentation if you have any questions.
* https://github.com/robbiehanson/CocoaLumberjack
*
* If you're new to the project you may wish to read the "Getting Started" wiki.
* https://github.com/robbiehans... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Functions to access/create device major and minor numbers matching the
// encoding used by the Linux kernel and glibc.
//
// The information below is extract... | {
"pile_set_name": "Github"
} |
# KeyTable
KeyTable provides enhanced accessibility and navigation options for DataTables enhanced tables, by allowing Excel like cell navigation on any table. Events (focus, blur, action etc) can be assigned to individual cells, columns, rows or all cells to allow advanced interaction options.. Key features include:
... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TextAdventures.Quest;
using TextAdventures.Quest.Functions;
using TextAdventures.Quest.Scripts;
namespace WorldModelTests
{
[TestClass]
public class Expre... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
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, ... | {
"pile_set_name": "Github"
} |
(ns boot.from.io.aviso.binary
"Utilities for formatting binary data (byte arrays) or binary deltas."
{:boot/from :AvisoNovate/pretty:0.1.34}
(:require [boot.from.io.aviso
[ansi :as ansi]
[columns :as c]
[writer :as w]]))
(defprotocol BinaryData
"Allows various data source... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2014, Nordic Semiconductor ASA
*
* 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 without restriction, including without limitation the rights
* to use, copy, modify... | {
"pile_set_name": "Github"
} |
package com.yzx.chat.widget.listener;
import com.google.android.material.appbar.AppBarLayout;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import androidx.annotation.IntDef;
/**
*... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_loop_09.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml
Template File: sources-sink-09.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate ... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags darwin,amd64,go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build darwin,amd64,go1.12
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT TH... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010 Google 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 to in w... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package charset provides common text encodings for HTML documents.
//
// The mapping from encoding labels to encodings is defined at
// https://encoding.spec... | {
"pile_set_name": "Github"
} |
# We want to access the "PC" (Program Counter) register from a struct
# ucontext. Every system has its own way of doing that. We try all the
# possibilities we know about. Note REG_PC should come first (REG_RIP
# is also defined on solaris, but does the wrong thing).
# OpenBSD doesn't have ucontext.h, but we can ge... | {
"pile_set_name": "Github"
} |
//
// Blackfriday Markdown Processor
// Available at http://github.com/russross/blackfriday
//
// Copyright © 2011 Russ Ross <russ@russross.com>.
// Distributed under the Simplified BSD License.
// See README.md for details.
//
//
//
// Markdown parsing and processing
//
//
package blackfriday
import (
"bytes"
"fm... | {
"pile_set_name": "Github"
} |
/*
* rand.h
*
* Pseudo-random number generation, based on OpenBSD arc4random().
*
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
* Copyright (c) 1996 David Mazieres <dm@lcs.mit.edu>
*
* $Id: rand.h,v 1.4 2002/04/07 19:01:25 dugsong Exp $
*/
#ifndef DNET_RAND_H
#define DNET_RAND_H
typedef struct rand_hand... | {
"pile_set_name": "Github"
} |
# You can only be a GTK owner if your name starts with "e".
erg@chromium.org
estade@chromium.org
| {
"pile_set_name": "Github"
} |
rv64ui-v-add: file format elf64-littleriscv
Disassembly of section .text.init:
0000000080000000 <_start>:
80000000: 00c0006f j 8000000c <handle_reset>
0000000080000004 <nmi_vector>:
80000004: 25c0206f j 80002260 <wtf>
0000000080000008 <trap_vector>:
80000008: 2580206f ... | {
"pile_set_name": "Github"
} |
// ReSharper disable ObjectCreationAsStatement
namespace UglyToad.PdfPig.Tests.Tokens
{
using System;
using System.Collections.Generic;
using PdfPig.Core;
using PdfPig.Tokens;
using Xunit;
public class DictionaryTokenTests
{
[Fact]
public void NullDictionaryThrows()
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<data>
<variable
name="viewModel"
type="com.skydoves.mvvm_coroutines.ui.main.MainActivityV... | {
"pile_set_name": "Github"
} |
MAPv2-SM-DataTypes {
ccitt identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-SM-DataTypes (16) version2 (2)}
DEFINITIONS
IMPLICIT TAGS
::=
BEGIN
EXPORTS
RoutingInfoForSM-Arg,
RoutingInfoForSM-Res,
ForwardSM-Arg,
ReportSM-DeliveryStatusArg,
AlertServiceCentreArg,
Info... | {
"pile_set_name": "Github"
} |
<?php
/**
* Pi Engine (http://piengine.org)
*
* @link http://code.piengine.org for the Pi Engine source repository
* @copyright Copyright (c) Pi Engine http://piengine.org
* @license http://piengine.org/license.txt BSD 3-Clause License
*/
namespace Module\Article\Installer\Action;
use Module\Art... | {
"pile_set_name": "Github"
} |
An **rvalue reference** is a reference that must be bounded to an rvalue. It refers to an object's **value**. Rvalues are ephemeral.
An **lvalue reference** (regular reference) is a reference that must be bounded to an lvalue or `const` rvalue. It refers to an object's **identity**. Lvalues are pesistent.
| {
"pile_set_name": "Github"
} |
// 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 w... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.7.0_65" class="java.beans.XMLDecoder">
<!-- Note that this XML is specific to the neuroConstruct Java cell object model and not any part of the NeuroML framework -->
<object class="ucl.physiol.neuroconstruct.cell.Cell">
<void property="allSegments">
<void ... | {
"pile_set_name": "Github"
} |
package serf
import (
"fmt"
"math"
"math/rand"
"net"
"regexp"
"sync"
"time"
)
// QueryParam is provided to Query() to configure the parameters of the
// query. If not provided, sane defaults will be used.
type QueryParam struct {
// If provided, we restrict the nodes that should respond to those
// with name... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="iffscan"
ProjectGUID="{4cefbc94-c215-11db-8314-0800200c9a66}"
RootNamespace="iffscan"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</T... | {
"pile_set_name": "Github"
} |
import { ParserState, Context, Flags } from '../common';
import { Chars } from '../chars';
import { Token } from '../token';
import { report, Errors } from '../errors';
import { fromCodePoint, toHex, Escape, scanNext, advanceOne } from './common';
/**
* Scan a string literal
*
* @see [Link](https://tc39.github.io/e... | {
"pile_set_name": "Github"
} |
:orphan:
==============================================================
Text Search with Basis Technology Rosette Linguistics Platform
==============================================================
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol... | {
"pile_set_name": "Github"
} |
$(PYTHON) | $(PYTHON_TOOLCHAIN)
| {
"pile_set_name": "Github"
} |
{% extends "main.html" %}
{% block content %}
{% include "header.html" %}
<div class="row divider green">
<div class="col-md-12"></div>
</div>
<div class="row banner menu">
<div class="col-md-11 col-md-offset-1 padding-none">
<h1>{{ restaurant.name }}
<figure class="creator">
<img src="{{ url_for('stat... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | {
"pile_set_name": "Github"
} |
<snippet>
<content><![CDATA[
wx.openLocation({
latitude: ${1:'Float类型,纬度,范围为-90~90,负数表示南纬'}, // 必需
longitude: ${2:'Float,经度,范围为-180~180,负数表示西经'}, // 必需
scale: ${3:'INT类型,缩放比例,范围5~18,默认为18'},
name: ${4:'位置名'},
address: ${5:'地址的详细说明'},
success: (res) => {
${6}
},
fail: (res) => {
${7}
},
complete: (res) =>... | {
"pile_set_name": "Github"
} |
/*
* IRIS Localization and Mapping (LaMa)
*
* Copyright (c) 2019-today, Eurico Pedrosa, University of Aveiro - Portugal
* All rights reserved.
* License: New BSD
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Runtime.Versioning;
namespace System.Threading
{
public sealed partial class Semap... | {
"pile_set_name": "Github"
} |
/**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published... | {
"pile_set_name": "Github"
} |
/**
* Copyright James Dempsey, 2010
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library ... | {
"pile_set_name": "Github"
} |
<?php if (!defined('SITE')) exit('No direct script access allowed');
// mod_rewrite is being used?
// in case the server does not have mod_rewrite
define('MODREWRITE', false);
// image quality
$default['img_quality'] = 100;
$default['systhumb'] = 150;
// images max size kilobytes
// be careful with shared hosting
$d... | {
"pile_set_name": "Github"
} |
{
"name": "table",
"doc_namespace": "xmlns.http://moyaproject.com/admin",
"doc_class": "tag",
"references": [
"doc.index",
"tags.index"
],
"data": {
"name": "table",
"lib": null,
"namespace_slug": "moyaproject_dot_com_admin",
"defined": "/home/will... | {
"pile_set_name": "Github"
} |
display_extenders: { }
skip_cache: false
sql_signature: false
ui:
show:
additional_queries: false
advanced_column: false
master_display: false
performance_statistics: false
preview_information: true
sql_query:
enabled: false
where: above
display_embed: false
always_live_prev... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
This is an XSL stylesheet which converts mscript XML files into HTML.
Use the XSLT command to perform the conversion.
Copyright 1984-2006 The MathWorks, Inc.
$Revision: 1.1.6.14 $ $Date: 2006/11/29 21:50:11 $
-->
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> <!ENTITY... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
int main(){
char ch;
int count = 0;
while( (ch = getchar()) != EOF ){
count++;
if(ch == ' ' || ch == '\n'){
printf("%d ", count - 1);
count = 0;
}
}
return 0;
} | {
"pile_set_name": "Github"
} |
1.3.6.1.2.1.1.1.0|4|Brocade-11, BR-VDX6710-54, Network Operating System Software Version 4.1.3b.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.2.1.1.1.5
| {
"pile_set_name": "Github"
} |
using Microsoft.Windows.Design.Metadata;
namespace Xamarin.Forms.Xaml.Design
{
class RegisterMetadata : IProvideAttributeTable
{
public AttributeTable AttributeTable => new AttributeTableBuilder().CreateTable();
}
} | {
"pile_set_name": "Github"
} |
import * as _window from './window'
import document from './document'
const global = GameGlobal
GameGlobal.global = GameGlobal.global || global
function inject() {
_window.document = document;
_window.addEventListener = (type, listener) => {
_window.document.addEventListener(type, listener)
}
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012-2020 CypherCore <http://github.com/CypherCore>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
Fix USB bus path; /proc/bus/usb is deprecated.
--- a/pcap-usb-linux.c
+++ b/pcap-usb-linux.c
@@ -73,7 +73,7 @@
#define USB_TEXT_DIR_OLD "/sys/kernel/debug/usbmon"
#define USB_TEXT_DIR "/sys/kernel/debug/usb/usbmon"
#define SYS_USB_BUS_DIR "/sys/bus/usb/devices"
-#define PROC_USB_BUS_DIR "/proc/bus/usb"
+#define PRO... | {
"pile_set_name": "Github"
} |
<?php
/**
* Created by IntelliJ IDEA.
* User: luwei
* Date: 2018/2/24
* Time: 16:06
*/
namespace app\modules\mch\models\fxhb;
use app\models\FxhbHongbao;
use app\models\User;
use app\modules\mch\models\MchModel;
use yii\data\Pagination;
class FxhbListForm extends MchModel
{
public $store_id... | {
"pile_set_name": "Github"
} |
package org.webbitserver.helpers;
public class XssCharacterEscaper {
/**
* Replaces characters in input which may open up cross-site scripting (XSS) attacks with XSS-safe equivalents.
*
* Follows escaping rules from
* <a href="https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Preventio... | {
"pile_set_name": "Github"
} |
/*
***************************************************************************************
* Copyright (C) 2006 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | {
"pile_set_name": "Github"
} |
(ns cmr.system-int-test.search.facets.facets-util
"Helper vars and functions for testing collection facet responses."
(:require
[clj-http.client :as client]
[cmr.common.util :as util]
[cmr.search.services.query-execution.facets.facets-v2-helper :as v2h]
[cmr.system-int-test.data2.collection :as dc]
[... | {
"pile_set_name": "Github"
} |
[
{
"domain": "homeassistant",
"services": {
"check_config": {
"description": "Check the Home Assistant configuration files for errors. Errors will be displayed in the Home Assistant log.",
"fields": {}
},
"reload_core_config": {
"description": "Reload the core config... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.