text stringlengths 574 99.1k | meta dict |
|---|---|
#
# Makefile for the Linux/MIPS kernel.
#
CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
extra-y := head.o init_task.o vmlinux.lds
obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \
ptrace.o reset.o setup.o signal.o syscall.o \
time.o topology.o traps.o unaligned.o watch.o
obj-$(CONFIG_CEVT_BCM14... | {
"pile_set_name": "Github"
} |
/* eslint-disable max-len */
describe('ga_layerfilters_service', function() {
describe('gaLayerFilter', function() {
var gaLayerFilters, gaLayers, gaDefinePropertiesForLayer;
beforeEach(function() {
module(function($provide) {
$provide.value('gaTopic', {
get: function() {}
}... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20191001Preview
{
using static Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Extensions;
/// <summary>Defines the request body for updating move collection.</summary>
public partial class UpdateMoveCollectionRequest :
... | {
"pile_set_name": "Github"
} |
require('../modules/es7.array.includes');
require('../modules/es7.string.at');
require('../modules/es7.string.pad-start');
require('../modules/es7.string.pad-end');
require('../modules/es7.string.trim-left');
require('../modules/es7.string.trim-right');
require('../modules/es7.string.match-all');
require('../modules/es... | {
"pile_set_name": "Github"
} |
<?php
/**
* Double quoted string inside a tag.
*
* @package Smarty
* @subpackage Compiler
* @ignore
*/
/**
* Double quoted string inside a tag.
*
* @package Smarty
* @subpackage Compiler
* @ignore
*/
class Smarty_Internal_ParseTree_Dq extends Smarty_Internal_ParseTree
{
/**
* Create parse tr... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVIF_CL9097_H__
#define __NVIF_CL9097_H__
#define FERMI_A_ZBC_COLOR 0x00
#define FERMI_A_ZBC_DEPTH 0x01
struct fermi_a_zbc_color_v0 {
__u8 version;
#define FERMI_A_ZBC_C... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.symbol');
require('../../modules/es6.object.create');
require('../../modules/es6.object.define-property');
require('../../modules/es6.object.define-properties');
require('../../modules/es6.object.get-own-property-descriptor');
require('../../modules/es6.object.get-prototype-of');
require('../... | {
"pile_set_name": "Github"
} |
COMMONMODULES = unixatomic.o uadeipc.o amifilemagic.o \
eagleplayer.o unixwalkdir.o effects.o \
uadecontrol.o uadeconf.o uadestate.o uadeutils.o md5.o \
ossupport.o rmc.o songdb.o songinfo.o vparray.o support.o fifo.o
PLAYERHEADERS = ../include/uade/eagleplayer.h ../include/uade/uadeconf.h ../include/uade/uadeconfs... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlCeScripter", "SqlCeScripter.csproj", "{2283F49B-5BAF-4A43-B636-48A0202B9C2E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{6ADDA29... | {
"pile_set_name": "Github"
} |
package PascalScript_Core_D7;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRA... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
module VCAP::CloudController
RSpec.describe ProcessModelAccess, type: :access do
subject(:access) { ProcessModelAccess.new(Security::AccessContext.new) }
let(:token) { { 'scope' => ['cloud_controller.read', 'cloud_controller.write'] } }
let(:user) { VCAP::CloudController::User.make ... | {
"pile_set_name": "Github"
} |
(function(GoNorth) {
"use strict";
(function(Tale) {
(function(Localization) {
Localization.ViewModel = {};
Localization.ViewModel.ChooseQuest = "Quest auswählen";
Localization.ViewModel.ChooseNpc = "Npc auswählen";
Localization.ViewModel.ChooseSk... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "NSNumber+KiwiAdditions.h"
#import "KWObjCUtilities.h"
@implementation NSNumber(KiwiAdditions)
#pragma mark - Creating Numbers
+ (id)numberWithBytes:(const void *)bytes objCType:(const char *)anObjCType {
... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "NSNumber+KiwiAdditions.h"
#import "KWObjCUtilities.h"
@implementation NSNumber(KiwiAdditions)
#pragma mark - Creating Numbers
+ (id)numberWithBytes:(const void *)bytes objCType:(const char *)anObjCType {
... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Windows.Input;
using GalaSoft.MvvmLight.Command;
using Plugin.Connectivity;
using TorneoPredicciones.Models;
using TorneoPredicciones.Services;
namespace TorneoPredicciones.ViewModels
{
public class P... | {
"pile_set_name": "Github"
} |
#import "GPUImageHoughTransformLineDetector.h"
@interface GPUImageHoughTransformLineDetector()
- (void)extractLineParametersFromImageAtFrameTime:(CMTime)frameTime;
@end
@implementation GPUImageHoughTransformLineDetector
@synthesize linesDetectedBlock;
@synthesize edgeThreshold;
@synthesize lineDetectionThreshold;
... | {
"pile_set_name": "Github"
} |
#ifndef ELF_RELOC
#error "ELF_RELOC must be defined"
#endif
ELF_RELOC(R_AVR_NONE, 0)
ELF_RELOC(R_AVR_32, 1)
ELF_RELOC(R_AVR_7_PCREL, 2)
ELF_RELOC(R_AVR_13_PCREL, 3)
ELF_RELOC(R_AVR_16, 4)
ELF_RELOC(R_AVR_16_PM, 5)
ELF_RE... | {
"pile_set_name": "Github"
} |
// linux/mksysnum.pl -Wall -Werror -static -I/tmp/include -fsigned-char /tmp/include/asm/unistd.h
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build s390x,linux
package unix
const (
SYS_EXIT = 1
SYS_FORK = 2
SYS_READ = 3
SYS_WRITE ... | {
"pile_set_name": "Github"
} |
@core @core_grades
Feature: Gradebook calculations for calculated grade items before the fix 20150627
In order to make sure the grades are not changed after upgrade
As a teacher
I need to be able to freeze gradebook calculations
Background:
Given the following "courses" exist:
| fullname | shortname ... | {
"pile_set_name": "Github"
} |
package android.support.v4.app;
import android.app.Notification;
import android.app.Service;
import android.content.Intent;
import android.os.Build.VERSION;
import android.os.IBinder;
import android.os.RemoteException;
import android.support.v4.app.INotificationSideChannel.Stub;
public abstract class NotificationComp... | {
"pile_set_name": "Github"
} |
{
"name": "editor-model",
"master": true,
"version": "1.0.0",
"description": "",
"schemas": {
"104ad1f48518376": {
"_id": "104ad1f48518376",
"_name": "_Channel",
"_inherit": ["_Component"],
"$editorUpdateSystem": "event",
"$editorUpdateSchema": "event",
"$editorUpdateSc... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,darwin
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_CCITT = 0xa
AF_CHAOS ... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_A... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_A... | {
"pile_set_name": "Github"
} |
from datetime import datetime
from typing import Optional
from rx.scheduler import TimeoutScheduler
from rx.core import Observable, typing
from rx.disposable import MultipleAssignmentDisposable
def observable_timer_date(duetime, scheduler: Optional[typing.Scheduler] = None):
def subscribe(observer, scheduler_=No... | {
"pile_set_name": "Github"
} |
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/*
* This file is part of the BazingaGeocoderBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Bazinga\GeocoderBundle\Mapping\Driver;
use Bazinga\G... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dba9e42ad4040... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using text_xs.Properties;
using Kontract.Interface;
using Kontract;
using Kontract.IO;
namespace text_xs
{
//Level5
public sealed class XsAdapter : ITextAdapter... | {
"pile_set_name": "Github"
} |
;
; This file requires NASM 0.97+ to assemble
;
; Currently used only for djgpp + DOS4GW targets
;
; these sizes MUST be equal to the sizes in PKTDRVR.H
;
%define ETH_MTU 1500 ; max data size on Ethernet
%define ETH_MIN 60 ; min/max total frame size
%define ETH_MA... | {
"pile_set_name": "Github"
} |
"use strict";
/* Generated from:
* ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0,
* ap-northeast-2 (https://d1ane3fvebulky.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0,
* ap-northeast-3 (https://d2zq... | {
"pile_set_name": "Github"
} |
use crate::prelude::*;
use crate::qs::utils::*;
pub(crate) fn rect(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult {
arg_check!( vm, args, required = [(loc, None)]);
let transform = args.kwargs.get("transform").map(|t| get_tranform_arg(t)).unwrap_or(Transform::IDENTITY);
let z = args.kwargs.get("z"... | {
"pile_set_name": "Github"
} |
import {IDocumentService} from 'angular'
import {GanttColumn} from '../../logic/column/column.factory'
export default class GanttLayout {
private $document: IDocumentService
constructor ($document: IDocumentService) {
'ngInject'
this.$document = $document
}
/**
* Compute the width of scrollbar.
... | {
"pile_set_name": "Github"
} |
/*
* ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver (I2C Bus)
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/iio/iio.... | {
"pile_set_name": "Github"
} |
import styled from '@emotion/styled'
import { opacify } from 'polished'
export const InlinetooltipWrapper = styled.div`
// BASE
//position: absolute;
z-index: 10;
width: ${(props) => props.theme.tooltip_size};
height: ${(props) => props.theme.tooltip_size};
-webkit-transition: opacity 100ms, width 0 linear... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,dragonfly
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ATM = ... | {
"pile_set_name": "Github"
} |
import * as userSettings from 'userSettings';
import loading from 'loading';
import focusManager from 'focusManager';
import homeSections from 'homeSections';
import 'emby-itemscontainer';
class HomeTab {
constructor(view, params) {
this.view = view;
this.params = params;
this.apiClient = w... | {
"pile_set_name": "Github"
} |
# Загрузчик пользовательских настроек
## Загрузка глобальных переменных из внешнего файла
Чтобы не зашивать в тесты все плавающие пользовательские переменные, такие как имена баз, строки подключения, логины, пароли и др., имеется возможность забирать эти переменные из внешнего файла или внешнего key-value хранилища п... | {
"pile_set_name": "Github"
} |
using Avalonia.OpenGL.Surfaces;
namespace Avalonia.OpenGL.Egl
{
public class EglGlPlatformSurface : EglGlPlatformSurfaceBase
{
private readonly EglPlatformOpenGlInterface _egl;
private readonly IEglWindowGlPlatformSurfaceInfo _info;
public EglGlPlatformSurface(EglPlatformOpenGl... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,darwin
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_CCITT = 0xa
... | {
"pile_set_name": "Github"
} |
[kernel] Parsing tests/value/dur.i (no preprocessing)
[eva] Analyzing a complete application starting at F2
[eva] Computing initial state
[eva] Initial state computed
[eva:initial-state] Values of globals at initialization
G1 ∈ {0}
G2 ∈ {0}
G3 ∈ [--..--]
G4{.M6; .M7; .M8; .M9; .M10; .M11; .M12; .M13; .M14; .M15... | {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO... | {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO... | {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO... | {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO... | {
"pile_set_name": "Github"
} |
# coding: utf-8
# flake8: noqa
# import models into model package
from anchore_engine.services.policy_engine.api.models.distro_mapping import DistroMapping
from anchore_engine.services.policy_engine.api.models.error_response import ErrorResponse
from anchore_engine.services.policy_engine.api.models.event_status impor... | {
"pile_set_name": "Github"
} |
/**
* Provides a library of known unsafe deserializers.
* See https://www.blackhat.com/docs/us-17/thursday/us-17-Munoz-Friday-The-13th-Json-Attacks.pdf.
*/
import csharp
/** An unsafe deserializer. */
abstract class UnsafeDeserializer extends Callable { }
/** An unsafe deserializer method in the `System.*` namesp... | {
"pile_set_name": "Github"
} |
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* ... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -march=arm -mattr=+neon -mcpu=cortex-a9
define arm_aapcs_vfpcc <4 x float> @foo(i8* nocapture %pBuffer, i32 %numItems) nounwind {
%1 = ptrtoint i8* %pBuffer to i32
%lsr.iv2641 = inttoptr i32 %1 to float*
%tmp29 = add i32 %1, 4
%tmp2930 = inttoptr i32 %tmp29 to float*
%tmp31 = add i32 %1, 8
... | {
"pile_set_name": "Github"
} |
const { CompositeDisposable } = require('atom');
const main = require('../lib/main.js');
const SelectionManager = require('../lib/selection-manager.js');
const StatusBarService = require('../lib/status-bar/status-bar-service.js');
const ScrollMarkersService = require('../lib/scroll-markers/scroll-markers-service.js');
... | {
"pile_set_name": "Github"
} |
{
"General": {
"12HourClock": "12-часовой формат времени",
"24HourClock": "24-часовой формат времени",
"AbandonedCarts": "Нереализованные покупки",
"AboutPiwikX": "О Matomo %s",
"Action": "Действие",
"Actions": "Действия",
"Add": "Добавить",
"AfterEntr... | {
"pile_set_name": "Github"
} |
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
.pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-2,
.pure-u-sm-1-3,
.pure-u-sm-2-3,
.pure-u-sm-1-4,
.pure-u-sm-3-4,
.pure-u-sm-1... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,openbsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_BLUETOOTH = 0x... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,openbsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_BLUETOOTH = 0x... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,openbsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_BLUETOOTH = 0x... | {
"pile_set_name": "Github"
} |
BF00: Слог Хангыль bbess
BF01: Слог Хангыль bbeng
BF02: Слог Хангыль bbej
BF03: Слог Хангыль bbec
BF04: Слог Хангыль bbek
BF05: Слог Хангыль bbet
BF06: Слог Хангыль bbep
BF07: Слог Хангыль bbeh
BF08: Слог Хангыль bbyeo
BF09: Слог Хангыль bbyeog
BF0A: Слог Хангыль bbyeogg
BF0B: Слог Хангыль bbyeogs
BF0C: Слог Хангыль bb... | {
"pile_set_name": "Github"
} |
-- megafunction wizard: %Altera PLL v16.1%
-- GENERATION: XML
-- clk_125p_125n_25_75_100.vhd
-- Generated using ACDS version 16.1 196
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
entity clk_125p_125n_25_75_100 is
port (
refclk : in std_logic := '0'; -- refclk.clk
rst : in std_l... | {
"pile_set_name": "Github"
} |
import {
api,
Process,
Task,
utils,
config,
task,
specHelper,
} from "../../../src/index";
const actionhero = new Process();
let taskOutput = [];
const queue = "testQueue";
describe("Core: Tasks", () => {
beforeAll(async () => {
await actionhero.start();
api.resque.multiWorker.options.minTas... | {
"pile_set_name": "Github"
} |
var should = require('should')
var Store = require('../../store/sql')
describe('SQL: Relations', function() {
var store, store2
before(function() {
store = new Store({
type: 'sql',
name: 'MyStore'
})
store2 = new Store({
type: 'sql',
name: 'MyStore2'
})
store.Model('... | {
"pile_set_name": "Github"
} |
digraph G {
"Standard" -> "SubShader - LOD 300"
"Standard" -> "SubShader - LOD 150"
"SubShader - LOD 300" -> "FORWARD"
"SubShader - LOD 300" -> "FORWARD_DELTA"
"SubShader - LOD 300" -> "ShadowCaster"
"SubShader - LOD 300" -> "DEFERRED"
"SubShader - LOD 300" -> "META"
"SubShader - LOD 150" -> "FORWARD"
"SubShader ... | {
"pile_set_name": "Github"
} |
module Liquid
class Include < Tag
Syntax = /(#{QuotedFragment}+)(\s+(?:with|for)\s+(#{QuotedFragment}+))?/o
def initialize(tag_name, markup, tokens)
if markup =~ Syntax
@template_name = $1
@variable_name = $3
@attributes = {}
markup.scan(TagAttribute... | {
"pile_set_name": "Github"
} |
.nh
.TH "X86-VALIGND-VALIGNQ" "7" "May 2019" "TTMO" "Intel x86-64 ISA Manual"
.SH NAME
VALIGND-VALIGNQ - ALIGN DOUBLEWORD-QUADWORD VECTORS
.TS
allbox;
l l l l l
l l l l l .
\fB\fCOpcode/Instruction\fR \fB\fCOp/En\fR \fB\fC64/32 bit Mode Support\fR \fB\fCCPUID Feature Flag\fR \fB\fCDescription\fR
T{
EVEX.128.66.0F3A.W0... | {
"pile_set_name": "Github"
} |
import gql from 'graphql-tag';
export const TEST_ORDER_FRAGMENT = gql`
fragment TestOrderFragment on Order {
id
code
state
active
total
couponCodes
adjustments {
adjustmentSource
amount
description
type
... | {
"pile_set_name": "Github"
} |
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -iterations=100 -timeline -timeline-max-iterations=1 -noalias=false < %s | FileCheck %s
vmovaps (%rsi), %xmm0
vmovaps %xmm0, (%rdi)
vmovaps 16(%rsi), %xmm0
vmovaps %xmm0, 16(%rdi)
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<InviwoWorkspace version="2">
<InviwoSetup>
<Modules>
<Module name="Core" version="0">
<Processors>
<Processor content="org.inviwo.Image.outport.metasource" />
<Processor content="org.inviwo.Image.outport.metasink" />... | {
"pile_set_name": "Github"
} |
var searchData=
[
['f',['f',['../namespaceodf_1_1thumbnail.html#a18c844ff9af982f46f8fff3d057abf88',1,'odf::thumbnail']]],
['familymap',['familymap',['../classodf_1_1odf2xhtml_1_1ODF2XHTML.html#ab9f1f2aaedcd6762d8c0c5eaf734d435',1,'odf::odf2xhtml::ODF2XHTML']]],
['fieldns',['FIELDNS',['../namespaceodf_1_1namespace... | {
"pile_set_name": "Github"
} |
/* Class = "NSMenuItem"; title = "Quit SplashBuddy"; ObjectID = "2cR-1q-G3Y"; */
"2cR-1q-G3Y.title" = "Stop SplashBuddy";
/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "5Hn-kG-mLK"; */
"5Hn-kG-mLK.title" = "Hoofdmenu";
/* Class = "NSMenu"; title = "SplashBuddy"; ObjectID = "5pp-rB-Rs5"; */
"5pp-rB-Rs5.title" = "... | {
"pile_set_name": "Github"
} |
<?php
namespace GuzzleHttp\Tests\Ring\Client;
use GuzzleHttp\Ring\Client\Middleware;
use GuzzleHttp\Ring\Future\CompletedFutureArray;
class MiddlewareTest extends \PHPUnit_Framework_TestCase
{
public function testFutureCallsDefaultHandler()
{
$future = new CompletedFutureArray(['status' => 200]);
... | {
"pile_set_name": "Github"
} |
DataverseUse fuzzyjoin
Set import-private-functions=true
Query:
SELECT ELEMENT [
RecordConstructor [
(
LiteralExpr [STRING] [idDBLP]
:
Variable [ Name=$idDBLP ]
)
(
LiteralExpr [STRING] [idCSX]
:
Variable [ Name=$idCSX ]
)
(
LiteralExpr [STRING] [sim]
:
IndexAccessor [
... | {
"pile_set_name": "Github"
} |
<?php
return array(
'undeployable' => '<strong>Figyelem: </strong> Ez az eszköz pillanatnyilag nem kiadható. Ha ez a helyzet változott, kérjük, frissítse az eszköz állapotát.',
'does_not_exist' => 'Eszköz nem létezik.',
'does_not_exist_or_not_requestable' => 'Szép próbálkozás. Az eszköz nem létezik, v... | {
"pile_set_name": "Github"
} |
cheats = 46
cheat0_desc = "Easier object in Nightmare Room"
cheat0_code = "Z 8 36353 44 0"
cheat0_enable = false
cheat1_desc = "Infinite Lives - destroys meanies"
cheat1_code = "Z 8 35899 0 0"
cheat1_enable = false
cheat2_desc = "Infinite Energy"
cheat2_code = "Z 8 36477 0 0"
cheat2_enable = false
cheat3_desc = "No... | {
"pile_set_name": "Github"
} |
# #!/bin/bash
# python3 CNN_mnist_model0.py
import sys
import numpy as np
import pandas
from keras.models import Sequential
from keras.layers import Dense, Dropout, Activation, Flatten
from keras.optimizers import Adam
from keras.utils import to_categorical
from keras.layers import Conv2D, MaxPooling2D, Lea... | {
"pile_set_name": "Github"
} |
# Совместимость типов на основе вида типизации
Каждый раз при присваивании значения компилятор подвергает его проверке на совместимость с ожидаемым типом. Компилятор словно секюрити стоящий на фейсконтроле ночного клуба решает пропускать или нет то, или иное значение. Подобные решения принимаются на основании правил, к... | {
"pile_set_name": "Github"
} |
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.... | {
"pile_set_name": "Github"
} |
package deleteat
import "reflect"
type dispatchFunction func(items reflect.Value, itemsLen int, index int) interface{}
var dispatcher = map[string]dispatchFunction{
"string": deleteAtString,
"*string": deleteAtPtrString,
"bool": deleteAtBool,
"*bool": deleteAtPtrBool,
"int": deleteAtInt,
"*int":... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
* See [README.md](README.md#generating-data) for more information.
*
* Pull requests changing data in these files will not be accepted. See the
* [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make... | {
"pile_set_name": "Github"
} |
import {
ModuleWithProviders,
NgModule,
Inject,
Injector,
InjectionToken,
Optional,
OnDestroy,
} from '@angular/core';
import {
Action,
combineReducers,
MetaReducer,
ReducerManager,
StoreModule,
} from '@ngrx/store';
import { CorrelationIdGenerator } from './utils/correlation-id-generator';
im... | {
"pile_set_name": "Github"
} |
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
@import 'global';
//
// Alert Box Variables
//
$include-html-alert-classes: $include-html-classes !default;
// We use this to control alert padding.
$alert-padding-top: rem-calc(14) !default;
$alert-padding-default-float: $alert-padding-t... | {
"pile_set_name": "Github"
} |
; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=ARMv7A
; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s -check-prefix=ARMv7M
define i32 @test1(i32 %x) {
; ARMv7A: test1
; ARMv7A: uxtb16 r0, r0
; ARMv7M: test1
; ARMv7M: bic r0, r0, #-16711936
%tmp1 = and i32 %x... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
namespace AssetStudio
{
public class Object
{
public SerializedFile assetsFile;
public ObjectReader reader;
public long m_PathID;
public int[] version;
protecte... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build amd64,solaris
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_802 = 0x12
AF_APPLETALK = 0x10
AF_CCITT ... | {
"pile_set_name": "Github"
} |
(function (global, factory) {
if (typeof define === 'function' && define.amd) {
define(['exports', 'module', './tooltip'], factory);
} else if (typeof exports !== 'undefined' && typeof module !== 'undefined') {
factory(exports, module, require('./tooltip'));
} else {
var mod = {
exports: {}
... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Anonymous <noreply@weblate.org>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: weblate@lists.cihar.com\n"
"POT-Creation-Date: 20... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
using DataFactory.Tests.Utils;
using Microsoft.Azure.Management.DataFactory;
using Microsoft.Azure.Management.DataFactory.Models;
using Microsoft.Rest.Azure;
u... | {
"pile_set_name": "Github"
} |
require 'pact_broker/feature_toggle'
module PactBroker
describe FeatureToggle do
describe "enabled?" do
before do
allow(ENV).to receive(:[]).and_call_original
end
let(:ignore_env) { false }
subject { FeatureToggle.enabled?(:foo, ignore_env) }
context "when RACK_ENV is not... | {
"pile_set_name": "Github"
} |
require 'rails_helper'
RSpec.describe "papers/new", type: :view do
let(:paper_types) { [] }
let!(:paper) { assign(:paper, build(:paper)) }
before(:each) do
allow(Repository).to receive(:editors).and_return %w(@user1 @user2 @user3)
end
around(:each) do |example|
setting = Rails.application.settings[... | {
"pile_set_name": "Github"
} |
{
"methods": [
{
"type": "Method",
"parameter": [
{
"types": [
"Function"
],
"name": "fnc",
"optional": false
},
{
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Icon definitions
@mixin ms-Icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: an... | {
"pile_set_name": "Github"
} |
#define TEST_NAME "ed25519_convert"
#include "cmptest.h"
static const unsigned char keypair_seed[crypto_sign_ed25519_SEEDBYTES] = {
0x42, 0x11, 0x51, 0xa4, 0x59, 0xfa, 0xea, 0xde, 0x3d, 0x24, 0x71,
0x15, 0xf9, 0x4a, 0xed, 0xae, 0x42, 0x31, 0x81, 0x24, 0x09, 0x5a,
0xfa, 0xbe, 0x4d, 0x14, 0x51, 0xa5, 0x59, ... | {
"pile_set_name": "Github"
} |
p( {
"nodes": [
{
"level": 0,
"id": "0",
"label": "0"
},
{
"level": 1,
"id": "1",
"label": "1"
},
{
"level": 2,
"id": "2",
"label": "2"
},
{
... | {
"pile_set_name": "Github"
} |
app_trace_util.o: \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/app_trace/app_trace_util.c \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/freertos/include/freertos/FreeRTOS.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/newlib/include/sys/reent.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/newlib/include/_ans... | {
"pile_set_name": "Github"
} |
@import "../bootstrap/variables";
@import "variables";
/* Примеси, используемые при создании меню
-----------------------------------------------------------*/
.user-menu-link() {
font-size: @menu-level-1-font-size;
padding: 0 10px;
color: @color-73;
&:hover {
background-color: @color-36;
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using UnityEngine;
#pragma warning disable 0649 //Variable not assigned.
public class MaterialManager : MonoBehaviour
{
[Flags]
public enum MaterialFlags
{
None = 0,
Contaminants = 1,
Grass = 2
}
public enum MaterialType
{... | {
"pile_set_name": "Github"
} |
Feature: Change function signature
Background:
And I have a project "example" in "tmp"
And I have a clojure-file "tmp/src/example/core.clj"
When I open file "tmp/src/example/core.clj"
And I clear the buffer
And I press "M->"
Scenario: Change parameter in function definition
When I insert:
... | {
"pile_set_name": "Github"
} |
(ns clograms.models
(:require [clograms.db :as db]
[datascript.core :as d]))
(defmulti build-node (fn [entity-type id] entity-type))
(defmethod build-node :project
[_ proj-id]
{:entity {:entity/type :project
:project/id proj-id}
:diagram.node/type :clograms/project-node})
(defmethod ... | {
"pile_set_name": "Github"
} |
object SimpleListViewDelete: TSimpleListViewDelete
Left = 0
Top = 0
Caption = 'ListViewDeleteForm'
ClientHeight = 567
ClientWidth = 384
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 3
object TopToolbar: TToolBar
Padding.Left = 7.0000000000000... | {
"pile_set_name": "Github"
} |
{-
This file contains:
- Properties of 2-groupoid truncations
-}
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.2GroupoidTruncation.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.HLevels
open import Cubical.Fo... | {
"pile_set_name": "Github"
} |
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
.swagger-section pre code {
display: block;
padding: 0.5em;
background: #F0F0F0;
}
.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-sect... | {
"pile_set_name": "Github"
} |
#include "ServoConverter.hpp"
ServoConverter::ServoConverter(BotParam *param) {
rad_to_servo_.elevL_slope = bot_param_get_double_or_fail(param, "servo_commands.radians_to_servo.elevL_slope");
rad_to_servo_.elevL_y_intercept = bot_param_get_double_or_fail(param, "servo_commands.radians_to_servo.elevL_y_interce... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/mmc/allwinner,sun4i-a10-mmc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A10 MMC Controller Device Tree Bindings
allOf:
- $ref: "mmc-controller.yaml"
maintainers:
- Chen-Yu Tsai <wens@csie.org>
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.