answer stringlengths 15 1.25M |
|---|
#ifndef ENGINE_P_H
#define ENGINE_P_H
#include <QHash>
#include <QObject>
#include <private/qv4engine_p.h>
#include <private/qv4persistent_p.h>
class QJSEngine;
namespace NodeQml {
namespace Heap {
struct ModuleObject;
}
class Engine;
struct ModuleObject;
class EnginePrivate : public QObject
{
Q_OBJECT
public:
... |
// Created file "Lib\src\Uuid\X64\oledbdat"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ... |
// For user: you can disable or enable it
//#define MEDIAINFO_DEBUG
// Pre-compilation
#include "MediaInfo/PreComp.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "MediaInfo/Setup.h"
#if defined(<API key>)
#include "MediaInfo/Reader/Reader_libcurl.h"
#include "MediaInfo/File__Analyze.h"
#if defined <API key>
//C... |
#include <nuSQuIDS/xsections.h>
#include <nuSQuIDS/nuSQuIDS.h>
#include <SQuIDS/const.h>
#include <SQuIDS/SUNalg.h>
std::ostream& operator<<(std::ostream &f, const std::vector<double> &vec)
{
f << "[";
for (const double &v : vec)
f << " " << v;
f << "]";
return f;
}
double integrate_xs(double start, double ... |
# About HubTurbo
HubTurbo project is based in the [School of Computing](http:
and funded by the [Center for Development of Teaching and Learning (CDTL)](http:
The HubTurbo project team is listed [here](team.md). |
package com.sones;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.datacontract.schemas._2004._07.<API key>.SecurityToken;
... |
// This file is part of DOLFIN.
// DOLFIN is free software: you can redistribute it and/or modify
// (at your option) any later version.
// DOLFIN is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// First added: 2010-02-10
// Last changed: 2013-04-26
#i... |
<?php
namespace Google\AdsApi\Dfp\v201802;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class Dimension
{
const MONTH_AND_YEAR = 'MONTH_AND_YEAR';
const WEEK = 'WEEK';
const DATE = 'DATE';
const DAY = 'DAY';
const HOUR = 'HOUR';
const LINE_ITEM_ID = 'LINE_ITEM_ID';
const LINE_I... |
<?php
namespace Clearbooks\Labs\Db\Service;
use Clearbooks\Labs\Db\Table\Toggle as ToggleTable;
use Clearbooks\Labs\Db\Table\UserPolicy as UserPolicyTable;
use Clearbooks\Labs\Db\Table\GroupPolicy as GroupPolicyTable;
use Clearbooks\Labs\Db\Table\SegmentPolicy as SegmentPolicyTable;
use Clearbooks\Labs\Db\Entity\Toggle... |
using System;
using System.Collections;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Security.Cryptography;
using System.Xml;
using bedrock.util;
using jabber.protocol;
using jabber.protocol.stream;
using jabber.connecti... |
package com.github.thiagotgm.modular_commands.annotation;
import com.github.thiagotgm.modular_commands.api.CommandRegistry;
import sx.blah.discord.api.IDiscordClient;
import sx.blah.discord.modules.IModule;
/**
* SubModule for testing annotated commands.
*
* @version 1.0
* @author ThiagoTGM
* @since 2017-07-21
*/... |
#ifndef <API key>
#define <API key>
#include "s3request.h"
namespace QtAws {
namespace S3 {
class <API key>;
class QTAWSS3_EXPORT <API key> : public S3Request {
public:
<API key>(const <API key> &other);
<API key>();
virtual bool isValid() const Q_DECL_OVERRIDE;
protected:
virtual QtAws::Core::AwsAbstra... |
<?php
namespace Psc\CMS;
/**
* @group class:Psc\CMS\SearchPanel
*/
class SearchPanelTest extends \Psc\Code\Test\HTMLTestCase {
protected $searchPanel;
public function setUp() {
$this->chainClass = 'Psc\CMS\SearchPanel';
parent::setUp();
}
public function testAcceptance() {
$searchPanel = new Searc... |
// Includes
#include "<API key>.h"
#include "<API key>.h"
// Code
<API key>::<API key>(const XnChar* strType, const XnChar* strName) :
XnDeviceStream(strType, strName),
m_pLastData(NULL),
<API key>(0)
{}
<API key>::~<API key>()
{
<API key>::Free();
}
XnStatus <API key>::Init()
{
XnStatus nRetVal = X... |
<!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 5.4.5.1 (Linux)"/>
<meta name="author" content="Jean-Louis PASTUREL"/>
<meta name="created" co... |
#ifndef <API key>
#define <API key>
#include "IMVPPlayerDialog.hpp"
#include <mvp-player-core/MVPPlayerEngine.hpp>
#include <mvp-player-core/MVPPlayerPresenter.hpp>
namespace mvpplayer
{
namespace gui
{
/**
* @brief Setup music player's behavior (connect signals between the model/view/presenter)
*/
void setupMainB... |
#ifndef <API key>
#define <API key>
namespace cocaine { namespace error {
enum decode_errors {
parse_error = 1,
frame_format_error,
insufficient_bytes
};
namespace aux {
class decode_category_t:
public std::error_category
{
virtual
auto
name() const throw() -> const char* {
return "c... |
#include "depscanner.h"
#include "artifact.h"
#include "projectbuilddata.h"
#include "buildgraph.h"
#include "transformer.h"
#include <tools/error.h>
#include <logging/translator.h>
#include <language/language.h>
#include <language/propertymapinternal.h>
#include <language/resolvedfilecontext.h>
#include <language/scri... |
# This file is part of RBniCS.
# <API key>: LGPL-3.0-or-later
import os
import re
import sys
import importlib
import pytest
import pytest_flake8
from nbconvert.exporters import PythonExporter
import nbconvert.filters
from mpi4py import MPI
try:
import dolfin # otherwise the next import from rbnics would disable do... |
#include <common.h>
#include <memory.h>
#include <types.h>
#include "<API key>.h"
#include "pyvshadow_libbfio.h"
#include "pyvshadow_libcerror.h"
#include "<API key>.h"
#include "pyvshadow_python.h"
/* Creates a file object IO handle
* Make sure the value <API key> is referencing, is set to NULL
* Returns 1 if succes... |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* at Thu Dec 02 08:28:27 2004
*/
/* Compiler settings for .\OpcEnum.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decor... |
#include <common.h>
#include <types.h>
#include "pycreg_error.h"
#include "pycreg_libcerror.h"
#include "pycreg_integer.h"
#include "pycreg_python.h"
/* Creates a new signed integer object from a 64-bit value
* Returns a Python object if successful or NULL on error
*/
PyObject *<API key>(
int64_t value_64b... |
#include "tool.h"
using namespace oi;
/*!
* \brief Tool::Tool
* \param parent
*/
Tool::Tool(QWidget *parent) : QWidget(parent){
}
/*!
* \brief Tool::~Tool
*/
Tool::~Tool(){
}
/*!
* \brief Tool::getMetaData
* \return
*/
const PluginMetaData &Tool::getMetaData() const{
return this->metaData;
}
/*!
* \brief T... |
package org.sonar.jpa.session;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sonar.core.persistence.Database;
import org.sonar.core.persistence.DatabaseVersion;
import org.sonar.core.persistence.dialect.Dialect;
import javax.persistence.EntityManager;
import javax.persistence.<API key>;
import jav... |
/**
* @fileoverview SugarCrm module field.
*/
goog.provide('ydn.crm.su.ui.field.<API key>');
goog.require('ydn.crm.su.ui.field.FieldRenderer');
/**
* Create a new module record field.
* @constructor
* @struct
* @extends {ydn.crm.su.ui.field.FieldRenderer}
*/
ydn.crm.su.ui.field.<API key> = function() {
goog.ba... |
package io.github.agentsoz.abmjadex.central_organizer;
import io.github.agentsoz.abmjadex.agent.StepManagerPlan;
import io.github.agentsoz.abmjadex.central_organizer.<API key>.Methods;
import io.github.agentsoz.abmjadex.miscellaneous.ABMBDILoggerSetter;
import io.github.agentsoz.abmjadex.super_central.<API key>;
import... |
package org.sonar.server.qualitygate.notification;
import javax.annotation.CheckForNull;
import org.sonar.api.notifications.Notification;
public class <API key> extends Notification {
public <API key>() {
super("alerts");
}
@CheckForNull
public String getProjectKey() {
return getFieldValue("projectKey")... |
#ifndef _Ltas_h_
#define _Ltas_h_
#include "Spectrum.h"
#include "Sound.h"
#include "PointProcess.h"
#include "Collection.h"
Thing_define (Ltas, Vector) {
// overridden methods:
protected:
virtual void v_info ();
virtual int v_domainQuantity () { return <API key>; }
virtual double <API k... |
<!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.3.1"/>
<title>Core3: /Users/victor/git/Core3Mda/MMOCoreORB/src/server/zone/objects/creature/aigroup/<API... |
package com.liferay.adaptive.media.demo.data.creator;
import com.liferay.adaptive.media.image.configuration.<API key>;
import java.io.IOException;
import java.util.Collection;
public interface <API key> {
/**
* Creates a collection of {@link <API key>}
* configurations based on the
* {@link <API k... |
/**
* Provides some function to use complex queries with item list
*
* @module complex_queries
*/
// define([module_name], [dependencies], module);
(function (dependencies, module) {
"use strict";
if (typeof define === 'function' && define.amd) {
return define(dependencies, module);
}
if (typeof exports... |
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Pango {
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
#region Autogenerated code
public partial class Fontset : GLib.Obj... |
:- module(pce_dialog_layout,
[ layout_dialog/1
]).
:- use_module(library(pce)).
:- require([ append/3
, delete/3
, forall/2
, get_chain/3
, ignore/1
, maplist/3
, member/2
, include/3
, subset/2
, subtract/3
]).
/* - - - - - - - - - - - -... |
package org.alfresco.module.<API key>.capability.declarative.condition;
import org.alfresco.module.<API key>.capability.declarative.<API key>;
import org.alfresco.module.<API key>.model.<API key>;
import org.alfresco.service.cmr.repository.NodeRef;
/**
* @author Roy Wetherall
*/
public class <API key> extends <API ke... |
#include "tl-langconstruct.hpp"
#include "tl-predicateutils.hpp"
#include "tl-source.hpp"
#include "cxx-attrnames.h"
#include "cxx-exprtype.h"
namespace TL
{
// Remove it once all LangConstruct sons have their own
const AlwaysFalse<AST_t> LangConstruct::predicate;
// Static predicates for LangConstructs
... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Mon Apr 06 15:30:26 CEST 2015 -->
<title>DelayMatrix_Float</title>
<meta name="date" content="2015-04-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/... |
//#define NOTWINDOWSH
//#define NEEDMFCH
//#define NEEDAFXDLGSH
#include "stdafx.h"
#include "BoneLineDlg.h"
#include <Commdlg.h>
//#include <Afxdlgs.h>
#include <shdelem.h>
#include "ColDlg.h"
extern CColDlg g_coldlg;
// CBoneLineDlg
CBoneLineDlg::CBoneLineDlg()
{
InitParams();
}
CBoneLineDlg::~CBoneLineDlg()
{
}
... |
package com.github.janpeuker.<API key>.springbootreactive.repository;
import com.github.janpeuker.<API key>.springbootreactive.Application;
import com.github.janpeuker.<API key>.springbootreactive.repository.StocksRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.facto... |
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by gtLib.rc
#define <API key> 5000
#define <API key> 5001
#define ID_WAVEFORM_WND 5002
#define ID_XYGRAPH_WND 5003
#define ID_LEGEND_WND 5004
#define ID_SELECT_POINT ... |
#include "tagresourcerequest.h"
#include "<API key>.h"
#include "tagresourceresponse.h"
#include "<API key>.h"
namespace QtAws {
namespace SSMContacts {
/*!
* \class QtAws::SSMContacts::TagResourceRequest
* \brief The TagResourceRequest class provides an interface for SSMContacts TagResource requests.
*
* \inmodule... |
/** \file BuiltinDataType.h
* \brief Header file providing the BuiltinDataType class interface
*/
#ifndef <API key>
#define <API key>
#include <variant_topic_tools/BuiltinTypeTraits.h>
#include <variant_topic_tools/DataType.h>
namespace variant_topic_tools {
/** \brief Built-in data type
*/
class BuiltinDat... |
package com.arthurportas.mongodb.example.repository;
import com.arthurportas.mongodb.example.domain.User;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepository extends MongoRepository<User, String>{
} |
import os
from django.core.wsgi import <API key>
os.environ.setdefault("<API key>", "patchwatcher2.settings")
application = <API key>() |
package fr.univavignon.graphcentr.tests.g01;
import fr.univavignon.graphcentr.g01.Clique;
import fr.univavignon.graphcentr.g07.core.centrality.CentralityResult;
import fr.univavignon.graphcentr.g07.core.graphs.SimpleGraph;
/**
* @author Riviere Colin, Benoit Loris
*
*/
public class CliqueTest {
/**
* Execut... |
package cx.ath.jbzdak.ioCommons.termios;
import cx.ath.jbzdak.ioCommons.PortException;
public class <API key> extends PortException{
public <API key>(Throwable cause) {
super(cause);
}
public <API key>(String message) {
super(message);
}
public <API key>(String message, Throwable cause) {
... |
package com.sinhika.bark.entities;
import java.util.List;
import com.sinhika.bark.items.ModItems;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
import net.minecraft.entity.... |
Ext.define('Dmpc.view.ScheduleDataview', {
extend: 'Ext.dataview.List',
xtype: 'scheduledataview',
config: {
cls: 'scheduleDataView',
scrollable: true,
grouped: true,
store: 'OfflineSchedule',
itemTpl: Dmpc.view.templates.TalkListItem
}
}); |
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Raven.Client;
using Raven.Client.Linq;
using AutoMapper;
using SwissSdr.Datamodel;
using SwissSdr.Api.Resources;
using SwissSdr.Api.InputModels;
using SwissSdr.Api.Indexes;
using System.Collections.Generic;
using RestAp... |
<?php
namespace pocketmine\network\protocol;
#include <rules/DataPacket.h>
class RespawnPacket extends DataPacket{
const NETWORK_ID = Info::RESPAWN_PACKET;
public $x;
public $y;
public $z;
public function decode(){
$this->x = $this->getLFloat();
$this->y = $this->getLFloat();
... |
<!DOCTYPE html>
<html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1, user-scalable=no, minim... |
// This file is part of the go-trustmachine library.
// The go-trustmachine library is free software: you can redistribute it and/or modify
// (at your option) any later version.
// The go-trustmachine library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See... |
#ifndef __HTTPRESPONSE_H__
#define __HTTPRESPONSE_H__
#define MAXGET 50
struct _content;
struct _httpresponse
{
enum {E_ResponseStatus, E_ResponseHeader, E_ResponseContent, E_ResponseEnd } m_state;
struct _content *m_Content;
char *m_header;
char *m_ptr;
int m_status;
};
typedef struct _httpresponse... |
<?php
class <API key> extends <API key>
{
private $_object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*
* @access protected
*/
protected function setUp()
{
$this->_object = new <API key>( TestHe... |
<?php
/**
* TOP API: taobao.jipiao.policiesstatus.update request
*
* @author auto create
* @since 1.0, 2014-02-20 17:02:53
*/
class <API key>
{
private $airline;
private $arrAirport;
private $depAirport;
/**
* id,1000,,out_product_id
**/
private $outProductIds;
/**
* id,1000p... |
import React, { Component, PropTypes } from 'react'
import PageLayout from '../PageLayout'
import Link from '../Link/'
import { USER_ROLE } from '../../constants/Generic'
import { redirect } from '<API key>'
import '!style!css!less!./style.less'
class Users extends React.Component {
constructor(props) {
sup... |
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import os, struct, sys, pty, tty, termios, shlex, signal, pyte, time, fcntl ,getpass
from select import select
from fenrirscreenreader.core import debug
from fenrirscreenreader.core.eventData import fenrirEventT... |
<?php
?>
<!DOCTYPE html>
<html>
<head>
<!-- Latest compiled and minified CSS -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel=... |
package com.nextgis.maplibui.util;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
import com.nextgis.maplib.datasource.GeoGeometry;
import com.nextgis.maplib.map.VectorLayer;
import com.nextgis.maplib.util.Constants;
import com.nextgis.maplib.uti... |
import * as React from 'react';
import { Component } from '../../../types/types';
import CodeSnippet from '../../common/CodeSnippet';
import <API key> from './<API key>';
export interface <API key> {
component: Component;
}
const sonarProjectSnippet = (key: string) => `sonar.projectKey=${key}`;
export default functio... |
#region Using
#endregion
namespace Guidgets.XamlGrid.Core
{
<summary>
The interface definition for a PureMVC Model
</summary>
<remarks>
<para>In PureMVC, <c>IModel</c> implementors provide access to <c>IModel</c> objects by named lookup</para>
<para>An <c>IModel</c> assumes these responsibilitie... |
namespace <API key> {
partial class Form1 {
<summary>
Required designer variable.
</summary>
private System.ComponentModel.IContainer components = null;
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwi... |
'''
@package gradientutils
gradientutils was writen by Giuseppe Marco Randazzo <gmrandazzo@gmail.com>
Geneve May 2016
gradientutils contains function which are used to estimate:
- get_lss_peak_width: get the peak width according to the lss theory
- <API key>: critical couples with their resolutions for linear gradien... |
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.13 at 12:42:16 PM CEST
package com.telefonica.schemas.unica.rpc.common.v1;
import javax.xml.bi... |
package masp.plugins.mlight.managers;
import java.util.Collection;
import java.util.LinkedHashMap;
import java.util.Map;
import masp.plugins.mlight.data.Attribute;
public class AttributeManager {
private Map<String, Attribute> skills = new LinkedHashMap<String, Attribute>();
public Attribute getSkill(String nam... |
<?php
namespace MyBackup;
include_once 'utils.php';
if ( defined( __NAMESPACE__.'\\DROPBOX_TARGET' ) ) {
}
if ( defined( __NAMESPACE__.'\\GOOGLE_TARGET' ) ) {
}
define( __NAMESPACE__.'\\DENY_DOWNLOAD_EXT', 'php,htaccess,config,conf,json,auth' );
function downloadAllowed( $filename ) {
$extensions = explode( ',', DENY_D... |
// This code contains NVIDIA Confidential Information and is disclosed to you
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// any modifications thereto. Any use, reproduction, disclosure, or
// distribution of this software and related documentation without an express
// ALL NV... |
<!doctype html>
<head>
<title>$pese</title>
{%include 'links.html'%}
<script>
$(document).ready(function() {
$('select').material_select();
$('.button-collapse').sideNav();
});
</script>
</head>
<body>
{%include 'navbar_sidebar.html'%}
<div class="row">
<di... |
package net.sf.dynamicreports.examples.column;
import static net.sf.dynamicreports.report.builder.DynamicReports.*;
import java.math.BigDecimal;
import net.sf.dynamicreports.examples.Templates;
import net.sf.dynamicreports.report.builder.column.TextColumnBuilder;
import net.sf.dynamicreports.report.datasource.DRDataSou... |
<?php
namespace application\modules\user\controllers;
class Delete extends \application\modules\user\<API key>
{
protected $usesView = false;
public function _before(\framework\core\Request &$request, \framework\core\Response &$response)
{
$var = $request->getParams();
if (empty($var))
... |
function O_vio_console_in (name) {
this.name = name;
}
O_vio_console_in.prototype.close = function () {
}
function O_vio_console_out (name) {
this.name = name;
}
O_vio_console_out.prototype.close = function () {
}
var O_vio_protocols_in = {
console: O_vio_console_in,
// http: O_vio_http_in
}
var O_vio_pr... |
package org.ethereum.core;
import com.google.common.util.concurrent.<API key>;
import org.ethereum.config.BlockchainConfig;
import org.ethereum.config.CommonConfig;
import org.ethereum.config.SystemProperties;
import org.ethereum.crypto.HashUtil;
import org.ethereum.datasource.inmem.HashMapDB;
import org.ethereum.db.*;... |
package org.cytoscape.FileWatcher.internal;
import org.cytoscape.task.<API key>;
import org.cytoscape.view.model.CyNetworkView;
import org.cytoscape.work.TaskFactory;
import org.cytoscape.work.TaskIterator;
public class FileWatcherFactory implements <API key> {
FileManager mgr;
public FileWatcherFactory( FileMa... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public static class ValidatorExtension
{
public static bool ValidateControl<T>(this Control container,
... |
// -*- mode: c++; c-basic-style: "bsd"; c-basic-offset: 4; -*-
#include "DataElement.hpp"
#include <kdm/code/ComputationalObject.hpp>
#include <kdm/kdm/Attribute.hpp>
#include <kdm/kdm/Annotation.hpp>
#include <kdm/kdm/Stereotype.hpp>
#include <kdm/kdm/ExtendedValue.hpp>
#include <kdm/source/SourceRef.hpp>
#include <kd... |
<!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Catharsis.Commons: Cl... |
package fi.dy.masa.minihud.gui.widget;
import com.google.common.collect.ImmutableList;
import fi.dy.masa.malilib.gui.config.ConfigWidgetContext;
import fi.dy.masa.malilib.gui.widget.<API key>;
import fi.dy.masa.malilib.gui.widget.<API key>;
import fi.dy.masa.malilib.gui.widget.button.BooleanConfigButton;
import fi.dy.m... |
{# Display edit-workspace #}
{% load i18n workspaces %}
<div id="edit-workspace"
class="sidebarbox workspace"
data-workspace-id="{{ workspace_edit.id }}"
<API key>="{% url <API key> %}"
<API key>="{% url <API key> %}"
<API key>="{% url <API key> %}"
<API key>="{% url <API key> %}"
<AP... |
import {StaticContent} from "./StaticContent";
export class GlobalConfiguration {
port: number;
staticContent: Array<StaticContent>;
} |
<?php namespace Services;
use \Illuminate\Support\Facades\Facade;
/**
* Facade class to be called whenever the class AddressService is called
*/
class GroupFacade extends Facade {
/**
* Get the registered name of the component. This tells $this->app what record to return
*
* @return string
*/
... |
# Sonar, entreprise quality control tool.
# mailto:contact AT sonarsource DOT com
# Sonar is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# Sonar is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See t... |
use <API key>::bench::bucketers::<API key>;
use <API key>::bench::{run_benchmark, BenchmarkType};
use <API key>::generators::common::{GenConfig, GenMode};
use <API key>::generators::<API key>;
use <API key>::runner::Runner;
pub(crate) fn register(runner: &mut Runner) {
register_demo!(runner, <API key>);
registe... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel;
using <API key> = Bosphorus.ServiceModel.Hosting.Model.Configuration.<API key>;
namespace Bosphorus.ServiceModel.Hosting.Hosting.Core
{
public interface <API key>
{
ServiceHost Get(<API key> <API key>, params U... |
package org.fuin.srcgen4j.core.xtext;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import javax.xml.bind.JAXBContext;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.util.TreeIterator;
import org.eclipse.emf.ecore.resource.ResourceSet;
import org.eclipse.xt... |
package com.silicolife.textmining.processes.ir.patentpipeline.components.metainfomodules.wipo;
import com.silicolife.textmining.core.interfaces.core.configuration.IProxy;
import com.silicolife.textmining.processes.ir.patentpipeline.core.metainfomodule.<API key>;
public class <API key> extends <API key> implements <API ... |
// Created file "tmp\src\dxguid\dxguid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, ... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Wed Nov 09 19:32:53 IST 2011 -->
<TITLE>
<API key>
</TITLE>
<META NAME="date" CONTENT="2011-11-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
fu... |
package net.minecraft.entity;
import java.util.Collection;
import java.util.Iterator;
import java.util.UUID;
import net.minecraft.entity.ai.attributes.Attribute;
import net.minecraft.entity.ai.attributes.AttributeInstance;
import net.minecraft.entity.ai.attributes.AttributeModifier;
import net.minecraft.entity.ai.attri... |
package com.exter.eveindcalc.materials;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.view.Layout... |
//<version>V0.5</verion>
//<createdate>2012-10-08</createdate>
//<author>libsh</author>
//<email>libsh@tunynet.com</email>
//<log date="2012-10-08" version="0.5"></log>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Spacebuilder.Common;
using Tunynet;
us... |
<!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"/>
<title>Petri Net API: pnapi::io::__woflan::output</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" sr... |
// Created file "Lib\src\dxguid\X64\d3dxguid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
#include "tree_widget.hh"
#include "ui_tree_widget.h"
namespace editor {
Tree_Widget::Tree_Widget(
QWidget *parent)
:
QWidget(parent),
ui(new Ui::Tree_Widget)
{
ui->setupUi(this);
connect(ui->tree_view, &Tree_View::something_selected,
this, &Tree_Widget::something_selected);
co... |
#ifndef <API key>
#define <API key>
#include "core/CommandHandler.h"
#include "core/use_cases/register_sprint/<API key>.h"
#include "qt_gui/presentation/<API key>.h"
namespace sprint_timer::ui {
class <API key>
: public contracts::<API key>::Presenter {
public:
using <API key> =
CommandHandler<use_cases... |
package org.molgenis.script;
import com.google.common.collect.Lists;
import freemarker.template.Configuration;
import freemarker.template.Template;
import freemarker.template.TemplateException;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.output.<API key>;
import org.apache.commons.lang3.RandomStr... |
package org.sonar.server.platform.monitoring;
import com.google.common.collect.ImmutableSortedMap;
import java.util.Map;
import java.util.SortedMap;
import org.sonar.api.PropertyType;
import org.sonar.api.config.PropertyDefinition;
import org.sonar.api.config.PropertyDefinitions;
import org.sonar.api.config.Settings;
i... |
#include "cwd_tx.h"
#include "picotm/picotm-error.h"
#include "picotm/picotm-lib-array.h"
#include "picotm/picotm-lib-tab.h"
#include "picotm/picotm-module.h"
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include "compat/<API key>.h"
#include "cwd_log.h"
static void
init_rwstates(struc... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Signum.Utilities;
using System.Linq.Expressions;
using Signum.Utilities.ExpressionTrees;
namespace Signum.Entities.Basics
{
[Serializable]
public class DateSpanEmbedded : EmbeddedEntity
{
public int Years { g... |
package repack.org.bouncycastle.asn1.esf;
import repack.org.bouncycastle.asn1.*;
import repack.org.bouncycastle.asn1.x509.DisplayText;
import repack.org.bouncycastle.asn1.x509.NoticeReference;
import java.util.Enumeration;
public class SPUserNotice
{
private NoticeReference noticeRef;
private DisplayText ex... |
import math, M2Crypto, base64
from lostexhaust.models.carpool import Carpool
from lostexhaust.models.household import Household
def geo_distance(latitude, longitude, other_latitude, other_longitude):
lat = math.radians(latitude)
lon = math.radians(longitude)
lat2 = math.radians(other_latitude)
lon2 = ma... |
tai.give_item = function (player, item)
local player_name = player:get_player_name()
local inventory = player:get_inventory()
local s = ItemStack(item)
if inventory:room_for_item("main", s) then
inventory:add_item("main", {name = item, count = s:get_stack_max()})
minetest.chat_send_playe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.