text stringlengths 3 1.05M |
|---|
class Tectonic < Formula
desc "Modernized, complete, self-contained TeX/LaTeX engine"
homepage "https://tectonic-typesetting.github.io/"
url "https://github.com/tectonic-typesetting/tectonic/archive/v0.1.11.tar.gz"
sha256 "e700dc691dfd092adfe098b716992136343ddfac5eaabb1e8cfae4e63f8454c7"
revision 3
bottle ... |
/**
* Created by plter on 6/17/16.
*/
window.ucai = window.ucai || {};
(function () {
function Human(name) {
this._name = name;
}
Human.prototype.sayHello = function () {
console.log(this._name + " say hello");
};
Object.defineProperty(Human.prototype, "name", {
get: f... |
// This file contains all of the Python API definitions for the
// bitbangio.I2C class.
#include "shared-bindings/bitbangio/I2C.h"
#include "shared-bindings/microcontroller/Pin.h"
#include "shared-bindings/util.h"
#include "shared/runtime/buffer_helper.h"
#include "shared/runtime/context_manager_helpers.h"
#include... |
<?php
namespace ymaker\social\share\tests\unit\drivers;
use Codeception\Test\Unit;
use ymaker\social\share\base\AbstractDriver;
use ymaker\social\share\drivers\LinkedIn;
/**
* Test case for [[LinkedIn]] driver.
*
* @author Vladimir Kuprienko <vldmr.kuprienko@gmail.com>
* @since 1.4.0
*/
class LinkedInTest exte... |
using namespace std;
class CAddrManTest : public CAddrMan{};
BOOST_FIXTURE_TEST_SUITE(addrman_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(addrman_simple)
{
CAddrManTest addrman;
// Set addrman addr placement to be deterministic.
addrman.MakeDeterministic();
CNetAddr source = CNetAddr("252.2.2.2:... |
import { click, currentRouteName, visit } from '@ember/test-helpers';
import {
describe,
it,
beforeEach,
afterEach
} from 'mocha';
import { expect } from 'chai';
import sinon from 'sinon'
import startApp from '../helpers/start-app';
import destroyApp from '../helpers/destroy-app';
import { setupApplicationTest ... |
<?xml version="1.0"?>
<doc>
<assembly>
<name>Grpc.Core</name>
</assembly>
<members>
<member name="T:Grpc.Core.CallInvocationDetails`2">
<summary>
Details about a client-side call to be invoked.
</summary>
<typeparam name="TRequest">Re... |
package com.glsid.gnrqst.entities;
import java.io.Serializable;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public class BaseEntity implements Serializable {
/**
*
*/
private static ... |
<?php defined('BX_DOL') or die('hack attempt');
/**
* Grid for any content.
*
* It allows to display some data as grid with ready to use features:
* - paginate
* - reordering
* - sorting
* - search
* - actions
*
* The advantages of the this system:
* - Less code to write - so you can concentrate on the mai... |
package com.fly.cj.ui.activity.PushNotification;
import android.content.Context;
import android.content.Intent;
public final class CommonUtilities {
// give your server registration url here
//static final String SERVER_URL = "http://192.168.56.1:80/gcm_server_php/register.php";
//static final String SERVE... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ch.heigvd.amt.gary.services;
import ch.heigvd.amt.gary.models.entities.App;
import java.util.List;
import javax.ejb.L... |
'''
PyMySQL: A pure-Python MySQL client library.
Copyright (c) 2010, 2013 PyMySQL contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation th... |
package org.apache.el;
import javax.el.FunctionMapper;
import java.lang.reflect.Method;
public class TesterFunctions {
public static String trim(String input) {
return input.trim();
}
public static String concat(String... inputs) {
if (inputs == null || inputs.length == 0) {
... |
import random, sys
agent_values = []
modes = ('random', 'homogeneous', 'two')
# Soon, all of these will command line options
# make this an option
file = open(str(sys.argv[1]), 'r')
for line in file:
if "NUM_AGENTS" in line:
NUM_AGENTS = int(''.join(x for x in line if x.isdigit()))... |
namespace org.apache.arrow.flatbuf
{
using global::System;
using global::FlatBuffers;
/// Time elapsed from the Unix epoch, 00:00:00.000 on 1 January 1970, excluding
/// leap seconds, as a 64-bit integer. Note that UNIX time does not include
/// leap seconds.
///
/// The Timestamp metadata supports both "time zone na... |
const cleanups = {
title: /<title>.*<\/title>/gi,
desc: /<desc>.*<\/desc>/gi,
comment: /<!--.*-->/gi,
defs: /<defs>.*<\/defs>/gi,
width: / +width="\d+(\.\d+)?(px)?"/gi,
height: / +height="\d+(\.\d+)?(px)?"/gi,
fill: / +fill="(none|#[0-9a-f]+)"/gi,
stroke: / +stroke="(none|#[0-9a-f]+)"/gi,
sketchMSShap... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smpl: 12 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="styleshee... |
const webpackConfig = require('./webpack/getCommonConfig')();
const disableChunkSplitting = require('./webpack/disableChunkSplitting');
webpackConfig.mode = 'development';
webpackConfig.module.rules[2].use.unshift({loader: 'style-loader'});
webpackConfig.module.rules[3].use.unshift({loader: 'style-loader'});
disable... |
void my_callBack_playlevel()
{
Game::Screen = std::make_shared<GameScreen>();
}
LevelSelectScreen::LevelSelectScreen()
{
if(!backTexture.loadFromFile("Background/background.png"))
{
std::cout << "Error: could not load grid image!" << std::endl;
}
if(!zero_star.loadFromFile("LevelScreen/zero_star.png"))
{
... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<<<<<<< HEAD
<list default="true" id="8c899692-daa5-4a08-8afb-1c0541bc83f4" name="Default" comment="" />
=======
<<<<<<< HEAD
<list default="true" id="8c899692-daa5-4a08-8afb-1c0541bc83f4" name="Default" comment=... |
<?xml version="1.0" encoding="UTF-8"?>
<sem:triples uri="http://www.lds.org/vrl/specific-people/general-authorities-and-area-representatives/fernandes-david-g" xmlns:sem="http://marklogic.com/semantics">
<sem:triple>
<sem:subject>http://www.lds.org/vrl/specific-people/general-authorities-and-area-representatives/... |
namespace lux {
using namespace renderer;
using namespace unit_literals;
namespace {
constexpr auto global_uniforms = 6+sys::light::light_uniforms;
constexpr auto global_uniforms_size = 6*(4*4)+sys::light::light_uniforms_size;
constexpr auto global_uniforms_avg_size = (int)(global_uniforms_size/global_unifo... |
package hu.bme.mit.inf.mdsd.one.app.statechart;
/**
* Interface for state machines which use timed event triggers.
*/
public interface ITimedStatemachine {
/**
* Set the {@link ITimerService} for the state machine. It must be set
* externally on a timed state machine before a run cycle can be correct
* ... |
#include "signverifymessagedialog.h"
#include "ui_signverifymessagedialog.h"
#include "addressbookpage.h"
#include "base58.h"
#include "guiutil.h"
#include "init.h"
#include "main.h"
#include "optionsmodel.h"
#include "walletmodel.h"
#include "wallet.h"
#include <QClipboard>
#include <string>
#include <vector>
Sign... |
package ru.guar7387.andenginegame.managers;
import org.andengine.opengl.texture.ITexture;
import org.andengine.opengl.texture.bitmap.BitmapTexture;
import org.andengine.opengl.vbo.VertexBufferObjectManager;
import org.andengine.ui.activity.BaseGameActivity;
import org.andengine.util.adt.io.in.IInputStreamOpener;
impo... |
require "question_mark_methods/version"
module QuestionMarkMethods
end
|
typedef struct {
NSUInteger year;
NSUInteger month;
NSUInteger day;
} DFDatePickerDate;
|
layout: post
status: publish
published: true
title: Env Vars
author:
display_name: Tomas Restrepo
login: tomasr
email: tomas@winterdom.com
url: http://winterdom.com/
author_login: tomasr
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
wordpress_id: 570
wordpress_url: http://winterdom.com/200... |
class UserResponsesController < ApplicationController
before_action :set_question
before_action :set_user_response, only: [:show, :edit, :update, :destroy]
respond_to :html
def index
@user_responses = @question.user_responses
respond_with(@user_responses)
end
def show
respond_with(@user_respon... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Mom starts reviewing the list. First Lisa and Dads lists are
downloaded and merged (=the listbelow). The merged list
is sent to Lisa's & Dad's PDA:s (as they are already online) -->
<!-- $Id: m1.xml,v 1.1 2005/10/07 14:04:23 ctl Exp $ -->
<shoppinglist>
<item>... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Fri Jun 16 09:55:09 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SizeRotatingFileHandlerCons... |
package net.uiqui.oblivion.client.api;
import java.io.IOException;
import java.net.URL;
import java.util.List;
import net.uiqui.oblivion.client.api.error.CacheException;
import net.uiqui.oblivion.client.api.model.Caches;
import net.uiqui.oblivion.client.api.model.Keys;
import net.uiqui.oblivion.client.api.model.Node... |
begin
require 'vagrant-kick'
rescue LoadError
require 'rubygems'
require 'vagrant-kick'
end
|
[Firebase](https://firebase.google.com) provides the tools and infrastructure
you need to develop, grow, and earn money from your app. This package supports
web (browser), mobile-web, and server (Node.js) clients.
For more information, visit:
- [Firebase Realtime Database](https://firebase.google.com/docs/database/we... |
'use strict';
/**
* Compiles, minifies and prefixes SASS.
*
* Example Usage:
* gulp styles
*/
var gulp = require('gulp'),
chalk = require('chalk'),
globalSettings = require('../../config'),
sourcemaps = require('gulp-sourcemaps'),
plumber = require('gulp-plumber'),
rename = require('gulp-r... |
/* ************************************************************* *\
* NotificaThor.h *
* *
* Project: NotificaThor *
* Author: Christian Weber (ChristianWeber802@... |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... |
package util;
/**
* The wrapper class is very useful because it can hold an object reference
* which might change at runtime. so instead of creating a static variable where
* these objects are placed in, this wrapper can be used. Imagine it like a bag
* where you can put something in and take it out and everyone w... |
package com.sw.test;
import org.junit.Test;
import com.sw.container.SwServiceProvider;
import com.sw.service.UserService;
/*
*@Author swxctx
*@time 2017Äê5ÔÂ15ÈÕ
*@Explain:Service²ã²âÊÔ
*/
public class UserServiceTest {
@Test
public void testLogin() throws Exception {
UserService userService = (UserService)... |
typedef unsigned int u32int;
typedef signed int s32int;
typedef unsigned short u16int;
typedef signed short s16int;
typedef unsigned char u8int;
typedef signed char s8int;
#endif
|
package com.netflix.curator.framework.recipes.atomic;
/**
* Uses an {@link DistributedAtomicNumber} and allocates values in chunks for better performance
*/
public class CachedAtomicLong
{
private final DistributedAtomicLong number;
private final long cacheFactor;
private AtomicValue<... |
namespace NMF.Synchronizations.Example.Families
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using NMF.Expressions;
using NMF.Expressions.Lin... |
import { Injectable } from '@angular/core';
import { Store } from '@ngrx/store';
import { CoreApiStateService } from '../../../../shared/core/state/api-state.service';
import { SearchActions } from './search-actions';
import { SearchStateKeys } from './search-state';
@Injectable()
export class SearchStateService exten... |
<?php
namespace Symfony\Component\Messenger\Command;
use Symfony\Component\Console\Exception\RuntimeException;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\ConsoleOutputInt... |
package org.onosproject.routing.fpm;
import java.util.Collection;
import static com.google.common.base.Preconditions.checkNotNull;
/**
* Information about an FPM peer.
*/
public class FpmPeerInfo {
private final Collection<FpmConnectionInfo> connections;
private final int routes;
/**
* Class c... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Create Data Stream</title>
<style type="text/css">
<!--
.style4 {font-... |
#ifndef BOOST_HANA_UNIQUE_HPP
#define BOOST_HANA_UNIQUE_HPP
#include <hana/fwd/unique.hpp>
#include <hana/concept/sequence.hpp>
#include <hana/config.hpp>
#include <hana/core/dispatch.hpp>
#include <hana/detail/nested_by.hpp> // required by fwd decl
#include <hana/equal.hpp>
#include <hana/front.hpp>
#include <hana... |
create table proc_sfb.car_biomas_total as select geoadmin_5505_bioma.idt_tipo_bioma,
geoadmin_5505_bioma.nome,
count(idt_imovel) as imoveis,
sum(num_area_imovel) as area_imovel,
sum(num_area_reserva_legal_proposta) as rl_prop,
sum(num_area_reserva_legal_averbada) as rl_averb,sum(num_area_app_recompor) as a_app_recompor... |
package controllers;
import com.fasterxml.jackson.databind.JsonNode;
import com.mongodb.*;
import models.*;
import org.apache.commons.codec.digest.DigestUtils;
import play.Configuration;
import play.Play;
import play.libs.Json;
import play.mvc.Controller;
import play.mvc.Http;
import play.mvc.Result;
import views.html... |
<?php
namespace Chamilo\Application\Weblcms\Request\Rights\Component;
use Chamilo\Application\Weblcms\Request\Rights\Manager;
use Chamilo\Application\Weblcms\Request\Rights\Storage\DataClass\RightsLocationEntityRightGroup;
use Chamilo\Application\Weblcms\Request\Rights\Storage\DataManager;
use Chamilo\Libraries\Archit... |
import { Component, OnInit, OnChanges } from '@angular/core';
import { AngularFireAuth } from 'angularfire2/auth';
import { RecipeService } from '../../services/recipe.service';
import { ActivatedRoute } from '@angular/router';
import { GalleryRecipe } from '../../models/galleryRecipe.model';
import { Observable } from... |
import ModelDrawable from './model';
/**
* A TexturedDrawable is a ModelDrawable with a specific texture
*/
class TexturedDrawable extends ModelDrawable {
/**
* Construct a textured drawable, given a program, mesh, and texture
* @param {String} programName Program internal name
* @param {String} meshNa... |
package com.microsoft.azure.management.subscription.v2019_10_01_preview.implementation;
import com.microsoft.azure.management.subscription.v2019_10_01_preview.OperationDisplay;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* REST API operation.
*/
public class OperationInner {
/**
* Operation... |
<?php namespace App\Http\Requests;
use App\Http\Requests\Request;
class StoreProject extends Request {
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--The viewport meta tag is used to improve the presentation and behavior of the samples
on iOS devices-->
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
<title>Query State Inf... |
<configuration>
<appender name="STDOUT" class="io.symphonia.lambda.metrics.logging.NonMetricsConsoleAppender"/>
<appender name="METRICS" class="io.symphonia.lambda.metrics.logging.MetricsConsoleAppender"/>
<root level="info">
<appender-ref ref="STDOUT" />
<appender-ref ref="METRICS" />
... |
#include "stopper.h"
#include "emalloc.h"
#include "matchdefs.h"
#include "callcpp.h"
#include "permute.h"
#include "danerror.h"
#include "const.h"
#include "freelist.h"
#include "efio.h"
#include "scanutils.h"
#include "unichar.h"
#include "params.h"
#include "dict.h"
#include "image.h"
#include "ccutil.h"
#include ... |
@class YCOwnerModel;
@interface YCUserListCell : ZTBaseTableViewCell
@property (nonatomic, strong) YCOwnerModel *userModel;
+ (NSString *)cellID;
+ (CGFloat)cellHeight;
@end
|
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src: url('../fonts/codropsicons/codropsicons.eot');
src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/cod... |
package org.openntf.xpt.core.json.binding.impl;
import org.openntf.xpt.core.base.AbstractBaseBinder;
import org.openntf.xpt.core.json.binding.BinderProcessParameter;
import org.openntf.xpt.core.json.binding.IJSONBinder;
import org.openntf.xpt.core.utils.JSONSupport;
public class BooleanBinder extends AbstractBaseBin... |
<?php
/**
* Smarty Internal Plugin Compile For
*
* Compiles the {for} {forelse} {/for} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile For Class
*/
class Smarty_Internal_Compile_For extends Smarty_Internal_CompileBase {
/**
* Compiles code for the {f... |
'use strict';
require('ace-css/css/ace.css');
require('font-awesome/css/font-awesome.css');
// Require index.html so it gets copied to dist
require('./index.html');
var Elm = require('./Main.elm');
var mountNode = document.getElementById('main');
// .embed() can take an optional second argument. This would be an ob... |
using namespace foundation;
using namespace std;
namespace bf = boost::filesystem;
namespace appleseed {
namespace shared {
struct CommandLineHandlerBase::Impl
{
const string m_application_name;
FlagOptionHandler m_help;
FlagOptionHandler m_version;
FlagOptionHandle... |
//******************************************************************************************************
// D3Series.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... |
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2006 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* Copyright © 2006-2011 Guillaume Mercier, Institut Polytechnique de
* Bordeaux. All rights reserved. Permission is hereby granted to use,
* reproduce, prepare derivative works, ... |
/**
* Dependencies
*/
import emoji from 'emojilib'
import random from 'random-obj-key'
/**
* Plugin
*/
function plugin() {
return function(App) {
const name = random(emoji)
const item = emoji[name].char
const char = item ? item : '(not available)'
App.set('emoji', { name, char })
}
}
/**
* ... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Nu... |
<?php
namespace Inventory\Domain\Item\Serial;
/**
*
* @author Nguyen Mau Tri - ngmautri@gmail.com
*
*/
class GenericSerial extends BaseSerial{
}
|
package io.reactivesocket.events;
import java.util.function.DoubleSupplier;
import java.util.function.Supplier;
/**
* {@link EventListener} for a server.
*/
public interface ServerEventListener extends EventListener {
/**
* When a new socket is accepted.
*/
default void socketAccepted() {}
}
|
// 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.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System... |
(function(app){
app.view('Overlay.CreateNewView', {
template: '@view/overlay/create-new-view.html',
overlay: true,
actions: {
close: function(){
app.navigate('_IDE/Layout');
this.close();
},
create: function(){
//create an object for this view in the layout object to accommodate the navigat... |
/**
*
*/
package net.sf.jabb.cjtsd;
import it.unimi.dsi.fastutil.ints.IntArrayList;
import it.unimi.dsi.fastutil.ints.IntList;
import it.unimi.dsi.fastutil.longs.LongArrayList;
import it.unimi.dsi.fastutil.longs.LongList;
import java.time.Duration;
import java.time.LocalDateTime;
import java.time.ZoneOffset;
impor... |
import rospy
from robotiq_c_model_control.msg import _CModel_robot_output as outputMsg
from time import sleep
from hvc_ros.msg import Hands
from hvc_ros.msg import Faces
from sensor_msgs.msg import Joy
from std_msgs.msg import String
#Global hand state
state = 0
#Global safety state
safe = 0
#Global joy state
joy =... |
import os
import fileinput
from setuptools import find_packages, setup
CWD = os.path.dirname(__file__)
def package_version():
module_path = os.path.join(CWD, 'clips', '__init__.py')
for line in fileinput.input(module_path):
if line.startswith('__version__'):
return line.split('=')[-1].st... |
<html>
<head>
<title>User agent detail - Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; NOKIA; Lumia 520)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapi... |
package com.vmware.xenon.common;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import static... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Mon Jun 24 22:25:08 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.h... |
import Stryker from 'stryker';
new Stryker({ mutateFiles: [], allFiles: []} ).runMutationTest().then(() => console.log('done')); |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ansible.plugins.action.win_copy.ActionModule</title>
<link rel="stylesheet" href="epydoc.cs... |
package ch.jalu.configme.samples.settingsholders;
import ch.jalu.configme.Comment;
import ch.jalu.configme.SettingsHolder;
import ch.jalu.configme.properties.ListProperty;
import ch.jalu.configme.properties.Property;
import ch.jalu.configme.properties.StringListProperty;
import static ch.jalu.configme.properties.Prop... |
<?xml version="1.0"?>
<!--
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 "... |
/* this file is generated by RelaxNGCC */
package com.sun.xml.xsom.impl.parser.state;
import org.xml.sax.SAXException;
import org.xml.sax.Attributes;
import com.sun.xml.xsom.impl.parser.NGCCRuntimeEx;
class qname extends NGCCHandler {
private String qvalue;
protected final NGCCRuntimeEx $runtime;
privat... |
using content::BrowserThread;
using content::UserMetricsAction;
namespace extensions {
namespace {
// Used in histograms; do not change order.
enum OffStoreInstallDecision {
OnStoreInstall,
OffStoreInstallAllowed,
OffStoreInstallDisallowed,
NumOffStoreInstallDecision
};
} // namespace
// static
scoped_ref... |
var binary = require('node-pre-gyp/lib/pre-binding');
var path = require('path');
var binding_path =
binary.find(path.resolve(path.join(__dirname, '../../../package.json')));
var binding = require(binding_path);
module.exports = binding;
|
package org.gameontext.player;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import java.time.temporal.ChronoUnit;
import javax.annotation.Resource;
import javax.inject.Inject;
import javax.se... |
{% extends "base.html" %}
{% load seahub_tags i18n %}
{% block extra_style %}
{% include 'snippets/file_view_style.html' %}
<style type="text/css">
#header {
display:block;
margin-bottom:12px;
}
</style>
{% endblock %}
{% block main_panel %}
<div id="shared-file-view-hd" class="ovhd">
... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="uk" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Aiden</source>
<translation>Про Aiden</translation>
</message>
... |
RSpec::Support.require_rspec_support "fuzzy_matcher"
module RSpec
module Matchers
# Mixin designed to support the composable matcher features
# of RSpec 3+. Mix it into your custom matcher classes to
# allow them to be used in a composable fashion.
#
# @api public
module Composable
# Cr... |
package com.github.tmyroadctfig.icloud4j;
import com.github.tmyroadctfig.icloud4j.json.AppleDevice;
import com.github.tmyroadctfig.icloud4j.json.FindMyIPhoneResponse;
import com.github.tmyroadctfig.icloud4j.util.ICloudUtils;
import com.google.common.base.Throwables;
import org.apache.http.client.methods.HttpPost;
im... |
package org.opengroup.osdu.core.common.search;
import org.junit.Test;
import org.opengroup.osdu.core.common.model.search.DeploymentEnvironment;
import static org.junit.Assert.*;
public class ConfigTest {
@Test
public void checkConfig() {
assertNotNull(new Config());
System.setProperty("DE... |
title: Telerik.Web.UI.Spell.MultipleHtmlElementsSource
description: Telerik.Web.UI.Spell.MultipleHtmlElementsSource
slug: Telerik.Web.UI.Spell.MultipleHtmlElementsSource
---
# Telerik.Web.UI.Spell.MultipleHtmlElementsSource : Sys.UI.Control
## Inheritance Hierarchy
* Sys.UI.Control
* *[Telerik.Web.UI.Spell.Multiple... |
This is a library intended to simplify the installation of Symfony2 across
multiple developer environments.
|
layout: page
title: "PSCI 7151: American Subnational Politics and Government Statistics"
comments: true
description: "blanks"
keywords: "PSCI,7151,CU,Boulder"
---
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea... |
namespace media {
// Estimates whether a given frame duration and render interval length have a
// render cadence which would allow for optimal uniformity of displayed frame
// durations over time.
//
// Cadence is the ideal repeating frame pattern for a group of frames; currently
// VideoCadenceEstimator supports N-f... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Fri Apr 06 09:47:15 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EndpointConfigurationConsum... |
<project name="burlap-seed" basedir="." default="main">
<property name="src.dir" value="src/main/java"/>
<property name="build.dir" value="build"/>
<property name="classes.dir" value="${build.dir}/classes"/>
<property name="jar.dir" value="${build.dir}/jar"/>
<property name="main-class"... |
var http = require('http');
var fs = require('fs');
var server = http.createServer(function(request, response) {
fs.readFile(__dirname + '/app04.html', function(err, html) {
response.writeHeader(200, {
'Content-Type': 'text/html'
});
response.write(html);
response.end();... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:jee="http://w... |
package com.xmomen.module.base.mapper;
public interface CompanyMapper {
public static final String CompanyMapperNameSpace = "com.xmomen.module.base.mapper.CompanyMapper.";
}
|
package jpower.irc.events;
import jpower.irc.Channel;
public class TopicAddEvent {
private Channel channel;
private String topic;
public TopicAddEvent(Channel channel, String topic) {
this.channel = channel;
this.topic = topic;
}
public Channel getChannel() {
return channel;
}
... |