text stringlengths 2 99.9k | meta dict |
|---|---|
using SmartStore.Core.Domain.Customers;
using SmartStore.Core.Domain.Orders;
using SmartStore.Core.Events;
namespace SmartStore.Services.Orders
{
public static class EventPublisherExtensions
{
/// <summary>
/// Publishes the order paid event.
/// </summary>
/// <param name="eve... | {
"pile_set_name": "Github"
} |
/** @file
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _LEGACY_BIOS_INTERFACE_
#define _LEGACY_BIOS_INTERFACE_
#include <FrameworkDxe.h>
#include <IndustryStandard/Pci.h>
#include <IndustryStandard/SmBios.h>
#include... | {
"pile_set_name": "Github"
} |
<% content_for :title_bar do %>
<span class="navbar-brand"><%= t('.resend_confirmation_instructions') %></span>
<% end %>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 col-md-offset-3 col-lg-offset-4">
<div class="auth-wrapper">
<%= form_for(resource, as: resource_name, url: confirmation_pa... | {
"pile_set_name": "Github"
} |
/*
** $Id: lzio.h,v 1.30 2014/12/19 17:26:14 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include "lua.h"
#include "lmem.h"
#define EOZ (-1) /* end of stream */
typedef struct Zio ZIO;
#define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(... | {
"pile_set_name": "Github"
} |
right_header=Thông tin hệ thống
right_host=Tên máy chủ hệ thống
right_os=Hệ điều hành
right_login=Đăng nhập như
right_from=Đăng nhập từ
right_webmin=Phiên bản webmin
right_usermin=Phiên bản Usermin
right_cpu=CPU trung bình tải
right_cpuinfo=Thông tin bộ xử lý
right_cputemps=Nhiệt độ CPU
right_drivetemps=Nhiệt độ ổ đĩa
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/hpfs/ea.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* handling extended attributes
*/
#include "hpfs_fn.h"
/* Remove external extended attributes. ano specifies whether a is a
direct sector where eas starts or an anode */
void h... | {
"pile_set_name": "Github"
} |
from .. import fixtures, config
from ..assertions import eq_
from sqlalchemy import Integer, String
from ..schema import Table, Column
class SimpleUpdateDeleteTest(fixtures.TablesTest):
run_deletes = 'each'
__backend__ = True
@classmethod
def define_tables(cls, metadata):
Table('plain_pk', m... | {
"pile_set_name": "Github"
} |
{
"title": "Angry media won’t buckle over new surveillance laws",
"byline": "JOE HILDEBRAND",
"dir": null,
"excerpt": "A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on ... | {
"pile_set_name": "Github"
} |
Installing GNU FreeFont
=======================
GNU FreeFont can be used in any modern operating system.
This document explains how to install FreeFont on some common systems.
UNIX/GNU/Linux/BSD Systems
--------------------------
FreeFont works with any system usi... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2013 Johannes M. Schmitt <schmittjoh@gmail.com>
*
* 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 re... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** C... | {
"pile_set_name": "Github"
} |
string $ldf_dir = GetEnv("SYSPATH");
$ldf_dir = "$ldf_dir\\driver32\\ldf";
`dir * -path "$ldf_dir" -max 0`;
if (prompt "SIG3 was detected. Do you want to download the SIG3-related files? (Look at the dir output for the \"$ldf_dir\" directory in EP log viewer to see what you'd be getting)") {
`get * -path "$ldf_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008-2020 Ping Identity Corporation
* All Rights Reserved.
*/
/*
* Copyright 2008-2020 Ping Identity Corporation
*
* 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
*
* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. 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 copyr... | {
"pile_set_name": "Github"
} |
package openrtb.bidrequest.model;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author André Schmer
*
*/
public class PMP implements Cloneable {
private int private_auction;
private List<DirectDeal> deals;
private Object ext;
public PMP() {}
public int getPrivate_auction() {
return privat... | {
"pile_set_name": "Github"
} |
package app
import (
"fmt"
"github.com/moncho/dry/version"
)
//ShortHelp is a short description of dry
const ShortHelp = `
dry
A tool to interact with a Docker Daemon from the terminal.
`
var help = `
<white>dry ` + fmt.Sprintf("version %s, build %s", version.VERSION, version.GITCOMMIT) + `</>` +
`
A tool to i... | {
"pile_set_name": "Github"
} |
//
// LoggingManager.h
// macOS Catalina Patcher
//
// Created by Collin Mistr on 7/22/19.
// Copyright (c) 2019 dosdude1 Apps. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef enum {
errMountingBSImage = 1,
errMountingESDImage = 2,
errCopyingSharedSupport = 3,
errSavingBSImage = ... | {
"pile_set_name": "Github"
} |
/*!
* Copyright (c) 2014-2019 by Contributors
* \file io.h
* \brief utilities with different serializable implementations
* \author Tianqi Chen
*/
#ifndef RABIT_INTERNAL_IO_H_
#define RABIT_INTERNAL_IO_H_
#include <cstdio>
#include <vector>
#include <cstring>
#include <string>
#include <algorithm>
#include <numer... | {
"pile_set_name": "Github"
} |
// Some points here... we have a different package name for the non-mage code,
// and we need to make sure that we handle that. We also have a duplicate
// funciotn name between the mage code and the non-mage code. That should also
// work correctly.
package lib
func Build() {]}
| {
"pile_set_name": "Github"
} |
import { compile } from '../compiler/index'
import { isTemplate, getOuterHTML } from '../util/index'
import { parseTemplate, cloneNode } from '../parsers/template'
import Fragment from './fragment'
import Cache from '../cache'
const linkerCache = new Cache(5000)
/**
* A factory that can be used to create instances o... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2008-2017 Dolittle. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*---------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* tkUnixInt.h --
*
* This file contains declarations that are shared among the
* UNIX-specific parts of Tk but aren't used by the rest of Tk.
*
* Copyright (c) 1995-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER O... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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 ... | {
"pile_set_name": "Github"
} |
require_relative "./helper"
describe "Plugin" do
include WithTemporaryDirectory
describe "b:node_root" do
it "must be set when in same directory with package.json" do
FileUtils.touch File.join(@dir, "package.json")
$vim.edit File.join(@dir, "index.js")
$vim.echo("b:node_root").must_equal @di... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/route53domains/Route53Domains_EXPORTS.h>
#include <aws/route53domains/Route53DomainsRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>
<key>Color Space</key... | {
"pile_set_name": "Github"
} |
{
"version": 2,
"locator": {
"port": COCAINE_LOCATOR_PORT
},
"paths": {
"plugins": "COCAINE_PLUGINS_PATH",
"runtime": "COCAINE_RUN_PATH"
},
"services": {
"logging": {
"type": "logging"
},
"storage": {
"type": "storage",
... | {
"pile_set_name": "Github"
} |
library test version '0.0.000'
using QDM
valueset "Female Administrative Sex": '2.16.840.1.113883.3.560.100.2'
valueset "TestValueset": '1.1.111'
parameter "test param" Interval<DateTime
context Patient
define "TestDefinition":
["Encounter, Performed": "TestValueset "] | {
"pile_set_name": "Github"
} |
/* gzread.c -- zlib functions for reading gzip files
* Copyright (C) 2004, 2005, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "gzguts.h"
/* Local functions */
local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
local int gz_avail OF((gz_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.test.module.extension.parameter.resolver;
... | {
"pile_set_name": "Github"
} |
// flow-typed signature: dbe19c2c14206fb3c17757a4d1d46ed4
// flow-typed version: <<STUB>>/electron-timber_v^0.5.1/flow_v0.102.0
/**
* This is an autogenerated libdef stub for:
*
* 'electron-timber'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your wor... | {
"pile_set_name": "Github"
} |
#if __has_feature(modules)
@import ObjectiveC;
@import CoreFoundation;
@import CoreGraphics;
#else
#import <objc/NSObject.h>
#import <CoreFoundation.h>
#import <CoreGraphics.h>
#endif
#define NS_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
typedef struct objc_object { void *isa; } *id;
typede... | {
"pile_set_name": "Github"
} |
module MCollective
# Connectors take care of transporting messages between clients and agents,
# the design doesn't your middleware to be very rich in features. All it
# really needs is the ability to send and receive messages to named queues/topics.
#
# At present there are assumptions about the naming of t... | {
"pile_set_name": "Github"
} |
<Window x:Class="OsEngine.Charts.CandleChart.Indicators.PivotUi"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Pivot" Height="260" Width="586" WindowStartupLocation="CenterScreen" Style="{StaticResource WindowStyl... | {
"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"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100002
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 4
m_Component:
- 4: {fileID: 400002}
- 114: {fileID: 11400004}
- 212: {fileID: 21263172}
- 50: {fileID: 5088886}
- 58:... | {
"pile_set_name": "Github"
} |
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.3.0
* Docs at http://davidtheclark.github.io/scut
*/
@mixin scut-clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
%scut-clearfix {
@include scut-clearfix;
}
@mi... | {
"pile_set_name": "Github"
} |
{
"logs": [
{
"outputFile": "/Users/ksharm0/Documents/Repo/Android-ViewPager-Carousel-UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml",
"map": [
{
"source": "/Users/ksharm0/.gradle/caches/transforms-1/f... | {
"pile_set_name": "Github"
} |
EDuke32 is a fork of the JFDuke3D port of Duke Nukem 3D (aka Duke3D), merging
it with EDuke to provide many new features for mod authors. Built on the
foundation of Jonathon "JonoF" Fowler's JFDuke3D work (including Build engine
author Ken "Awesoken" Silverman's badass Polymost renderer) combined with
Matt "Matteus" Sa... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
PyExcelerate
============
Accelerated Excel XLSX writing library for Python
master: |build-status-master| dev: |build-status-dev| test coverage:
|coverage-status|
- Authors: `Kevin Wang <https://github.com/kevmo314>`__ and `Kevin
Zhang <https://github.com/kz26>`__
- Copyright 2015 Kevin Wang, Kevin Zhang. Porti... | {
"pile_set_name": "Github"
} |
namespace weka.clusterers;
class FilteredClustererTest
{
isA AbstractClustererTest;
depend weka.clusterers.AbstractClustererTest;
depend weka.clusterers.Clusterer;
depend junit.framework.Test;
depend junit.framework.TestSuite;
public FilteredClustererTest(String name){
super(name);
}
/**
* Creates a defaul... | {
"pile_set_name": "Github"
} |
/*
公共包装组件
*/
import React, { Component, PropTypes } from 'react';
import { remote } from 'electron';
import { connect } from 'dva';
import Spin from 'antd/lib/spin';
import Icon from 'antd/lib/icon';
import Layout from 'antd/lib/layout';
import Dropzone from 'react-dropzone';
import notification from 'antd/lib/notifi... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The G3N 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 gui
import (
"github.com/g3n/engine/math32"
"github.com/g3n/engine/window"
)
// Scroller is the GUI element that allows scrolling of a target IPane... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Spine Runtimes License Agreement
* Last updated May 1, 2019. Replaces all prior versions.
*
* Copyright (c) 2013-2019, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative wor... | {
"pile_set_name": "Github"
} |
<div class="q-header">
<%- partial('partials/standalone-top-navigation') %>
<div class="q-intro">
<img src="/images/quasar-logo-big.png" style="height: 184px; width: 184px">
<div class="q-container">
<h1>Quasar Framework</h1>
<a
href="https://quasar.dev"
target="_blank"
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* 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 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019 Netflix, 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... | {
"pile_set_name": "Github"
} |
/* Generic */
body {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
scrollbar-3dlight-color:#F0F0EE;
scrollbar-arrow-color:#676662;
scrollbar-base-color:#F0F0EE;
scrollbar-darkshadow-color:#DDDDDD;
scrollbar-face-color:#E0E0DD;
scrollbar-highlight-color:#F0F0EE;
scrollbar-shadow-color:#F0F0... | {
"pile_set_name": "Github"
} |
{
"throws": "Unexpected token, expected \";\" (2:6)"
}
| {
"pile_set_name": "Github"
} |
module None
object q_empty
enum QType
prefix QTYPE
member none
member qnull
member qnum
member qstring
member qdict
member qlist
member qbool
module include-repetition.json
include comments.json
module comments.json
enum Status
member good
member bad
member ugly
module includ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <copyright file="ListContinuationToken.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.Azure.Stora... | {
"pile_set_name": "Github"
} |
// Boost.Geometry
// Copyright (c) 2018 Oracle and/or its affiliates.
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (S... | {
"pile_set_name": "Github"
} |
/*
* THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT.
*
* Copyright (C) 2017 Apple Inc. 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 t... | {
"pile_set_name": "Github"
} |
--TEST--
"date" filter
--TEMPLATE--
{{ date|date(format='d/m/Y H:i:s P', timezone='America/Chicago') }}
{{ date|date(timezone='America/Chicago', format='d/m/Y H:i:s P') }}
{{ date|date('d/m/Y H:i:s P', timezone='America/Chicago') }}
--DATA--
date_default_timezone_set('UTC');
return array('date' => mktime(13, 45, 0, 10,... | {
"pile_set_name": "Github"
} |
User-agent: *
Disallow:
| {
"pile_set_name": "Github"
} |
![foo][bar]
[BAR]: /url
| {
"pile_set_name": "Github"
} |
/*
* Bink DSP routines
* Copyright (c) 2009 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
* FFmpeg 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, ... | {
"pile_set_name": "Github"
} |
/*
*
*
* Copyright 1990-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free Sof... | {
"pile_set_name": "Github"
} |
(tabula-rasa :fetcher github :repo "IdoMagal/Tabula-Rasa")
| {
"pile_set_name": "Github"
} |
/obj/item/organ/external/head/insectoid/nabber
name = "head"
vital = 0
action_button_name = "Switch Stance" // Basically just a wrapper for switch stance verb, since GAS use it more than normals.
limb_flags = ORGAN_FLAG_CAN_AMPUTATE | ORGAN_FLAG_GENDERED_ICON | ORGAN_FLAG_CAN_BREAK
/obj/item/organ/external/h... | {
"pile_set_name": "Github"
} |
package org.jeecgframework.tag.core.easyui;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.servlet.jsp.JspTagException;
import javax.servlet.jsp.JspWriter;
import org.jeecgframework.tag.core.JeecgTag;
import org.jeecgframework.web.system.pojo.base.TSFunction;
import org.jeecgfra... | {
"pile_set_name": "Github"
} |
//
// UMSocialQQHandler.h
// SocialSDK
//
// Created by yeahugo on 13-8-5.
// Copyright (c) 2013年 Umeng. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <TencentOpenAPI/QQApiInterface.h> //QQ互联 SDK
#import <TencentOpenAPI/TencentOAuth.h>
@interface UMSocialQQHandler : NSObject
/**
设置分享到... | {
"pile_set_name": "Github"
} |
/// <reference path="PayBand.ts" />
module Payroll {
export interface IPayable {
increasePay(percent: number): boolean
}
class Person {
// properties are omitted for brevity
constructor() {
}
}
export class Employee extends Person implements IPayable {
i... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { createStyles, Theme, makeStyles } from '@material-ui/core/styles';
import Avatar from '@material-ui/core/Avatar';
import Chip from '@material-ui/core/Chip';
import FaceIcon from '@material-ui/icons/Face';
import DoneIcon from '@material-ui/icons/Done';
const useStyles = makeSty... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tutorial ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-present Facebook, 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... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: src/osx/carbon/dccg.cpp
// Purpose: wxDC class
// Author: Stefan Csomor
// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
// copyright: (c) Stefan Csomor
// Licence: wxWindows licence
//////... | {
"pile_set_name": "Github"
} |
// Convenience file to require the SDK from the root of the repository
module.exports = require('./aws-xray');
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from top.api.rest.TbkShopRecommendGetRequest import TbkShopRecommendGetRequest
from top.api.rest.TbkTpwdCreateRequest import TbkTpwdCreateRequest
from top.api.rest.TbkJuTqgGetRequest import TbkJuTqgGetRequest
from top.api.rest.TbkDgNewuserOrderGetRequest import TbkDgNewuserOrderGetRequest
from t... | {
"pile_set_name": "Github"
} |
dnl @synopsis AX_CC_BLOCKS
dnl @summary check if compiler supports blocks
dnl @category Misc
dnl
dnl This macro checks whether the C compiler supports blocks. If it does, the
dnl cache variable $ax_cv_c_cc_blocks is set to "yes", otherwise it is set to
dnl "no".
dnl
dnl @version 2009-09-14
dnl @license GPLWithACExcept... | {
"pile_set_name": "Github"
} |
/* ====================================================================
* Copyright (c) 2015 - 2016 The GmSSL Project. 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. Redistribution... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009, 2012 Ericsson AB. All rights reserved.
* Copyright (C) 2010, 2016 Apple Inc. All rights reserved.
* Copyright (C) 2011, Code Aurora Forum. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | {
"pile_set_name": "Github"
} |
all: refman.pdf
pdf: refman.pdf
refman.pdf: clean refman.tex
pdflatex refman
makeindex refman.idx
pdflatex refman
latex_count=8 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
pdflatex refman ;\
... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIC0jCCAbqgAwIBAgIBADANBgkqhkiG9w0BAQsFADAZMRcwFQYDVQQDEw5mcm9u
dC1wcm94eS1jYTAgFw0yMDAzMjkxNjM5NDZaGA8yMTIwMDMwNTE2Mzk0NlowGTEX
MBUGA1UEAxMOZnJvbnQtcHJveHktY2EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
ggEKAoIBAQC6/r33mJz/GG6ptN0Avvnb9AA1SGIBWC8l6Mu5x0EbOqtzrwaeKUFa
Kf4sZFxBYRYOTxQRF4FqKbOq4ztxMuKM... | {
"pile_set_name": "Github"
} |
/*!
*
*
* \brief Assignment and evaluation of vector expressions
*
*
*
* \author O. Krause
* \date 2013
*
*
* \par Copyright 1995-2015 Shark Development Team
*
* <BR><HR>
* This file is part of Shark.
* <http://image.diku.dk/shark/>
*
* Shark is free software: you can redistribute... | {
"pile_set_name": "Github"
} |
; RUN: %lli %s > /dev/null
define i32 @main() nounwind uwtable {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
ret i32 0
}
| {
"pile_set_name": "Github"
} |
var baseCompareAscending = require('./baseCompareAscending');
/**
* Used by `_.sortByOrder` to compare multiple properties of a value to another
* and stable sort them.
*
* If `orders` is unspecified, all valuess are sorted in ascending order. Otherwise,
* a value is sorted in ascending order if its corresponding... | {
"pile_set_name": "Github"
} |
usr/lib/*-*/lib*.so.*
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='macos'>
<pages>
<page name='Fish'/>
<page name='Diamonds'/>
</pages>
</playground> | {
"pile_set_name": "Github"
} |
package errorx
var (
// CommonErrors is a namespace for general purpose errors designed for universal use.
// These errors should typically be used in opaque manner, implying no handing in user code.
// When handling is required, it is best to use custom error types with both standard and custom traits.
CommonErro... | {
"pile_set_name": "Github"
} |
.media {
// Proper spacing between instances of .media
margin-top: 15px;
&:first-child {
margin-top: 0;
}
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
// Fix collapse in webkit from max-width: 100% and display: table-cell... | {
"pile_set_name": "Github"
} |
/***********************************************************************
* Copyright (c) 2015 by Regents of the University of Minnesota.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License, Version 2.0 which
* accompanies this distribution and i... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
#include "chrome/utility/importer/nss_decryptor.h"
#include <stddef.h>
#include <memory>
#include <string>
#include <vector>
#include "base/base64.... | {
"pile_set_name": "Github"
} |
# built-in
from collections import defaultdict
from datetime import datetime
from unittest.mock import patch
# external
from packaging.requirements import Requirement as PackagingRequirement
# project
from dephell.controllers import DependencyMaker, Graph, Mutator, Resolver, analyze_conflict
from dephell.models impor... | {
"pile_set_name": "Github"
} |
---
title: Lançado Firefox 3.5
authors: Diego Eis
type: post
date: 2009-07-01
excerpt: O Firefox 3.5 foi lançado e está com uma série de modificações, principalmente atualizações para facilitar o desenvolvimento com HTML e CSS. Baixe, teste e compartilhe!
url: /lancado-firefox-3-5/
aktt_notify_twitter:
- yes
aktt_twe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 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 ... | {
"pile_set_name": "Github"
} |
class S.Flasher
duration: 10000
animation_duration: 250
clipping: "-7px"
constructor: ->
$(document).on "click", ".global_flash", =>
@dismiss()
dismiss: ->
if elm = @current_flash
if @timeout
clearTimeout @timeout
@timeout = null
elm.css "margin-top": "-#{elm.oute... | {
"pile_set_name": "Github"
} |
@import url("https://use.typekit.net/jlb5olz.css");
ol > li > ol {
list-style-type: lower-alpha;
}
p + ol, p + ul {
margin-bottom: 1rem;
}
p:last-child {
margin-bottom: 0.5rem;
}
blockquote {
margin-left: 2rem;
padding-left: 1rem;
border-left: 0.25rem solid rgba(0, 0, 80, 0.25);
}
.hidden {
display: none;
}
.so... | {
"pile_set_name": "Github"
} |
// Simplest java example (note that class name must match filename).
public class pgc_2011_30
{
// This is the required "main" function.
public static void main(String args[])
{
int x = 7;
// int y = 8;
// Case of "for" statement with SgBasicBlock as body.
L1: for (x ... | {
"pile_set_name": "Github"
} |
<!--logs.wxml-->
<view class="container">
<view class="container-body space-content">
<view class="space-top">
<view class="space-banner" bindtap="imgPreview">
<swiper
autoplay="{{true}}" interval="{{4000}}" duration="{{1000}}" bindchange="setCurrent">
<block wx:for="{{spaceimgs}}" wx:key="*t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cube_mints_f1f1f1">
<in.srain.cube.views.ptr.PtrClassicFrameLayout
android:id="@+... | {
"pile_set_name": "Github"
} |
package com.intel.genomicsdb.reader;
class GenomicsDBFeatureReaderJni {
/**
* Checks if GenomicsDB array exists.
* @param workspace workspace
* @param arrayName array name
* @return <code>true</code> if workspace with arrayName exists else return <code>false</code>
*/
public static na... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.TIOCPKT_IOCTL.html">
</head>
<body>
<p>Redirecting to <a href="constant.TIOCPKT_IOCTL.html">constant.TIOCPKT_IOCTL.html</a>...</p>
<script>location.replace("constant.TIOCPKT_IOCTL.html" + location.search + location.ha... | {
"pile_set_name": "Github"
} |
How to translate Stikked into your own language
-----------------------------------------------
1. Make a copy of the folder `htdocs/application/language/swissgerman`, and name it as you like.
2. Start placing in your translated text!
The date_lang.php and form_validation_lang.php are optional; they lay in the system... | {
"pile_set_name": "Github"
} |
#!/bin/bash
echo "Nothing to do."
| {
"pile_set_name": "Github"
} |
[//]: # (DO NOT EDIT THIS FILE! This is an auto-generated file.)
## Appium API Documentation
### /docs/en/commands/device/authentication
[//]: # (DO NOT EDIT THIS FILE! This is an auto-generated file.)
[//]: # (DO NOT EDIT THIS FILE! This is an auto-generated file.)
<div class="api-index">
[//]: # (DO NOT EDIT T... | {
"pile_set_name": "Github"
} |
<?php
namespace Phalcon {
/**
* Phalcon\DispatcherInterface initializer
*/
interface DispatcherInterface {
/**
* Sets the default action suffix
*
* @param string $actionSuffix
*/
public function setActionSuffix($actionSuffix);
/**
* Sets the default namespace
*
* @param string $... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.