answer stringlengths 15 1.25M |
|---|
<?php
// Nothing for now |
#!/bin/bash
MYPATH=`dirname "$0"`;
cd "${MYPATH}" || exit 1
SRC_DIR="`pwd`"
rm -rf ../../../../build
mkdir ../../../../build
cd ../../../../build || exit 1
IMAGE_BUILD_DIR="`pwd`"
if [ "${<API key>}" != "" ] ; then
rm -rf cal-fpga
mkdir cal-fpga || exit 1
cd cal-fpga || exit 1
tar xzf "${<API key>}" || ... |
<?php
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package acp
*/
class acp_k_pages
{
var $u_action;
function main($page_id, $mode)
{
global $db, $user, $auth, $template, $cache;
global $k_config, $config, $SID, $phpbb_root_path, $phpbb_admin_path, $phpEx;
$current... |
<?php
// no direct access
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.calendar');
JHtml::_('behavior.formvalidation');
// Create shortcut to parameters.
$params = $this->state->get('params');
?>
<script type="text/javascript">
Joomla.submitbutton = func... |
#ifndef GCC_OPTABS_H
#define GCC_OPTABS_H
#include "insn-codes.h"
/* Optabs are tables saying how to generate insn bodies
for various machine modes and numbers of operands.
Each optab applies to one operation.
For example, add_optab applies to addition.
The insn_code slot is the enum insn_code that says how... |
#include "includes.h"
#include <stdlib.h>
#include <strings.h>
#include <math.h>
#include <time.h>
#include <unistd.h>
#include <locale.h>
#include <wchar.h>
#include <panel.h>
#include "terrain.h"
#include "game.h"
void DrawBorders(GameState *st) {
wborder_set(st->gameScreen, &VERTICAL, &VERTICAL, &HORIZONTAL, &HO... |
#include <xen/config.h>
#include <xen/init.h>
#include <xen/lib.h>
#include <xen/compat.h>
#include <xen/dmi.h>
#include <asm/e820.h>
#include <asm/page.h>
/* opt_mem: Limit of physical RAM. Any RAM beyond this point is ignored. */
unsigned long long opt_mem;
static void parse_mem(char *s) { opt_mem = parse_size_and_un... |
buttonui
=====
a button for a ui |
<?php
class ElggDiskFilestore extends ElggFilestore {
/**
* Directory root.
*/
private $dir_root;
/**
* Default depth of file directory matrix
*/
private $matrix_depth = 5;
/**
* Construct a disk filestore using the given directory root.
*
* @param string $director... |
# -*- coding: utf-8 -*-
# tvalacarta - XBMC Plugin
# Canal para Ecuador TV
import urlparse,re
import urllib
import os
from core import logger
from core import scrapertools
from core.item import Item
DEBUG = False
CHANNELNAME = "ecuadortv"
def isGeneric():
return True
def mainlist(item):
logger.info("tvalacarta.... |
<?php
declare(strict_types=1);
namespace oat\taoQtiItem\model\import\Parser;
interface <API key>
{
public function parse(array $line, array $rules, array $fields);
} |
#ifndef _LINUX_CPUFREQ_H
#define _LINUX_CPUFREQ_H
#include <linux/mutex.h>
#include <linux/notifier.h>
#include <linux/threads.h>
#include <linux/kobject.h>
#include <linux/sysfs.h>
#include <linux/completion.h>
#include <linux/workqueue.h>
#include <linux/cpumask.h>
#include <asm/div64.h>
#define CPUFREQ_NAME_LEN 16
#... |
\file OLSR_printer.h
\brief Header file which includes all printing functions related to OLSR.
#ifndef __OLSR_printer_h__
#define __OLSR_printer_h__
#include <olsr/OLSR.h>
#include <olsr/OLSR_pkt.h>
#include <olsr/OLSR_repositories.h>
#include <packet.h>
#include <ip.h>
#include <trace.h>
Encapsulates all printin... |
@extends('layouts.scaffold')
@section('main')
<h1>Create Tag</h1>
{{ Form::open(array('route' => 'tags.store')) }}
<ul>
<li>
{{ Form::label('title', 'Title:') }}
{{ Form::text('title', null, ['class' => 'form-control']) }}
</li>
<li>
{{ Form::submit('Submi... |
#!/bin/bash
# Begin configuration section.
stage=0
# End configuration section
. ./utils/parse_options.sh
set -e -o pipefail
set -o nounset # Treat unset variables as an error
. ./cmd.sh
. ./path.sh
. ./conf/common_vars.sh
. ./lang.conf
if [ $# -ne 1 ] ; then
echo "Invalid number of param... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 360px)" href="style-compact.css">
<script>
(function(i,s,o,g,r,a,m){i['<API ke... |
#!/usr/bin/perl -w
# This file is part of the Requiem library.
# This program is free software; you can redistribute it and/or modify
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS ... |
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('fonts/flexslider-icon.eot');
s... |
package org.opennms.netmgt.poller.monitors;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.net.<API key>;
import java.util.Map;
import... |
<section class="sixteen columns row">
<div class="flexslider">
<ul class="slides">
<?php
$args = array( 'category_name' => 'Featured', 'posts_per_page' => 3 );
$query = new WP_Query ($args);
while ($query->have_posts() ) : $query->the_post();
?>
<li cl... |
<?php
defined('JPATH_PLATFORM') or die;
/**
* Base component routing class
*
* @since 3.3
*/
abstract class <API key> implements <API key>
{
/**
* Application object to use in the router
*
* @var JApplicationCms
* @since 3.4
*/
public $app;
/**
* Menu object to use in ... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="oc">
<context>
<name>PictureBox</name>
<message>
<source>Press to login</source>
<translation>Clicar per vos connectar</translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Server.Commands
{
public static class GenerateGameDocs
{
private static CsvFile csv;
private delegate void ProcessObject(object obj);
public static void Initialize()
... |
body {
margin: 0 auto;
padding:0;
font:0.9em Verdana, Helvetica, sans-serif;
background: #e5e5e5;
}
h2 {
background-image: url('./images/titleback.png');
background-repeat:no-repeat;
background-position:bottom;
width:213px;
height:41px;
margin:0;
padding:0;
font:0.9em V... |
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <avr/cpufunc.h>
#include <util/delay.h>
#include <util/atomic.h>
#include <stdbool.h>
#include <string.h>
#include <limits.h>
#include <inttypes.h>
#define SETBITS( x, y) ((x) |= (y))
#define CLEARBITS( x, y) ... |
<?php
/** Load WordPress Administration Bootstrap */
if (file_exists('../../../wp-load.php')) {
require_once("../../../wp-load.php");
} else if (file_exists('../../wp-load.php')) {
require_once("../../wp-load.php");
} else if (file_exists('../wp-load.php')) {
require_once("../wp-load.php");
} else if (file_... |
#include "src\Engine\Shader\TexturedModelShader.h"
#include "src\Engine\Model\TexturedModel.h"
#include "src\Engine\Math\GLMath.h"
using glm::mat4;
void TexturedModelShader::installShader(){
vertexShaderID = glCreateShader(GL_VERTEX_SHADER);
fragmentShaderID = glCreateShader(GL_FRAGMENT_SHADER);
const GLcha... |
package com.jspxcms.ext.repository;
import java.util.Collection;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.domain.Specification;
import org.springframework.data.jpa.repository.Modifying;
import org.springframe... |
import os
# toolchains options
ARCH='sim'
#CROSS_TOOL='msvc' or 'gcc' or 'mingw'
#'msvc' and 'mingw' are both for windows
# 'gcc' is for linux
CROSS_TOOL='mingw'
# cross_tool provides the cross compiler
# EXEC_PATH is the compiler execute path
if CROSS_TOOL == 'gcc' or CROSS_TOOL == 'clang-analyze':
CPU = 'p... |
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/cpu.h>
#include <linux/vmstat.h>
#include <linux/sched.h>
#include <linux/math64.h>
#include <linux/writeback.h>
#include <linux/compaction.h>
#include <linux/mm_inline.h>
#include "inter... |
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
jimport('joomla.application.component.model');
/**
* EventList Component Categoryelement Model
*
* @package Joomla
* @subpackage EventList
* @since 0.9
*/
class <API key> extends JModel
{
/**
* Category data array
*
... |
#wrap-admin {
margin: 0px;
max-width: 900px;
width: auto;
color: #555555;
float: left;
}
form#reset-options {
background: #FCE2DA;
margin: 20px 0px;
padding: 2%;
float: left;
width: 90%;
border-top: 5px solid #C6380F !important;
border-bottom: 5px solid #C6380F !important... |
<div class="content events-body"<?php print $content_attributes; ?>>
<?php
// Hide comments, tags, and links now so that we can render them later.
hide($content['comments']);
hide($content['links']);
hide($content['field_tags']);
if(is_array($node-><API key>)){
print render($content['<AP... |
#define APPNAME "dirname"
#include "common.h"
static void show_help(void) {
printf("Usage: %s OPTION\n\
or: %s PATH [PATH...]\n\n\
Options:\n\
-h, --help\t\tdisplay this help\n\
-V, --version\tdisplay version information\n\n\
Report bugs to <bulliver@gmail.com>\n", APPNAME, APPNAME);
}
int main(int argc,... |
//>>built
define("dojox/mvc/StatefulArray",["dojo/_base/lang","dojo/Stateful"],function(_1,_2){
function _3(a){
if(a.<API key>){
a.<API key>();
}
return a;
};
var _4=function(a){
var _5=_1._toArray(a||[]);
var _6=_4;
_5.constructor=_6;
return _1.mixin(_5,{pop:function(){
return this.splice(this.get("length")-1,1)[0];
}... |
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
#include "diagnostic.h"
#include "tree-pretty-print.h"
#include "gimple-pretty-print.h"
#include "hashtab.h"
#include "tree-flow.h"
#include "tree-pass.h"
#include "gimple.h"
#include "value-prof.h"
#include "trans-mem.h"
#... |
%internal_labels = ();
1; # hack in case there are no entries |
CFLAGS+=-D_FILE_OFFSET_BITS=64
#CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64
LDFLAGS+=
LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
MBR_LIBS=support diskio diskio-unix basicmbr mbrpart
LIB_OBJS=$(LIB_NAMES:=.o)
MB... |
// jQuery Selector Cache
!function(n,r){var $={};$$=function(u){var t=$[u];return t!==r?t:$[u]=n(u)},$$.clear=function(n){$[n]=r},$$.fresh=function(n){return $[n]=r,$$(n)}}(jQuery); |
#ifndef __PVRMMAP_H__
#define __PVRMMAP_H__
PVRSRV_ERROR PVRPMapKMem(void * hModule, void **ppvLinAddr, void *pvLinAddrKM, void * *phMappingInfo, void * hMHandle);
int PVRUnMapKMem(void * hModule, void * hMappingInfo, void * hMHandle);
#endif |
package hello.colgoogle;
/*import com.google.common.collect.MapMaker;
import com.google.common.base.Function;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.TimeUnit;
public class MapMakeT {
MapMaker mapMaker = new MapMaker();
ConcurrentMap<String, String> capthcaMap= mapMaker.expiration... |
package org.openmrs.module.accounting.web.controller.account;
import org.openmrs.module.accounting.api.model.Account;
import org.openmrs.module.accounting.api.model.FiscalPeriod;
public class AccountCommand {
private Account account;
private Integer period;
private FiscalPeriod fiscalPeriod;
public Acco... |
/** \addtogroup flatstore
* @{
*/
/** \file
* The implementation of parser parsing flatstore:.. URIs.
*/
#include "flat_uri.h"
#include "../../mem/mem.h"
#include "../../ut.h"
#include <stdlib.h>
#include <string.h>
static void flat_uri_free(db_uri_t* uri, struct flat_uri* payload)
{
if (payload == NULL) return... |
<?php
$widget['widget_title'] = "New Products";
$widget['widget_has_settings'] = 1;
$widget['widget_shrink_icon'] = 0;
$widget['<API key>'] = 0;
$widget['name'] = 'New Products';
$widget['desc'] = 'This widget displays the latest products available in the Pligg Pro Shop';
$widget['version'] = 0.1;
$product_count = get_... |
#ifndef <API key>
#define <API key>
#define MAX_AURAS 64 // client support up to 255, but it will cause problems with group auras updating
// 5.0.5
enum AURA_FLAGS
{
AFLAG_NONE = 0x00,
AFLAG_CASTER = 0x01,
AFLAG_POSITIVE ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mono.Cecil;
using Mono.Cecil.Cil;
using PKTracer.Framework.Tracer;
using PKCodeWeaver.Framework.Weavers.Abstract;
namespace PKCodeWeaver.Framework.Weavers.Concrete
{
internal class ItemTraceWeaver : MethodWeaver
{
... |
/* $Id: DrvStorageFilter.cpp $ */
/** @file
* VBox storage filter driver sample.
*/
#define LOG_GROUP LOG_GROUP_MISC
#include <VBox/vmm/pdmifs.h>
#include <VBox/vmm/pdmdrv.h>
#include <VBox/log.h>
#include <iprt/uuid.h>
/**
* Storage Filter Driver Instance Data.
*/
typedef struct DRVSTORAGEFILTER
{
/** @name In... |
#ifndef __ALPHA_MMAN_H__
#define __ALPHA_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#define PROT_SEM 0x8 /* page may be used for atomic ops */
#define PROT_NONE 0x0 ... |
package de.cardcontact.opencard.service.isocard;
import opencard.core.service.<API key>;
import opencard.core.terminal.<API key>;
import opencard.core.terminal.CommandAPDU;
import opencard.core.terminal.ResponseAPDU;
import opencard.opt.iso.fs.CardFilePath;
/**
* Interface implemented by CardServices supporting direct... |
#ifndef BATTLE_UTILS_H
#define BATTLE_UTILS_H
#include <array>
#include <limits>
#include <vector>
#include "boost/container/static_vector.hpp"
class UnitData;
constexpr int ARMY_SIZE = 6;
enum class DamageType {normal, simulated};
enum class BattleSide {attacker, defender};
struct UnitState
{
const UnitData *unit;... |
// Iostreams base classes -*- C++ -*-
// 2006, 2007, 2008
// Free Software Foundation, Inc.
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// Free Software Foundation; either version 2, or (at your option)
// any later version.
// T... |
#include <sys/types.h>
#include <ctype.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include "bb.h"
static int soundin;
static int soundout;
static int freq = 22050, stereo = 1, _16bit = 1;
static int freqs[14] =
{
5512, 6615, 8000, 9600, 11025, 16000, 18900,
22050, 27428,... |
package org.peerfact.impl.overlay.dht.can.components;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.log4j.Logger;
import org.peerfact... |
<?php // dsm($rows); ?>
<div class="front-page-slider" id="slideShow">
<div id="slideShowItems">
<?php // dsm($rows); ?>
<?php foreach ($rows as $row_count => $row): ?>
<div class="slides_container">
<a href="<?php print $row['field_link_banner']; ?>">
... |
<?php
namespace Magento\Reports\Block\Adminhtml\Sales\Grid\Column\Renderer;
use Magento\Framework\Locale\Bundle\DataBundle;
use Magento\Framework\Stdlib\DateTime\<API key>;
/**
* Adminhtml grid item renderer date
*/
class Date extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Date
{
/**
* @var \Mage... |
<?php
namespace Magento\Eav\Model\Entity;
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
use Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend;
use Magento\Eav\Model\Entity\Attribute\Frontend\AbstractFrontend;
use Magento\Eav\Model\Entity\Attribute\Source\AbstractSource;
use Magento\Framework\App\Co... |
package com.thedarkera.handler;
import com.thedarkera.api.systems.scoring.ScoreStat;
import com.thedarkera.init.TDEAchievements;
import com.thedarkera.init.TDEBiomes;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.ChatComponentText;
import net.minecraft.util.EnumChatFormatting;
import net.mi... |
using System;
using System.Collections.Generic;
using HL7Lib.Base;
namespace HL7Lib.Segments
{
<summary>
AUT Class: Constructs an HL7 AUT Segment Object
</summary>
public class AUT
{
public string Name { get; set; }
public string Description { get; set; }
public List<Field> F... |
package com.oracle.graal.nodes.extended;
import com.oracle.graal.api.meta.*;
import com.oracle.graal.compiler.common.*;
import com.oracle.graal.compiler.common.type.*;
import com.oracle.graal.graph.*;
import com.oracle.graal.nodes.*;
/**
* The {@code SwitchNode} class is the base of both lookup and table switches.
*/... |
import commands
import sys
import postproc_yt as pp
import os
import shutil
targetdir = sys.argv[1]
timestep = float(sys.argv[2])
face = float(sys.argv[3])
level = float(sys.argv[4])
ppdir = os.getenv('PPDIR')
outdir = os.getenv('PPOUTDIR')
D = pp.FileSetup(targetdir, face=face, level=level,
timestep=t... |
!
! Copyright (C) 2001-2009 Quantum ESPRESSO group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
! or http:
!
!
program <API key>
!!
use mp, ONLY : mp_get, mp_barrier
use mp_global, ... |
#include "mlan.h"
#include "mlan_join.h"
#include "mlan_util.h"
#include "mlan_fw.h"
#include "mlan_main.h"
#include "mlan_wmm.h"
#include "mlan_11n.h"
#include "mlan_11h.h"
#include "mlan_sdio.h"
#include "mlan_meas.h"
/**
* @brief This function handles the command response error
*
* @param pmpriv A pointer... |
using System;
using System.Linq;
using Vexe.Runtime.Extensions;
using Vexe.Runtime.Helpers;
using Vexe.Runtime.Types;
using Vexe.Editor.Types;
namespace Vexe.Editor.Drawers
{
public class ShowTypeDrawer : AttributeDrawer<Type, ShowTypeAttribute>
{
private Type[] availableTypes;
private string[] ... |
{% extends "webclient/base/base_container.html" %}
{% load i18n %}
{% load markup %}
{% load custom_tags %}
{% load wikitags %}
{% block link %}
{% endblock %}
{% comment %}
<!
Copyright (C) 2011 University of Dundee & Open Microscopy Environment.
All rights reserved.
This program is free software: you can redist... |
<!
UCSF Chimera Copyright
Copyright (c) 2009-2011 Regents of the University of California.
All rights reserved. This software provided pursuant to a
license agreement containing restrictions on its disclosure,
duplication and use. This notice must be embedded in or
attached to all copies, including partial copies, of... |
package com.cubes.cubesandroidsdk.config;
/**
* Represents type of banner
* @author makarenko.s
*
*/
public class AdsType {
/**
* Banner with top or bottom bar
*/
public static final int MULTIPART = 100;
/**
* Full screen banner
*/
public static final int INTERSTITIAL = 101;
... |
// associated documentation files (the "Software"), to deal in the Software without restriction,
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
// furnished to do so, subject to the following conditions:
// substantial portions of the Software.
// NOT LIMITED TO THE WA... |
/* $Id: <API key>.cpp 56290 2015-06-09 14:01:31Z vboxsync $ */
/** @file
* IPRT - RTSystemShutdown, Windows.
*/
#include <iprt/system.h>
#include "internal/iprt.h"
#include <iprt/assert.h>
#include <iprt/err.h>
#include <iprt/string.h>
#include <Windows.h>
RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t ... |
/* $Id: avlou32.cpp $ */
/** @file
* IPRT - AVL tree, uint_32, unique keys, offset pointers.
*/
#ifndef NOFILEID
static const char szFileId[] = "Id: kAVLULInt.c,v 1.4 2003/02/13 02:02:38 bird Exp $";
#endif
/*
* AVL configuration.
*/
#define KAVL_FN(a) RTAvloU32
#define KAVL_MAX_STACK ... |
// jQuery File Tree Plugin
// Version 1.02
// Cory S.N. LaViska
// 24 March 2008
// Usage: $('.fileTreeDemo').fileTree( options, callback )
// Options: root - root folder to display; default = /
// script - location of the serverside AJAX file to use; default = jqueryFileTree.php
// ... |
// Z1013 Sprungverteiler
extern unsigned char z1013_spvt_inkey();
extern unsigned char z1013_spvt_poll();
extern unsigned char z1013_spvt_stat();
extern void z1013_spvt_saruf();
extern void z1013_spvt_loruf();
/*
FFEEH - JMP ZMINI
Initialisierung der Z-Monitorrufe auf B0H
*/
extern void z1013_spvt_zmini();
extern vo... |
# BaseThought.py
# This file is part of Labyrinth
# Labyrinth is free software; you can redistribute it and/or modify
# (at your option) any later version.
# Labyrinth is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# along with Labyrinth; if not, write... |
#ifndef <API key>
#define <API key>
#include "content/public/browser/<API key>.h"
#include "content/public/browser/<API key>.h"
namespace ash {
class <API key>;
}
namespace chromeos {
ash::<API key>* <API key>();
}
#endif |
package org.owasp.benchmark.testcode;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/BenchmarkTest15028")
publ... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
#include "logging/nm-logging.h"
#include "nm-netlink-utils.h"
#include "nm-netlink-monitor.h"
#include "nm-netlink-compat.h"
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netlink/netlink.h>
#include <netlink/addr.h>
#include <netlink... |
#include "parser/forcefieldatom.h"
#include "parser/stepnode.h"
#include "base/forcefieldatom.h"
#include "base/prefs.h"
#include "math/constants.h"
#include "main/aten.h"
<API key>
/*
// Variable
*/
// Constructor
<API key>::<API key>(ForcefieldAtom* ptr, bool constant)
{
// Private variables
returnType_ = VTy... |
select NET_DEP_ID,trim(regexp_substr (COUNTRY, '[^|]+', 1, level)) COUNTRY
from SEM_LIST_INFO
connect by level <= length (regexp_replace (COUNTRY, '[^|]+')) + 1 |
<!-- INCLUDE overall_header.html -->
<div class="time"><!-- IF S_USER_LOGGED_IN --><span>{LAST_VISIT_DATE}.</span><!-- ENDIF --><span>{CURRENT_TIME}.</span><span>{S_TIMEZONE}.</span></div>
<!-- EVENT <API key> -->
<!-- IF U_MARK_FORUMS -->
<div class="action-bar compact">
<a href="{U_MARK_FORUMS}" class="ma... |
<?php
define('DB_NAME', 'beast');
define('DB_USER', 'root');
define('DB_PASSWORD', 'Root5045');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
define('AUTH_KEY', 'Ag:i8Lc8VR^6Ltre-8Q$*b2(V^M2n9+Kv@>[ElK>Yr|EbC~Q$`)VAw|?tno;*^i^');
define('SECURE_AUTH_KEY', 'W6h%8*b&~... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace cms.Components
{
class imageAttribute : Attribute {}
} |
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/psc.h>
#include <mach/cputype.h>
#include "clock.... |
/**** MOVE THIS FILE BEFORE EDITING ***/
/* General Style */
.edit-link-footer {
text-align: right; font-size:.9em;
}
.ee-featured-image{
float: left;
}
/* Payment Page Styles */
.payment_container, .payment-option-dv { position: relative; margin:0 .25em .25em 0; }
.<API key> { display: inline-block !i... |
<?php
namespace Wucdbm\Bundle\MenuBuilderBundle\Repository;
use Wucdbm\Bundle\MenuBuilderBundle\Entity\Route;
use Wucdbm\Bundle\MenuBuilderBundle\Entity\RouteParameter;
use Wucdbm\Bundle\MenuBuilderBundle\Entity\RouteParameterType;
use Wucdbm\Bundle\MenuBuilderBundle\Filter\Route\<API key>;
use Wucdbm\Bundle\WucdbmBund... |
#ifndef _PROFILING_H_
#define _PROFILING_H_
#include "config.h"
/* forward decls (C++ only) */
#if __cplusplus
class CacheManager;
#endif
#ifdef USE_XPROF_STATS
#if !defined(_SQUID_SOLARIS_)
typedef int64_t hrtime_t;
#else
#include <sys/time.h>
#endif
#if defined(__i386) || defined(__i386__)
static inline hrtime_t
get... |
<!doctype html public "-
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: getstring()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></styl... |
// TangramSettings.h : CTangramSettingsDlg implementation file
#pragma once
#include "resource.h"
// CTangramSettingsDlg
class CTangramSettingsDlg :
public CAxDialogImpl<CTangramSettingsDlg>
{
public:
CTangramSettingsDlg()
{
}
~CTangramSettingsDlg()
{
}
enum { IDD = IDD_TANGRAMSETTINGS }... |
<?php
/**
* @author Ning
*
* @file
* @ingroup WikiObjectModels
*/
class WOMTableCellParser extends <API key> {
public function __construct() {
parent::__construct();
$this->m_parserId = <API key>;
}
public function getValidModelTypes() {
return array( WOM_TYPE_TBL_CELL );
}
... |
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zo... |
<?php
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
$csrfBlackListLocal = array();
$csrfBlackList = (isset($csrfBlackListCustom)) ? array_merge($csrfBlackListLocal, $csrfBlackListCustom) : $csrfBlackListLocal;
if (! isset ( $_SESSION ['securityToken'] ))
{
$_SESSION ['securityToken'] = m... |
import os
from urllib.error import URLError
import pytest
from distlib.index import PackageIndex
from autopilot import pypi
def test_restore_cwd(fake_project_dir):
cwd = os.getcwd()
with pypi.generate_dist(fake_project_dir.as_posix()) as (metadata, dist_files):
pass
assert cwd == os.getcwd()
def tes... |
var resource = {
messages: {},
<API key>: 100,
resourceIdMaxLength: 100,
<API key>: 250,
PROPAGATE_EVENT: 'propagateEvent',
STEP_DISPLAY_ID: "stepDisplay",
FLOW_CONTROLS_ID: "flowControls",
initSwipeScroll: function() {
var display = $(resource.STEP_DISPLAY_ID);
// var has... |
#include <linux/vmalloc.h>
#include <linux/highmem.h>
#include "netxen_nic_hw.h"
#include "netxen_nic.h"
#include "netxen_nic_phan_reg.h"
#include <linux/dma-mapping.h>
#include <linux/vmalloc.h>
MODULE_DESCRIPTION("NetXen Multi port (1/10) Gigabit Network Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(<API key>);
cha... |
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/earlysuspend.h>
#include <linux/hrtimer.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/melfas_ts.h>
... |
#include <linux/fs.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/quotaops.h>
#include <linux/exportfs.h>
#include "jfs_incore.h"
#include "jfs_superblock.h"
#include "jfs_inode.h"
#include "jfs_dinode.h"
#include "jfs_dmap.h"
#include "jfs_unicode.h"
#include "jfs_metapage.h"
#include "jfs_xattr.... |
require "rjava"
# This code is free software; you can redistribute it and/or modify it
# published by the Free Software Foundation. Sun designates this
# particular file as subject to the "Classpath" exception as provided
# This code is distributed in the hope that it will be useful, but WITHOUT
# accompanied this cod... |
require "rjava"
# This code is free software; you can redistribute it and/or modify it
# published by the Free Software Foundation. Sun designates this
# particular file as subject to the "Classpath" exception as provided
# This code is distributed in the hope that it will be useful, but WITHOUT
# accompanied this cod... |
<?php
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
if(!class_exists('tsmTableData'))require(VMPATH_ADMIN.DS.'helpers'.DS.'tsmtabledata.php');
/**
* Currency table class
* The class is is used to manage the currencies in the shop.
*
* @package tsmart
* @a... |
<?php
\Magento\TestFramework\Helper\Bootstrap::getInstance()->loadArea('adminhtml');
/** @var $category \Magento\Catalog\Model\Category */
$category = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Category::class);
$category->isObjectNew(true);
$category->setId(3)
->setN... |
#ifndef <API key>
#define <API key>
#include <TestTeam.hpp>
namespace Test {
TEST(TEST_CATEGORY, team_for) {
TestTeamPolicy<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >::test_for(
0);
TestTeamPolicy<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >::test_for(
0);
TestTeamPolicy<TEST_EXECSPACE,... |
require([
'mage/backend/editablemultiselect'
]); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.