answer stringlengths 15 1.25M |
|---|
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_07) on Tue Jul 27 14:07:51 GMT-03:00 2010 -->
<TITLE>
Uses of Package entities.category
</TITLE>
<META NAME="date" CONTENT="2010-07-27">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT ty... |
// Use of this file is subject to the terms
// accompanies this file.
// Your use of this file indicates your
// acceptance of the terms described in
#ifndef _FREEBT_DEV_H
#define _FREEBT_DEV_H
#ifdef __cplusplus
extern "C" {
#endif
NTSTATUS <API key>(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp);
NTSTATUS <API key>(IN ... |
#ifndef <API key>
#define <API key>
// Module
#include "Joint.h"
namespace love
{
namespace physics
{
namespace box2d
{
/**
* A RevoluteJoint allows two bodies relative rotation
* around a single point.
**/
class RevoluteJoint : public Joint
{
public:
/**
* Creates a new RevoluteJoint connecting body1 and b... |
<?php
namespace Claroline\CoreBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\<API key>;
use Symfony\Component\OptionsResolver\<API key>;
class <API key> extends AbstractType
{
private $withLock = false;
public function __construct($withLock = false)
{
$this->withLoc... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<head><title>closeAllDatabases — MongoDB Manual 2.4.3</title><link rel="shortcut icon" href="http://media.mongodb.org/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index... |
package com.github.situx.postagger.main.gui.ime.descriptor;
import com.github.situx.postagger.main.gui.ime.jquery.<API key>;
import java.awt.*;
public interface <API key> {
/**
* @return
* @see Component#getInputContext()
*/
public <API key> getInputContext();
/**
... |
// Aeira
// Bookstore Owner
public class AeiraScript : NpcScript
{
public override void Load()
{
SetRace(10001);
SetName("_aeira");
SetBody(height: 0.8f);
SetFace(skinColor: 16, eyeType: 2, eyeColor: 27, mouthType: 1);
SetStand("human/female/anim/<API key>");
SetL... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>url_encode — TwigDocs 1.15 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
... |
#pragma once
#include <cstddef>
#include <cstdint>
#include <memory>
namespace fs
{
class IFileHandle
{
public:
virtual ~IFileHandle() = default;
virtual bool
open() = 0;
virtual void
close() = 0;
virtual bool
eof() = 0;
virtual bool
flush() = 0;
virtual bool
seek(size_t position) = 0;
... |
<?php
namespace Umbria\ProLocoBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
use Umbria\OpenApiBundle\Entity\Tourism\GraphsEntities\Consortium;
use Umbria\ProLocoBundle\Entity\SearchFilter;
use Symfony\Component\Form\Extension\Core\Type\TextTyp... |
package com.waz.bitmap.gif
import java.nio.{ByteBuffer, ByteOrder, IntBuffer}
import android.graphics.{Bitmap, Color}
import com.waz.bitmap.gif.Gif.{Disposal, Frame}
class LzwDecoder(gif: Gif) {
import LzwDecoder._
ensureLibraryLoaded()
val imageWidth = gif.width
val imageHeight = gif.height
val maxImageDataS... |
String.prototype.repeat=function(num){if(num<0){return"";}else{return new Array(num+1).join(this);}};function is_object(x){return Object.prototype.toString.call(x)==="[object Object]";}function is_defined(x){return typeof x!=="undefined";}function is_array(x){return Object.prototype.toString.call(x)==="[object Array]";... |
<?php
namespace ACS\ACSPanelBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
use ACS\ACSPanelBundle\Controller\Base\CommonController;
use FOS\RestBundle\Controller\Annotations as Rest;
use ACS\ACSPanelBundle\Entity\DnsDomain;
use ACS\ACSPanelBundle\Entity\DnsRe... |
$(document).ready(function() {
$('#contact_form').bootstrapValidator({
// To use feedback icons, ensure that you use Bootstrap v3.1.0 or later
feedbackIcons: {
valid: 'glyphicon glyphicon-ok',
invalid: 'glyphicon glyphicon-remove',
validating: 'glyphicon glyphicon... |
import os
import sys
from django.conf import settings
if not settings.configured:
settings_dict = dict(
INSTALLED_APPS=(
#'django.contrib.contenttypes',
'inspector_panel',
'inspector_panel.tests',
),
DATABASES={
"default": {
... |
package gov.wa.wsdot.mobile.client.widget.button.image;
import com.googlecode.mgwt.ui.client.widget.button.ImageButton;
import gov.wa.wsdot.mobile.client.widget.image.LocalImageHolder;
public class LocationImageButton extends ImageButton {
public LocationImageButton() {
super(LocalImageHolder.get().location... |
using System;
using System.Reflection;
namespace CodeSharp.EventSourcing
{
<summary>
</summary>
public class ObjectContainer
{
private static IObjectContainer _container;
internal static void SetContainer(IObjectContainer container)
{
_container = container;
}... |
'use strict';
define('forum/topic', [
'forum/infinitescroll',
'forum/topic/threadTools',
'forum/topic/postTools',
'forum/topic/events',
'forum/topic/posts',
'forum/topic/images',
'forum/topic/replies',
'navigator',
'sort',
'components',
'storage',
], function (infinitescroll,... |
// Package errorx provides error implementation and error-related utilities.
// Conventional approach towards errors in Go is quite limited.
// The typical case implies an error being created at some point:
// return errors.New("now this is unfortunate")
// Then being passed along with a no-brainer:
// ... |
// For more information, see LICENCE in the main folder
#ifndef _CHAR_INT_GUILD_H_
#define _CHAR_INT_GUILD_H_
enum {
GS_BASIC = 0x0001,
GS_MEMBER = 0x0002,
GS_POSITION = 0x0004,
GS_ALLIANCE = 0x0008,
GS_EXPULSION = 0x0010,
GS_SKILL = 0x0020,
GS_EMBLEM = 0x0040,
GS_CONNECT = 0x0080,
G... |
/**
* generated by Xtext
*/
package org.ebix.umm.generator;
import com.google.inject.Inject;
import org.ebix.umm.generator.GenerateXsd;
import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.xtext.generator.IFileSystemAccess;
import org.eclipse.xtext.generator.IGenerator;
import org.eclipse.xtext.xbase.li... |
#ifndef HELPVIEWER_H
#define HELPVIEWER_H
#include <QtCore/qglobal.h>
#include <QtCore/QString>
#include <QtCore/QUrl>
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtGui/QFont>
#if defined(BROWSER_QTWEBKIT)
# include <QWebView>
#elif defined(<API key>)
# include <QtWidgets/QTextBrowser>
#endif
QT... |
package com.mod.financial.view.managed.business.correspondances;
import com.mod.financial.view.utils.ADFUtils;
import com.mod.financial.view.utils.JSFUtils;
import oracle.adf.view.rich.context.AdfFacesContext;
import oracle.adf.view.rich.event.DialogEvent;
public class OutboundDocs {
public OutboundDocs() {
}
... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-cen-xr-w32-bld/build/dom/interfaces/xul/<API key>.idl
*/
#ifndef <API key>
#define <API key>
#ifndef <API key>
#include "nsIDOMXULElement.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_... |
#ifndef __MIRC_H
#define __MIRC_H
/* mIRC color control characters */
#define MIRC_BOLD 0x02
#define MIRC_ITALICS 0x1D
#define MIRC_UNDERLINE 0x1F
#define MIRC_REVERSE 0x16
#define MIRC_BLINK 0x06
#define MIRC_PLAIN 0x0F
#define MIRC_COLOR 0x03
/* mIRC color code */
enum {
MIRC_COLOR_WHI... |
{% extends "template/onenews.html" %}
{% set title = 'Release GCompris 0.91' %}
{% set withlongcontent = 0 %}
{% block content %}
<img src='{{ newsFolder }}images/gcompris360.png'
alt='gcompris banner'
class='col-xs-12 col-md-4'
style='float: right; padding-left: 10px; cursor: pointer;'
onclick="win... |
#include "spice.h"
#include <stdio.h>
#include "mos1defs.h"
#include "cktdefs.h"
#include "fteconst.h"
#include "iferrmsg.h"
#include "noisedef.h"
#include "util.h"
#include "suffix.h"
/*
* MOS1noise (mode, operation, firstModel, ckt, data, OnDens)
* This routine names and evaluates all of the noise sources
* ... |
package org.sufficientlysecure.keychain.ui.base;
import android.os.Bundle;
import android.os.Message;
import android.os.Parcelable;
import org.sufficientlysecure.keychain.service.<API key>;
import org.sufficientlysecure.keychain.service.input.CryptoInputParcel;
public abstract class <API key> <T extends Parcelable> ext... |
#ifndef <API key>
#define <API key>
#include "sqlite/Error.h"
#include "sqlite/Query.h"
#include "sqlite/Connection.h"
#include <QThread>
#include <QSemaphore>
#include <QMutex>
#include <QQueue>
#include <QSet>
class DatabaseThread;
class <API key>;
struct sqlite3;
/**
* Asynchronous Query - provides SQL connections ... |
#include "replace.h"
#include "system/network.h"
#include "system/filesys.h"
#include <dirent.h>
#include "lib/util/data_blob.h"
#include "lib/util/debug.h"
#include "lib/unix_msg/unix_msg.h"
#include "system/filesys.h"
#include "lib/messages_dgm.h"
#include "lib/param/param.h"
#include "poll_funcs/poll_funcs_tevent.h"... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
other property
"""
import copy
from rebulk import Rebulk, Rule, RemoveMatch, RenameMatch, POST_PROCESS, AppendMatch
from rebulk.remodule import re
from ..common import dash
from ..common import seps
from ..common.pattern import is_disabled
from ..common.validators impor... |
package ai.grakn.graql.internal.pattern;
import ai.grakn.concept.ConceptId;
import ai.grakn.concept.ResourceType;
import ai.grakn.concept.TypeLabel;
import ai.grakn.exception.GraqlQueryException;
import ai.grakn.graql.Graql;
import ai.grakn.graql.Pattern;
import ai.grakn.graql.ValuePredicate;
import ai.grakn.graql.Var;... |
package com.bluepowermod.api.misc;
public enum MinecraftColor {
WHITE(0xEBEBEB, 0xF0F0F0, 0xFFFFFF, 'f'),
ORANGE(0xCC7437, 0xEB8844, 0xF7A165, '6'),
MAGENTA(0xB041BA, 0xC354CD, 0xDF79E8, '1'),
LIGHT_BLUE(0x4D73C4, 0x6689D3, 0xA5BEF2, 'b'),
YELLOW(0xBAAD1E, 0xDECF2A, 0xFAE92F, 'w'),
LIME(0x3BB830... |
#pragma once
namespace Language_hu {
using namespace Language_en;
constexpr uint8_t CHARSIZE = 2;
PROGMEM Language_Str LANGUAGE = _UxGT("Magyar");
PROGMEM Language_Str WELCOME_MSG = MACHINE_NAME _UxGT(" Kész.");
PROGMEM Language_... |
<?php
Yii::import('CHtml',true);
/**
* CErrorHandler handles uncaught PHP errors and exceptions.
*
* It displays these errors using appropriate views based on the
* nature of the error and the mode the application runs at.
* It also chooses the most preferred language for displaying the error.
*
* CErrorHandler ... |
#ifndef __KVDBPEAK_H
#define __KVDBPEAK_H
#include "KVDBParameterSet.h"
#include "KVINDRARRMValidator.h"
#include "TString.h"
class KVDBPeak: public KVDBParameterSet, public KVINDRARRMValidator {
private:
Bool_t fAvecGaz; //=kTRUE if gaz present in chio
TString fDetector; //name of detector
... |
#ifndef STATEMONITOR_H_
#define STATEMONITOR_H_
#include "auryn_definitions.h"
#include "AurynVector.h"
#include "Monitor.h"
#include "System.h"
#include "Connection.h"
#include <fstream>
#include <iomanip>
namespace auryn {
/*! \brief Records from an arbitray state vector of one unit from the source SpikingGroup to a ... |
#! /bin/sh
# Make sure all of these programs work properly
# when invoked with --help or --version.
# This program is free software: you can redistribute it and/or modify
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR... |
#include "triSurf.H"
#include "<API key>.H"
#include "helperFunctions.H"
//#define DEBUGSearch
namespace Foam
{
// Static data
const label <API key>::edgeNodes_[12][2] =
{
//- edges in x-direction
{0, 1},
{2, 3},
{4, 5},
{6, 7},
//- edges in y-direction
{0, 2}... |
#include "<API key>.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::<API key>::<API key>
(
faMesh& mesh,
const PtrList<faMesh>& procMeshes,
const PtrList<labelIOList>& edgeProcAddressing,
const PtrList<labelIOList>& faceProcAddressing,
const PtrList<labelIOLi... |
/** @file Params.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/
#include "Params.h"
using namespace std;
namespace dev
{
namespace eth
{
u256 const c_genesisDifficulty = 131072;
u256 const <API key> = 1024;
u256 const c_genesisGasLimit = 3141592;
u256 const c_minGasLimit = 125000;
u256 const <API key> = 1024... |
<?php
require('./roots.php');
require($root_path.'include/core/<API key>.php');
error_reporting($ErrorLevel);
# Define to TRUE if you want to echo the actions
# Note: might be useless in case of large number of persons.
define('ECHO_ACTION',FALSE);
# Crude protection to avoid robots from starting the script
if(!isset($... |
#1570870260
-- This file is part of Hercules.
-- http:
-- Hercules is free software: you can redistribute it and/or modify
-- (at your option) any later version.
-- This program is distributed in the hope that it will be useful,
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- along with this program... |
<html>
<head>
<title>IconProcs -- a BYOND library</title>
<style>
body {font: 11pt 'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;}
h1 {margin-bottom: 0; text-align: center;}
p.subtitle {margin: 0; text-align: center;}
p.author {margin-top: 0; text-align: center; font-style: italic;}
p.version {text-align: ce... |
/* Generated automatically. DO NOT EDIT! */
#define SIMD_HEADER "simd-avx2.h"
#include "../common/hc2cbdftv_4.c" |
pwd
version=$(cat jenkins/version.txt)
rm -Rf build
mkdir -p build
cd build
cmake -D <API key>:BOOL=OFF -D BUILD_LUA_WRAPPERS:BOOL=OFF .. || exit 1
make || exit 1
tar -cjf deepcl-linux64-${version}.tar.bz2 --exclude=CMake* --exclude=CMakeFiles --exclude=cmake* --exclude=Makefile --exclude=*.png --exclude=*.dat * |
package org.echocat.locela.api.java.annotations;
import org.junit.Test;
import static org.echocat.locela.api.java.testing.Assert.assertThat;
import static org.echocat.locela.api.java.testing.BaseMatchers.is;
import static org.echocat.locela.api.java.testing.BaseMatchers.isInstanceOf;
import static org.echocat.locela.ap... |
name: Bug
about: For when something is there, but doesn't work how it should.
<!
<!
Community Note
* Please vote on this issue by adding a [reaction](https://blog.github.com/<API key>/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, ... |
# Publishing
Repository is an entry point to most of end-user ES4J functionality.
It puts all components (journalling, indexing, querying) together and allows to publish commands.
java
Repository repository = StandardRepository.builder()
.journal(new MemoryJournal())
.ind... |
package openapi
import (
"context"
"io/ioutil"
"net/http"
"net/url"
"strings"
"fmt"
"github.com/antihax/optional"
)
// Linger please
var (
_ context.Context
)
type DiskApiService service
/*
DiskApiService /actions/resize
Action resize
* @param ctx context.Context - for authentication, l... |
{# This Source Code Form is subject to the terms of the Mozilla Public
{% extends "firefox/releases/notes.html" %}
{% set product_class = 'mzp-t-product-beta' %}
{% if release.product == 'Firefox for Android' %}
{% set page_id = 'data-gtm-page-id="/firefox/android/beta/releasenotes"' %}
{% set download_button %}
... |
# rvi_mobile_unlock
RVI Mobile Unlock demo android app.
App that will discover and iBeacon and try to establish a BT RFCOMM socket to the car.
On the car side right now there is a Raspberry PI executing the Erlang RVI stack.
The PI has to have BT scanning on and also BT LE announcement of the Beacon
Shell
sudo hciconfi... |
import cloneDeep from 'lodash.clonedeep';
import { validateAddon } from 'schema/validator';
import { validManifest } from './helpers';
describe('/version', () => {
it('should be invalid due to invalid version', () => {
const manifest = cloneDeep(validManifest);
manifest.version = '01';
validateAddon(manif... |
<html xmlns:soap="http:
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script src="./commonRes.js" language="JavaScript"> type="text/javascript"></script>
<link href="doc-style.css" type="text/css" rel="StyleSheet">
</head>
<script src="dynamic-content.js" type="text/javascr... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
#ifndef nsUCvKOCID_h___
#define nsUCvKOCID_h___
#include "nsISupports.h"
// Class ID for our EUCKRToUnicode charset converter
// {<API key>}
#define <API key> \
{ 0x379c2775, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}... |
package policyupdate
import (
"io/ioutil"
"os"
"strings"
"testing"
"github.com/hashicorp/consul/agent"
"github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/logger"
"github.com/hashicorp/consul/testrpc"
"github.com/hashicorp/consul/testutil"
"github.com/mitchellh/cli"
... |
#include "functional.hpp"
#include "pw9xx.hpp"
template <typename num>
static num pbesol_enhancement(const num & na, const num & gaa) {
using <API key>::S2;
const parameter muge = 0.123456790123;
const parameter kappa = 0.804;
num st2 = S2(na, gaa);
num mu = muge;
num t1 = 1 + mu * st2 / kappa;
return 1 +... |
<style type="text/css">
body {
background-color: white;
}
.cdalogo {
background-image: url("resources/sample_bg.png");
background-repeat: repeat-y;
height: 360px;
color: #f5f5f5;
padding-bottom: 20px;
}
.spacer200 {
height: 200px;
}
.ds... |
subcategory: "Kinesis"
layout: "aws"
page_title: "AWS: aws_kinesis_stream"
description: |-
Provides a Kinesis Stream data source.
# Data Source: aws_kinesis_stream
Use this data source to get information about a Kinesis Stream for use in other
resources.
For more details, see the [Amazon Kinesis Documentation][1].
##... |
'use strict';
var _ = require('lodash'),
Tree = require('../../../../lib/view/utils/tree');
describe('Tree', function() {
var tree,
levelItem = { level : 'some-level' },
blockItem = _.extend({}, levelItem, {
block : 'some-block',
tech : 'some-tech',
path : 'so... |
package com.servinglynk.hmis.warehouse.enums;
import java.util.Map;
import java.util.HashMap;
/**
* Defines the <API key> enumeration.
*
* @author Sandeep Dolia
*
*/
public enum <API key> {
/** Enum Constant. */
ZERO("0"),
/** Enum Constant. */
ONE("1"),
/** Enum Constant. */
NINTY_NINE("99... |
package com.servinglynk.report.bean;
import java.math.BigInteger;
public class <API key> {
private BigInteger q27cMaleTotal=BigInteger.valueOf(0);
private BigInteger <API key>=BigInteger.valueOf(0);
private BigInteger <API key>=BigInteger.valueOf(0);
private BigInteger <API key>=BigInteger.valueOf(0);
... |
<?php
namespace thebuggenie\core\entities\tables;
use thebuggenie\core\framework;
use b2db\Core,
b2db\Criteria,
b2db\Criterion;
/**
* Workflow transition validation rules table
*
* @package thebuggenie
* @subpackage tables
*
* @Table(name="<API key>")
*... |
from allauth.socialaccount.forms import SignupForm as BaseSignupForm
from django import forms
from django.core import validators
from django.utils.translation import gettext_lazy as _
USERNAME_REQUIRED = _("Username is required.")
USERNAME_SHORT = _(
"Username is too short (%(show_value)s characters). "
"It mus... |
package azurerm
import (
"fmt"
"net/http"
"testing"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
)
func <API key>(t *testing.T) {
var vm compute.... |
# Paasmaker - Platform as a Service
# This Source Code Form is subject to the terms of the Mozilla Public
import logging
import paasmaker
from apirequest import APIRequest, APIResponse
logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
class <API key>(APIRequest):
"""
Get the details ... |
import IdentityModel from './_base';
import DS from 'ember-data';
const { attr } = DS;
export default IdentityModel.extend({
formFields: ['toEntityId', 'fromEntityIds', 'force'],
toEntityId: attr('string', {
label: 'Entity to merge to',
}),
fromEntityIds: attr({
label: 'Entities to merge from',
edit... |
<?php
namespace Rbs\Commerce\Process;
/**
* @name \Rbs\Commerce\Process\CouponInterface
*/
interface CouponInterface
{
/**
* @return string
*/
public function getCode();
/**
* @return string
*/
public function getTitle();
/**
* @return \Zend\Stdlib\Parameters
*/
pub... |
# coding: utf-8
from django import forms
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from registration import forms as registration_forms
from kobo.static_lists import SECTORS, COUNTRIES
USERNAME_REGEX = r'^[a-z][a-z0-9_]+$'
USERNAME_MAX_LENGTH = 30
<API key> = _(... |
cur_frm.cscript.generate = function(doc, dt, dn) {
console.log("inside generate...")
// console.log([doc.code_contact,"Hello"])
return wn.call({
method: "selling.doctype.<API key>.<API key>.<API key>",
// args: {
// verification_code: doc.code_contact,
// ... |
//
//
//
//
//# 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... |
body {
background:#ddd;
}
.ccp-container {
_height:1%;
}
.ccp-header {
background:#dedede url(../images/1x40_gray.jpg) 0 0 repeat-x;
border-left:2px solid #aaa;
border-right:2px solid #aaa;
_width:100%;
}
#<API key> {
float:left;
margin:35px 0 5px 20px;
}
.ccp-header-menu {
p... |
var unblock_youku = unblock_youku || {}; // namespace
// for both chrome extension and server
unblock_youku.common_urls = [
//'http://ting.baidu.com/song/*/download*',
'http://*/vrs_flash.action*',
'http://*/?prot=2&type=1*',
'http://*/?prot=2&file=/*',
'http://music.baidu.com/song/*/download*',
... |
package com.funambol.email.util;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
import java.util.zip.CRC32;
import java.util.LinkedHashMap;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.io.BufferedInputStream;
import java.io.<API key>;
import java.io.<API key>;
... |
.PHONY: help chain dh
NAME := cert
help: ## Display this help
@echo If you want to use an existing certifaction auhoritiy, place ca_key.pem
@echo \(private key of the ca\) and ca_cert.pem \(the public cert of the ca\) in
@echo this directory.
@echo
@echo Otherwise everything will be created
@ec... |
package io.bitsquare.trade.offer;
import com.google.inject.Singleton;
import io.bitsquare.app.AppModule;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.env.Environment;
public class OfferModule extends AppModule {
private static final Logger log = LoggerFactory.getLogger(Of... |
//
//
//
//
//# 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 React from 'react';
import {IArticle} from 'superdesk-api';
import {flatMap} from 'lodash';
import {extensions} from 'appConfig';
import {IAuthoringAction} from './services/<API key>;
import {dataApi} from 'core/helpers/CrudManager';
import {CreatedInfo} from './created-info';
import {ModifiedInfo} from './modif... |
# -*- coding: utf-8 -*-
# directory
import re
from openerp import netsvc
from openerp.osv import osv, fields
class partner(osv.osv):
_name = 'res.partner'
_inherits = { }
_inherit = [ 'res.partner' ]
_columns = {
'authorization_ids': fields.one2many('nautical.authorization', 'partner_id', strin... |
//
//
//
//
//# 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... |
# -*- encoding: utf-8 -*-
# This program is free software: you can redistribute it and/or modify #
# (at your option) any later version. #
# This program is distributed in the hope that it will be useful, #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import date_diff, getdate, formatdate, cint, month_diff, flt
from frappe.model.document import Document
from erpnext.hr.utils import <API key>
class PayrollPeriod(Document):
def validate(self):
... |
import React from 'react'
import PropTypes from 'prop-types'
import { Field } from 'components/Forms'
import DiagramField from './DiagramField'
class CampaignDiagram extends React.Component {
render () {
const { campaign } = this.props
return (
<Field
name='campaign.diagram'
defaultValue... |
package com.procedures;
public class ByteBuilder {
public ByteBuilder(int capacity) {
array = new byte[capacity];
}
public void append(byte[] data, int offset, int length) {
for (int i = offset; i < offset + length; ++i) {
array[position] = data[i];
position += 1;
... |
<?php
$mess=array(
"Authentication One-time-password" => "Autenticazione One-Time-Password",
"Use Google Authenticator, Yubikey or standard password to authenticate users." => "Usa Google Authenticator, Yubikey o altre password standard per autenticare gli utenti.",
"Order" => "Ordine",
"Order this plugin with other au... |
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import flt, get_datetime, format_datetime
class <API key>(frappe.ValidationError): pass
def validate_return(doc):
if not doc.meta.get_field("is_return") or not doc.is_return:
return
<API key>(doc)
<API key>(... |
'use strict';
var expect = require('chai').expect;
var FileDemuxer = require('../../lib/file-handling/file-demuxer');
var stream = require('readable-stream');
var noisegen = require('noisegen');
var os = require('os');
var fs = require('fs');
var path = require('path');
var utils = require('../../lib/utils');
var TMP_D... |
/*can@2.2.9#map/list/list*/
define([
'can/util/library',
'can/map',
'can/list',
'can/compute'
], function (can) {
can.extend(can.List.prototype, {
filter: function (callback) {
var filtered = new this.constructor();
var self = this;
var generator = functio... |
'use strict';
import '../../modules/pareto.src.js'; |
package com.rapidminer.operator.generator;
import java.util.HashSet;
import java.util.Set;
import com.rapidminer.example.Attribute;
import com.rapidminer.example.table.AttributeFactory;
import com.rapidminer.tools.Ontology;
import com.rapidminer.tools.RandomGenerator;
/**
* Generates a data set for two attributes. The... |
# Alces HPC Software Toolkit #
# This file/package is part of Symphony #
# Symphony is free software: you can redistribute it and/or modify it under #
# any later version. ... |
//
//
//
//
//# 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... |
<?php
function <API key>() {
$user = Users::loggedInUser();
// don't save stats for non logged user
if (!$user) {
return;
}
$required = array("publisherId" => null, "streamName" => null, "metrics" => null, "minPeriod" => null);
Q_Valid::requireFields(array_keys($required), $_REQUEST, tru... |
package org.opennms.plugins.elasticsearch.rest.bulk;
import java.util.ArrayList;
import java.util.List;
import io.searchbox.action.BulkableAction;
import io.searchbox.core.Bulk;
public class BulkWrapper extends Bulk {
public BulkWrapper(Builder builder) {
super(builder);
}
public List<BulkableAction... |
//
//
//
//
//# 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... |
//
//
//
//
//# 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... |
{!! $thread->toHTML(
false,
isset($multiboard) ? $multiboard : false,
false
) !!}
@if (!$thread->reply_to)
@spaceless
@if ($thread->reply_count > count($thread->replies) && !$thread->reply_to)
<div class="<API key>">
{{-- Normal Reply Count --}}
<span class="<API key>">{{ Lang::get(
$thread-... |
import { Factory } from "ember-cli-mirage";
import faker from "faker";
import { randomDuration } from "../helpers/duration";
export default Factory.extend({
name: () => faker.commerce.productName(),
estimatedTime: () => randomDuration(),
// customer: association()
afterCreate(project, server) {
project.upda... |
$( function()
{
'use strict';
QUnit.module( 'scrollspy plugin' );
QUnit.test( 'should be defined on jquery object', function( assert )
{
assert.expect( 1 );
assert.ok( $( document.body ).scrollspy, 'scrollspy method is defined' )
} );
QUnit.module( 'scrollspy', {
beforeEa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.