answer stringlengths 15 1.25M |
|---|
#pragma once
// The following is a redesigned subset of Java's DataOutput,
// DataOutputStream, DataInput, DataInputStream, etc. It allows serializing
// several primitive types (e.g., integer, string, etc.) to an object which
// is only capable of write()ing a single byte (write(char)) or an array of
// bytes (write(c... |
# This file is part of Canvas.
# Canvas is free software: you can redistribute it and/or modify it under
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# details.
require 'spec_helper'
describe 'UpdateCustomParams' do
def generic_lti_config(launch_url)
<<-HEREDOC
<<API key> xmlns=... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
namespace Cwc.Connect.Web
{
public static class WebApiConfig
{
public static void Register(HttpConfiguration config)
{
config.Routes.MapHttpRoute(
name: "DefaultApi",
... |
<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
require_once('include/Dashlets/DashletGeneric.php');
require_once('modules/SurveyQuestions/SurveyQuestions.php');
class <API key> extends DashletGeneric
{
function __construct($id, $def = null)
{
global $current_use... |
# <API key>: true
module Decidim
module Conferences
module AdminLog
# This class holds the logic to present a `Decidim::Conferences::Partner`
# for the `AdminLog` log.
# Usage should be automatic and you shouldn't need to call this class
# directly, but here's an example:
# action... |
package org.jpos.q2;
import org.jdom.Element;
import org.jpos.core.Configuration;
import org.jpos.core.<API key>;
public interface <API key> {
public Configuration getConfiguration (Element e)
throws <API key>;
} |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
.drop-element, .drop-element:after, .drop-element:before, .drop-element *, .drop-element *:after, .drop-element *:before {
box-sizing: border-box; }
.drop-element {
position: absolute;
display: none; }
.drop-element.drop-open {
display: block; }
.drop-element.<API key> {
max-width: 100%;
max-height: 100... |
# -*- coding: utf-8 -*-
# This file is part of Shuup.
from __future__ import unicode_literals
from django import forms
from django.conf import settings
from django.contrib.auth import get_user_model, login, logout
from django.contrib.auth.forms import SetPasswordForm
from django.contrib.auth.tokens import <API key>
fro... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="ApiGen 2.8.0">
<title>Class banco</title>
<script type="text/javascript" src="resources/combined.js?3770084987"></script>
<script type="text/javascript" src="elementlist.... |
# <API key>: true
module Decidim
module Blogs
# This type represents a Post.
PostType = GraphQL::ObjectType.define do
interfaces [
-> { Decidim::Comments::<API key> },
-> { Decidim::Core::AttachableInterface },
-> { Decidim::Core::AuthorableInterface },
-> { Decidim::Core... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_51) on Fri Jan 24 14:22:36 EST 2014 -->
<TITLE>
Uses of Class com.sleepycat.bind.serial.SerialOutput (Oracle - Berkeley DB Java API)
</TITLE>
<META NAME="date" CONTENT="2014-01-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="..... |
/* Styles for the login/signup forms */
body{
color: #fff;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif;
background: #2A5491 url("../img/landing/bg.jpg") no-repeat center center fixed;
-<API key>: cover;
-moz-background-size: cover;
-o-background-size: cover;
... |
"""Tests of email marketing signal handlers."""
import logging
import ddt
from django.test import TestCase
from django.test.utils import override_settings
from mock import patch
from util.json_request import JsonResponse
from email_marketing.signals import <API key>, \
<API key>, \
<API key>, \
<API key>
fr... |
package bech32
import (
"encoding/hex"
"fmt"
)
// This example demonstrates how to decode a bech32 encoded string.
func ExampleBech32Decode() {
encoded := "<API key>"
hrp, decoded, err := Bech32Decode(encoded)
if err != nil {
fmt.Println("Error:", err)
}
// Show the decoded data.
... |
package Main;
import <API key>.Article;
import AnnotationReader.AnnotationReader;
/**
* @author mbaxkhm4
*
*/
public class TabALIRunner {
public static Article currentArticle;
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System... |
package storage
import (
"path/filepath"
"github.com/juju/errors"
)
const (
diskByUUID = "/dev/disk/by-uuid"
diskByLabel = "/dev/disk/by-label"
)
// BlockDevicePath returns the path to a block device, or an error if a path
// cannot be determined.
// The path is only guaranteed to be persistent until t... |
"""
Asset compilation and collection.
"""
from __future__ import print_function
import argparse
import glob
import os
import traceback
from datetime import datetime
from functools import wraps
from threading import Timer
from paver import tasks
from paver.easy import call_task, cmdopts, consume_args, needs, no_help, pa... |
class SpamController < MyProfileController
protect :moderate_comments, :profile
def index
if request.post?
begin
# FIXME duplicated logic
# This logic more or less replicates what is already in
# <API key>#view_page,
# <API key>#remove_comment and
# <API key>#<API k... |
package io.bisq.network.p2p.peers.peerexchange;
import com.google.common.base.Preconditions;
import io.bisq.common.Timer;
import io.bisq.common.UserThread;
import io.bisq.common.app.Log;
import io.bisq.common.proto.network.NetworkEnvelope;
import io.bisq.network.p2p.NodeAddress;
import io.bisq.network.p2p.network.*;
im... |
package net.sf.odinms.provider.wz;
import net.sf.odinms.provider.MapleDataEntity;
import net.sf.odinms.provider.MapleDataEntry;
public class WZEntry implements MapleDataEntry {
private String name;
private int size;
private int checksum;
private int offset;
private MapleDataEntity parent;
public... |
# <API key>: true
class <API key> < ActiveRecord::Migration[5.0]
def change
rename_column :user_notifications, :sent, :is_sent
end
end |
package Kernel::System::GenericInterface::DebugLog;
use strict;
use warnings;
use Kernel::System::VariableCheck qw(:all);
our @ObjectDependencies = (
'Kernel::System::Cache',
'Kernel::System::DB',
'Kernel::System::Log',
);
=head1 NAME
Kernel::System::GenericInterface::DebugLog - log interface for generic in... |
#ifndef __MULTIPLOT__
#define __MULTIPLOT__
#include <sstream>
#include <float.h>
#include <time.h>
#include <math.h>
#include <vector>
#include <string>
#include <FL/Fl.H>
#include <FL/Fl_Gl_Window.H>
#include <FL/gl.h>
#ifndef min
#define min(a,b)( (a) < (b) ) ? (a) : (b) )
#endif
enum MULTIPLOT_GRIDSTYLE
{
M... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
"""
Tests for Discussion API views
"""
from datetime import datetime
import json
from urlparse import urlparse
import ddt
import httpretty
import mock
from nose.plugins.attrib import attr
from openedx.core.djangoapps.user_api.accounts.image_helpers import <API key>
from pytz import UTC
from django.core.urlresolvers imp... |
package org.javatari.atari.cartridge.formats;
import org.javatari.atari.cartridge.Cartridge;
import org.javatari.atari.cartridge.CartridgeFormat;
import org.javatari.atari.cartridge.<API key>;
import org.javatari.atari.cartridge.ROM;
/**
* Implements the 4K unbanked format. Smaller ROMs will be copied multiple times t... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
import { settled } from "@ember/test-helpers";
import { setupMirage } from "ember-cli-mirage/test-support";
import { setupTest } from "ember-qunit";
import { module, test } from "qunit";
module("Unit | Service | unverified reports", function(hooks) {
setupTest(hooks);
setupMirage(hooks);
test("exists", async func... |
--Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later version.
--T... |
# This file is part of Canvas.
# Canvas is free software: you can redistribute it and/or modify it under
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# details.
require_dependency 'importers'
module Importers
class RubricImporter < Importer
self.item_class = Rubric
def self.proc... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
(function() {
tinymce.create('tinymce.plugins.InstructureRecord', {
init : function(ed, url) {
ed.addCommand('instructureRecord', function() {
var $editor = $("#" + ed.id);
$.mediaComment('create', 'any', function(id, mediaType) {
$editor.editorBox('insert_code', "<a href='/media_o... |
require 'rails_helper'
describe Devise::Models::JwtAuthenticatable do
let(:model) { User }
let(:factory) { model.to_s.downcase }
let(:secret) { 'secret' }
let(:exp) { 1.month.from_now }
let(:claim) do
{ resource_id: resource.id, exp: exp.to_i }
end
let(:resource) { create factory }
before do
Tim... |
class OAuthService
def self.find_or_create_user(auth, signed_in_resource = nil)
# Get the identity and user if they exist
identity = <API key>(auth)
# If a signed_in_resource is provided it always overrides the existing user
# to prevent the identity being locked with accidentally created accounts.
... |
DROP FUNCTION pg_catalog.<API key>(text, text, int, citus.distribution_type, text[], text[], boolean);
CREATE OR REPLACE FUNCTION pg_catalog.<API key>(
result_prefix text,
query text,
<API key> int,
partition_method citus.distribution_type,
<API key> text[],
<API key> text[],
binary_copy boo... |
package com.rapidminer.example.table;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.logging.Level;
import com.rapidminer.example.Attribute;
import com.rapidminer.tools.LogService;
/**
* This ... |
class BadgeGroup < ApplicationRecord
self.primary_key = 'badge_group_id'
self.table_name = 'badge_groups'
has_many :badge_badge_groups, dependent: :delete_all
has_many :badges, -> { order(:order) }, through: :badge_badge_groups
validates :name, presence: true, length: { in: 2..255 }, allow_blank: false, uniq... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLayers 3 API Documentation - Namespace: interaction</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<script src="scripts/jquery.min.js"> </script>
<!--[if... |
##Description:
Handling errors securely is a key aspect of secure coding.
There are two types of errors that deserve special attention. The first is exceptions
that occur in the processing of a security control itself. It's important that these
exceptions do not enable behavior that the countermeasure would normally no... |
/* eslint-disable no-plusplus, prefer-const, curly, no-bitwise */
/* exported Picotable */
/* global alert, require */
const Picotable = (function (m, storage) {
"use strict";
m = m || require("mithril");
const Util = (function () {
function property(propertyName) {
return function (obj)... |
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2016-09-02 14:39
from __future__ import unicode_literals
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('reference', '<API key>'),
]
operations = [
migrati... |
package org.phenotips.entities.internal;
import org.phenotips.entities.<API key>;
import org.phenotips.entities.<API key>;
import org.xwiki.component.annotation.Component;
import javax.annotation.Nonnull;
import javax.inject.Named;
import javax.inject.Singleton;
/**
* Default implementation of the {@link <API key>} co... |
//
//
//
//
//# This program is free software: you can redistribute it and/or modify #
//
//# published by the Free Software Foundation, either version 3 of the #
//
//
//# This program is distributed in the hope that it will be useful, #
//
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
# -*- coding: utf-8 -*-
# OpenERP, Open Source Management Solution
# This program is free software: you can redistribute it and/or modify
# published by the Free Software Foundation, either version 3 of the
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR... |
package org.rstudio.core.client.widget;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.ui.SimplePanel;
import com.google.gwt.user.client.ui.Widget;
/**
* A widget with html5 header (aka role="banner") element wrapping another widget
*/
public class BannerWidget extends SimplePanel
{
publi... |
/* iotcp_name2ip.c - convert a host name to its ip address
*
* Parameters-
* name - the pointer to the string of hostname.
*
* Returns-
* ip - the pointer to the string of ip address.
* NULL - convert operation failed, host not reachable.
*/
#include "mdef.h"... |
package br.gov.mj.sislegis.app.service;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import br.gov.mj.sislegis.app.model.AbstractEntity;
public abstract class AbstractPersisten... |
// Include this to build a Catch test executable.
// See TestRunner.hpp if you want to embed the test runner
// in your own executable.
#include "TestMain.hpp" |
'''
Tests for student activation and login
'''
import json
import unittest
from django.test import TestCase
from django.test.client import Client
from django.test.utils import override_settings
from django.conf import settings
from django.contrib.auth.models import User
from django.core.cache import cache
from django.c... |
var module = require("module");
var oldResolve = module._resolveFilename;
var extraPaths = [
__dirname
];
module._resolveFilename = function(request, paths) {
// Add the extra paths
extraPaths.forEach(function(p) {
if(paths.paths.indexOf(p) === -1)
paths.paths.push(p);
});
return... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>OmniEvents: getopt.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.3-20050530 -->
<div c... |
package net.minecraft.network.play.server;
import com.google.common.collect.Lists;
import java.io.IOException;
import java.util.Collection;
import java.util.Iterator;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.pl... |
package dr.app.beauti.generator;
import dr.app.beauti.components.ComponentFactory;
import dr.app.beauti.options.*;
import dr.app.beauti.types.StartingTreeType;
import dr.app.beauti.types.<API key>;
import dr.app.beauti.types.TreePriorType;
import dr.app.beauti.util.XMLWriter;
import dr.evolution.util.Taxa;
import dr.ev... |
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
#include "<API key>.h"
template<>
InputParameters validParams<<API key>>()
{
InputParameters params = validParams<<API key>>();
params.addRequiredParam<std::vector<BoundaryName> >("boundary_list",
"List of boundary IDs");
params.addRequiredParam... |
package org.pentaho.reporting.engine.classic.core.modules.misc.connections;
public final class <API key> {
private <API key>() {
}
public static final String JDBC_POOL = "JDBC_POOL"; //$NON-NLS-1$
public static final String JDBC_DATASOURCE = "DataSource"; //$NON-NLS-1$
public static final String MAX_ACTIVE_KE... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="uk" sourcelanguage="en">
<context>
<name>Fem_Analysis</name>
<message>
<location filename="_CommandAnalysis.py" line="41"/>
<source>Analysis container</source>
<translation>Контейнер аналізу</translation>
</... |
#include <QtTest/QtTest>
#include <QtCore/qlocale.h>
#include <qaudioinput.h>
#include <qaudiodeviceinfo.h>
#include <qaudioformat.h>
#include <qaudio.h>
#include "wavheader.h"
//TESTED_COMPONENT=src/multimedia
#define AUDIO_BUFFER 192000
#if defined(Q_OS_SYMBIAN)
#define SRCDIR ""
#endif
#ifndef QTRY_VERIFY2
#define Q... |
package org.jboss.jca.core.spi.transaction.xa;
import javax.resource.spi.work.Work;
import javax.resource.spi.work.<API key>;
import javax.transaction.xa.Xid;
/**
* Extends XATerminator to include registration calls
*
* @author <a href="abrock@redhat.com">Adrian Brock</a>
* @author <a href="jesper.pedersen@ironjaca... |
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <papi.h>
#include <config.h>
#include <errno.h>
#include <cairo.h>
#include <cairo-ps.h>
#include <glib/gi18n-lib.h>
#include "gtk.h"
#include "gtkprintbackendpapi.h"
#include "gtkprinter... |
#include <QtGui>
#include "gvbwidget.h"
GvbWidget::GvbWidget(QGraphicsItem * parent, Qt::WindowFlags wFlags)
: QGraphicsWidget(parent, wFlags)
{
}
GvbWidget::~GvbWidget()
{
}
void GvbWidget::keyPressEvent(QKeyEvent *event)
{
Q_UNUSED(event)
} |
package org.teiid.query.function;
import java.io.Serializable;
import java.lang.reflect.Array;
import java.lang.reflect.<API key>;
import java.lang.reflect.Method;
import java.util.Arrays;
import org.teiid.api.exception.query.<API key>;
import org.teiid.common.buffer.BlockedException;
import org.teiid.core.CoreConstant... |
#ifndef INCLUDE_path_h__
#define INCLUDE_path_h__
#include "common.h"
#include "posix.h"
#include "buffer.h"
#include "vector.h"
/**
* Path manipulation utils
*
* These are path utilities that munge paths without actually
* looking at the real filesystem.
*/
/*
* The dirname() function shall take a pointer to a c... |
package org.languagetool.dev.eval;
import org.apache.commons.io.IOUtils;
import org.languagetool.JLanguageTool;
import org.languagetool.Language;
import org.languagetool.language.AmericanEnglish;
import org.languagetool.language.BritishEnglish;
import org.languagetool.language.English;
import org.languagetool.languagem... |
#include "config.h"
#define _XOPEN_SOURCE
#define <API key> 1 /* strptime is XPG4v2 */
#include <time.h>
#include <string.h>
#include <stdio.h>
#include <libtracker-common/tracker-utils.h>
#include <libtracker-common/tracker-date-time.h>
#include "tracker-utils.h"
#ifndef HAVE_GETLINE
#include <stddef.h>
#include <s... |
package noconflict.org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD 320.
* <p>
* <b>Note:</b> this implementation offers the same level of security
* as RIPEMD 160.
*/
public class RIPEMD320Digest
extends GeneralDigest
{
private static final int DIGEST_LENGTH = 40;
private int H0, H1, H2... |
# Include the 'gfx-config' file to get all the correct build settings
include ../gfx-config
SRCS = t-vec.cxx t-img.cxx t-gui.cxx t-glimg.cxx t-script.cxx t-glext.cxx
ALL = $(SRCS:.cxx=)
all: $(ALL)
t-vec: t-vec.cxx
$(CXX) -o $@ $^ $(CXXFLAGS) $(LDFLAGS) -lgfx -lm
t-script: t-script.cxx
$(CXX) -o $@ $^ $(CXXFLAG... |
#ifndef __TAPI_NETTEXT_H__
#define __TAPI_NETTEXT_H__
#if defined(DEVICE_JET)
#include "device/jet/tapi_nettext.h"
#elif defined(DEVICE_WAVE)
#include "device/wave/tapi_nettext.h"
#endif
/**
* All the TAPI Nettext (sms) context structures generic to all Mocha devices will be defined here
*/
typedef struct {
uint3... |
#ifndef <API key>
#define <API key>
// mapnik
#include <mapnik/box2d.hpp>
// boost
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/noncopyable.hpp>
// stl
#include <vector>
#include <cstring>
namespace mapnik
{
template <typename T>
class quad_tree : boost::noncopyable
{
struct node
{
type... |
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst {
using System;
using System.Runtime.InteropServices;
#region Autogenerated code
[GLib.GType (typeof (Gst.<API key>))]
public enum TypeFindProbability {
None = 0,
Minimum... |
#include "qbuiltintypes_p.h"
#include "qitem_p.h"
#include "qvalidationerror_p.h"
#include "qinteger_p.h"
QT_BEGIN_NAMESPACE
using namespace QPatternist;
Item Integer::fromValue(const xsInteger num)
{
return toItem(Integer::Ptr(new Integer(num)));
}
AtomicValue::Ptr Integer::fromLexical(const QString &strNumeric)
{... |
/**
* @{
*
* @file
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#include <stddef.h>
#include "od.h"
#include "net/l2filter.h"
#include "net/gnrc.h"
#include "net/ieee802154.h"
#include "net/gnrc/netdev/ieee802154.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
static gnrc_pktsnip_t *_recv(gnrc_netde... |
<!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.11"/>
<title>CoreGTK: CGTKSpinButton Class Reference</title>
<link href="tabs.css" rel="stylesheet" type... |
<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Member List... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Content-Centric Networking in Java: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- ... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Content-Centric Networking in Java: org.ccnx.ccn.impl.security.crypto.<API key> Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="st... |
#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cogl/cogl.h> can be included directly."
#endif
#ifndef <API key>
#define <API key>
#include <cogl/cogl-types.h>
G_BEGIN_DECLS
#define <API key> <API key>
/**
* <API key>:
* @path: The path to clip with.
*
* Sets a new clipping area using... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <glib.h>
#ifdef G_OS_WIN32
#undef DATADIR
#include <windows.h>
extern int main (int argc, char **argv);
/* In case we build this as a windowed application */
#ifdef __GNUC__
# ifndef _stdcall
# define _stdcall __attribute__((stdcall))
# ... |
#ifndef QLLCPSERVER_P_H
#define QLLCPSERVER_P_H
#include <qmobilityglobal.h>
#include "qllcpserver.h"
QTM_BEGIN_NAMESPACE
class QLlcpServerPrivate
{
Q_DECLARE_PUBLIC(QLlcpServer)
public:
QLlcpServerPrivate(QLlcpServer *q);
~QLlcpServerPrivate();
bool listen(const QString &serviceUri);
bool isListeni... |
/**
* Read properties from file - grain or element
* Input file syntax: prop1 prop2 etc. See test.
* For grain level, voronoi tesellation with random grain centers are generated;
* Element center points used for assigning properties
* Usable for generated mesh
*/
class <API key> : public GeneralUserObject
{
publi... |
import Control.Monad
import Control.Monad.Trans.Resource
import System.IO
import System.Exit
import System.Environment
import Data.Conduit
import qualified Data.Conduit.List as CL
import qualified Data.Conduit.Binary as CB
import qualified Data.ByteString.Char8 as BS
import Data.Conduit.ZMQ3 (zmqSource)
import System.Z... |
#ifndef __FSTREENODE_HH__
#define __FSTREENODE_HH__
#include <QLinkedList>
// TODO: the FSTreeNode objects are in this case representing image
// directories that include images (and subdirectories as FSTreeNodes) -
// a node should contain list of its image children in the case of
// furious destruction
class ... |
// Import section
// AIRINV
#include <airinv/bom/BomAbstract.hpp>
namespace AIRINV {
} |
#include "servicetest.h"
#include "sconnect.h"
#include "service.h"
#include "property.h"
#include <QtTest/QtTest>
#include <QProcess>
#include <QStringList>
#include <string>
#define SERVICE_NAME "org.maemo.contextkit.testProvider"
int serviceNameIx = 0;
namespace ContextProvider {
void ServiceTest::initTestCase()
{
}... |
html, body
{
height: 100%;
margin: 0;
}
iframe
{
height: 480;
width: 100%;
}
#header,#footer,#content
{
position: absolute;
right: 0;
left: 0;
}
#header
{
background:#FFFFFF;
box-shadow: 0px 10px 5px #888;
height: 63px;
top: 0;
width: 100%;
z-index: 1;
}
#header img
{
height: 100%;
}
#kurent... |
/**
* @{
*
* @file
*/
#include "net/ipv6.h"
#include "net/gnrc/icmpv6.h"
#include "net/gnrc/netif.h"
#include "net/gnrc/pktbuf.h"
#include "net/gnrc/icmpv6/error.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
/* all error messages are basically the same size and format */
#define ICMPV6_ERROR_SZ (sizeof(<API key... |
// This file is part of the deal.II library.
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// the top level of the deal.II distribution.
#include <deal.II/base/quadrature_lib.h>
#include <deal.II/base/qprojector.h>
#include <deal.... |
// This file is part of the deal.II library.
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// the top level of the deal.II distribution.
// check numbers::signaling_nan<Point>
// the test only checks that the function can be calle... |
#! /bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
mm-common-prepare --force --copy "$srcdir"
autoreconf --force --install --warnings=all "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" --<API key> "$@" |
#include <stdexcept>
#include <QDebug>
#include <QFileInfo>
#include <QStringList>
#include <QTimer>
#include "DactMacrosModel.hh"
#include "DactMacrosFile.hh"
#include "<API key>.hh"
const QChar DactMacrosModel::d_symbol('%');
DactMacrosModel::DactMacrosModel(QObject *parent)
:
QAbstractItemModel(parent)
{
con... |
import errno
import os
import tempfile
from contextlib import contextmanager
from shutil import rmtree
def mkdir_p(d):
"""Python 3.2 has an optional argument to os.makedirs called exist_ok. To
support older versions of python we can't use this and need to catch
exceptions"""
try:
os.makedirs(d)... |
#include <fifechan/image.hpp>
#include <fifechan/exception.hpp>
#include <fifechan/graphics.hpp>
#include <fifechan/widgets/container.hpp>
#include <fifechan/widgets/icon.hpp>
#include <fifechan/widgets/iconprogressbar.hpp>
namespace fcn
{
IconProgressBar::IconProgressBar()
:
mImage(NULL),
mInternalImag... |
\hypertarget{<API key>}{}\section{Cqrs.\+Domain.\+Repository$<$ T\+Authentication\+Token $>$ Class Template Reference}
\label{<API key>}\index{Cqrs.\+Domain.\+Repository$<$ T\+Authentication\+Token $>$@{Cqrs.\+Domain.\+Repository$<$ T\+Authentication\+Token $>$}}
Inheritance diagram for Cqrs.\+Domain.\+Repository$<$ T\... |
# Produced at the Lawrence Livermore National Laboratory.
# This file is part of Spack.
# LLNL-CODE-647188
# This program is free software; you can redistribute it and/or modify
# published by the Free Software Foundation) version 2.1, February 1999.
# This program is distributed in the hope that it will be useful, but... |
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
namespace WebBuilder {
public partial class DefaultPage {
<summary>
nameHeading control.
</summary>
... |
#include "urifor.h"
#include <cutelee/exception.h>
#include <cutelee/parser.h>
#include <Context>
#include <Cutelyst/Context>
#include <Cutelyst/ParamsMultiMap>
#include <QDebug>
UriFor::UriFor(const QString &path, const QStringList &args, Cutelee::Parser *parser) : Cutelee::Node(parser)
, m_path(path, parser)
{
... |
package org.xwiki.security.authorization.testwikis.internal.parser;
import java.util.Arrays;
import java.util.List;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xwiki.security.authorization.testwikis.TestDefinition;
import org.xwiki.security.authorization.testwikis.TestEntity;
import org.x... |
$(document).ready(function(){$projectile.ready(function(){
//jQuery.filer options
var _filerOpts = $projectile._config._filerOpts;
_filerOpts.theme = 'table';
_filerOpts.templates.item = '<div class="table-row files-item uploading">\
<div class="table-col"><i class="i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.