text stringlengths 3 1.05M |
|---|
using CommonServiceLocator;
using GalaSoft.MvvmLight.Ioc;
using Sample.Main.Services;
using Sample.Main.ViewModels;
namespace Sample.Main.Mvvm
{
public class ViewModelLocator
{
static ViewModelLocator()
{
ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
... |
<?php
/**
* Oracle adapter.
*
* @author David Giffin <david@giffin.org> (Propel)
* @author Hans Lellelid <hans@xmpl.org> (Propel)
* @author Jon S. Stevens <jon@clearink.com> (Torque)
* @author Brett McLaughlin <bmclaugh@algx.net> (Torque)
* @author Bill Schneider <bschneider@vecna.com> (To... |
import React, { useContext, ReactElement } from 'react';
import { Image, Text, TouchableOpacity } from 'react-native';
import NavigationBarContext from './NavigationBarContext';
import ActionBar from './ActionBar';
const BarButton = ({title, image, search, fontFamily, fontWeight, fontStyle, fontSize = 14, href, testID... |
angular.module("sdk.services.configuration")
.constant("GLOBAL_CONFIGURATION", {
application: {
version: "1.0.100",
author: "David Antonio Muñoz Gaete",
environment: "development",
language: "es",
name: "Sistema de Monitoreo Digital de Servicios"
},
//CLEAN STEP WHEN A NEW VERSION IS UPDATE!
on_b... |
<?php
$lang =
array (
'catch line' => 'Check the health of your site. You will receive a report at the end of test and be able to download the pdf. You will provide suggestions corresponding each issue. Try now, how it works ! This is particularly needed for site admin ।<br><b>example: http://codecanyon.com</b... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>New-O... |
<!--
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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://ww... |
package com.rider.jget.json.reponses;
/**
*
* @author Ciaron Rider
*/
public class ResumeDownloadResponse extends Response {
private boolean result;
private ResumeDownloadResponse() {
// Do nothing
}
/**
*
* @return
*/
public boolean isSuccess() {
... |
<?php
namespace Sylius\Bundle\CoreBundle\Checkout\Step;
use Doctrine\Common\Persistence\ObjectManager;
use Sylius\Bundle\FlowBundle\Process\Step\AbstractControllerStep;
use Sylius\Component\Addressing\Matcher\ZoneMatcherInterface;
use Sylius\Component\Cart\Provider\CartProviderInterface;
use Sylius\Component\Core\M... |
#include "test.h"
static pthread_rwlock_t rwlock = NULL;
#ifndef MONOLITHIC_PTHREAD_TESTS
int
main()
#else
int
test_rwlock1(void)
#endif
{
assert(rwlock == NULL);
assert(pthread_rwlock_init(&rwlock, NULL) == 0);
assert(rwlock != NULL);
assert(pthread_rwlock_destroy(&rwlock) == 0);
assert(rwlock == NU... |
using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Globalization;
using System.Linq;
using System.Text;
namespace EduHub.Data.Entities
{
/// <summary>
/// Assets - Categories Tax Data Set
/// </summary>
[GeneratedC... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<l... |
FROM balenalib/raspberrypi400-64-debian:buster-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --batch --k... |
param(
$Converters = @{}
)
$ModuleManifestExtension = ".psd1"
function Test-PSVersion {
<#
.Synopsis
Test the PowerShell Version
.Description
This function exists so I can do things differently on older versions of PowerShell.
But the reason I test in a function is that I ... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use backend\widgets\ActiveListWidget;
/* @var $this yii\web\View */
/* @var $model common\models\Articles */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="articles-form">
<?php
$form = ActiveForm::begin([
'options' => [
'en... |
Simple forum/messaging webservice.
## Status
[](https://travis-ci.org/morbrian/mormessages)
## Getting Started
Assumes JEE7 container, tested on Wildfly 9 and 10.
1. Build runs arquillian tests by default.
mvn clean packa... |
package org.cache2k.core.timing;
import org.cache2k.CacheEntry;
import org.cache2k.config.Cache2kConfig;
import org.cache2k.config.CacheType;
import org.cache2k.core.api.InternalCacheBuildContext;
import org.cache2k.core.api.InternalCacheCloseContext;
import org.cache2k.core.Entry;
import org.cache2k.expiry.ExpiryPo... |
package com.geomorphology.lolstorm.presenters;
import com.geomorphology.lolstorm.R;
import com.geomorphology.lolstorm.domain.interactors.NetworkConnectionInteractor;
import com.geomorphology.lolstorm.models.User;
import com.geomorphology.lolstorm.views.SummonerLeaguesView;
import java.util.ArrayList;
import java.u... |
@import WMF.Swift;
@interface WMFReferencePopoverMessageViewController () <UITextViewDelegate>
@property (strong, nonatomic) IBOutlet UITextView *textView;
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *widthConstraint;
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *horizontalSeparatorHeightCo... |
package com.amazonaws.services.networkmanager.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.AmazonWebServiceRequest;
/**
*
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteSite" target="_top">AWS API
* Documentation</a>
*/... |
require 'user_agent'
shared_examples_for "Safari browser" do
it "should return 'Safari' as its browser" do
expect(@useragent.browser).to eq("Safari")
end
it "should return :strong as its security" do
expect(@useragent.security).to eq(:strong)
end
end
describe "UserAgent: Mozilla/5.0 (Macintosh; U; In... |
module WikiPku
module UserHelper
def user_avatar(user,size=:thumb,options={})
if user.picture.present?
image_tag user.picture.image.url(size), options
else
image_tag "wiki_pku/user.jpg", options
end
end
end
end
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>vStrikerUI</groupId>
<artifactId>vStrikerUI</artifactId>
<versi... |
/* 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
* distribut... |
using UnityEngine;
using System.Collections;
using Assets.Scripts;
public class CatAvatarController : MonoBehaviour, IAvatarController
{
public bool ActivePlayer { get; set; }
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
if (ActivePlayer)
... |
package net.uniscala.couch
import scala.concurrent.Future
import net.uniscala.json.{Json, JsonObject}
import Couch._
import util.{Http, Url}
/**
* Provides Couch API methods for for simple operations on documents.
*/
trait CouchPathSimpleOps[C <: CouchDocBase] extends CouchPathOpsBase[C] {
this: CouchSubPa... |
class Ey::Core::Client
class Real
def get_blueprint(params={})
id = params.delete("id")
url = params.delete("url")
request(
:path => "blueprints/#{id}",
:url => url,
)
end
end
class Mock
def get_blueprint(params={})
response(
:body => {"bluepri... |
MembershipReboot.Postgres
-------------------------
A persistence layer for MembershipReboot that uses PostgreSQL to store the user accounts and groups.
Requires PostgreSQL 9.4 or later, as it uses the jsonb type to store the complete account.
This is an opinionated implementation, be free to use it if it fits you. O... |
<?php
namespace InfoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class InfoBundle extends Bundle
{
}
|
package costandusagereportservice
import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/aws/signer/v4"
"github.com/aws/aws-sdk-go/private/protocol/jsonrpc"
)
// CostandUsa... |
import logging
import configparser
from samtt import init
from .location import _Location
from .user import _User, password_hash
from .location import get_location_by_name, update_location_by_id
class Setup:
def __init__(self, config_path, debug=False):
self.setup_logging(debug=debug)
self.config... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace pxNetAdapter.Model.Trading
{
public enum StatusEnum
{
None,
Open,
Closed,
Pending,
Canceled
}
public enum SideEnum
{
None,
Buy,
Sell
}
public enum TypeEnum
{
None,
Market,
Limit
}
}
|
class Organization < ActiveRecord::Base
include DefaultValues
include FriendlyId
has_many :brands, inverse_of: :organization, dependent: :restrict_with_error
has_many :products, inverse_of: :organization, dependent: :restrict_with_error
acts_as_paranoid
audited allow_mass_assignment: true
friendly_id ... |
// Copyright 2014 Google Inc. All Rights Reserved.
//
// 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... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
#ifndef BINARYDATAARRAY_H
#define BINARYDATAARRAY_H
#include <string>
#include <fstream>
#include <boost/shared_ptr.hpp>
#include "MzMLContent.h"
#include "ReferenceableParamGroup.h"
#include "DataProcessing.h"
#include "OBOTerm.h"
namespace ImzML {
class BinaryDataArray : public ImzML::MzMLContent
{
protect... |
silverstripe-phpexcel
=====================
Same as GridFieldExportButton, but exports data to an Excel file.
:::php
$gridField = new GridField('MyDataObjects', 'MyDataObjects', MyDataObject::get(),
GridFieldConfig_RecordEditor::create()
->addComponent(new GridFieldExportToExcelButton())
);
## Requirement... |
require "rspec"
require "eventmachine"
require "em-http-request"
require "securerandom"
require "sensu/json"
module Helpers
def setup_options
@options = {
:config_file => File.join(File.dirname(__FILE__), "config.json"),
:config_dirs => [File.join(File.dirname(__FILE__), "conf.d")],
:extension_... |
#ifndef test_nodevalue01
#define test_nodevalue01
/**
* An element is created, setNodeValue is called with a non-null argument, but getNodeValue
* should still return null.
* @author Curt Arnold
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-F68D080">http://www.w3.org/TR/1998/... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web serv... |
package run.james.chatapp.chatapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.firebase.ui.auth.AuthUI;
import com.google.firebase.auth.FirebaseAuth;
public class MainActivity extends AppCompatActivity {
public ... |
"""The ExcitationPreserving 2-local circuit."""
from typing import Union, Optional, List, Tuple, Callable, Any
from numpy import pi
from qiskit.circuit import QuantumCircuit, Parameter
from qiskit.circuit.library.standard_gates import RZGate
from .two_local import TwoLocal
class ExcitationPreserving(TwoLocal):
... |
package fr.djmojo.workout.servers;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.gson.Gson;
import fr.djmojo.workout.database.MachineDAO;
import fr.djmojo.workout.database.UserDAO;
import fr.djmojo.workout.database.WeightDAO;
import fr.djmojo.workout.models.Machine;
import fr.djmojo.workout.mod... |
'''
Parse and draw results of item_response_theory.py
'''
from collections import namedtuple
import sys
import matplotlib.pyplot as plt
import numpy as np
import pandas
import pickle
DEFAULT_INPUT_FILENAME = 'images/summary.csv'
class QuestionAndAbilityResult(object):
'''Draw reesults of the item... |
<?php
/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = '3.9';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 27916;
/**
* Holds the TinyMCE version
*
* @global string $t... |
#include "config.h"
#include "ReplaceNodeWithSpanCommand.h"
#include "Editing.h"
#include "HTMLSpanElement.h"
namespace WebCore {
ReplaceNodeWithSpanCommand::ReplaceNodeWithSpanCommand(Ref<HTMLElement>&& element)
: SimpleEditCommand(element->document())
, m_elementToReplace(WTFMove(element))
{
}
static vo... |
package com.sleepycat.bind.tuple;
import com.sleepycat.db.DatabaseEntry;
/**
* A concrete <code>TupleBinding</code> for a <code>Boolean</code> primitive
* wrapper or a <code>boolean</code> primitive.
*
* <p>There are two ways to use this class:</p>
* <ol>
* <li>When using the {@link com.sleepycat.db} package ... |
#pragma once
#ifndef __WANDER_STATE_HPP__
#define __WANDER_STATE_HPP__
#include "TankState.hpp"
#include <random>
class WanderState : public TankState
{
public:
WanderState() :
mMoveLocation(Ogre::Vector3::ZERO),
mRNG(std::random_device()())
{
}
TankState* Update(TankStateMachine& t... |
package org.marketcetera.client.jms;
import org.marketcetera.util.misc.ClassVersion;
import org.marketcetera.util.log.SLF4JLoggerProxy;
import org.marketcetera.core.LoggerConfiguration;
import javax.xml.bind.SchemaOutputResolver;
import javax.xml.transform.Result;
import javax.xml.transform.stream.StreamResul... |
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
typedef Kernel::Point_3 Point;
int main(void)
{
// Reads a .xyz point set file in points[].
std::vector<Point> points;
std::ifstream stream("data/oni.xyz");
if (!stream ||
!CGAL::read_xyz_points(stream, std::back_inserter(points)))
{
... |
package org.apache.maven.xml;
import static org.junit.Assert.*;
import org.junit.Test;
public class SAXUtilsTest
{
@Test
public void testWithNamespace()
{
assertEquals( "namespace:b", SAXEventUtils.renameQName( "namespace:a", "b" ));
}
@Test
public void testWithoutNamespace()
{... |
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("_0... |
#region Licence
#endregion
using System;
using System.Text;
namespace WmcSoft.Text
{
public static class StringBuilderExtensions
{
#region Append
/// <summary>
/// Appends <paramref name="repeatCount"/> times the <paramref name="value"/> at the end of this string builder.
... |
<!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 (version 1.7.0_51) on Thu Apr 28 18:37:58 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.io.util.SequentialWriter (apache-cassandra API)</titl... |
class CreateAssets < ActiveRecord::Migration
def change
create_table :assets do |t|
t.string :image
t.references :product, index: true, foreign_key: true
t.timestamps null: false
end
end
end
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>generic-environments: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... |
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sca... |
// Copyright (c) 2015-2020, Saritasa. All rights reserved.
// Licensed under the BSD license. See LICENSE file in the project root for full license information.
using System;
using System.Runtime.Serialization;
namespace Saritasa.Tools.Domain.Exceptions
{
/// <summary>
/// Domain forbidden security exception... |
<?php
namespace MultiShip\Charge;
/**
* MultiShip tax charge object
*
* @author fraserreed
*/
class NetCharge extends AbstractCharge
{
protected $type = 'Net';
/**
* @return string
*/
public function getChargeType()
{
return $this->type;
}
}
|
"""This module contains the GOFA algorithm"""
from sfalearn.angluin_sfa import SFALearner as _SFALearner
from symautomata.cfgpda import CfgPDA as _CfgPDA
from symautomata.dfa import DFA as _DFA
from symautomata.flex2fst import Flexparser as _Flexparser
from lightbulb.core.utils.common import accept_bool, save_model, fi... |
# CallbackEvent.CallState Property
Call state
**Namespace:** <a href ="N_Bandwidth_Net.md">Bandwidth.Net</a><br />**Assembly:** Bandwidth.Net (in Bandwidth.Net.dll) Version: 3.0.3
## Syntax
**C#**<br />
``` C#
public CallState CallState { get; set; }
```
#### Property Value
Type: <a href ="T_Bandwid... |
namespace Idecom.Bus.SampleApp2.Handlers
{
using Annotations;
using Implementations;
using Interfaces;
using Interfaces.Addons.Sagas;
using log4net;
using SampleMessages;
[UsedImplicitly]
public class SayHelloApp2Saga : Saga<SayHelloSagaInApp2State>,
... |
<!DOCTYPE html><style>iframe { width: 25% }</style>
<iframe src="../css/215-visibility.html"></iframe>
<iframe src="../smil/215-visibility.html"></iframe>
<iframe src="../wa/215-visibility.html"></iframe>
|
package definiti.core.parser.project
import java.nio.file.{Files, Path}
import definiti.common.ast.{Namespace, Root}
import definiti.common.program.Program
import definiti.common.utils.CollectionUtils._
import definiti.common.validation.{Valid, Validated}
import definiti.core.Configuration
import scala.io.{Codec, So... |
using System;
using SystemsRx.Infrastructure.Extensions;
using EcsRx.Examples.Application;
using EcsRx.Examples.ExampleApps.DataPipelinesExample.Components;
using EcsRx.Examples.ExampleApps.DataPipelinesExample.Events;
using EcsRx.Examples.ExampleApps.DataPipelinesExample.Modules;
using EcsRx.Extensions;
namespace Ec... |
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.digitallizard.nicecompass.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.digitallizard.nicecompass.test";
public static final String BUILD_... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// 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... |
from django.contrib import admin
from .models import OSInfo
from .models import InterfacesStats
from .models import CpuStats
from .models import DirStats
from .models import MemStats
from .models import ModulesStats
admin.site.register(OSInfo)
admin.site.register(InterfacesStats)
admin.site.register(CpuSta... |
package org.keycloak.testsuite.adapter.servlet;
import org.keycloak.KeycloakSecurityContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import j... |
package com.coolweather.app.receiver;
import com.coolweather.app.service.AutoUpdateService;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.sax.StartElementListener;
public class AutoUpdateReceiver extends BroadcastReceiver{
@Override
public ... |
A simple [AWS Lambda](http://aws.amazon.com/lambda) function that demonstrates how to write a skill for the Amazon Echo using the Alexa SDK.
## Concepts
This sample shows how to create a Lambda function for handling Alexa Skill requests that:
- Custom slot type: demonstrates using custom slot types to handle a finite... |
layout: post
title: "Carrot Halwa"
modified:
category: "Big-Boys-Curry-Book"
excerpt: "This is a lightweight version of a very popular Indian desert, which can be very"
tags: ["almond","basmati","bay","butter","cardomoms","cashew","chicken","cinnamon","cloves","cumin","ghee","lamb","mace","nuts","pepper","rice","saffro... |
import { Component } from "@angular/core";
import { ConfigService } from "../../services/config.service";
@Component({
moduleId: __filename,
selector: "donate",
templateUrl: "donate.component.html"
})
export class DonatePage {
public contactmail: string;
constructor(private config: ConfigService) {
this.contac... |
"use strict";
module.exports = function (app) {
app.use('/', require('./gauth'));
app.use('/', require('./maintenance'));
app.use('/', require('./landing'));
app.use('/', require('./discover'));
app.use('/', require('./createserver'));
app.use('/', require('./createimage'));
app.use('/', require('./cloneimage')... |
package aurelienribon.bodyeditor.ui;
import aurelienribon.bodyeditor.Ctx;
import aurelienribon.bodyeditor.Settings;
import aurelienribon.ui.components.PaintedPanel;
import aurelienribon.ui.css.Style;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import res.Res;
/**
* @author Aurelien Ribon... |
"""
mbed SDK
Copyright (c) 2011-2015 ARM Limited
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 wr... |
package voldemort.store;
import voldemort.VoldemortException;
import voldemort.utils.ClosableIterator;
import voldemort.utils.Pair;
import voldemort.versioning.Versioned;
public class RandomlyFailingDelegatingStore<K, V> extends DelegatingStore<K, V> implements
StorageEngine<K, V> {
private static double... |
<?php
namespace Eilander\Generators\Traits;
use Eilander\Generators\GeneratorException;
trait BuilderTrait
{
protected $template;
/**
* Store the given template, to be inserted somewhere.
*
* @param string $template
*
* @return $this
*/
protected function insert($template)
... |
/**
* SrmStatusOfReserveSpaceRequestRequest.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 May 16, 2006 (03:42:07 EDT) WSDL2Java emitter.
*/
package gov.lbl.srm.v22.stubs;
public class SrmStatusOfReserveSpaceRequestRequest implements java.io.Serializable
{
private java.lang.String a... |
{% load static %}
{% load easy_rest %}
<!DOCTYPE html>
<html lang="en">
<style>
</style>
<head>
<meta charset="UTF-8">
<title>{% block title %} {% endblock %}</title>
{% load_rest_scripts %}
<script src="{% static 'global/js/b64.js' %}"></script>
<script src="{% static 'global/js/ext.js' %}"></sc... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">V-Defend</string>
</resources> |
package com.github.scaronthesky.eternalwinterwars.model.buildings;
import java.util.UUID;
import com.github.scaronthesky.eternalwinterwars.model.buildings.producebehaviours.ProduceBehaviour;
import com.github.scaronthesky.eternalwinterwars.model.entity.FightingEntity;
import com.github.scaronthesky.eternalwinterwars.... |
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/bg_tile_denim"
android:tileMode="repeat" />
|
.class public final Landroid/provider/Telephony$Carriers;
.super Ljava/lang/Object;
.source "Telephony.java"
# interfaces
.implements Landroid/provider/BaseColumns;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/provider/Telephony;
.end annotation
.annotation system Ldalvik... |
package Annotation::GenotypeAnnotation;
use strict;
use warnings;
use File::Basename;
use Hash::Merge qw( merge );
use CQS::PBS;
use CQS::ConfigUtils;
use CQS::SystemUtils;
use CQS::FileUtils;
use CQS::NGSCommon;
use CQS::StringUtils;
use CQS::UniqueTask;
our @ISA = qw(CQS::UniqueTask);
sub new {
my ($class) = @_;... |
/**
*
*/
package gov.nih.nci.calims2.business.administration.unit;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import javax.validation.ConstraintViolation;
import org.junit.Test;
import gov.nih.nci.calims2.business.util.validation.ValidationException;
import gov.nih.nci.cal... |
var Event, async, cozydb, fs, jade, localization, log;
async = require('async');
jade = require('jade');
fs = require('fs');
log = require('printit')({
prefix: 'MailHandler',
date: true
});
Event = require('../models/event');
cozydb = require('cozydb');
localization = require('../libs/localization_manager');... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>To be</title>
<meta property="og:title" content="To be" />
<meta name="twitter:title" con... |
class AddHomelatLonDefaultToUsers < ActiveRecord::Migration
def change
change_column :users, :home_lat, :string, :default => '36.1658333'
change_column :users, :home_lon, :string, :default => '-86.7844444'
end
end
|
using testing::GTEST_FLAG(random_seed);
namespace Envoy {
// The purpose of using the static seed here is to use --test_arg=--gtest_random_seed=[seed]
// to specify the seed of the problem to replay.
int32_t getSeed() {
static const int32_t seed = std::chrono::duration_cast<std::chrono::nanoseconds>(
... |
class AddPublishedToToolsAndIndicators < ActiveRecord::Migration[5.0]
def change
add_column :indicators, :published, :boolean, default: false
add_column :tools, :published, :boolean, default: false
end
end
|
<footer id="footr">
<small><a href="LICENSE">Copyright © 2017 SkyNet Inc. </a> Website created by K-Y Group @SkyNet Inc.</small>
</footer> |
using namespace System;
char const *StringToUTF8(String ^string);
String ^UTF8ToString(char const *utf8);
|
<html lang="en">
<head>
<title>Languages - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Overlays.html#Over... |
<ion-view view-title="Workout">
<!-- Hides menu icon and any other nac buttons on right side-->
<ion-nav-buttons side="right">
</ion-nav-buttons>
<ion-content class="padding">
<div class="list list-inset">
<h2 class="centerText"> Suggested Workouts </h2>
<div ng-repeat="workout ... |
<!--
SkipUnless: feedparser.BeautifulSoup
Description: content contains rel='enclosure' link
Expect: not bozo and entries[0]['enclosures'][0]['type'] == u'video/mpeg'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><a rel="enclosure" href... |
var mongoose = require("mongoose"),
schema = mongoose.schema;
var schema = new mongoose.Schema({
name: 'string',
phone: 'string',
gender: 'String'
})
mongoose.model('Contact', schema, "complexContact");
|
<?php
namespace WebinoDomLib\Dom;
use WebinoConfigLib\AbstractConfig;
use WebinoConfigLib\Feature\FeatureInterface;
use Zend\Stdlib\PriorityQueue;
/**
* Class Config
*/
class Config extends AbstractConfig implements
FeatureInterface
{
/**
* Spec list.
*
* @var array
*/
private $item... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="mat... |
<div class="commune_descr limited">
<p>
Chaudeney-sur-Moselle est
un village
localisé dans le département de Meurthe-et-Moselle en Lorraine. Elle totalisait 676 habitants en 2008.</p>
<p>À proximité de Chaudeney-sur-Moselle sont localisées les villes de
<a href="{{VLROOT}}/immobilier/gondreville_54232/"... |