text stringlengths 3 1.05M |
|---|
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.query.properties;
import com.yahoo.language.process.Embedder;
import com.yahoo.processing.IllegalInputException;
import com.yahoo.processing.request.CompoundName;
import com.yahoo.search.Qu... |
package libcontainerd
import (
containerd "github.com/docker/containerd/api/grpc/types"
"github.com/opencontainers/runtime-spec/specs-go"
)
// Process contains information to start a specific application inside the container.
type Process struct {
// Terminal creates an interactive terminal for the container.
Ter... |
using System;
using System.Reflection;
using System.Resources;
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("Wiesend... |
<stix:STIX_Package
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2"
xmlns:example="http://example.com"
xmlns:incident="http://stix.mitre.org/Incident-1"
xmlns:stixCommon="http://stix.mitre.org/common... |
layout: page
title: Open Positions & Theses
permalink: /open-positions-theses/
---
### We are looking for ambitious students to join our group!
Students from universities in Moscow are welcome to join and do research with us in the form of projects, dissertations and individual studies.
Feel free to browse through ... |
package org.projectfloodlight.openflow.protocol;
import org.projectfloodlight.openflow.protocol.*;
import org.projectfloodlight.openflow.protocol.action.*;
import org.projectfloodlight.openflow.protocol.actionid.*;
import org.projectfloodlight.openflow.protocol.bsntlv.*;
import org.projectfloodlight.openflow.protocol.... |
/* @jsx React.DOM */
/* jshint ignore:start */
'use strict';
var React = require('react');
var Picture = React.createClass({
render: function () {
// picture component for the 'card' thumbnail
var view = this;
var style = {
'border': '2px solid ' + view.props.color
};
... |
<?php
namespace mdm\admin\classes;
use Yii;
use yii\web\User;
use yii\di\Instance;
use yii\base\Module;
use yii\base\ActionFilter;
use yii\web\ForbiddenHttpException;
/**
* Access Control Filter (ACF) is a simple authorization method that is best used by applications that only need some simple access control.
* A... |
'use strict';
namespace dogsrus.virtdog {
(() => {
angular.module('app.dogObject', []);
})();
// we don't ever refer to the app module except in tests
// but the other modules may be refered 2+ times
export function getModuleDogObject(): ng.IModule {
return angular.module('app.dogObject');
}
}
|
module.exports = function(app, express, mongoose){
var config = this;
// Configuration
app.configure(function(){
app.set('views', __dirname + '/views');
app.set('view engine', 'jade');
app.set('view options', {
layout: false
});
app.use(express.bodyParser());
app.use(express.method... |
/*
* 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 u... |
<!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_29) on Sat Mar 17 18:06:11 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.xssf.usermodel.XSSFTable (POI API Documentation)
</TITLE>
<META NAME="d... |
package org.apache.hadoop.hive.ql.txn.compactor;
import org.apache.hadoop.conf.Configurable;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileStatus;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hive.conf.HiveConf;
import org.apache.had... |
<!DOCTYPE html >
<html>
<head>
<link rel="stylesheet" href="demos.css" type="text/css" media="screen" />
<script src="../libraries/RGraph.common.core.js" ></script>
<script src="../libraries/RGraph.common.dynamic.js" ></script>
<script src="../libraries/RGraph.line.js" ></script>
<title>A Line... |
///<reference path="references.ts" />
///<reference path="GameObject.ts" />
module Jv.Games.WebGL {
export class Viewport {
// 0 means top/left, 1 means bottom/right.
constructor(public left: number, public top: number, public width: number, public height: number) {
}
}
expor... |
package org.vudroid.core;
import android.content.ContentResolver;
import android.graphics.Bitmap;
import android.graphics.RectF;
import android.net.Uri;
import android.util.Log;
import android.view.View;
import org.vudroid.core.codec.CodecContext;
import org.vudroid.core.codec.CodecDocument;
import org.vud... |
<?php
echo "(";
$isFirst = true;
foreach ($parameters as $parameter):
if ( ! $isFirst) {
echo ', ';
}
$isFirst = false;
echo View::make('schemabuilder::helpers.php_value', array('value' => $parameter));
endforeach;
echo ')';
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at 2014-11-14 -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HttpFS - Hadoop HDFS over HTTP 2.5.2 - Using HTTP Tools</title>
<style type... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cityDao">
<resultMap id="cityInfoResult" type="city">
<id property="id" column="id"/>
<result property="city" column="city"/>
<result property="... |
import os
from chrome_ent_test.infra.core import environment, before_all, test
from infra import ChromeEnterpriseTestCase
@environment(file="../policy_test.asset.textpb")
class AppsShortcutEnabledTest(ChromeEnterpriseTestCase):
"""Test the ShowAppsShortcutInBookmarkBar policy.
See https://cloud.google.com/docs/c... |
package com.suscipio_solutions.consecro_mud.Abilities.Druid;
import com.suscipio_solutions.consecro_mud.Abilities.interfaces.Ability;
import com.suscipio_solutions.consecro_mud.Common.interfaces.CharStats;
import com.suscipio_solutions.consecro_mud.Common.interfaces.Faction;
import com.suscipio_solutions.consecro_mud.C... |
package com.zongtui.classifier.math.list;
/**
Resizable list holding <code>long</code> elements; implemented with arrays; not efficient; just to
demonstrate which methods you must override to implement a fully functional list.
*/
public class SimpleLongArrayList extends AbstractLongList {
/**
* The array buf... |
package com.twitter.finagle.netty3.http
import org.jboss.netty.handler.codec.http._
import org.scalatest.FunSuite
class Netty3TextualContentCompressorTest extends FunSuite {
import com.twitter.finagle.http.codec.TextualContentCompressor.TextLike
private val compressor = new Netty3TextualContentCompressor
def ... |
var React = require('react-native');
var { NativeModules, Text } = React;
var Calculator = React.createClass({
getInitialState() {
return {
text: 'Goodbye World.',
result: 0,
left: 0,
right: 0,
operation: ''
};
},
componentDidMount() {
NativeModules.CalculatorModule.processString(this.state.t... |
title: NativeScript for Cross-Platform Native App Development with JavaScript
author: azu
layout: post
itemUrl: 'http://www.telerik.com/nativescript'
editJSONPath: 'https://github.com/jser/jser.info/edit/gh-pages/data/2015/02/index.json'
date: '2015-02-07T16:08:15+00:00'
tags:
- JavaScript
- mobile
- app
---
Java... |
ACCEPTED
#### According to
Integrated Taxonomic Information System
#### Published in
null
#### Original name
null
### Remarks
null |
package org.apache.onami.persist;
/**
* Factory for {@link TransactionFacade}.
*/
interface TransactionFacadeFactory {
/**
* Creates a new transaction facade.
*
* @return the transaction facade
*/
TransactionFacade createTransactionFacade();
}
|
package ${package}.base.infra.persistencia;
import java.util.List;
import javax.persistence.EntityManager;
public class RepositorioGenericoJPA <T, PK> {
private EntityManager entityManager;
public RepositorioGenericoJPA(EntityManager entityManager) {
this.entityManager = entityManager;
}
public void adic... |
"""
test_gp_wideband
----------------------------------
Tests for WidebandTimingModel.
"""
import unittest
import numpy as np
from enterprise.pulsar import Pulsar
from enterprise.signals import white_signals, gp_signals, parameter, selections, signal_base
from enterprise.signals.selections import Selection
from te... |
Session.setDefault("markerinfo", null);
Template.home.rendered = function () {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function (position) {
var coords = position.coords;
if (!Session.get('map')) {
gmaps.initialize(coords.latitude, coords.longitude);
gmaps.infoBox = new ... |
package br.unicamp.ic.lsd.mercurius.persistence.entities;
import javax.ejb.Local;
import javax.ejb.Singleton;
import br.unicamp.ic.lsd.mercurius.datatype.OrderStatusHistory;
import br.unicamp.ic.lsd.mercurius.datatype.factory.OrderStatusHistoryFactory;
@Singleton(name = "orderStatusHistoryFactory")
@Local(OrderStatu... |
<?php
declare(strict_types=1);
namespace GrumPHP\Linter\Xml;
use GrumPHP\Linter\LintError;
use LibXMLError;
class XmlLintError extends LintError
{
/**
* @var int
*/
private $code;
/**
* @var int
*/
private $column;
public function __construct(
string $type,
... |
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Helminthosporium micropus Drechsler, 1923
### Remarks
null |
package org.jetbrains.plugins.scala
package lang
package psi
package api
package statements
import javax.swing.Icon
import com.intellij.psi.tree.IElementType
import org.jetbrains.plugins.scala.icons.Icons
import org.jetbrains.plugins.scala.lang.lexer.ScalaTokenTypes.kVAL
import org.jetbrains.plugins.scala.lang.psi.ap... |
/*
* HOW TO USE:
* 1. Make "developmemo.txt" in "Asset" folder.
* 2. Place this code in "Editor" folder. (if the "Editor" folder doesn't exists, make the folder in "Asset".)
* 3. Select [Window -> MemoPad] from unity's menu bar.
* 4. "Load" & "Save" buttons read & write "developmemo.txt".
*/
using UnityEngi... |
<?xml version="1.0" encoding="utf-8"?>
<!-- File created by the Android Action Bar Style Generator
Copyright (C) 2011 The Android Open Source Project
Copyright (C) 2012 readyState Software Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compl... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
#pragma once
#include <SDL_image.h>
#include <string>
#include "Texture.h"
#include "../Common.h"
class SpriteSheet {
private:
Texture * texture;
public:
SpriteSheet(std::string path);
};
|
module Songkick
module OAuth2
module Model
class Client < ActiveRecord::Base
self.table_name = :oauth2_clients
belongs_to :oauth2_client_owner, :polymorphic => true
alias :owner :oauth2_client_owner
alias :owner= :oauth2_client_owner=
has... |
using DbUp;
using Microsoft.Extensions.CommandLineUtils;
using System;
namespace ConsoleApplication
{
public class Program
{
public static int Main(string[] args)
{
var app = new CommandLineApplication();
var scriptPath = app.Option("-s | --scripts <path>... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
<?php
use Doctrine\Common\Annotations\AnnotationRegistry;
$loader = include __DIR__.'/../vendor/autoload.php';
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
return $loader;
|
<!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 Thu Jul 06 10:54:06 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... |
'use strict';
var channels = require('../channels');
var inherits = require('inherits');
var Duplex = require('readable-stream').Duplex;
module.exports = Object.create(channels);
function StreamWriteChannel(session, id) {
if (!(this instanceof StreamWriteChannel)) {
return new StreamWriteChannel(session, id... |
package com.kenny.graceweather.gson;
import com.google.gson.annotations.SerializedName;
public class Basic {
@SerializedName("city")
public String cityName;
@SerializedName("id")
public String weatherId;
public Update update;
public class Update {
@SerializedName("loc")
pu... |
<?php
namespace Sendworks;
class ShipmentRef
{
protected $connection;
protected $shipment;
public $url;
public function __construct($url, $connection = null)
{
$this->connection = $connection;
$this->url = $url;
}
public function __get($prop)
{
return $this->res... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qarith-stern-brocot: 2 m 41 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... |
/* { dg-do link } */
/* { dg-options "-ffast-math" } */
/* { dg-add-options c99_runtime } */
#include "../builtins-config.h"
#define PROTOTYPE1_RET(FN, RET) \
extern RET FN(double); \
extern RET FN##f(float); \
extern RET FN##l(long double);
/* Test converting math builtins to narrower FP types based on if t... |
package com.lms.dao.impl;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.apache.log4j.Logger;
import org.junit.Test;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
... |
package models.db
import com.ponkotuy.data.master
import scalikejdbc._
import util.scalikejdbc.BulkInsert._
case class LabelPosition(
areaId: Int,
infoNo: Int,
suffix: Int,
imageName: String,
posX: Int,
posY: Int,
version: Int) {
def save()(implicit session: DBSession = LabelPosition.autoSession): L... |
[](https://travis-ci.org/garrison/IndexedArrays.jl)
[](https://coveralls.io/r/garrison/IndexedArrays.jl?branch=master)
[
// Timestamp 01/03/2016@1:50 AM
using System.Collections.ObjectModel;
using OregonTrailDotNet.Entity.Location;
using OregonTrailDotNet.Entity.Vehicle;
using OregonTrailDotNet.Window.Travel;
namespace OregonTrailDotNet.Module.Trail
{
/// <summary>
... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("DotAspect.Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DotAspect.Test")]
[assembly: AssemblyCo... |
# 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 may not u... |
<?php
namespace Belectrika\GridBundle\Entity\Price;
use Doctrine\ORM\EntityRepository;
/**
* ItemRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class ItemRepository extends EntityRepository
{
public function getForGroup($groupId)
{
... |
using System;
using Xamarin.Forms;
namespace jobr
{
public class SyncView: ContentView
{
private SettingsSwitchView autoSyncSwitch;
private SyncSliderView SettingSyncSlider;
public SyncView ()
{
SettingSyncSlider = new SyncSliderView ();
autoSyncSwitch = new SettingsSwitchView ("Auto Sync") { IsTogg... |
yet another zip library for node. For unzipping, see
[yauzl](https://github.com/thejoshwolfe/yauzl).
Design principles:
* Don't block the JavaScript thread.
Use and provide async APIs.
* Keep memory usage under control.
Don't attempt to buffer entire files in RAM at once.
* Prefer to open input files one at ... |
% File must be in .CSV format and each line must be as follows.
% sample,time point
% The name of the file must be formatted as <GSENUMBER>_<CONDITIONNAME>_<NUMBEROFTOPDRGS>.csv.
function [GEO_number, condition, number_of_top_DRGs] = read_input_from_csv(filename)
parts = strsplit(filename, '.');
... |
class CommandLine;
class Profile;
namespace extensions {
class ExtensionSystem;
}
class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
public:
ProfileSyncComponentsFactoryImpl(Profile* profile,
CommandLine* command_line);
virtual ~ProfileSyncComponents... |
layout: page
title: Melton Family Reunion
date: 2016-05-24
author: Joseph Villa
tags: weekly links, java
status: published
summary: Aliquam volutpat vitae nisl vitae.
banner: images/banner/meeting-01.jpg
booking:
startDate: 02/28/2017
endDate: 03/05/2017
ctyhocn: TYSNOHX
groupCode: MFR
published: true
---
Nulla... |
/**
*
*/
package de.darwinspl.feature.evolution.evaluation;
import java.util.Calendar;
import java.util.Date;
import de.darwinspl.feature.evolution.basic.operations.Add;
import de.darwinspl.feature.evolution.basic.operations.AddFeatureWithGroup;
import de.darwinspl.feature.evolution.basic.operations.ChangeGroupTyp... |
package com.manuelblanco.sunshinewear;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
imp... |
require 'spec_helper'
describe Invoice do
before(:each) do
@user = Factory(:user)
@order_list = Factory(:order_list, :user => @user)
@attr = { :user => @user,
:order_list => @order_list
}
end
it "should create a new instance given valid attributes" do
Invoice.create!... |
// ----------------------------------------------------------------------------
// Copyright 2007-2014, GeoTelematic Solutions, Inc.
// All rights reserved
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not... |
* None
### Common Examples
```
git log --pretty=oneline
```
### Detailed Examples
```
git log # View the commit history.
git log -p -2 # Shows the diff introduced in each commit. -2 limits the diff of ONLY
... |
using System;
using System.Collections.Generic;
namespace Nest
{
/// <summary>
/// A reindex implementation that uses ScrollAll() BulkAll() to compose a reindex pipeline.
///
/// <para> This differs from ReindexOnServer() in that documents are fetched from Elasticsearch, transformed on the client side,
/// then ... |
module Hyperdrive
class Endpoint
def self.call(env)
@env = env
@request = Rack::Request.new(@env)
@media_type = env['hyperdrive.media_type']
@params = env['hyperdrive.params']
@resource = env['hyperdrive.resource']
@headers = Hyperdrive::Values.default_headers.dup
@heade... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.10.... |
. ./include.sh
${examples_dir}keys_iterator ${data_dir}/reduced_latlon_surface.grib1 > /dev/null
${examples_dir}keys_iterator ${data_dir}/regular_gaussian_model_level.grib1 > /dev/null
${examples_dir}keys_iterator ${data_dir}/mixed.grib > /dev/null
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p1beta1/web_detection.proto
package com.google.cloud.vision.v1p1beta1;
public interface WebDetectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p1beta1.WebDetection)
com.googl... |
<?php namespace ApiSearch\Http\Controllers;
class FrontPageController extends BaseController {
public function index()
{
return addon_view(addon_name(), 'root', [
]);
}
}
|
title: "Madlaina Kalunder"
talk: "Building a raytracing engine with JS"
path: "/speakers/madlaina-kalunder"
type: "speaker"
slug: "madlaina-kalunder"
twitter: "anialdam"
github: "aadjou"
website: "https://madlaina.li/"
company: "Archilogic"
sponsor: "archilogic"
bio: "Madlaina is a full stack developer and a 3d process... |
/*
* Default theme - Owl Carousel CSS File
*/
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
margin-top: -25px;
opacity: 0;
cursor: pointer;
width: 50px;
height: 50px;
color: t... |
__precompile__()
"""Reporting module
"""
module Report
export days, truncated_scores, games_by_kind, report_top_ranking,
problem_performance, aggregate_performance
using Plots
using StatPlots
using DataFrames
using MathGame
using MathProblems
using Tools
"Time interval milliseconds to days"
function days(x::... |
export default {
themes: {
ILLUMINATE: '../../themes/illuminate',
MINIMALIST: '../../themes/minimalist'
}
};
|
<h2>New Class</h2>
<br>
<?php echo render(Controller_Base::get_prefix() . 'class/_form', compact('scenario')); ?>
<p><?php echo Html::anchor(Controller_Base::get_prefix() . 'class', 'Back'); ?></p>
|
package io.jitstatic.check;
import io.jitstatic.hosted.InputStreamHolder;
public class MetaFileData extends FileData {
private final boolean isKeyMetaFile;
public MetaFileData(final FileObjectIdStore fileInfo, final InputStreamHolder inputStreamHolder, final boolean isKeyMetaFile) {
super(fileInfo... |
/*
Sections marked OLD OPERA indicate original 2.0.2 code.
Lines immediately after are suggested by Daniel Bratell <bratell@opera.com>.
Old lines reflect Opera workarounds for the old Opera browser;
the new Opera parser chokes up on those workarounds.
*/
( function( $ , setTimeout ) {
//... |
import Ember from 'ember';
import layout from './template';
import styles from './styles';
export default Ember.Component.extend({
layout,
styles,
localClassNames: 'window',
});
|
class CustomCollisionWorld : public btCollisionWorld
{
public:
CustomCollisionWorld(btDispatcher* dispatcher, btBroadphaseInterface* broadphase, btCollisionConfiguration* config);
static CustomCollisionWorld* Init();
static void Cleanup(CustomCollisionWorld* world);
void Reset();
void UpdateAabb(btCollisionObject*... |
package com.arthurpitman.common;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.UnsupportedEncodingException;
/**
* A collection of stream related utilities.
*/
public class Stre... |
<!doctype html>
<!--
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... |
<Order>
<orderId>10248</orderId>
<orderDate>1995-07-05</orderDate>
<hasOrderDetails datatype="array">
<OrderDetails>
<quantity>40</quantity>
<productName>Capris</productName>
</OrderDetails>
</hasOrderDetails>
</Order>
|
package org.hoteia.qalingo.core.web.mvc.factory;
import java.util.Locale;
import org.springframework.beans.factory.annotation.Autowired;
import org.hoteia.qalingo.core.i18n.enumtype.I18nKeyValueUniverse;
import org.hoteia.qalingo.core.i18n.enumtype.ScopeCommonMessage;
import org.hoteia.qalingo.core.i18n.enumtype.Sc... |
/*
* When helper function to stop repeat myself
* Wrapping When Function to pass the prompt Type
* {
* when: when('craft'),
* }
*
* @param type (String)
* @returns {function(*)}
*/
const when = (key, answer, key2 = false, answer2 = true, andOr = 'and') => {
// Return actual when function provided by inq... |
package fr.ill0gisme.taunt;
import org.jsfml.graphics.RenderTarget;
import org.jsfml.system.Time;
public abstract class AbstractScene implements Scene {
@Override
public void update(Time delta) {
}
@Override
public void render(RenderTarget target) {
}
}
|
<?php
namespace Sonata\UserBundle\Admin\Model;
use FOS\UserBundle\Model\UserManagerInterface;
use Sonata\AdminBundle\Admin\AbstractAdmin;
use Sonata\AdminBundle\Datagrid\DatagridMapper;
use Sonata\AdminBundle\Datagrid\ListMapper;
use Sonata\AdminBundle\Form\FormMapper;
use Sonata\AdminBundle\Show\ShowMapper;
class... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ar" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About VaderCorpCoin</source>
<translation>عن البلاك كوين</translation>
</message>
<message>
<... |
/**
* @file main.cpp
* @author Robert Hümmer
* @date 17.12.2016
* @brief The file containing the main entry point of the program
*/
#include "MedicalExecutive.h"
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main(int argc, char * argv[])
{
MedicalExecutive exec(argv[1]);
exec.run... |
<?php
/*
* Projeto: PHPEtec
* Arquivo: /controllers/home.php
* Propósito: Controller home do aplicativo
* Author: Edemilson Goncalves
* Email: ede.goncalves88@gmail.com
*/
use Root\BaseController;
class HomeController extends BaseController
{
public function index()
{
$modelHome = $this->model... |
wxIconBundle getIconBundle();
#endif
|
{% extends "layout.html" %}
{% block content %}
<h2>Hello Flask</h2>
{% endblock %}
|
package com.github.tomakehurst.wiremock.recording;
import com.github.tomakehurst.wiremock.common.Timing;
import com.github.tomakehurst.wiremock.http.LoggedResponse;
import com.github.tomakehurst.wiremock.http.Request;
import com.github.tomakehurst.wiremock.http.Response;
import com.github.tomakehurst.wiremock.http.Re... |
namespace google {
namespace cloud {
namespace dataproc_internal {
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
/// Define the gRPC status code semantics for retrying requests.
struct ClusterControllerRetryTraits {
static inline bool IsPermanentFailure(google::cloud::Status const& status) {
return status.code() != St... |
package com.jjinterna.pbxevents.discovery.lldp.internal;
import org.apache.camel.builder.RouteBuilder;
public class TimerRoute extends RouteBuilder {
@SuppressWarnings("unused")
private String period;
@SuppressWarnings("unused")
private String host;
@Override
public void configure() throws Exception {
fro... |
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" data-layout-decorate="~{layout}">
<head>
<meta charset="utf-8">
<title>Password confirmation</title>
</head>
<body>
<div data-layout-fragment="content">
<div class="page-header">
<h1>Password required</h1>
</div>
<p>We have a messa... |
/*
* 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... |
#include <algorithm>
#include "Core/Platform.h"
#include "Widget/IWidgetInternal.h"
#include "Widget/WidgetManager.h"
namespace gubi {
WidgetManager::WidgetManager(
gubi::IRenderSystem* pRenderSystem ) :
m_widgetFactory(pRenderSystem)
{
}
WidgetManager::~WidgetManager(
void )
{
}
bool WidgetManager::Re... |
run-idss-batch.py --inputdirectory sampled-data --outputdirectory seriation-results --xyfile xyfiles/seriationct-7XY.txt --dryrun 0
|