text
stringlengths
3
1.05M
input.ce_text_field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; border: 1px solid #d1d5de; padding: 0 3px; height: 30px; line-height: 30px; } input.ce_text_field:focus { border: 1px solid black; padding: 0 3px; background-color: white !important;...
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Trackball | Rab Fulton</title> <meta name="description" content="The trackball was invented in 1946 by Ralph Benjamin for use in a military radar system and has had a small but loyal following amongst computer users who sh..."> <meta name="...
using System; using System.IO; using System.Reflection; using Protractor; // From https://github.com/bbaia/protractor-net/blob/master/examples/Protractor.Samples/Support/NgMockE2EModule.cs namespace CustomerManager.E2ETests { /// <summary> /// Module that depends on the 'ngMockE2E' Angular module to define ...
package com.example.prakhar.mobile.ui.people_detail; import android.graphics.drawable.GradientDrawable; import android.os.Build; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.annotation.RequiresApi; import android.support.design.widget.AppBarLayout; import android.support...
.PHONY: clean-pyc clean-build docs clean help: @echo "clean - remove all build, test, coverage and Python artifacts" @echo "clean-build - remove build artifacts" @echo "clean-pyc - remove Python file artifacts" @echo "clean-test - remove test and coverage artifacts" @echo "lint - check style with flake8" @echo "...
namespace net::transport_security_state { // A Pinset represents the data a website would send in a HPKP header. A pinset // is given a name so that multiple entries in the preload list can reference // the same pinset. class Pinset { public: Pinset(std::string name, std::string report_uri); Pinset(const Pinset&...
package main import ( arg "github.com/jeffjen/ambd/ambctl/arg" cli "github.com/codegangsta/cli" "fmt" "os" "path" ) func NewCreateCmd() cli.Command { return cli.Command{ Name: "create", Usage: "Create proxy endpoint by spec", Flags: []cli.Flag{ // Proxy endpoint configuration cli.StringFlag{Name:...
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE TypeSynonymInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonad.Layout.SortedLayout -- Description : A layout modifier that sorts a given layout by a list of ...
"""Saves results.""" import dataclasses import json import os from typing import Tuple, DefaultDict, List import absl from lsmmdma.train import ModelGetterConfig import numpy as np import torch from tensorflow.io import gfile def save_generated_data( path: str, first_view: torch.FloatTensor, second_view:...
var fs = require("fs"); fs.readFile("foo.txt","utf-8", function(error, data){ if (error){ throw error; } console.log(data); }); console.log("lendo o arquivo...");
version: 0.9.0 title: Dokumentowanie kodu --- Jak dokumentować kod Elixira. {% include toc.html %} ## Adnotacje Nie ważne jak wiele komentarzy piszemy i jak dobra jest dokumentacja, to zawsze jej jakość będzie niewystarczająca. Pomimo to wszyscy wiemy, że dokumentacja jest istotna zarówno dla nas samych, jak i dla ...
package net.chandol.logjdbc.logging.printer.sql; import net.chandol.logjdbc._testhelper.LogReadableTestBase; import net.chandol.logjdbc.config.LogJdbcConfig; import net.chandol.logjdbc.config.LogJdbcProperties; import net.chandol.logjdbc.logging.LogContext; import org.junit.Before; import org.junit.Test; import stati...
package mobi.anoda.archinamon.kernel.persefone.ui.adapter; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.BaseAdapter; import android.widget.Filter; import an...
package satisfaction package hadoop.hive import _root_.org.joda.time.format.DateTimeFormat import _root_.org.joda.time.Days import _root_.org.joda.time.DateTime import scala.io.Source import _root_.org.apache.hadoop.hive.ql.metadata.HiveException import _root_.org.apache.hadoop.hive.conf.HiveConf import util.Releaseab...
<template name="containers"> <div class="container-fluid"> <form class="form-inline"> {{> hostFilter}}{{> containerFilter}}{{> containerImgFilter}}{{> runHooks 'template.containers.actions'}} </form> <div class="table-responsive"> <table class="table table-condensed table-striped"> <thead> <tr> ...
<?php namespace Molajo\Controller; /** * Class MockModelRegistry * * Generates a registry for testing when used with the web and ModelRegistryQuery * * @package Molajo\Controller */ class MockModelRegistry { protected $model_registry; public function create() { $model_registry['name'] ...
//================================================================================================= //================================================================================================= // // Copyright (c) 2012 Dennis Mnuskin // // This file is part of TrackerSync application. // // This source code is d...
(function($) { "use strict"; $.FileDialog = function FileDialog(userOptions) { var options = $.extend($.FileDialog.defaults, userOptions), modal = $([ "<div class='modal fade'>", " <div class='modal-dialog'>", " <div class='modal-content'>", " ...
This is the expfactory builder image provided on Docker Hub for development production of other Dockerfiles to generate custom experiment containers. This image is updated with development versions that are eventually merged into the [main builder](../builder). To do a build, you will be doing the following: - gener...
<?php namespace app\modules\tovar\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use app\modules\tovar\models; /** * TovarSearch represents the model behind the search form about `app\modules\tovar\models\Tovar`. */ class TovarSearch extends Tovar { /** * @inheritdoc */ p...
int main() { // LWG2462 std::ios_base::failure is overspecified static_assert((std::is_base_of<std::system_error, std::ios_base::failure>::value), ""); { std::string what_arg("io test message"); std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory)); assert(...
package com.pivotal.gemfirexd.internal.client.net; import com.pivotal.gemfirexd.internal.client.am.Sqlca; import com.pivotal.gemfirexd.internal.client.am.ClientMessageId; import com.pivotal.gemfirexd.internal.client.am.SqlException; import com.pivotal.gemfirexd.internal.shared.common.reference.SQLState; import java...
"""Unit tests for core.domain.rte_component_registry.""" from __future__ import absolute_import # pylint: disable=import-only-modules from __future__ import unicode_literals # pylint: disable=import-only-modules import inspect import os import pkgutil import re import string import struct from constants import con...
import plivohelper import sys try: room = sys.argv[1] memberid = sys.argv[2] except IndexError: print "Need ConferenceName and MemberID args" sys.exit(1) # URL of the Plivo REST Service REST_API_URL = 'http://127.0.0.1:8088' API_VERSION = 'v0.1' # Sid and AuthToken SID = 'XXXXXXXXXXXXXXXXXXXXXXXXXXX...
package com.netflix.atlas.core.model object CollectorStats { val unknown = CollectorStats(-1L, -1L, -1L, -1L) def apply(vs: Iterable[CollectorStats]): CollectorStats = { val builder = new CollectorStatsBuilder vs.foreach(builder.update) builder.result } } /** * Summary stats for how much data wa...
package com.piketec.tpt.api.diagram; import java.awt.Point; import java.rmi.RemoteException; import com.piketec.tpt.api.TptRemote; /** * The class represents an object with a position (x- and y- coordinate) in the diagram like a state * or a junction. */ public interface Positioned extends TptRemote ...
<?php namespace app\models\search; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use app\models\Event; /** * EventSearch represents the model behind the search form about `app\models\Event`. */ class EventSearch extends Event{ /** * @inheritdoc ...
<!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_23) on Fri Oct 07 06:23:10 UTC 2011 --> <TITLE> Uses of Class org.apache.hadoop.mapred.MultiFileSplit (Hadoop 0.20.205.0 API) </TITLE> <META NAME="d...
import { h } from 'hyperapp'; import { ButtonHold } from '../elements/button-hold'; export const SettingsGeneral = ({ actions }) => <div class="settings_content"> <ButtonHold text='SHUTDOWN' setValue={() => actions.system.shutdown()} /> <ButtonHold text='REBOOT' setValue={() => actions.system.reboo...
require 'rails_helper' describe RailsJwtAuth::Trackable do %w[ActiveRecord Mongoid].each do |orm| context "when use #{orm}" do before(:all) { initialize_orm(orm) } let(:user) do FactoryBot.create( "#{orm.underscore}_user", last_sign_in_at: Time.current, last_sig...
/** * @license Angular v5.1.2 * (c) 2010-2017 Google, Inc. https://angular.io/ * License: MIT */ import { Location, LocationStrategy } from '@angular/common'; import { MockLocationStrategy, SpyLocation } from '@angular/common/testing'; import { Compiler, Injectable, Injector, NgModule, NgModuleFactoryLoader, Option...
<?xml version="1.0" encoding="utf-8"?> <animated-rotate android:drawable="@drawable/spinner_black_20" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12" xmlns:android="http://schemas.android.com/apk/res/android" />
title: Telerik.Web.UI.RadPanelItemBlurEventArgs description: Telerik.Web.UI.RadPanelItemBlurEventArgs slug: Telerik.Web.UI.RadPanelItemBlurEventArgs --- # Telerik.Web.UI.RadPanelItemBlurEventArgs : Telerik.Web.UI.RadPanelItemEventArgs ## Inheritance Hierarchy * [Telerik.Web.UI.RadPanelItemEventArgs]({%slug Telerik.W...
package com.ibm.watson.developer_cloud.conversation.v1.model; import com.ibm.watson.developer_cloud.service.model.GenericModel; import com.ibm.watson.developer_cloud.util.Validator; /** * The deleteSynonym options. */ public class DeleteSynonymOptions extends GenericModel { private String workspaceId; private...
<!DOCTYPE html> <html lang="ca-es" data-theme=""> <head> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="referrer" content="no-referrer-when-downgrade"> <title>La vista cansada</title> <meta name="de...
DESCRIPTOR_V1=`pwd`/descriptors/rolling-upgrade-v1-service-definition.yml DESCRIPTOR_V2=`pwd`/descriptors/rolling-upgrade-v2-service-definition.yml STACK_NAME=upgrade-test echo Deploying Stack docker stack deploy --compose-file ${DESCRIPTOR_V1} ${STACK_NAME} sleep 4 clear echo List all stacks docker stack ls sleep 2 ...
package acceptance; import java.lang.reflect.Field; import javax.sql.DataSource; import org.apache.ibatis.session.SqlSessionManager; import org.junit.jupiter.api.BeforeAll; import org.junit.platform.commons.JUnitException; import pro.taskana.TaskanaEngineConfiguration; import pro.taskana.common.api.TaskanaEngine; imp...
import os from importlib import import_module from edalize.utils import EdaCommands import logging logger = logging.getLogger(__name__) import subprocess import sys def subprocess_run_3_9( *popenargs, input=None, capture_output=False, timeout=None, check=False, **kwargs ): if input is not None: if ...
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("Pu...
package davideberdin.goofing; import android.content.Intent; import android.graphics.Color; import android.net.Uri; import android.os.Parcel; import android.support.v4.view.MotionEventCompat; import android.view.MotionEvent; import android.view.View.OnClickListener; import android.media.MediaPlayer; import android.sup...
package com.rtg.relation; import junit.framework.TestCase; /** */ public class ChildFamilyLookupTest extends TestCase { public void test() { final Family f1 = new Family("father1", "mother", "child1"); final Family f2 = new Family("father2", "mother", "child2"); f2.setSampleId(1, 1); f2.setSample...
package gov.hhs.fha.nhinc.transform.policy; import oasis.names.tc.xacml._2_0.context.schema.os.ActionType; /** * * @author rayj */ public class ActionHelper { private static final String ActionAttributeId = "urn:oasis:names:tc:xacml:1.0:action:action-id"; public static ActionType actionFactory(String ac...
import { Outcome } from './interfaces'; export function isOutcome(s: any): s is Outcome { return s == 'absent' || s == 'late' || s == 'bye'; }
/* $OpenBSD: clock.h,v 1.3 1997/09/10 11:47:04 maja Exp $ */ /* $NetBSD: clock.h,v 1.2 1997/05/04 19:13:33 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
''' Created on Jul 28, 2015 Script to export the metadata data dictionary as JSON. Joins with allowed values where there column is a controlled vocabulary Copyright 2015, Institute for Systems Biology. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compl...
<?php namespace ERP\CRMBundle\Controller; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bu...
// ======================================================================== // Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms o...
SELECT a FROM t1 WHERE rowid < 4398046511103 ORDER BY rowid
echo "Starting docker build..." docker run --rm -ti \ --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') \ --env ELECTRON_CACHE="/root/.cache/electron" \ --env ELECT...
module BusinessTime class BusinessHours def initialize(hours) @hours = hours end def ago Time.zone ? before(Time.zone.now) : before(Time.now) end def from_now Time.zone ? after(Time.zone.now) : after(Time.now) end def after(time) after_time = Time.roll_forward(...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import {define as crUiDefine} from 'chrome://resources/js/cr/ui.m.js'; import {hasKeyModifiers} from 'chrome://resources/js/util.m.js'; /** * @fileo...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace ExcelWeb.Controllers { public class HomeController : Controller { public ActionResult Index() { return View(); } public ActionResult About() ...
package common import ( "fmt" "net/url" "time" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/fields" "k8s.io/apimachinery/pkg/util/intstr" "k8s.io/apimachinery/pkg/util/uuid" podutil "k8s.io/kubernetes/pkg/api/v1/pod" "k8s.io/kubernetes/pkg/kubelet/events" ...
package gwt.material.design.client.base; import gwt.material.design.client.constants.TextAlign; public interface HasTextAlign { /** * Set the text alignment. */ void setTextAlign(TextAlign align); /** * Get the text alignment. */ TextAlign getTextAlign(); }
package com.s4game.server.io.handler; import io.netty.channel.ChannelHandler.Sharable; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import javax.annotation.Resource; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.s...
[![Build Status](https://travis-ci.org/seu-as-code/seu-as-code.plugins.svg?branch=master)](https://travis-ci.org/seu-as-code/seu-as-code.plugins) [![Coverage Status](https://coveralls.io/repos/seu-as-code/seu-as-code.plugins/badge.svg?branch=master&service=github&ts=1)](https://coveralls.io/github/seu-as-code/seu-as-co...
/** * 仿Android Toast * 可以设置显示的位置[上、中、下]、类型[提示、loading] * Created by xc on 2015/11/30. */ (function (window) { "use strict"; function Toast(options) { options = options || {}; var _this = this, _options = { position: options.position || 'top' }; _this.duration = options.duration |...
package http import ( "compress/bzip2" "compress/gzip" "context" "io" "net/url" "os" "strings" "github.com/aptly-dev/aptly/aptly" "github.com/aptly-dev/aptly/utils" xz "github.com/smira/go-xz" ) // List of extensions + corresponding uncompression support var compressionMethods = []struct { extenstion ...
hashd is a modest in-memory cache developed in C. A toy project. ## FAQ ### Why a in-memory hash table? It seemed like a perfect opportunity to implement several concepts that I had little or none experience with. Among them: * Free lists * Memory fragmentation * OpenBSD coding practices * Benchmark and optimizati...
// Copyright (c) 2012 Ecma International. All rights reserved. // Ecma International makes this code available under the terms and conditions set // forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the // "Use Terms"). Any redistribution of this code must retain the above // copyright and this n...
local coroutines_for_funcs = {} local function_priorities = {} local function_tables = {} local current_runs = {} local function genCoroutineFunc(f) return function(run,start_time,time_not_to_overrun) while #run>0 do local status,err = pcall(f,table.remove(run)) if not status the...
package com.google.code.axonguice.repository.eventsourcing; import com.google.code.axonguice.repository.RepositoryProvider; import com.google.inject.*; import com.google.inject.name.Names; import com.google.inject.util.Types; import org.axonframework.domain.AggregateRoot; import org.axonframework.eventhandl...
layout: base title: Home --- <div class="Home-page"> <div class='Home-page__tagline-container'> <h1 class="Home-page__tagline">Simple, flexible deployment for your <img class='Home-page__tagline-logo' src="{{site.baseurl}}/public/images/ember_logo.png" alt=""> app</h1> </div> <section class='Home-page__sect...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Jither.PBKDF2")] [assembly: AssemblyDescription("PBKDF2 implementation for .NET Framework")] [assembly: AssemblyCompany("Jither")] [assembly: AssemblyCopyright("Copyright © Jimmi Thøgersen 2014")] // Setting ComVisible to false ...
package org.trianacode.taskgraph.proxy; import org.trianacode.config.TrianaProperties; import org.trianacode.taskgraph.TaskGraphManager; import org.trianacode.taskgraph.imp.TaskFactoryImp; import org.trianacode.taskgraph.imp.TaskGraphFactoryImp; import org.trianacode.taskgraph.proxy.java.JavaConstants; import org.tr...
package pl.kalisz.kamil.preffer; import android.text.TextUtils; import android.util.LruCache; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import pl.kalisz.kamil.preffer.access.AccessTypeHolder; import pl.kalisz.kamil.preffer.annotations.SaveValue; import pl.kalisz.kamil.preffer.seria...
package rpc import ( "net" "time" "golang.org/x/net/context" "gopkg.in/natefinch/npipe.v2" ) // This is used if the dialing context has no deadline. It is much smaller than the // defaultDialTimeout because named pipes are local and there is no need to wait so long. const defaultPipeDialTimeout = 2 * time.Second...
import logging import logging.handlers DEBUG = True LOG_FORMAT = '[%(asctime)s: %(levelname)s] %(message)s' if DEBUG: LOG_LEVEL = logging.DEBUG else: LOG_LEVEL = logging.WARN LOG_COLOR = True PORT = 8000 TORNADO_SETTINGS = {} TORNADO_SETTINGS['debug'] = False # disabled to kill autoreload TORNADO_SETTINGS['...
using ConstantContactBO; using ConstantContactUtility; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Entity.Core; using System.Text; using System.Web.UI; #endregion using namespace WebApplication { /// <summary> /// This class contains API Key, Username and...
import django from django.db import models from pages.conf import settings class ContentTypeManager(models.Manager): def get_queryset(self): super_ = super(ContentTypeManager, self) qs = super_.get_queryset() if not settings.PAGES_PAGE_USE_EXT_CONTENT_TYPES: return qs.filter(...
/* ### * IP: GHIDRA * * 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 writin...
import React from 'react'; import './index.scss'; import {Cell, Grid, Row} from '../../../packages/layout-grid/index'; import '../../../packages/layout-grid/index.scss'; const NoWidth = () => { return ( <Grid> <Row> <Cell className='layout-grid-sample__cell__one'>Tennis</Cell> <Cell classNa...
class Appearance < ApplicationRecord include CacheableAttributes include CacheMarkdownField include ObjectStorage::BackgroundMove include WithUploads cache_markdown_field :description cache_markdown_field :new_project_guidelines cache_markdown_field :profile_image_guidelines cache_markdown_field :heade...
<!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_21) on Thu Jun 20 21:49:57 EDT 2013 --> <title>peasy Class Hierarchy (Javadocs: peasycam)</title> <meta name="date" content="2013-06-20...
namespace WindowsFormsApplication1 { partial class Main { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
/* * RoomManagementBox Messages * * This contains all the text for the RoomManagementBox component. */ import { defineMessages } from 'react-intl'; export default defineMessages({ header: { id: 'app.components.RoomManagementBox.header', defaultMessage: 'Manage Rooms', }, addRoom: { id: 'app.compo...
using System.Collections.Generic; using BoxLaunch.Actions; using NDesk.Options; namespace BoxLaunch.Commands { public class SyncCommand : BaseCommand { public string SourcePath { get; set; } public string TargetPath { get; set; } public override void Run(IEnumerable<string> args) ...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
/* * 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 gameshop.advance.config; import gameshop.advance.exceptions.ConfigurationException; import java.net.UnknownHostException; imp...
// // FCLoggerTextView // FCLoggerSample // // Created by Federico Cappelli on 08/05/2015. // Copyright (c) 2016 Federico Cappelli. All rights reserved. // #import "FCLogger.h" #import "DDTTYLogger.h" @interface FCLogger () { DDLogFlag _notificationMask; } @property (nonatomic, strong) NSMutableArray *logMsg...
import bio from './bio' import education from './education' import intro from './intro' import print from './print' import projects from './projects' import skills from './skills' import work from './work' import commands from './commands' const localData = { bio: bio, education: education, intro: intro, print: p...
This repo contains scripts and instructions for creating a docker remote host that can be accessed securely over TLS. It is intended to be run on a KVM VPS running Ubuntu 16.10. These commands will need to be run from a bash command line on either a unix machine or under cygwin/git-bash/bash-for-windows on a windows m...
export interface EventObject { id: number, groupId: string, allDay: boolean, start: Date, end: Date, title: string, url?: string color?: string, extendedProps: EventProps | any; source?: EventSourceObject setProp: Function; remove: Function; } export interface EventProp...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace IO.Swagger.Model { /// <summary> /// ...
Building a unified frame work to speed the creation of missions and enable misison makers to focus on the story and not the technical aspect.
The Blocks gem is many things. It acts as: * a container for reusable blocks of code and options * a common interface for rendering code, whether the code was defined previously in Ruby blocks, Rails partials, or proxies to other blocks of code * a series of hooks and wrappers that can be utilized to render code befo...
// (C) Copyright 2015 Martin Dougiamas // // 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 agre...
<?xml version="1.0" encoding="UTF-8" ?> <chapter><title>Notation</title> <section><title>Assumption Persona Argumentation Model</title> <mediaobject> <imageobject> <imagedata align="left" fileref="APKey.pdf" format="PDF" />" </imageobject> <caption><para>Argumentation Model notation</pa...
<meta charset="utf-8"> (#) Implied Quantities !!! ERROR: Implied Quantities This is an error. Id : `ImpliedQuantity` Summary : Implied Quantities Severity : Error Category : Correctness: Messages Platform : Android Vendor : Android Open Source Project Feedback : https://issuetracker.google.com/issues...
/** */ package de.hub.visualemf.data; import org.eclipse.emf.ecore.EAttribute; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Size Tree Map Data</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link de.hub.visualemf.data...
<?php // autoload_files.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( $baseDir . '/flight/autoload.php', $baseDir . '/flight/Flight.php', );
package sink import ( "context" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" eventing "knative.dev/eventing-kafka-broker/control-plane/pkg/apis/eventing/v1alpha1" eventingv1alpha1 "knative.dev/eventing-kafka-broker/control-plane/pkg/client/clientset/versioned/typed/eventing/v1...
base=`basename $0` TMPFILE=`mktemp -t ${base}` || exit 1 refmt -print-width 100 -heuristics-file unary.txt -parse re -print re $1 > $TMPFILE mv $TMPFILE $1
#import <iWorkImport/TSDShapeStyle.h> #import "TSSPreset-Protocol.h" @class NSString; // Not exported @interface TSWPShapeStyle : TSDShapeStyle <TSSPreset> { } + (void)saveShapeStyleLayoutPropertyMap:(id)arg1 toArchive:(struct ShapeStylePropertiesArchive *)arg2 archiver:(id)arg3; + (void)loadShapeStyleLayoutPrope...
package org.easyrec.store.dao.impl; import org.easyrec.store.dao.BaseProfileDAO; import org.easyrec.utils.spring.store.dao.annotation.DAO; import org.easyrec.utils.spring.store.dao.impl.AbstractTableCreatingDAOImpl; import org.easyrec.utils.spring.store.service.sqlscript.SqlScriptService; import java.util.Set; /** ...
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="CoreNLP-to-HTML.xsl" type="text/xsl"?> <root> <document> <sentences> <sentence id="1"> <tokens> <token id="1"> <word>VMS</word> <lemma>VMS</lemma> <CharacterOffsetBegin>0</CharacterO...
// 32feet.NET - Personal Area Networking for .NET // // Net.Bluetooth.Factory.CommonBluetoothInquiry // // Copyright (c) 2008-2010 Alan J.McFarlane, All rights reserved. // Copyright (c) 2008-2010 In The Hand Ltd, All rights reserved. // This source code is licensed under the MIT License using AsyncResultInquiry = I...
package test import ( "fmt" "io/ioutil" "path" "strings" "time" "k8s.io/perf-tests/clusterloader2/pkg/measurement" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/util/wait" "k8s.io/klog" "k8s....
module Xcov module Core VERSION = "0.8" end end
Small library for highlighting text in react-native. ## Installation `npm install react-native-text-highlight --save` ## Usage ``` jsx import TextHighlight from 'react-native-text-highlight'; ... <TextHighlight highlight="code" highlightStyle={{ color: 'green' }} style={{ color: 'red' }} > People...