answer stringlengths 15 1.25M |
|---|
package org.insightcentre.unlp.naisc.wordalign;
import java.util.Map;
/**
* A factory for making word alignment feature extractors
*
* @author John McCrae <john@mccr.ae>
*/
public interface <API key> {
/**
* An identifier for this WAFE
* @return The identifier
*/
String id();
/**
* C... |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http:
<head>
<title>schrodinger.application.matsci.builderwidgets.<API key></title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="... |
#ifndef <API key>
#define <API key>
#include <net/sch_generic.h>
struct eipoib_cb_data {
/*
* extra care taken not to collide with the usage done
* by the qdisc layer in struct skb cb data.
*/
struct qdisc_skb_cb qdisc_cb;
struct { /* must be <= 20 bytes */
u32 sqpn;
struct n... |
/**
* LinkedLists Data Structure
**/
/*future feature to include
* Passing a function as an argument.
* Passing a function which takes input templates
* */
#ifndef __LINKEDLISTS__
#define __LINKEDLISTS__
#include<iostream>
struct Nodel
{
Nodel(int keyv):key(keyv){Nodel();}
Nodel():next(NULL),key(-1){}
in... |
<?php
defined('_JEXEC') or die('Restricted access');
require_once DISCUSS_ADMIN_ROOT . '/views.php';
class <API key> extends <API key>
{
public function display($tpl = null)
{
// Initialise variables
$mainframe = JFactory::getApplication();
$filter_state = $mainframe-><API key>... |
<?
/**
* Create a new Set for updating one or several records to the database.
* Do not call directly but use the addUpdate method!
* @package Database
*/
class UpdateSet extends SaveSet {
/**
* standard constructor
* @param string Name of the table you want to modify... |
@extends('defaults.masterpage')
@section('header')
{{ HTML::style('css/main.css') }}
<title>Edit Booking</title>
@stop
@section('content')
<center>
<div id="cover" >
{{Form::open(['route'=>'booking.store'])}}
<table id = "tabler" >
<tr>
<th colspan = "2"> Fill The Form To Edit An Appoindment</th>
... |
<HTML>
<HEAD></HEAD>
<FONT FACE="Verdana, Arial, Helvetica" SIZE=2>
<!DOCTYPE html><br><html><br><body><br><br><p><br>The example below builds a table of contents.<br></p><br><br><FONT COLOR=#ff0000><%<br>dim c<br>dim i<br>set nl=server.createobject("MSWC.Nextlink")<br>c = nl.GetListCount("text\links.... |
tinyMCE.addI18n("ru.len-slider",{
title : "Шорткод для вставки LenSlider"
}); |
namespace Api.HelpPage.Areas.HelpPage.ModelDescriptions
{
<summary>
</summary>
public class <API key> : <API key>
{
}
} |
<?php
// Generate option tabs content
function nimbus_field_engine() {
global $allowedtags, $NIMBUS_FONT_FACES, $NIMBUS_OPTIONS_ARR;
$option_name = THEME_OPTIONS;
$theme_options = get_option(THEME_OPTIONS);
$options = $NIMBUS_OPTIONS_ARR;
$section_return = array();
foreach ($options as $option) ... |
<?php
defined('_JEXEC') or die('Restricted access');
?><?php
class <API key> {
public $displaySubmitButton = false;
public $type = 'order';
public function prepareMail($data = null) {
if(empty($data))
return $this->getDefaultData();
$orderClass = hikashop_get('class.order');
... |
# -*- coding: utf-8 -*-
import multiprocessing as mp
import numpy as np
import msgpack
import time
from collections import OrderedDict
from .base import DeviceBase
import platform
WINDOWS = (platform.system() == "Windows")
try:
import pywinusb.hid as hid
except:
pass
import os
from subprocess import check_outpu... |
// $Id: ahah.js,v 1.1.2.1 2009/03/21 19:43:51 mfer Exp $
/**
* Provides AJAX-like page updating via AHAH (Asynchronous HTML and HTTP).
*
* AHAH is a method of making a request via Javascript while viewing an HTML
* page. The request returns a small chunk of HTML, which is then directly
* injected into the page.
*... |
#ifndef FILEACCESS__H
#define FILEACCESS__H
#include <sys/types.h>
#ifdef _WIN32
#include <windows.h>
#ifndef loff_t
#define loff_t __int64
#endif
#endif
#include "cvs_string.h"
#ifdef _WIN32
#include <windows.h>
#define ISDIRSEP(c) (c=='/' || c=='\\')
#else
#ifndef ISDIRSEP
#define ISDIRSEP(c) ((c) == '/')
#endif
#end... |
#ifndef <API key>
#define <API key>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include "voltage.h"
/*
* PWRDM_FPWRST_OFFSET: offset of the first functional power state
* from 0. This offset can be subtracted from the functional power
* state macros to produce offsets suitable for ... |
#pragma once
#ifndef __CSSOCKET_H__
#define __CSSOCKET_H__
#include <stdio.h>
#include "CSDefs.h"
#include "CSPath.h"
#include "CSException.h"
#include "CSMemory.h"
#include "CSMutex.h"
class CSOutputStream;
class CSInputStream;
#define <API key> 300
/* This is only required if you do
* not use an output buffer... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Travelling.Caching
{
public enum CacheOverdueType
{
None = 0,
AbsoluteExpiration=1,
NoSlidingExpiration=2
}
} |
#ifndef _COMMON_DEFS_
#define _COMMON_DEFS_
enum EOS_TYPE {SRK, VDW, PR, GHC};
enum FLASH_TYPE {SIMPLE };
enum SIM_TYPE {LIQDENSITY, VAPDENSITY, TPFLASH, PT_DIAGRAM, DEW_POINT, BUBBLE_POINT, PUREPSAT};
#endif |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection;
namespace SenseNet.ContentRepository.Schema
{
public static class DynamicContentTools
{
public static IDictionary<string, FieldMetadata> GetFieldMetadata(Type type)
{
return... |
// File: <API key>.h
// Project: Kactus2
// Description:
// Editor for design configuration instantiation.
#ifndef <API key>
#define <API key>
#include <editors/ComponentEditor/itemeditor.h>
#include <common/widgets/vlnvEditor/vlnveditor.h>
class NameGroupEditor;
class ParameterFinder;
class ExpressionParser;
class Des... |
<?php
/**
* Helper class for the Constant Contact API.
*
* @since 1.5.4
*/
final class <API key> extends FLBuilderService {
/**
* The ID for this service.
*
* @since 1.5.4
* @var string $id
*/
public $id = 'constant-contact';
/**
* The api url for this service.
*
... |
<!DOCTYPE html>
<html>
<head>
<script src="../../ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("div").mouseup(function(){
$(this).after("<p style='color:green;'>Mouse button released.</p>");
});
$("div").mousedown(function(){
$(this).after("<... |
#include "todoviewview.h"
#include <KLocalizedString>
#include <KMenu>
#include <QAction>
#include <QContextMenuEvent>
#include <QEvent>
#include <QHeaderView>
#include <QMouseEvent>
TodoViewView::TodoViewView( QWidget *parent )
: QTreeView( parent ), mHeaderPopup( 0 ), <API key>( false )
{
header()->installEventFi... |
#ifndef VARIABLES_H
#define VARIABLES_H
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "gtkdialog.h"
#include "attributes.h"
#include "automaton.h"
#define NAMELEN 512
typedef struct _variable {
char Name[ NAMELEN+1 ]; /* The name of the variable */
GtkWidget *Widget;... |
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
// render menu
$menu = YMenu::getInstance('nav')
->addFilter(array('ZooMenuFilter', 'activeFilter'))
->addFilter(array('ZooMenuFilter', 'nameFilter'))
->applyFilter();
echo '<div id="nav"><div class="bar"></div>'.$menu->render(array('Y... |
#ifndef <API key>
#define <API key>
#ifdef __cplusplus
extern "C" {
#endif /*__cplusplus*/
/*<API key>
Generated by enum2String.py
Date : Thursday 2017 July 27, 15:05:56
Command line :
../../tools/enum2String.py -f rozofs_rcmd.h -n <API key> -c 19
<API key>
*/
/*<API key>
* Builds a string from an integer ... |
/** \file
* Implementation of XPL hash API: access to gcrypt's MD5 and SHA1 algorithms
*/
#include <config.h>
#include <libintl.h>
#include <xplhash.h>
#include <memmgr.h>
#include <gcrypt.h>
#include <libintl.h>
#include <locale.h>
<API key>;
/**
* Initialise the XPL library. Should be called once in each program ... |
#ifndef CONTROLLER_H
#define CONTROLLER_H
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
/*
* TODO
* Exception management
* Correggere single channel
* Add dithering
* Custom Filter Tool
*/
class ImageProcessor
{
public:
static int minRGB(const in... |
.ctools-locked{color:red;border:1px solid red;padding:1em;}.ctools-owns-lock{background:#FFFFDD none repeat scroll 0 0;border:1px solid #F0C020;padding:1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{padding-right:18px !important;background:url(/sites/all/modules/ctools/images/sta... |
package com.owncloud.android.ui.adapter;
import android.accounts.Account;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.os.Handler;
import android.os.Looper;
import android.text.TextUtils;
import android.util.SparseBooleanArray;
import android.view.LayoutI... |
#include "CalDAV.h"
#include "MainWindow.h"
#include "Athlete.h"
CalDAV::CalDAV(Context *context) : context(context), mode(None)
{
nam = new <API key>(this);
connect(nam, SIGNAL(finished(QNetworkReply*)), this, SLOT(requestReply(QNetworkReply*)));
connect(nam, SIGNAL(<API key>(QNetworkReply*,QAuthenticator*... |
package net.sf.jhylafax;
import static net.sf.jhylafax.JHylaFAX.i18n;
import gnu.hylafax.HylaFAXClient;
import javax.swing.JFrame;
import net.sf.jhylafax.fax.FaxJob;
import net.sf.jhylafax.fax.HylaFAXClientHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.xnap.commo... |
#ifndef __POSITION_H__
#define __POSITION_H__
/* Compute distance between two points. */
double distance (double lat1, double lon1, double lat2, double lon2);
/* Build the phone number based on the ICAO code and airport frequency. */
void icao2number (char *icao, float frequency, char *buf);
/* Search for the closest a... |
<?php
if (!defined('_JEXEC') && !defined('_PROPAYMENT')) die('Direct Access to '.basename(__FILE__).' is not allowed.');
?>
17/02/2013 10:03:13 - ** ELABORAZIONE SERVER EGIPSY **
importo:175,20
divisa:EUR
esito:307033
ordine nymero:<API key>
transazione:<API key>
negoziante:398752500002
mac ricevuto :<API key>
mac calc... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>Leddar™ SDK: LtChar</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script... |
package com.airnoise.services;
import java.sql.SQLException;
import com.airnoise.core.exception.<API key>;
import com.airnoise.dao.DataBaseManager;
/**
* @author tomio
*
*/
public class <API key> {
private DataBaseManager manager;
public <API key>(DataBaseManager manager) {
this.manager = manager;
... |
<?php
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
$edit = "index.php?option=<API key>&view=templates&task=template.edit";
?>
<?php foreach ($this->items as $i => $item): ?>
<?php
$canCheckin = $this->user->authorise('core.manage', 'com_checkin') || $item->checked_out == $... |
#ifndef <API key>
#define <API key>
#include "Command.h"
class CommandGroupPanel : public Command
{
public:
CommandGroupPanel ();
QString run (CommandParse &, void *);
int select (void *);
int refresh (void *);
private:
QStringList _method;
};
#endif |
#include "config.h"
#ifdef ARCH_PPC
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include <inttypes.h>
#include "mpeg2.h"
#include "attributes.h"
#include "mpeg2_internal.h"
typedef vector signed char vector_s8_t;
typedef vector unsigned char vector_u8_t;
typedef vector signed short vector_s16_t;
typedef vector un... |
# The set of languages for which implicit dependencies are needed:
SET(<API key>
"CXX"
)
# The set of files for implicit dependencies of each language:
SET(<API key>
"/tmp/gwenview-4.8.5/tests/auto/historymodeltest.cpp" "/tmp/gwenview-4.8.5/tests/auto/CMakeFiles/historymodeltest.dir/historymodeltest.o"
"/tmp/gw... |
<HTML>
<HEAD>
<TITLE>
Standalone Executables
</TITLE>
</HEAD>
<BODY>
<FONT FACE="Helvetica"><TABLE CELLPADDING=5 CELLSPACING=5>
<TR ALIGN="center">
<TD COLSPAN=2><IMG SRC="me_inc.gif" HEIGHT=36 WIDTH=480><HR></TD>
</TR>
<TR>
<TD VALIGN="top" NOWRAP BGCOLOR="
<TD ROWSPAN=2><P><h4>Self-extract... |
#ifndef _SUNGEM_H
#define _SUNGEM_H
/* Global Registers */
#define GREG_SEBSTATE 0x0000UL /* SEB State Register */
#define GREG_CFG 0x0004UL /* Configuration Register */
#define GREG_STAT 0x000CUL /* Status Register */
#define GREG_IMASK 0x0010UL /* Interrupt Mask Register */... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_25) on Fri Nov 28 19:41:33 CET 2014 -->
<title>I-Index</title>
<meta name="date" content="2014-11-28">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../... |
using System.Web.Security;
namespace XCLNetTools.Encrypt
{
<summary>
md5
</summary>
public static class MD5
{
<summary>
MD5
<param name="str"></param>
<param name="key">keymd5</param>
<returns></returns>
</summary>
public static string EncodeMD... |
# This file is part of WhatWeb and may be subject to
# web site for more information on licensing and terms of use.
Plugin.define do
name "<API key>"
authors [
"Brendan Coles <bcoles@gmail.com>", # 2010-10-12
]
version "0.1"
description "XMB is a lightweight PHP forum software with all the features you need to suppor... |
package com.aelitis.azureus.core.peermanager.messaging;
import com.aelitis.azureus.core.networkmanager.Transport;
import java.io.IOException;
import java.nio.ByteBuffer;
/**
* Decodes a message stream into separate messages.
*/
public interface <API key> {
/**
* Decode message stream from the given transport.
... |
#ifndef SAMPLE_FIFO_H
#define SAMPLE_FIFO_H
#include "config.h"
#include <QtGlobal>
#include <QList>
#include <QQueue>
#include <QRecursiveMutex>
#include "libkwave/SampleArray.h"
namespace Kwave
{
class Q_DECL_EXPORT SampleFIFO
{
public:
/** Constructor */
SampleFIFO();
/** copy constructor */
... |
(function($){
if (typeof UxU.utils !== 'undefined') {
$('.<API key>').html(UxU.utils.<API key>(info.tickets_sold));
}
})(jQuery); |
#ifndef <API key>
#define <API key>
#include "common/macresman.h"
namespace Scumm {
#define WINRES_ID_MAXLEN (256)
/*
* Definitions
*/
#define MZ_HEADER(x) ((DOSImageHeader *)(x))
#define STRIP_RES_ID_FORMAT(x) (x != NULL && (x[0] == '-' || x[0] == '+') ? ++x : x)
#define <API key> 16
#define <API key> 8
#define ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>?????</TITLE>
<META NAME="GENERATOR" CONTENT="LibreOffice 3.5 (Linux)">
<META NAME="AUTHOR" CONTENT="Ministerie van Landbouw, Natuurbeheer en Visserij"... |
using System;
namespace WaCore.Sample.Middlewares.Models
{
public class ErrorViewModel
{
public string RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
} |
package org.iatoki.judgels.michael.controllers;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.EnumUtils;
import org.iatoki.judgels.play.InternalLink;
import org.iatoki.judgels.play.LazyHtml;
import org.iatoki.judgels.play.controllers.<API key>;
i... |
/* <API key>: GPL-2.0+ */
#include <errno.h>
#include <getopt.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "parse-util.h"
#include "process-util.h"
#include "syslog-util.h"
#include "time-util.h"
#include "udevadm.h"
#include "udev-ctrl.h"
#include "util... |
// <autogenerated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
namespace SERVWeb {
public partial class ChangePassword {
protected System.Web.UI.WebControls.Content <API key>;
... |
/** \file
* Single/Multi-line UTF-8 text area (implementation)
*/
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <swis.h>
#include <oslib/colourtrans.h>
#include <oslib/osbyte.h>
#include <oslib/<API key>.h>
#include <oslib/wimp.h>
#include <oslib/wimpspriteop.h>
#include ... |
#include <sys/resource.h>
#include "tester.h"
#include "salloc.h"
#include "hardware.h"
/*
* This is the one copy of the test struct which gets passed around everywhere
* to communicate options, global variables to the pieces of the application
* which need them.
*/
static struct test tester = {
.options = 0,
... |
/**
* @file
*
* rq_config.h contains defines for platform-specific stuff.
*/
#ifndef rq_config_h
#define rq_config_h
/** Make sure VERSION is defined.
'configure' will define this for most platforms. It's not
necessarily defined for MSVC builds.
*/
#ifndef VERSION
# define VERSION "0.8.1"
#endif
/** The num... |
//: generics/FactoryConstraint.java
interface FactoryI<T> {
T create();
}
class Foo2<T> {
private T x;
public <F extends FactoryI<T>> Foo2(F factory) {
x = factory.create();
}
}
class IntegerFactory implements FactoryI<Integer> {
public Integer create() {
return new Integer(0);
}
}
class Widget {
... |
{if $options!=''}
<div class="attributes clearfix">
<dl>
{foreach name=outer item=options_data from=$options}
{if $options_data.DATA || $<API key> == 'false'}
<dt>{$options_data.NAME}:</dt>
<dd>
<select class="input-... |
#ifndef <API key>
#define <API key>
#include "config.h"
#include <QString>
#include "libkwave/Sample.h"
#include "libkwave/Stripe.h"
#include "libkwave/undo/UndoAction.h"
namespace Kwave
{
class UndoModifyAction: public UndoAction
{
public:
/**
* Constructor.
* @param track index of the track
... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
#include "config.h"
#include <string.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <netinet/ether.h>
#include <errno.h>
#include <glib/gi18n.h>
#include <<API key>.h>
#include <<API key>.h>
#include <<API key>.h>
#include <nm-setting-p... |
<f:if condition="{content} != ''">
<span>©</span>
<div class="copy-box closed" style="opacity:0;">
<p><strong><API key></strong></p>
<br/>
<f:format.html>{content}</f:format.html>
<br/>
<p><span class="close-copy-box">(Fenster schließen)</span></p>
</div>
</f:if> |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <getopt.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <malloc.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <asm/types.h>
#include... |
<?php
if (!isset($centreon)) {
exit();
}
/*
* Path to the configuration dir
*/
$path = "./include/views/graphs/";
/*
* Smarty template Init
*/
$tpl = new Smarty();
$tpl = initSmartyTpl($path, $tpl);
function getGetPostValue($str)
{
$value = null;
if (isset($_GET[$str]) && $_GET[$str]) {
$value =... |
<?php
// URI: design/admin/templates/navigator/google.tpl
// Filename: design/admin/templates/navigator/google.tpl
// Timestamp: 1416144920 (Sun Nov 16 14:35:20 CET 2014)
$<API key> = isset( $setArray ) ? $setArray : array();
$setArray = array();
$tpl->Level++;
if ( $tpl->Level > 40 )
{
$text = $tpl->MaxLevelWar... |
#include "includes.h"
#include "openbsd-compat/sys-queue.h"
RCSID("$OpenBSD: ssh-agent.c,v 1.124 2005/10/30 08:52:18 djm Exp $");
#include <openssl/evp.h>
#include <openssl/md5.h>
#include "ssh.h"
#include "rsa.h"
#include "buffer.h"
#include "bufaux.h"
#include "xmalloc.h"
#include "getput.h"
#include "key.h"
#include... |
#pragma once
#include "threads/CriticalSection.h"
#include "threads/Thread.h"
typedef struct cmyth_ringbuf *cmyth_ringbuf_t;
typedef struct cmyth_conn *cmyth_conn_t;
typedef struct cmyth_recorder *cmyth_recorder_t;
typedef struct cmyth_proginfo *cmyth_proginfo_t;
typedef struct cmyth_proglist *cmyth_proglist_... |
'use strict';
const { expect } = require('chai');
const { getParsedSql } = require('./util');
describe('common table expressions', () => {
it('should support single CTE', () => {
const sql = `
WITH cte AS (SELECT 1)
SELECT * FROM cte
`.trim();
expect(getParsedSql(sql)... |
<!DOCTYPE html>
<html>
<head>
<title>Testify</title>
<link href="/app/css/reset.css" rel="stylesheet" type="text/css">
<link href="/app/css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content-wrapper">
<div id="loading"></div>
<h1><a href="/">Testify</a></h1>
... |
; DRAW OR SPRITE 2 BYTE DEFINITION ROTATED, ON LEFT BORDER
; 01.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
PUBLIC SP1_DRAW_OR2LB
EXTERN SP1_DRAW_OR2NR
EXTERN SP1RETSPRDRAW, SP1V_ROTTBL, SP1V_PIXELBUFFER
; following data segment copied into struct sp1_cs
ld hl,0
nop
ld de,0
call SP1_DRAW_OR2... |
"use strict";
/***
* critical element webgl demo by Silke Rohn and Benedikt Klotz
* Source is the Basis applikation.
* Added and changed functionalities:
* @Benedikt: Objects, Lighting, particle systems, shader, blending and face culling
* @Silke: particle system, changes to particle systems (Elements)
*/
var webgl = ... |
#include "Auth.h"
#include "Constants.h"
#include "AuthMessages.h"
#include "SafeDataStream.h"
#include <QtCore/QProcess>
#include <QtCore/QUuid>
#include <QtNetwork/QLocalServer>
#include <QtNetwork/QLocalSocket>
#include <QtQml/QtQml>
#include <memory>
#include <unistd.h>
namespace SDDM {
class Auth::SocketServer... |
.d-ui-widget, .ui-widget { background-image: none; background-color: #191919; box-shadow: 0px 0px 3px #595959 inset; -webkit-box-shadow: 0px 0px 3px #595959 inset; -moz-box-shadow: 0px 0px 3px #595959 inset; }
.d-ui-widget, .ui-widget, .d-node-content > * { color: #d1d1d1; }
.d-ui-widget, .ui-widget, .d-separator, .d-t... |
<?php
// ZoneMinder web frame view file, $Date$, $Revision$
// This program is free software; you can redistribute it and/or
// as published by the Free Software Foundation; either version 2
// This program is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See t... |
/*
* \brief UART LOG component
* \author Christian Helmuth
* \date 2011-05-30
*/
#ifndef _UART_COMPONENT_H_
#define _UART_COMPONENT_H_
/* Genode includes */
#include <base/rpc_server.h>
#include <util/arg_string.h>
#include <os/session_policy.h>
#include <os/<API key>.h>
#include <root/component.h>
#include <uar... |
import React from "react";
import PropTypes from "prop-types";
import styled from "styled-components";
const StyledTag = styled.span`
color: ${props => props.color};
background: ${props => props.bgcolor};
padding: ${props => props.padding};
margin: ${props => props.margin};
border-radius: 3px;
border: ${pro... |
<?php
if ( ! class_exists( '<API key>' ) ) {
return NULL;
}
class <API key> extends <API key> {
/**
* The type of customize control being rendered.
*/
public $type = 'switch';
/**
* Enqueue needed style and script
*/
public function enqueue() {
// Path
$path = str... |
package e.scm;
import java.awt.*;
import javax.swing.*;
public class <API key> extends e.gui.EListCellRenderer<AnnotatedLine> {
/** Used to draw the dashed line between adjacent lines from different revisions. */
private static final Stroke DASHED_STROKE = new BasicStroke(1.0f,
BasicStroke.CAP_BUTT,... |
from utils import textAppend, textPrepend, textCut, textEditLastChar, error, textCursorPos
class File:
""" Represents a file (A separated class allow to open several files at a time.
The class also holds the whole file content. (The vim buffers only store either the
accepted chunks, or the editing statement... |
// <API key>: GPL-2.0-or-later
#include "abstractparser.h"
#include <map>
#include <memory>
#include <optional>
#include <ostream>
#include <sstream>
#include <vector>
#include "../configuration/configuration.h"
#include "../display/InfoMarkSelection.h"
#include "../expandoracommon/room.h"
#include "../global/TextUtils... |
#include <Python.h>
#include <glib.h>
#include <glibtop.h>
#include <glibtop/close.h>
#include <glibtop/signal.h>
#include <glibtop/union.h>
#include <glibtop/sysinfo.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
typedef struct
{
PyObject_HEAD
/* Type-specific fields go here. */
P... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using KeePass.UI;
using KeePass.Resources;
using KeePassLib;
namespace KeePass.Forms
{
public partial class ImportMethodForm : Form
{
... |
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
using Business.Logic.Factories;
using Business.Logic.Objects;
using Business.Logic.Queries;
namespace DFWOutdoors.Controllers
{
public class CampInfoController : ApiController
{
[HttpPost]
public IEnumerable<CampSite> <A... |
#include "TonemappingPanel/<API key>.h"
#include "TonemappingPanel/<API key>.h"
SavingParameters::SavingParameters(QWidget *parent)
: QDialog(parent), m_Ui(new Ui::SavingParameters) {
m_Ui->setupUi(this);
}
SavingParameters::~SavingParameters() {}
QString SavingParameters::getComment() { return m_Ui->comment->t... |
#ifndef AQSGROUPBOX_P_H_
#define AQSGROUPBOX_P_H_
#include "AQSFrame_p.h"
#include <qgroupbox.h>
class AQSGroupBox : public AQSFrame
{
Q_OBJECT
<API key>(GroupBox, Frame);
//@<API key>@
public slots:
int insideMargin() const;
int insideSpacing() const;
void setInsideMargin(int);
void setInsideSpacing(int)... |
package <API key>;
/**
* @author Daavid
*
*/
public class Attribute {
private String name;
} |
/* Widget title color */
#widget-list > div[id*="_tt_"] .widget-title h4 {color:#0096ff;}
.widget-content ul.<API key> {
list-style:none;
padding-left:20px;
}
.widget-content ul.<API key> ul.children{
padding:5px 0 0 15px;
} |
cmd_drivers/char/hw_random/via-rng.o := gcc -Wp,-MD,drivers/char/hw_random/.via-rng.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -<API key> -Os -Wframe-larger-... |
/* -*- Mode: C; c-basic-offset:4 ; -*- */
#include "mpi_fortimpl.h"
/* Begin MPI profiling block */
#if defined(USE_WEAK_SYMBOLS) && !defined(USE_ONLY_MPI_NAMES)
#if defined(<API key>)
extern FORT_DLL_SPEC void FORT_CALL MPI_BARRIER( MPI_Fint *, MPI_Fint * );
extern FORT_DLL_SPEC void FORT_CALL mpi_barrier__( MPI_Fint ... |
#include "Common.h"
#include "Language.h"
#include "WorldPacket.h"
#include "WorldSession.h"
#include "World.h"
#include "ObjectMgr.h"
#include "Log.h"
#include "Opcodes.h"
#include "Guild.h"
#include "ArenaTeam.h"
#include "GossipDef.h"
#include "SocialMgr.h"
/*enum PetitionType // dbc data
{
PETITION_TYPE_GUILD ... |
# CPUfreq core
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
# CPUfreq stats
obj-$(<API key>) += cpufreq_stats.o
# CPUfreq governors
obj-$(<API key>) += cpufreq_performance.o
obj-$(<API key>) += cpufreq_powersave.o
obj-$(<API key>) += cpufreq_wheatley.o
obj-$(<API key>) += cpufreq_userspace.o
... |
<?php
/*
Template Name:aboutus
*/
?>
<?php get_header(); ?>
<div class="about_bt">
<div class="about_bt_ka">
<div class="about_bt_left">
<h1>ABOUT US</h1>
<p></p>
</div>
<div class="about_bt_right">
<a href="<?php echo get_option('mytheme_news_title'); ?>"> <img src="<? bl... |
/*!
* \file
* \brief Maintain a container of uniquely-named taskprocessor threads that can be shared across modules.
*
* \author Dwayne Hubbard <dhubbard@digium.com>
*/
#include "asterisk.h"
<API key>(__FILE__, "$Revision: 377838 $")
#include "asterisk/_private.h"
#include "asterisk/module.h"
#include "asterisk/ti... |
package com.example.kickfor;
import com.example.kickfor.team.ChangingRoomEntity;
import android.os.Handler;
import android.os.Message;
public class ProgressBarTimer implements Runnable{
private Object v=null;
private Handler handler=null;
private int what=-1;
private Object b=null;
public ProgressBa... |
<?php
// Bloxx - Open Source Content Management System
// Bloxx is free software; you can redistribute it and/or modify
// (at your option) any later version.
// Bloxx is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// along with Bloxx; if not, write t... |
#include <stdio.h>
#include <tirpc/netconfig.h>
#include <sys/socket.h>
#include <tirpc/rpc/rpc.h>
#include <tirpc/rpc/types.h>
#include <tirpc/rpc/xdr.h>
#include <tirpc/rpc/svc.h>
#include <errno.h>
#include <netinet/in.h>
//Standard define
#define VERSNUM 1
//Define limits test proc
#define PROCSIMPLEPING 1
//Def... |
{% extends "../../base-foto.html" %}
<!-- <API key> -->
<!-- <API key> -->
{% block head %}
<script type="text/javascript" src="/static/noticia.js"></script>
<script type="text/javascript" src="/static/tagcloud/tagcloud.js"></script>
<script type="text/javascript">
var tags = new Array();
{%... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RielAp.Domain.Models
{
public class Order : IModel
{
public Guid OrderId { get; set; }
public string Description { get... |
// m_demon.c
#include "../../game/g_local.h"
static int sound_death;
static int sound_hit;
static int sound_jump;
static int sound_land;
static int sound_pain;
static int sound_sight;
static int sound_search;
// Stand
mframe_t demon_frames_stand [] =
{
ai_stand, 0, NULL,
ai_stand, 0, NULL,
ai_stand, 0, NULL... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.