text stringlengths 3 1.05M |
|---|
@interface WaveViewController : UIViewController
@property (nonatomic) MCSinusoidType sinusoidType;
@end
|
from redbreast.core.spec import CoreWFManager
from redbreast.core.spec import *
from redbreast.serializable import Workflow, Task
import os
from os.path import dirname, join
def event_log(event):
print " --> spec %s, %s" % (event.task.get_name(), event.type)
locate_dir = os.path.dirname(__file__)
os.chdir(locate_... |
<!DOCTYPE html>
<html>
<head>
<title>Lietuvos skautijos pažymėjimas <?php if(isset($page_title)) echo "| " . $page_title ?></title>
<link href="public/assets/img/favicon.ico" rel="icon" />
<meta charset="utf-8" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrom... |
/* eslint-env mocha */
/* eslint-disable func-names, prefer-arrow-callback */
import sideNav from '../../pageobjects/side-nav.page';
import flexTab from '../../pageobjects/flex-tab.page';
import admin from '../../pageobjects/administration.page';
// test data imports
import { checkIfUserIsAdmin } from '../../data/che... |
package customerservice
import (
"fmt"
"github.com/silenceper/wechat/v2/officialaccount/context"
"github.com/silenceper/wechat/v2/util"
)
// TypingStatus 输入状态类型
type TypingStatus string
const (
customerServiceListURL = "https://api.weixin.qq.com/cgi-bin/customservice/getkflist"
customerServiceOnlineListU... |
package store
class Store(val catalog: Catalog) {
def newShopper: Shopper = Shopper(Cart(catalog))
def checkout(shopper: Shopper): Receipt = {
shopper.cart.checkout(shopper.id, shopper.payment)
}
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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,... |
import { combine } from "./combine";
/**
* Executes a message against one target function that is selected at random.
*/
type WeightedOptions = Function | [number, Function];
const getFunctions = (ops: WeightedOptions[]) => ops.map(op => (
(typeof op === "function" ? op : op[1]) as Function
)) as Function[];
co... |
package gspec
import (
"flag"
"fmt"
"os"
"runtime"
"github.com/goldenspider/gspec/core"
"github.com/goldenspider/gspec/errors"
"github.com/goldenspider/gspec/expectation"
ext "github.com/goldenspider/gspec/extension"
"github.com/goldenspider/gspec/reporter"
)
var (
// Reporters are the test reporters used ... |
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import { AppComponent } from './app.component';
import { Chat } from './chat.component';
import { CreateMessage } from './create-message.component';
import { Navbar... |
title: ayu28
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: u28
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... |
@interface WYNavigationController () <UIGestureRecognizerDelegate>
{
NSMutableArray *_titles;
UIImageView *_navBarhairlineImageView;
}
@end
@implementation WYNavigationController
- (void)viewDidLoad {
[super viewDidLoad];
_navBarhairlineImageView = [self getNavHairlineImageViewUnder:self.navigati... |
<!DOCTYPE html>
<!-- Copyright 2012-2013 by Bill Roy - MIT license - See LICENSE file -->
<html><head>
<title>Bitlash Commander</title>
<script type='text/javascript' src='/js/jquery-1.8.2.min.js'></script>
<script type='text/javascript' src='/js/fastclick.js'></script>
<script type='text/javascript' src='/js/rapha... |
<?php
if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
echo <<<EOM
You must set up the project dependencies by running the following commands:
curl -s http://getcomposer.org/installer | php
php composer.phar install --dev
EOM;
exit(1);
}
$rc = new \ReflectionClass('Payum\Core\GatewayInte... |
//
// ImapStreamTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and 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 S... |
<h3 ng-if="commentListCtrl.comments.length > 0" class="panel-heading-title">Commentaires </h3>
<div class="panel-heading-action">
<button class="btn btn-info btn-sm" ng-click="commentListCtrl.add()" title="Ajouter un commentaire"><span class="glyphicon glyphicon-comment"></span>Commenter</button>
</div>
<section ... |
using System;
using System.Runtime.Serialization;
namespace Alphaleonis.Win32.Vss
{
/// <summary>
/// Base class for exceptions indicating an error occuring during a VSS operation.
/// </summary>
[Serializable]
public abstract class VssException : Exception
{
/// <summary>
/// Initial... |
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 14 theme customizations c... |
package com.samsarin.gatu.chromosome;
import static org.junit.Assert.*;
import org.junit.Test;
import com.samsarin.gatu.primitive.Chromosome;
import com.samsarin.gatu.primitive.ChromosomeBuilder;
import com.samsarin.gatu.primitive.ChromosomeReader;
/**
* @author <chris@samsarin.com>
*/
public class ChromosomeRea... |
package com.urswolfer.gerrit.client.rest.http.accounts;
import com.google.gerrit.extensions.common.AccountInfo;
import com.google.gerrit.extensions.restapi.BinaryResult;
import com.google.gerrit.extensions.restapi.RestApiException;
import com.google.gerrit.extensions.restapi.Url;
import com.google.gson.JsonElement;
... |
#include <hxcpp.h>
#ifndef INCLUDED_openfl_display3D_Context3DMipFilter
#include <openfl/display3D/Context3DMipFilter.h>
#endif
#ifndef INCLUDED_openfl_display3D_Context3DTextureFilter
#include <openfl/display3D/Context3DTextureFilter.h>
#endif
#ifndef INCLUDED_openfl_display3D_Context3DWrapMode
#include <openfl/displ... |
package com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.ui;
import com.google.gwt.user.client.ui.Widget;
import com.vaadin.client.ApplicationConnection;
import com.vaadin.client.ComponentConnector;
import com.vaadin.client.ui.dd.VAbstractDropHandler;
import com.vaadin.client.ui.dd.VDragEvent;
public abst... |
<?php
class Magebuzz_Featuredproducts_Block_Featuredproducts extends Mage_Core_Block_Template
{
public function _prepareLayout()
{
return parent::_prepareLayout();
}
public function getFeaturedProducts()
{
if (!$this->hasData('featuredproducts')) {
$this->s... |
import { commitMutation, Environment, graphql } from "relay-runtime"
import { AuthIntentMutation } from "./types"
import { AuthIntentSaveArtworkMutation } from "__generated__/AuthIntentSaveArtworkMutation.graphql"
export const saveArtworkMutation: AuthIntentMutation = (
relayEnvironment: Environment,
id: string
) ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:38:03 CET 2013 -->
<title>Uses of Package jade.proto (JADE v4.3.1 API)</title>
<meta name="date" content="20... |
package com.amigocloud;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.conn.ClientConnectionManager;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.impl.conn.tsccm.ThreadSafeClientConnMan... |
//-----------------------------------------------------------------------
// <copyright file="SimpleCompositeListOptionAttribute.cs" company="LouisTakePILLz">
// Copyright © 2017 LouisTakePILLz
// <author>LouisTakePILLz</author>
// </copyright>
//-----------------------------------------------------------------------
... |
<?php
namespace tests\presentation\responses\HttpResponseA;
use vsc\presentation\responses\HttpResponseA;
use vsc\presentation\responses\HttpResponseType;
/**
* @covers \vsc\presentation\responses\HttpResponseA::getHttpStatusString()
*/
class getHttpStatusString extends \BaseUnitTest
{
public function testGetHttpSt... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<ImageView
android:layout_width="fill_parent"
android:layout_he... |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf8>
<!--
Copyright (C) 2007 Apple Inc. All rights reserved.
Copyright (C) 2010 Mozilla Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of s... |
using System.Runtime.InteropServices;
namespace DotGame.Assets.Importers.DDSTextureImporter
{
[StructLayout(LayoutKind.Sequential, Size = 124)]
internal struct Header
{
/// <summary>
/// Size of the structure. This member must be set to 124.
/// </summary>
private uint head... |
<?php
declare(strict_types=1);
namespace Sylius\Behat\Context\Ui\Admin;
use Behat\Behat\Context\Context;
use Sylius\Behat\Page\Admin\Taxon\CreatePage;
final class ManagingTranslatableEntitiesContext implements Context
{
private CreatePage $taxonCreatePage;
public function __construct(CreatePage $taxonCre... |
<?php
/**
* @package Form
*/
class Kwf_Form_Field_MultiFields extends Kwf_Form_Field_Abstract
{
public $fields;
public function __construct($reference = null, $fieldname = null)
{
if (is_object($reference)) {
$model = $reference;
} else if (class_exists($reference) && is_insta... |
package sourceviewer;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import java.util.EnumMap;
import java.util.Iterator;
import de.... |
var FacebookStrategy = require('passport-facebook').Strategy;
var User = require('../models/User.js');
module.exports = function(passport) {
passport.use('facebook', new FacebookStrategy({
clientID: process.env.FB_APP_ID,
clientSecret: process.env.FB_APP_SECRET,
callbackURL: process.env.FB_CALLBAC... |
package org.duracloud.account.app.controller;
/**
* @author Daniel Bernstein
* Date: Nov 14, 2011
*/
public class GroupsForm {
private String groupName;
private String[] groupNames;
private Action action;
public enum Action {
ADD,
REMOVE;
}
public String getGroupName() {
... |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
function _defineProperty(obj, key, value) { if (key in obj) {... |
/**
* This code was auto-generated by a Codezu.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*/
package com.mozu.api.resources.commerce.catalog.admin;
import com.mozu.api.ApiContext;
import java.util.List;
import java.util.ArrayLis... |
function getConfig(path, callback) {
if (sessionStorage.config) {
return callback(null, JSON.parse(sessionStorage.config));
}
fetch(path)
.then(blob => blob.json())
.then((data) => {
sessionStorage.config = JSON.stringify(data);
return callback(null, data);
})
.catch(() => callbac... |
<bill session="110" type="hr" number="1449" updated="2009-01-09T10:55:40-05:00">
<status><vote date="1221794580" datetime="2008-09-18T12:23:00-04:00" where="h" result="pass" how="roll" roll="606"/></status>
<introduced date="1221624000" datetime="2008-09-17"/>
<titles>
<title type="official" as="introduced">Provi... |
using System.Runtime.Serialization;
using Chiro.CiviCrm.Api.Converters;
using Newtonsoft.Json;
namespace Chiro.CiviCrm.Api.DataContracts.Entities
{
/// <summary>
/// CiviCRM IM.
/// </summary>
[DataContract]
public class Im: IEntity
{
[DataMember(Name = "id")]
public int Id {... |
package cc.suitalk.ipcinvoker.sample.app;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import cc.suitalk.ipcinvoker.IPCInvokeCallback;
import cc.suitalk... |
var repo = require('./video-repository');
function configureRoutes(app) {
app.get('/api/videos', function(req, res) {
// Load data.
var data;
try {
data = repo.loadVideoList();
} catch(err) {
console.log(err);
res.status(err.number).send(err.mess... |
package org.irmacard.mno.web;
import com.google.gson.JsonParseException;
import org.irmacard.api.common.exceptions.ApiError;
import org.irmacard.api.common.exceptions.ApiException;
import org.irmacard.mno.common.util.GsonUtil;
import javax.ws.rs.Consumes;
import javax.ws.rs.Produces;
import javax.ws.rs.WebApplicati... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 The OpenZipkin Authors
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
Un... |
import { computeOperation } from 'reducers/rest'
import { combineReducers } from 'redux'
import {
FV_SIMPLE_TASKS_GET_START,
FV_SIMPLE_TASKS_GET_SUCCESS,
FV_SIMPLE_TASKS_GET_ERROR,
FV_SIMPLE_TASK_GET_START,
FV_SIMPLE_TASK_GET_SUCCESS,
FV_SIMPLE_TASK_GET_ERROR,
FV_PROCESSED_TASK,
FV_SIMPLE_TASKS_APPROVE... |
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your needs!
*/
class Version20150118191937 extends AbstractMigration
{
public function up(Schema $schema)
{
// this up() migratio... |
<?php
namespace test\h\l;
class j { } |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>tclap: Directory Hierarchy</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"... |
'use strict';
const withGL = require('../withGL');
describe('PIXI.WebGLRenderer', function ()
{
it('setting option legacy should disable VAOs and SPRITE_MAX_TEXTURES', withGL(function ()
{
const renderer = new PIXI.WebGLRenderer(1, 1, { legacy: true });
try
{
expect(PIXI.g... |
/*
* Created on 2004-09-12
*
*/
package org.getopt.pcl5.PCL5Interpreter;
/**
* This is interface for printer interpreter setup.
*
* TODO Exception specification
*/
public interface IInitialSetup {
void setBoundBoxColor(boolean boudBox);
}
|
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... |
package il.technion.ewolf.kbr.openkad.net;
import il.technion.ewolf.kbr.openkad.msg.KadMessage;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Reader;
import java.io.Serializable;
import java.io.W... |
a:focus {
outline: 0 none;
}
.rel {
position: relative;
}
.pad0 {
padding: 0;
}
.padR0 {
padding-right: 0;
}
.padL0 {
padding-left: 0;
}
.page-heading {
border-top: 0;
padding: 20px 10px 20px 10px;
}
.page-heading .breadcrumb {
font-size: 14px;
}
.page-heading h2 {
font-weight: 400;
... |
require 'spec_helper'
describe ResumesController do
end
|
package com.blazebit.storage.server.util;
import java.io.InputStream;
import com.blazebit.storage.rest.client.BlazeStorage;
public class BucketObjectInputStream extends LazyInputStream {
private static final long serialVersionUID = 1L;
private final BlazeStorage client;
private final String bucket;
private fi... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Structures Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script src="js/jquery.min.js" defer></script>
<script src="js/j... |
layout: poem
title: >
The Sons of Martha
source:
---
# The Sons of Martha
- The Sons of Mary seldom bother, for they have inherited that good part;
- But the Sons of Martha favour their Mother of the careful soul and the troubled heart.
- And because she lost her temper once, and because she was rud... |
exports.up = function(knex, Promise) {
return Promise.all([
knex.schema.table('pilas', function (table) {
table.string('type');
}),
knex.schema.table('repos', function (table) {
table.string('type');
}),
knex.schema.table('audios', function (table) {
table.string('type');
}),... |
import EditFormRoute from 'ember-flexberry/routes/edit-form';
import ListParameters from 'ember-flexberry/objects/list-parameters';
import MultiListRoute from 'ember-flexberry/mixins/multi-list-route';
import MultiListModelEdit from 'ember-flexberry/mixins/multi-list-model-edit';
export default EditFormRoute.extend(Mu... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
<idea-plugin version="2" url="www.jetbrains.com" use-idea-classloader="true">
<id>org.jetbrains.plugins.sample.PluginSample</id>
<name>Basic plugin example</name>
<version>1.0</version>
<vendor email="support@jetbrains.com" url="http://www.jetbrains.com">JetBrains</vendor>
<category>Samples</categor... |
<?php
namespace Go\Aop\Pointcut;
use Go\Aop\PointFilter;
use Go\Aop\Support\InheritanceClassFilter;
use Go\Aop\Support\ModifierMatcherFilter;
use Go\Aop\Support\TruePointFilter;
use Go\Aop\Support\SimpleClassFilter;
use Go\Core\AspectKernel;
use Dissect\Parser\Grammar;
/**
* Pointcut grammar defines general struc... |
class JSONSelect::Transformer < Parslet::Transform
rule(:groups => sequence(:g)) { JSONSelect::SelectorsGroup.new(g) }
rule(:groups => simple(:g)) { JSONSelect::SelectorsGroup.new([g]) }
rule(:sequence => sequence(:s)) { JSONSelect::Group.new(s) }
rule(:sequence => simple(:s)) { JSONSelect::Group.new([s... |
/* Generated automatically. DO NOT EDIT! */
#define SIMD_HEADER "simd-support/simd-avx.h"
#include "../common/t1sv_32.c"
|
/*
* Machine independent virtual memory parameters.
*/
#ifndef _VM_PARAM_
#define _VM_PARAM_
#include <machine/vmparam.h>
/*
* The machine independent pages are refered to as PAGES. A page
* is some number of hardware pages, depending on the target machine.
*/
#define DEFAULT_PAGE_SIZE 4096
#if 0
/*
* All... |
package org.jetbrains.plugins.scala.refactoring.textRange
import org.jetbrains.plugins.scala.base.SimpleTestCase
import org.junit.Assert.assertEquals
import org.jetbrains.plugins.scala.lang.refactoring.util.ScalaRefactoringUtil.trimSelectionOffsets
class TrimSelectionOffsetsTest extends SimpleTestCase {
private def... |
package com.diegoschivo.samples.jpa.domain;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "PRODUCT")
public class Product implements Serializable
{
private static final long ser... |
{# TEMPLATE SEARCH RESULT SNIPPET #}
{% load app_filters %}
<div class="col-md-6">
<strong>
{% if user|is_superuser %}
{{ result.pk }}
{% endif %}
<a href="{% url 'task_by_extra' result.pk %}">
<span class="template_title_id_{{ result.pk }}">
... |
var chai = require('chai');
var should = chai.should();
var paymayaSdk = require("./../../../lib/paymaya/PaymayaSDK");
var Webhook = require("./../../../lib/paymaya/api/Webhook");
describe('Webhook', function() {
var webhook;
var webhookOptions = {
name: "CHECKOUT_SUCCESS",
callbackUrl: "http://shop.someserv... |
export default class Messenger {
constructor() {
this.handlers = [];
}
register(hander) {
this.handlers.push(hander);
}
unregister(hander) {
var index = this.handlers.indexOf(hander);
if (index !== -1) {
hander.splice(index, 1);
}
}
emit() {
var args = arguments;
for (let ha... |
namespace gvisor {
namespace testing {
namespace {
PosixErrorOr<int> ReadProcNumber(std::string path) {
ASSIGN_OR_RETURN_ERRNO(std::string contents, GetContents(path));
EXPECT_EQ(contents[contents.length() - 1], '\n');
int num;
if (!absl::SimpleAtoi(contents, &num)) {
return PosixError(EINVAL, "invalid v... |
- [Programming In Lua / The C API](lua/ProgrammingInLua_3rd_TheCApi.md)
## CMake
- [CMAKE PROPERTIES](https://cmake.org/cmake/help/v3.8/manual/cmake-properties.7.html)
- [CMAKE VARIABLES](https://cmake.org/cmake/help/v3.8/manual/cmake-variables.7.html)
- [CMAKE COMMANDS](https://cmake.org/cmake/help/v3.8/manual/cmake-... |
<?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_parent"
android:layout_he... |
namespace MusicStore.Api.Controllers
{
using MusicStore.Api.Models;
using MusicStore.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
public class ArtistController : BaseController
{
[NonAction]
priva... |
'use strict';
define([],function(){
return angular.module('Car',[
'Geolocation',
'Facebook',
'ngResource',
'Interpolation',
'mgcrea.ngStrap.popover',
'ngAnimate'])
.service("CarManager",function($resource){
return $resource("/api/cars/:where:id/:what",{},... |
#include <jni.h>
#include "api/video/video_frame.h"
#include "media/base/videosinkinterface.h"
#include "sdk/android/generated_video_jni/jni/VideoRenderer_jni.h"
#include "sdk/android/src/jni/jni_helpers.h"
#include "sdk/android/src/jni/videoframe.h"
namespace webrtc {
namespace jni {
// Wrapper dispatching rtc::V... |
\hypertarget{classtheoria_1_1config_1_1ConfigArray}{}\section{theoria\+:\+:config\+:\+:Config\+Array Class Reference}
\label{classtheoria_1_1config_1_1ConfigArray}\index{theoria\+::config\+::\+Config\+Array@{theoria\+::config\+::\+Config\+Array}}
{\ttfamily \#include $<$Config.\+h$>$}
Inheritance diagram for theor... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" />
<title>Pro... |
<!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_232) on Tue Sep 15 08:52:29 UTC 2020 -->
<title>DeleteMapping (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-... |
package compilercommon
import (
"fmt"
"io/ioutil"
"strings"
)
// LocalFilePositionMapper is a struct which implements the PositionMapper interface over the local file
// system. Note that since accesses in this struct are *not* cached, this instance should *only* be used
// for testing.
type LocalFilePositionMappe... |
layout: meetup
title: Anton Astashov and Elm
author: astacy
when: 2016-04-19T19:30:00-05:00
speakers:
- name: Anton Astashov
title:
avatar: https://avatars3.githubusercontent.com/u/12795?v=3&s=400
bio: Anton is [a real-deal code slinger](https://github.com/anton_astashov) based in Austin and currently wor... |
package org.zstack.sdk.zwatch.alarm;
import java.util.HashMap;
import java.util.Map;
import org.zstack.sdk.*;
public class RemoveLabelFromEventSubscriptionAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
private static final HashMap<String, Para... |
class Ubiquo::SessionsController < ApplicationController
layout :false
Ubiquo::Extensions.load_extensions_for UbiquoController, self
before_filter :cookies_required
skip_before_filter :verify_authenticity_token, :only => [:create]
#shows the login form
def new
unless has_cookies_enabled?
flash[... |
"""
This contains a wrapper class for the tktable widget as well a class for using
tcl arrays that are, in some instances, required by tktable.
"""
__author__ = "Guilherme Polo <ggpolo@gmail.com>"
__all__ = ["ArrayVar", "Table"]
import os
import collections
try:
import tkinter
except ImportError:
import Tkin... |
using System.Windows;
using Orbit.Bootstrap;
using Orbit.Extensions.DependencyInjection;
using Orbit.Modules.Layouts;
using Orbit.Modules.MarketData;
using Orbit.Modules.Options;
using Orbit.Modules.Orders;
using Orbit.Modules.Splash;
using Orbit.Modules.Themes;
using Orbit.Modules.Trades;
using Orbit.RegionAdapters;
... |
package testsubjects;
public class WidePrimitives
{
public double doMath(long first, double second, int third, long fourth)
{
return first * second + third * fourth;
}
}
|
package bg.softuni.lebank.entities;
public class DisplayData {
private String accountId;
private String accountBallance;
private String accountCurrency;
public DisplayData(String accountId, String accountBallance, String accountCurrency) {
this.setAccountId(accountId);
this.setAccountBallance(accountBallanc... |
import {Node} from '../graph';
import {
doesExistsInKG,
getName,
getRemotePropertyLabels,
getRemotePropertyValues,
getValueFromValueObj,
} from '../utils';
test('testing getRemotePropertyLabels', async () => {
const labels: any = await getRemotePropertyLabels(
'bio/CTD_CHEMBL2_DOID_2055',
);
c... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class CRUDlex\UserProvider | CRUDlexUser API</title>
<link rel="stylesheet" href="resources/style.css?c2f33731c1948fbed7c333554678bfa68d4817da">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span... |
import pytest
import requests
from spinningyogurt.Url import Url
@pytest.fixture
def request_mock(mocker):
mocker.patch.object(requests, 'get')
def test_get_bad_url(request_mock):
with pytest.raises(ValueError):
Url.get('url')
def test_get(request_mock):
requests.get().text = 'Hello!'
as... |
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 21, 2017 */
@font-face {
font-family: 'brutal_typeblack';
src: url('brutaltype-black-webfont.woff2') format('woff2'),
url('brutaltype-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
... |
#if defined (HAVE_WINDOWS_H)
# include <windows.h>
#endif
#if defined (HAVE_SYS_STAT_H)
# include <sys/stat.h>
#endif
#include <sys/types.h>
/* Detects platform characteristics. */
int main(int argc, char *argv[]) {
_mkdir((const char*)0);
if (argc > 1000) {
return *argv[0];
}
return 0;
}
|
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
set -ex
lock_file=/var/lock/openshift-sdn.lock
subnet_gateway=$1
subnet=$2
cluster_subnet=$3
subnet_mask_len=$4
tun_gateway=$5
printf 'Container network is "%s"; local host has subnet "%s" and gateway "%s".\n' "${cluster_subnet}" "${subnet}" "${subnet_gateway}"
TUN=tun0
# Synchronize code execution with a file lock.
... |
package com.opengamma.financial.convention.businessday;
import javax.time.calendar.LocalDate;
import com.opengamma.financial.convention.calendar.Calendar;
/**
* The no adjustment business day convention.
* <p>
* This implementation always returns the input date, performing no adjustments.
*/
public class NoAdju... |
package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.GroupData;
public class GroupCreationTests extends TestBase{
@Test
public void testGroupCreation() {
app.getNavigationHelper().gotoGroupPage();
app.getGroupHelper().initGroupCreati... |
@interface BKNotificationUtilities : NSObject
- (NSString*)notificationIdKey;
- (NSString*)firstLaunchKey;
- (NSString*)appName;
@end
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>HBase 1.1.1.2.3.0.0-2557 Reference Package org.apache.hadoop.hbase.zookeeper.lock</title>
<link rel="sty... |
<!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_91) on Wed Dec 12 19:04:13 PST 2018 -->
<title>ShadowCursorWindow</title>
<meta name="date" content="2018-12-12">
<link rel="stylesheet" type="... |