text stringlengths 3 1.05M |
|---|
Cloudera Manager CSDs
=======
A collection of Custom Service Descriptors.
Requirements
------------
* Maven 3 (to build)
## Building the CSDs
The CSDs can be build by running:
```bash
$ mvn install
```
The CSD itself is a jar file located under the target
directory of each CSD. For Spark, the CSD is located:
`... |
/*
* arch/score/lib/ashldi3.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed ... |
import { RawParams } from '../params/interface';
import { ParamType } from './paramType';
import { StateDeclaration } from '../state';
import { UrlConfig } from '../url';
/** @internalapi */
declare enum DefType {
PATH = 0,
SEARCH = 1,
CONFIG = 2
}
export { DefType };
/** @internalapi */
export declare clas... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:orientation="vertical" >
<TextView
android:id="@+i... |
#ifndef _SAT_H_
#define _SAT_H_
/**
* @file
* @brief This file contains constants and constructs defined in the SCSI
* to ATA Translation (SAT) T10 standard. For more information please
* refer to www.t10.org.
*/
/**
* @name SAT_PROTOCOLS
*
* These constants indicate the various protocol value... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Text;
using System.Threading;
namespace Microsoft.CodeAnalysis.Host
{
/// <summary>
/// This service allows you to access temporary sto... |
<?php
/**
* @package toolkit
*/
/**
* The `XsltProcess` class is responsible for taking a chunk of XML
* and applying an XSLT stylesheet to it. Custom error handlers are
* used to capture any errors that occurred during this process, and
* are exposed to the `ExceptionHandler`'s for display to the user.
*/
cla... |
cCaveSpider::cCaveSpider(void) :
super("CaveSpider", mtCaveSpider, "entity.spider.hurt", "entity.spider.death", 0.7, 0.5)
{
}
void cCaveSpider::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
{
super::Tick(a_Dt, a_Chunk);
if (!IsTicking())
{
// The base class tick destroyed us
return;
}
m_EMPerso... |
var baseRandom = require('./_baseRandom'),
isIterateeCall = require('./_isIterateeCall'),
toNumber = require('./toNumber');
/** Built-in method references without a dependency on `root`. */
var freeParseFloat = parseFloat;
/* Built-in method references for those with the same name as other `lodash` methods. *... |
package org.spongepowered.api.data.manipulator.mutable.entity;
import org.spongepowered.api.data.manipulator.DataManipulator;
import org.spongepowered.api.data.manipulator.immutable.entity.ImmutableDamagingData;
import org.spongepowered.api.data.value.mutable.MapValue;
import org.spongepowered.api.data.value.mutable.... |
package com.example.zhanghu;
import java.util.HashMap;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.wid... |
layout: global
title: Spark Hadoop3 Integration Tests
---
# Running the Integration Tests
As mocking of an external systems (like AWS S3) is not always perfect the unit testing should be
extended with integration testing. This is why the build profile `integration-test` has been
introduced here. When it is given (`-P... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Color = (function () {
function Color() {
this.value = "#fff";
}
Color.prototype.load = function (data) {
if (data !== undefined) {
if (data.value !== undefined) {
this.value = data.v... |
// +k8s:deepcopy-gen=package
package componentconfig // import "k8s.io/kubernetes/pkg/apis/componentconfig"
|
namespace chrome {
void AttemptRestart() {
// Set the flag to restart Chrome after it is shutdown.
PrefService* pref_service = g_browser_process->local_state();
pref_service->SetBoolean(prefs::kRestartLastSessionOnShutdown, true);
AttemptExit();
}
void TerminateAndroid() {
bool restart = false;
PrefServi... |
<?xml version="1.0" encoding="UTF-8" ?>
<Hyak>
<Assembly>Microsoft.Azure.Management.Redis.Specification.dll</Assembly>
<OutputDirectory>Generated</OutputDirectory>
<Specification>
<Type>Microsoft.Azure.Management.Redis.RedisManagementClient</Type>
<Platform>
<Flavor>CSharp.Azure</Flavor>
<Ou... |
'use strict';
exports.__esModule = true;
exports['default'] = mapToZero;
function mapToZero(obj) {
var ret = {};
for (var key in obj) {
if (Object.prototype.hasOwnProperty.call(obj, key)) {
ret[key] = 0;
}
}
return ret;
}
module.exports = exports['default']; |
package org.evilkitten.slack.response.rtm.file;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import org.evilkitten.slack.response.rtm.RtmEvent;
@Data
public class FileDeletedEvent extends RtmEvent {
@JsonProperty("file_id")
private String fileId;
@JsonProperty("event_ts")
private... |
#ifndef _RTE_PREFETCH_X86_64_H_
#define _RTE_PREFETCH_X86_64_H_
#ifdef __cplusplus
extern "C" {
#endif
/* stubs */
static inline void rte_prefetch0(const volatile void *p)
{
}
static inline void rte_prefetch1(const volatile void *p)
{
}
static inline void rte_prefetch2(const volatile void *p)
{
}
static inline vo... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Constraint Validation API | TJ VanToll</title>
<meta name="description" content="A presentation on HTML5's contstraint validation API">
<meta name="author" content="TJ VanToll">
<meta name="apple-mobile-web-app-capable" content="yes... |
using System;
using System.Text;
using System.Runtime.Serialization;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Collections;
using System.Diagnostics;
using System.Reflection;
using System.Security;
using System.Xml;
namespace System.Runtime.Serialization.Json... |
/**
* @fileOverview The "divarea" plugin. It registers the "wysiwyg" editing
* mode using a DIV element.
*/
CKEDITOR.plugins.add( 'divarea', {
afterInit: function( editor ) {
// Add the "wysiwyg" mode.
// Do that in the afterInit function, so it'll eventually overwrite
// the mode defined by the wysiwyga... |
package org.apache.camel.builder.endpoint.dsl;
import java.util.Comparator;
import java.util.Map;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.apache.camel.Exchange;
import org.apache.camel.ExchangePattern;
import org.apache.... |
/**
* Gets URI that identifies the test.
* @return uri identifier of test
*/
function getTargetURI() {
return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrchildnodes2";
}
var docsLoaded = -1000000;
var builder = null;
//
// This function is called by the testing framework be... |
#include <linux/init.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/jiffies.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/wait.h>
#include <linux/hrtimer.h>
#include <linux/math64.h>
#include <linux/moduleparam.h>
#include <sound/core.h>
#include <sound/control.h>
#i... |
//-------------------------------------------------------------------------
// export webpack config
//-------------------------------------------------------------------------
const path = require('path')
const webpack = require('webpack')
const autoprefixer = require('autoprefixer')
const HtmlWebpackPlugin = requir... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MINER_H
#define BITCOIN_MINER_H
#include "primitives/block.h"
#... |
function drawTitle(ctx, iteration) {
var title = iteration.title
var textHeight = parseInt(ctx.font)
ctx.fillStyle = '#333333'
ctx.fillText(title, 1, 1 + textHeight)
// ctx.translate(0, textHeight + 6)
}
function drawState (ctx, status) {
var textHeight = parseInt(ctx.font)
ctx.fillStyle = '#333333'
var... |
project_path: /web/_project.yaml
book_path: /web/updates/_book.yaml
description: Learn about which colors match to which resource type to easy identify resources.
{# wf_updated_on: 2015-07-07 #}
{# wf_published_on: 2015-07-07 #}
{# wf_tags: devtools #}
{# wf_featured_image: /web/updates/images/2015-07-08-use-network-c... |
package javax.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.annotation.meta.TypeQualifier;
import javax.annotation.meta.When;
/**
* This annotation a value that is of a particular syntax, such as Java syntax
* or... |
package master.flame.danmaku.danmaku.model.android;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.text.TextPaint;
import master.flame.danmaku.danmaku.model.BaseDanmaku;
/**
* Created by ch on 15-7-16.
*/
public abstract class BaseCacheStuffer {
/**
* set paintWidth, paintH... |
"""Abstractions for the head(s) of a model.
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import six
from tensorflow.python.estimator import model_fn
from tensorflow.python.estimator.canned import head as head_lib
from tensorflow.python.estimator.cann... |
package edu.mines.jtk.util;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertNull;
import static org.testng.AssertJUnit.assertTrue;
/**
* Tests {@link edu.mines.jtk.util.Parameter}.
* @author Dave H... |
package com.thoughtworks.go.helper;
import com.thoughtworks.go.domain.materials.Material;
import com.thoughtworks.go.domain.materials.Modification;
import org.apache.commons.io.FileUtils;
import org.junit.rules.TemporaryFolder;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.... |
module RedHillConsulting::Core::ActiveRecord::ConnectionAdapters
module IndexDefinition
attr_accessor :ignore_case
end
end
|
/* libc/sys/linux/sys/termios.h - Terminal control definitions */
/* Written 2000 by Werner Almesberger */
#ifndef _SYS_TERMIOS_H
#define _SYS_TERMIOS_H
#include <linux/termios.h>
#include <machine/termios.h>
/* grr, this shouldn't have to be here */
int tcgetattr(int fd,struct termios *termios_p);
int tcsetattr(... |
/*
* mac_main.c -- The REAL entry point which
* calls the tools main code. For the tools
* the symbol "main" has been #defined to "tool_main"
* so that this entry point may be used to access
* the user-input first.
*/
#undef main
int
main()
{
int argc;
char **argv;
argc=ccommand(&argv);
return t... |
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you ma... |
/*
* @author Anthony Chan
*/
package logformat.slog2.output;
import java.util.Map;
import java.util.List;
import java.util.LinkedList;
import java.util.Iterator;
// import java.util.ListIterator;
import base.drawable.Drawable;
import logformat.slog2.*;
public class TreeTrunk
{
private OutputLog slog;
... |
var convert = require('./convert'),
func = convert('isMatchWith', require('../isMatchWith'));
func.placeholder = require('./placeholder');
module.exports = func;
|
(function(window, $, app) {
var Math = window.Math;
var parseInt = window.parseInt;
function Credits() {
var getCreditsHolder = function() {
return app.Page.get().find('[class*="creditsHolder"]');
};
var getCreditsWhole = function() {
return app.... |
import unittest
from test import support
import binascii
import random
import sys
from test.support import bigmemtest, _1G, _4G
zlib = support.import_module('zlib')
requires_Compress_copy = unittest.skipUnless(
hasattr(zlib.compressobj(), "copy"),
'requires Compress.copy()')
requires_Decompress_copy =... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package net.sourceforge.pebble.web.action;
import net.sourceforge.pebble.logging.Log;
import net.sourceforge.pebble.web.view.PlainTextView;
import net.sourceforge.pebble.web.view.View;
import net.sourceforge.pebble.web.view.impl.LogAsTabDelimitedView;
import javax.servlet.ServletException;
import javax.servlet.http.... |
// (function(w,d){
//MODAL DEFINITION
var Modal = function(element, options) { // element is the trigger button / options.target is the modal
this.opened = false;
this.modal = typeof element === 'object' ? element : document.querySelector(element);
this.options = {};
th... |
import assert from "power-assert";
assert(1 + 1 - 2 === 0, "The universe isn't how it should.");
assert.deepEqual({x: {y: 3}}, {x: {y: 3}}, "DEEP WENT DERP");
assert.equal(3, "3", "uses == comparator");
assert.notStrictEqual(2, "2", "uses === comparator");
assert.throws(() => {
throw "a hammer at your face";
}... |
from django import template, templatetags
from django.template import RequestContext
from django.conf import settings
from django.contrib.admin.views.decorators import staff_member_required
from django.db import models
from django.shortcuts import render_to_response
from django.core.exceptions import ImproperlyConfigur... |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.path.clip.basic.2</title>
<meta name="author" content="Philip Taylor">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="common/ca... |
use strict;
use warnings;
use feature 'say';
# Find modules installed w/ Carton
use FindBin;
use lib "$FindBin::Bin/../local/lib/perl5";
use Config::JFDI;
use Data::Dumper;
use Getopt::Long::Descriptive;
use DateTime;
use Date::Parse;
use Net::Google::Spreadsheets;
use FindBin qw($Bin);
use Mojo::DOM;
use Mojo::UserA... |
package org.apache.flink.streaming.runtime.operators.sink;
import org.apache.flink.api.connector.sink.GlobalCommitter;
import org.apache.flink.api.connector.sink.Sink;
import org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory;
import org.apache.flink.streaming.api.operators.OneInputStreamOperator... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Runtime.Serialization;
namespace MOE.Common.Models
{
[DataContract]
public class DetectionType
{
public DetectionType()
{
Detectors = ... |
echo "corruption!" > $BUCK_PROJECT_ROOT/dummy_resource
|
<?php
namespace Zend\Memory\Exception;
interface ExceptionInterface
{}
|
<?php
namespace Fuel\Tasks;
/**
* migrate task
*
* use this command line task to deploy and rollback changes
*/
class Migrate
{
/**
* @var boolean if true, migrate the app
*/
protected static $default = true;
/**
* @var array list of modules to migrate
*/
protected static $modules = array();
/**
... |
<dom-module id="world-hello">
<template>
<style>
:host {
display: block;
}
h3 {
background-color: blue;
color: white;
}
:host[formal] {
/*background-image: repeating-linear-gradient(90deg, red 5px, white 5px, blue 5px)*/
background-color: red;... |
cask 'readcube' do
version '2.0.12'
sha256 'fe833ae0b0317f85781344d422027fdb2b8e6dd6e30860fff8e427d60c1c5a3c'
url "https://download.readcube.com/desktop/#{version}/ReadCubeSetup.zip"
name 'ReadCube'
homepage 'https://www.readcube.com/'
license :unknown # TODO: change license and remove this comment; ':unkn... |
require 'chef/provider/package'
require 'chef/mixin/command'
require 'chef/resource/package'
require 'chef/mixin/get_source_from_package'
class Chef
class Provider
class Package
class Dpkg < Chef::Provider::Package
# http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
... |
<?xml version="1.0"?>
<doc>
<assembly>
<name>Npgsql</name>
</assembly>
<members>
<member name="T:NpgsqlTypes.ArrayNativeToBackendTypeConverter">
<summary>
Handles serialisation of .NET array or IEnumeration to pg format.
Arrays of arrays, enumerations of e... |
#include "CurveIntersection.h"
#include "CurveUtilities.h"
#include "IntersectionUtilities.h"
/* Given a cubic, find the convex hull described by the end and control points.
The hull may have 3 or 4 points. Cubics that degenerate into a point or line
are not considered.
The hull is computed by assuming that... |
require('../../../modules/es.string.sup');
var entryVirtual = require('../../../internals/entry-virtual');
module.exports = entryVirtual('String').sup;
|
/*
* ns_types.h - Basic compiler and type setup for Nanostack libraries.
*/
#ifndef NS_TYPES_H_
#define NS_TYPES_H_
/** \file
* \brief Basic compiler and type setup
*
* We currently assume C99 or later.
*
* C99 features being relied on:
*
* - <inttypes.h> and <stdbool.h>
* - inline (with C99 semantics, ... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta... |
#ifndef SyntaxChecker_h
#define SyntaxChecker_h
#include "Lexer.h"
#include <yarr/YarrSyntaxChecker.h>
namespace JSC {
class SyntaxChecker {
public:
struct BinaryExprContext {
BinaryExprContext(SyntaxChecker& context)
: m_context(&context)
{
m_context->m_topBinaryExp... |
\documentclass[quali.tex]{subfile}
\begin{document}
\section{Pilhas e filas persistentes} \label{sec:pilha_persist}
Pilhas são uma das estruturas de dados mais simples. Discutiremos nesta seção como transformá-las em estruturas persistentes. Em nosso pseudocódigo, usaremos estruturas de dados como objetos, ou seja, ... |
var map;
var mapLayers;
//****************************
// Custom controls
// ****************************
window.app = {};
var app = window.app;
app.generateTrailControl = function(opt_options) {
//alert("creating new control...");
var options = opt_options || {};
var select = document.createElement('select');
... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="date_time">EEE, dd. MMMM</string>
<string name="date_time_12">EEE, dd. MMMM</string>
<string name="desc_date_format">EEE, dd. MMM</string>
<string name="desc_date_format_12">EEE, dd. MMM</string>
<string name="desc_time">'Uhrzeit jetzt... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using StructureMap.Graph;
using StructureMap.TypeRules;
namespace StructureMap.AutoMocking
{
public interface IAutoMocker<TTargetClass> where TTargetClass : class
{
/// <summary>
/// Gets... |
(function () {
'use strict';
angular.module('hostel.clientes', [
'ngRoute',
'ngAnimate',
'clientes-service',
'nacionalidades-service',
'smart-table',
'popup-control',
'toastr'
])
.config(['$routeProvider', function ($routeProvider) {
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_paren... |
namespace {
class MyTestURLRequestContext : public net::TestURLRequestContext {
public:
MyTestURLRequestContext() : TestURLRequestContext(true) {
context_storage_.set_proxy_service(
net::ProxyService::CreateFixedFromPacResult(
"PROXY bad:99; PROXY maybe:80; DIRECT"));
Init();
}
virtu... |
$(function() {
var JSLSidebar = function() {
var removeSidebarWhenWindowIsTooSmall = function(event) {
if ( $(window).width() <= 768 ) {
console.log("Removing Sidebar");
$("#content").removeClass("sidebar-present");
$("aside.sidebar").hide();
} else {
console.log("Dis... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace System.Linq
{
public static partial class Enumerable
{
... |
class ParametrisedEventMultiple
include AASM
aasm(:left) do
state :sleeping, :initial => true
state :showering
state :working
state :dating
state :prettying_up
event :wakeup do
transitions :from => :sleeping, :to => [:showering, :working]
end
event :dress do
transitions... |
#ifndef SVGRenderSupport_h
#define SVGRenderSupport_h
#include "core/rendering/PaintInfo.h"
namespace WebCore {
class FloatPoint;
class FloatRect;
class ImageBuffer;
class LayoutRect;
class RenderBoxModelObject;
class RenderGeometryMap;
class RenderLayerModelObject;
class RenderObject;
class RenderStyle;
class Ren... |
import unittest
from top.WordContainerClass import WordContainer
from top.WordClass import Word
class WordContainerClassTestsTestCase(unittest.TestCase):
def setUp(self):
self.words = WordContainer()
def testDuplicates(self):
self.words.clearWords()
self.word1 = Word("dog","pies, ... |
/**
* An enum that describes the types of collisions actors can participate in
*/
export var CollisionType;
(function (CollisionType) {
/**
* Actors with the `PreventCollision` setting do not participate in any
* collisions and do not raise collision events.
*/
CollisionType["PreventCollision"]... |
/**
* Provides API for working with native C types, pointers, pointer arithmetic and memory.
*/
declare module interop {
/**
* A type that is used to represent a void*.
*/
interface Pointer {
/**
* Creates a new pointer with the given offset.
* @param offset The offset in ... |
package zfs // import "github.com/docker/docker/daemon/graphdriver/zfs"
import (
"fmt"
"strings"
"github.com/docker/docker/daemon/graphdriver"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
)
func checkRootdirFs(rootdir string) error {
var buf unix.Statfs_t
if err := unix.Statfs(rootdir, &buf); err != n... |
/**
* A plugin which enables rendering of math equations inside
* of reveal.js slides. Essentially a thin wrapper for MathJax.
*
* @author Hakim El Hattab
*/
var RevealMath = window.RevealMath || (function(){
var options = Reveal.getConfig().math || {};
var mathjax = options.mathjax || 'https://cdnjs.cloudflare... |
/*
General problem - turn a sequence of integral types into a sequence of hexadecimal characters.
- and back.
*/
/// \file hex.hpp
/// \brief Convert sequence of integral types into a sequence of hexadecimal
/// characters and back. Based on the MySQL functions HEX and UNHEX
/// \author Marshall Clow
... |
package org.apache.hadoop.hbase.mapreduce;
import java.io.IOException;
import java.util.List;
import org.apache.yetus.audience.InterfaceAudience;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.Cell;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.Tag;
import org.a... |
package org.cocos2dx.lib;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.opengles.GL10;
import android.opengl.GLSurfaceView;
import org.cocos2dx.lib.Cocos2dxHelper;
public class Cocos2dxRenderer implements GLSurfaceView.Renderer {
// =============================================... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>domain-theory: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... |
<?xml version="1.0" encoding="UTF-8" ?>
<process first-step="registerForm">
<description>
<output>
<state>ok</state>
<result name="output" description="composedPage" content-type="text/html" presentable="true" />
</output>
</description>
<step id="registerForm" processor="admin/createUser">
<save r... |
title: SB Admin
redirect_to:
- http://ironsummitmedia.github.io/startbootstrap-sb-admin/
--- |
namespace boost { namespace property_tree {
namespace json_parser { namespace detail
{
namespace constants
{
template <typename Ch> const Ch* null_value();
template <> inline const char* null_value() { return "null"; }
template <> inline const wchar_t* null_value() { return L"null";... |
CREATE TABLE a_bit_of_everything (
a_bool NUMBER(1) NOT NULL,
a_bool_nullable NUMBER(1),
a_blob BLOB NOT NULL,
a_blob_nullable BLOB,
a_char CHAR(255) NOT NULL,
a_char_nullable CHAR(255),
a_character CHAR(255) NOT NULL,
a_character_nullable CHAR(255),
a_clob CLOB NOT NULL,
a_clob_nullable CLOB,
a_d... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/btn_pass_pressed" android:state_pressed="true"></item>
<item android:drawable="@drawable/btn_pass_unpressed" android:state_pressed="false"></item>
</selector> |
package org.apache.metron.solr.client;
import com.google.common.base.Splitter;
import org.apache.solr.client.solrj.SolrClient;
import org.apache.solr.client.solrj.impl.CloudSolrClient;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.lang.invoke.MethodHandles;
import ... |
<?php
$plan_table = new HarbormasterBuildPlan();
$step_table = new HarbormasterBuildStep();
$conn_w = $plan_table->establishConnection('w');
foreach (new LiskMigrationIterator($plan_table) as $plan) {
echo pht(
"Migrating build plan %d: %s...\n",
$plan->getID(),
$plan->getName());
// Load all build s... |
/**
* @fileoverview Brick blocks for EV3.
* @requires Blockly.Blocks
* @author Malte und Steffen (Cebit Hackathon)
*/
'use strict';
goog.provide('Blockly.Blocks.mbedCommunication');
goog.require('Blockly.Blocks');
/**
* @lends Block
*/
Blockly.Blocks['mbedCommunication_sendBlock'] = {
/**
* Send a me... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/protobuf/descriptor.proto
namespace Google\Protobuf\Internal;
if (false) {
/**
* This class is deprecated. Use Google\Protobuf\Internal\DescriptorProto\ExtensionRange instead.
* @deprecated
*/
class DescriptorProt... |
<?php
namespace Zend\Code\Generator\Exception;
use Zend\Code\Exception;
class RuntimeException extends Exception\RuntimeException implements
ExceptionInterface
{
}
|
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" version="2">
<id>com.intellij</id>
<extensionPoints>
<extensionPoint name="bar"/>
<xi:include href="/extensionPoints.xml" xpointer="xpointer(/extensionPoints/*)"/>
</extensionPoints>
</idea-plugin> |
<?php
namespace Illuminate\Cache;
use Illuminate\Contracts\Cache\Store;
class TaggedCache extends Repository
{
use RetrievesMultipleKeys;
/**
* The tag set instance.
*
* @var \Illuminate\Cache\TagSet
*/
protected $tags;
/**
* Create a new tagged cache instance.
*
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. Proc. Roy. Soc. New South Wales 49:471. 1915
#### Original name
null
### Remarks
null |
<?php
namespace Easylife\Breadcrumbs\Model\Config\Mapper;
use \Magento\Backend\Model\Config\Structure\MapperInterface;
use Magento\Framework\ObjectManagerInterface;
class Factory {
/**
* sorting mapper key
*/
const MAPPER_SORTING = 'sorting';
/**
* extend mapper key
*/
const MAPPE... |
name: 📙 Documentation issue report
about: Report an issue in Ember documentation.
title: "[Documentation] Documentation issue report"
labels: ''
assignees: ''
---
### 📙 Describe the Issue
A clear and concise description of what the issue is.
### 🔬 Minimal Reproduction
Please, share a link to the page with the doc... |
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Package html implements an HTML5-compliant tokenizer and parser.
Tokenization is done by creating a Tokenizer for an io.Reader r. It is the
caller's respons... |
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.functional;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.rules.TestRule;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.springside.modules.test.selenium.Se... |