answer stringlengths 15 1.25M |
|---|
CKEDITOR.plugins.setLang("uicolor","lv",{title:"UI krāsas izvēle",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Predefinēti krāsu komplekti",config:"Ielīmējiet šo rindu jūsu config.js failā"}); |
namespace SqlStreamStore.HAL.StreamMetadata
{
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
internal class <API key> : <API key><Unit>
{
... |
<?php
/**
* @namespace
*/
namespace Zend\GData\EXIF\Extension;
class FStop extends \Zend\GData\Extension
{
protected $_rootNamespace = 'exif';
protected $_rootElement = 'fstop';
/**
* Constructs a new <API key> object.
*
* @param string $text (optional) The value to use for this element.
... |
use std::rc::Rc;
use std::cell::RefCell;
const SEGMENT_SIZE: usize = 16;
type SegmentLink = Rc<RefCell<Segment>>;
#[derive(PartialEq)]
struct Segment {
head: usize,
tail: usize,
items: [i32; SEGMENT_SIZE],
next: Option<SegmentLink>
}
impl Segment {
fn new() -> SegmentLink {
Rc::new(RefCell::... |
// import {
// select,
// } from "@kadira/<API key>";
import Forms from "./";
import TagSelect from "../TagSelect";
Forms
.add("TagSelect", () => {
// set channel name options
const GIVING_SCHEDULES = [
{ label: "One time", value: "One-Time" },
{ label: "Every Month", value: "Monthly" },
{... |
/**
*
*
* @param {Object|Array} object
* @param {Function} callback
* @param {Object} [thisObj=undefined] this
* @access public
* @return {Object|Array}
*
* @example
*
* var arr = [1, 2, 3, 4];
* each(arr, function(item, index, arr){
* console.log(index + ":" + item);
* });
* // 0:1
* // 1:2
* // 2:3
... |
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
r... |
// Generated by CoffeeScript 1.12.3
var layerA;
layerA = new Layer({
x: Align.center,
y: Align.center,
width: 200,
height: 200,
backgroundColor: "#FAFB40"
});
layerA.onClick(function() {
return layerA.animate({
properties: {
scale: 3,
backgroundColor: "#C2FF01",
borderRadius: 100
}... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Card Class 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 s... |
it("should hoist exports in a concatenated module", () => {
return import("./root-ref").then(m => {
m.test();
});
});
if (Math.random() < 0) import("./external-ref"); |
using System;
using System.Collections.Generic;
using System.Text;
using SharpLua.LuaTypes;
namespace SharpLua.AST
{
<summary>
A for/in loop
</summary>
[Serializable()]
public partial class ForInStmt : Statement
{
<summary>
Executes the chunk
</summary>
<param nam... |
<!doctype html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
#cajaimagen{
float:left;
width: 350px;
margin: 30px;
border:1px solid #F00;
}
#cajaimagen img{width: 200px;}
#zonaDestino{
border:1px solid #F20;
background-color: #F80;
... |
// Publish the current user
Meteor.publish('currentUser', function() {
var user = Meteor.users.find({_id: this.userId}, {fields: ownUserOptions});
return user;
});
// publish all users for admins to make autocomplete work
// TODO: find a better way
Meteor.publish('allUsersAdmin', function() {
var selector = Setti... |
#if !defined(CRYPTO_SQUARE_H)
#define CRYPTO_SQUARE_H
namespace crypto_square {
} // namespace crypto_square
#endif // CRYPTO_SQUARE_H |
var EventEmitter = require('events').EventEmitter
var Backbone = require('backbone')
var BrowserRunner = require('./browser_runner')
var child_process = require('child_process')
var exec = child_process.exec
var log = require('winston')
var template = require('./strutils').template
var async = require('async')
var proc... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Sun Feb 26 06:28:57 CET 2012 -->
<TITLE>
Reference (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2012-02-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>InfoBox v1.1.4 [February 18, 2011] Reference</title>
<link rel="stylesheet" type="text/css" href="http://code.google.com/css/codesite.css"></link>
<link rel="stylesheet" type="... |
.success-text{color:green}
/*# sourceMappingURL=maps/main.<API key>.css.map */ |
module SimpleNavigation
module Renderer
# Renders an ItemContainer as a <ul> element and its containing items as
# <li> elements.
# It adds the 'selected' class to li element AND the link inside the li
# element that is currently active.
# If the sub navigation should be included (based on the lev... |
<?php
if(filemtime(__FILE__) + 1800 < time())return false;
return array (
'id' => 652,
'goods' =>
array (
'goods_id' => '652',
'store_id' => '42',
'type' => 'material',
'goods_name' => '40g',
'description' => '<p style="text-align: center;"><img src="http:
'cate_id' => '696',
'cate_nam... |
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Benchit — reach your online potential</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initi... |
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.markdownitFoot... |
# == Schema Information
# Table name: levels
# id :integer not null, primary key
# text :text
# heading :string
# subheading :string
# chapeau :text
# continuation :text
# type :string
# created_at :datetime not null
# updated_at :datetime not ... |
<!DOCTYPE HTML PUBLIC "-
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title></title>
<link rel="stylesheet" href="../fpdoc.css" type="text/css">
</head>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td><p> </p></td>
<td><p></p></td>
<td nowrap="nowrap"><p><a href="../qb... |
author: alex
categories:
- how to
- linux
mainclass: linux
date: '2016-01-01'
lastmod: 2017-09-26T12:46:45+01:00
description: "El otro día me hacía falta convertir cada una de las páginas de un documento pdf a imágenes individuales, con un poco de búsqueda en google lo solucioné y hoy lo comparto con vosotros."
url: ... |
#!/usr/bin/env ruby
require "sinatra"
require "open3"
if ARGV[0] == "onboot"
File.open("/etc/init/dokku-installer.conf", "w") do |f|
f.puts "start on runlevel [2345]"
f.puts "exec #{File.absolute_path(__FILE__)} selfdestruct"
end
File.open("/etc/nginx/conf.d/dokku-installer.conf", "w") do |f|
f.puts "... |
'use strict';
const request = require('./utils/request');
const R = require('ramda');
function suggest (opts) {
return new Promise(function (resolve, reject) {
if (!opts && !opts.term) {
throw Error('term missing');
}
const lang = opts.lang || 'en';
const country = opts.country || 'us';
cons... |
const DrawCard = require('../../drawcard.js');
const { Players, CardTypes } = require('../../Constants');
class ShinjoAltansarnai extends DrawCard {
setupCardAbilities(ability) {
this.reaction({
title: 'Discard a character',
when: {
onBreakProvince: (event, context) =... |
#include "maths.h"
namespace squish {
Sym3x3 <API key>( int n, Vec3 const* points, float const* weights )
{
// compute the centroid
float total = 0.0f;
Vec3 centroid( 0.0f );
for( int i = 0; i < n; ++i )
{
total += weights[i];
centroid += weights[i]*points[i];
}
centroid /= t... |
"use strict";
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !... |
/* global suite, beforeEach, afterEach, test, assert */
var fs = require('fs');
var path = require('path');
var temp = require('temp');
var rimraf = require('rimraf');
var walkSync = require('walk-sync');
var playground = require('..');
// Set CWD to the test output directory
process.chdir('./test/');
// Automatically ... |
ALTER TABLE testtable
DROP CONSTRAINT field4check;
ALTER TABLE testtable
ADD CONSTRAINT field4check CHECK ((field4 > (0.0)::double precision)); |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// TWTToast/UIKit/<API key>
#define <API key>
#define <API key> 0
#define <API key> 15
#define <... |
<!
Created by wangWei on 2016/5/15.
<section class="item">
<section class="item_main">
<div class="item_head">
<p class="time" ng-bind="item.currentTime|timeFormate"></p>
<span class="from" ng-if="topicStatus.showTopic">
<a ui-sref="topic({'topicId':itemTopic._id})"
... |
describe Spotify do
describe "VERSION" do
it "is defined" do
expect(defined?(Spotify::VERSION)).to eq "constant"
end
it "is the same version as in api.h" do
spotify_version = API_H_SRC.match(/#define\s+SPOTIFY_API_VERSION\s+(\d+)/)[1]
expect(Spotify::API_VERSION.to_i).to eq spotify_versi... |
//! A numerical value which represents the unique identifier of a registered type.
// https://developer.gnome.org/gobject/unstable/<API key>.html#GType
pub mod g_type {
use ffi;
use std::ffi::CString;
use std::slice;
use glib::translate::{FromGlibPtr, ToGlibPtr};
use glib_ffi::{self};
pub fn nam... |
import { expect } from 'chai';
import <API key> from './<API key>';
import actionTypes from './baseActionTypes';
describe('<API key>', () => {
it('should be a function', () => {
expect(<API key>).to.be.a('function');
});
it('should return a reducer', () => {
expect(<API key>(actionTypes))
.to.be.a('... |
<?php namespace Anomaly\Streams\Platform\Addon\Module\Console;
use Anomaly\Streams\Platform\Addon\Module\Module;
use Anomaly\Streams\Platform\Addon\Module\ModuleCollection;
use Anomaly\Streams\Platform\Addon\Module\ModuleManager;
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputArgument;
use Exc... |
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Beatmaps;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
using osu.Game.Online.Leaderboar... |
Imports System.Collections.ObjectModel
''' <summary>
''' Interaction logic for MainWindow.xaml |
<html lang="en">
<head>
<title>clock - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Timefns.html#Timefns" title="Timefns">
<link... |
function isBackboneBase(node, settings) {
"use strict";
var prefixes = settings.Collection.concat(settings.Model, settings.View).map(function(item) {
return item.prefix;
});
return node.type === "CallExpression" &&
node.callee.type === "MemberExpression" &&
(
(node.ca... |
"""Handle nice names"""
import base64
from pysyte.oss import platforms
def nice(data):
return base64.b64encode(bytes(data, 'utf-8'))
def name(data):
return base64.b64decode(data).decode('utf-8')
def chmod(data, *_):
platforms.put_clipboard_data(name(data))
return '' |
# This file is generated by gyp; do not edit.
export builddir_name ?= ./build/.
.PHONY: all
all:
$(MAKE) spi_binding |
#include <hl.h>
#ifndef HL_NATIVE_UCHAR_FUN
#include <stdarg.h>
#ifdef HL_ANDROID
# include <android/log.h>
# ifndef HL_ANDROID_LOG_TAG
# define HL_ANDROID_LOG_TAG "hl"
# endif
# ifndef <API key>
# define <API key> ANDROID_LOG_DEBUG
# endif
# define LOG_ANDROID(cfmt,cstr) __android_log_p... |
import <API key> from "@babel/runtime/helpers/esm/<API key>";
import _extends from "@babel/runtime/helpers/esm/extends";
import * as React from 'react';
import PropTypes from 'prop-types';
import * as ReactDOM from 'react-dom';
import { <API key> } from '@material-ui/utils';
import { getThemeProps } from '@material-ui/... |
(function(angular) {
'use strict';
var controllers = angular.module('newTab.controllers');
controllers.constant('popularPages', [
{name: 'Google+', location: 'https://plus.google.com'},
{name: 'Facebook', location: 'https:
{name: 'Twitter', location: 'https://twitter.com'},
{... |
#include "auth-common.h"
#include "ioloop.h"
#include "array.h"
#include "aqueue.h"
#include "base64.h"
#include "hash.h"
#include "net.h"
#include "str.h"
#include "strescape.h"
#include "str-sanitize.h"
#include "master-interface.h"
#include "auth-penalty.h"
#include "auth-request.h"
#include "auth-token.h"
#include ... |
import type { Backend, Identifier } from 'dnd-core';
import type { Connector } from './SourceConnector';
import type { DropTargetOptions } from '../types';
export declare class TargetConnector implements Connector {
hooks: any;
private handlerId;
private dropTargetRef;
private dropTargetNode;
privat... |
module Parser
()where
import Text.XML.HXT.Core
import Data.String.UTF8
import Control.Monad
odd :: (->) Int Bool
odd a = True
css tag = multi (hasName tag)
testDoc = do
html <- readFile "test.html"
let doc = readString [withParseHTML yes, withWarnings no] html
texts <- runX $ doc //> getText
mapM_ putStr... |
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//copies of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions:
//all copies or substantial po... |
export { default } from 'ember-d3-components/components/d3-line'; |
package docker
import (
"archive/tar"
"errors"
"fmt"
"io"
"io/ioutil"
"strings"
"sync"
dkc "github.com/fsouza/go-dockerclient"
"github.com/satori/go.uuid"
)
type mockContainer struct {
*dkc.Container
Running bool
}
// BuildImageOptions represents the parameters in a call to B... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Device Connect SDK fo... |
<?php
namespace Helpers;
/**
* RainCaptcha: Anti-spam protection for your website.
*/
class RainCaptcha
{
/**
* Constant holding the API url.
*/
const HOST = 'http://raincaptcha.driversworld.us/api/v1';
/**
* Hold the session id.
*
* @var string
*/
private $sessionId;
... |
import <API key> from "@babel/runtime/helpers/esm/<API key>";
import _extends from "@babel/runtime/helpers/esm/extends";
const _excluded = ["checked", "color", "name", "onChange", "size"];
import * as React from 'react';
import PropTypes from 'prop-types';
import { refType } from '@material-ui/utils';
import { <API key... |
.ui.label {
display: inline-block;
line-height: 1;
vertical-align: baseline;
margin: 0 0.14285714em;
background-color: #E8E8E8;
background-image: none;
padding: 0.5833em 0.833em;
color: rgba(0, 0, 0, 0.6);
text-transform: none;
font-weight: bold;
border: 0 solid transparent;
border-radius: 0.285... |
//>>built
define({"widgets/Measurement/nls/strings":{_widgetLabel:"M\u00f5\u00f5tmine",_localized:{}}}); |
subroutine wndgen(j)
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine generates wind speed
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units |definition
!! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
!! idg(:) |none |array location of random number seed u... |
layout: default
<div class="header">
<h1>{{ page.title }}</h1>
<h2>{{ page.subtitle }}</h2>
</div>
<div class="content">
{{ content }}
</div> |
layout: post
title: Magazine layout proposal for ONG organization WWF "Great Animals"
preview: /previews/<API key>.jpg
date: 2014-06-10
width: 2
/assets/wwf/<API key>.jpg |
//>>built
define({"dijit/_editor/nls/commands":{bold:"Kal\u0131n",copy:"Kopyala",cut:"Kes","delete":"Sil",indent:"Girinti",<API key>:"Yatay Kural",insertOrderedList:"Numaral\u0131 Liste",insertUnorderedList:"Madde \u0130\u015faretli Liste",italic:"\u0130talik",justifyCenter:"Ortaya Hizala",justifyFull:"Yasla",justifyLe... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Jun 18 17:00:57 EDT 2014 -->
<TITLE>
umontreal.iro.lecuyer.charts (Java Libraries for Stochastic Simulation)
</TITLE>
<META NAME="date" CONTENT="2014-06-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../sty... |
package com.longview.gsa.repository;
import java.util.List;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.longview.gsa.domain.WarningCategory;
public interface <API key> extends MongoRepository<WarningCategory, String> {
List<WarningCategory> fetchValidWarnings();
} |
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link ... |
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
... |
package org.jboss.windup.rules.apps.java.scan.provider;
import java.io.File;
import java.util.*;
import java.util.logging.Logger;
import org.apache.commons.lang3.StringUtils;
import org.jboss.windup.config.<API key>;
import org.jboss.windup.config.GraphRewrite;
import org.jboss.windup.config.loader.RuleLoaderContext;
i... |
package org.eclipse.imp.pdb.facts;
/*
* Desired:
* public interface IRelationalAlgebra<T extends ISetAlgebra<T>>
*/
public interface IRelationalAlgebra<R, A1 extends IRelationalAlgebra<R, A1>> {
R compose(A1 other);
R closure();
R closureStar();
int arity();
R project(int... fields);
@Depreca... |
package org.openhab.binding.dscalarm.internal.factory;
import static org.openhab.binding.dscalarm.internal.<API key>.<API key>;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.Map;
import org.eclipse.smarthome.config.core.Configuration;
import org.eclipse.smarthome.config.discovery.DiscoveryServi... |
package org.openhab.binding.openthermgateway.internal;
/**
* The {@link CodeType} field is not part of OpenTherm specification, but added by OpenTherm Gateway.
* It can be any of the following:
*
* T: Message received from the thermostat
* B: Message received from the boiler
* R: Request sent to the boiler
* A: ... |
package org.eclipse.hawkbit.repository.event.entity;
/**
* Marker interface to indicate event has updated an entity.
*/
public interface EntityUpdatedEvent extends EntityIdEvent {
} |
#ifndef <API key>
#define <API key>
#include "../source/<API key>.h"
#include <string>
#include "typedefs.h"
#include "audio_device.h"
#include "<API key>.h"
#include "file_wrapper.h"
#include "list_wrapper.h"
#include "resampler.h"
#if defined(MAC_IPHONE) || defined(ANDROID)
#define USE_SLEEP_AS_PAUSE
#else
//#define ... |
package org.openhab.binding.bosesoundtouch.internal;
import static org.openhab.binding.bosesoundtouch.internal.<API key>.*;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.openhab.binding.bosesoundtouch.internal.handler.<API key>;
import org.openhab.core.library.types.DecimalType... |
package org.python.pydev.parser.prettyprinter;
import org.python.pydev.core.<API key>;
import org.python.pydev.parser.jython.ast.ClassDef;
import org.python.pydev.parser.jython.ast.Module;
import org.python.pydev.parser.jython.ast.commentType;
public class PrettyPrinter30Test extends <API key> {
public static void ... |
package org.openhab.binding.zway.internal.handler;
import static de.fh_zwickau.informatik.sensor.ZWayConstants.*;
import static org.openhab.binding.zway.internal.<API key>.*;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ScheduledFuture;
im... |
package org.openhab.binding.caddx.internal.handler;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.binding.caddx.internal.CaddxEvent;
import org.openhab.core.thing.ChannelUID;
import org.openhab.core.thing.Thing;
import org.openhab.core.thing.ThingStatus;
import org.openhab.core.types.Command;
/... |
package junit.tests.framework;
import junit.framework.TestCase;
/**
* Test class used in SuiteTest
*/
public class OneTestCase extends TestCase {
public void noTestCase() {
}
public void testCase() {
}
public void testCase(int arg) {
}
} |
@TraceOptions(traceGroup = "archive.artifact.xml", messageBundle = "com.ibm.ws.artifact.loose.internal.resources.LooseApiMessages")
package com.ibm.ws.artifact.loose.internal;
import com.ibm.websphere.ras.annotation.TraceOptions; |
/**
* @version 2.0
*/
@org.osgi.annotation.versioning.Version("2.0")
@TraceOptions(traceGroup = "com.ibm.ws.annocache",
messageBundle = "com.ibm.ws.anno.resources.internal.AnnoMessages")
package com.ibm.ws.annocache.targets;
import com.ibm.websphere.ras.annotation.TraceOptions; |
package com.jaxb.test.servlet;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import com.ibm.jaxb.test.bean.Customer;
import com.jaxb.test.util.TestUtils;
public class TestUsingIBMImpl {
public static void main(String[] args) {
Customer customer = T... |
package org.openhab.binding.nikohomecontrol.internal.protocol.nhc2;
import static org.openhab.binding.nikohomecontrol.internal.protocol.<API key>.*;
import java.lang.reflect.Type;
import java.net.InetAddress;
import java.net.<API key>;
import java.security.cert.<API key>;
import java.util.ArrayList;
import java.util.Li... |
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.06.07 at 01:36:00 PM CDT
package com.ibm.ws.jpa.diagnostics.ormparser.jaxb.orm22xml;
imp... |
'use strict';
/**
* @ngdoc controller
* @name workspaces.list.controller:WorkspaceItemCtrl
* @description This class is handling the controller for item of workspace list
* @author Ann Shumilova
*/
export class WorkspaceItemCtrl {
/**
* Default constructor that is using resource
* @ngInject for Dependency ... |
package org.eclipse.che.ide.workspace;
import com.google.gwt.core.client.Callback;
import com.google.inject.Inject;
import com.google.inject.Provider;
import com.google.inject.Singleton;
import com.google.web.bindery.event.shared.EventBus;
import org.eclipse.che.api.core.model.workspace.WorkspaceStatus;
import org.ecli... |
package de.cooperateproject.modeling.textual.component.derivedstate.remover;
import static de.cooperateproject.modeling.textual.xtext.runtime.derivedstate.initializer.<API key>.CLEANING;
import java.util.Optional;
import org.eclipse.uml2.uml.<API key>;
import de.cooperateproject.modeling.textual.component.component.Cla... |
package org.eclipse.hawkbit.ui.distributions.dstable;
import org.eclipse.hawkbit.repository.<API key>;
import org.eclipse.hawkbit.repository.builder.<API key>;
import org.eclipse.hawkbit.repository.model.DistributionSet;
import org.eclipse.hawkbit.ui.common.<API key>;
import org.eclipse.hawkbit.ui.common.<API key>;
imp... |
package seg.jUCMNav.model.commands.delete.internal;
import org.eclipse.gef.commands.Command;
import seg.jUCMNav.model.commands.JUCMNavCommand;
import urn.URNspec;
import urncore.Component;
/**
* Command to delete a Component. (Remove it from the model). Can only do it if it has no references.
*
* @author jkealey
*
... |
package org.python.pydev.shared_core.index;
import java.util.HashSet;
import java.util.Set;
import org.python.pydev.shared_core.partitioner.IToken;
class StaticInit {
static Set<String> createFieldsNegated() {
Set<String> set = new HashSet<String>();
set.add(IFields.FILEPATH);
set.add(IField... |
package org.jboss.forge.addon.configuration;
import javax.inject.Inject;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.forge.arquillian.AddonDependencies;
import org.jboss.forge.arquillian.AddonDependency;
import org.jboss.forge.arquillian.arch... |
/* Include files */
#include "<API key>.h"
#include "<API key>.h"
#include "<API key>.h"
#include "<API key>.h"
/* Type Definitions */
/* Named Constants */
/* Variable Declarations */
/* Variable Definitions */
uint32_T <API key>;
real_T _sfTime_;
/* Function Declarations */
/* Function Definitions */
void <API key>(v... |
package org.eclipse.kapua.qa.common;
import org.eclipse.kapua.commons.util.ThrowingRunnable;
import org.eclipse.kapua.locator.KapuaLocator;
import org.eclipse.kapua.service.authentication.<API key>;
import org.eclipse.kapua.service.authentication.LoginCredentials;
import org.eclipse.kapua.service.device.registry.Device... |
package com.ibm.ws.lars.testutils;
import static org.junit.Assert.fail;
import java.io.BufferedReader;
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.util.List;
/**
* Launches a... |
package org.openhab.binding.tradfri.internal.model;
import static org.openhab.binding.tradfri.internal.<API key>.*;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
import org.openhab.core.library.types.PercentType;
import com.google.gson.JsonElement;
import com.google.gso... |
package io.openliberty.microprofile.faulttolerance30.internal.metrics.integration;
import static com.ibm.ws.microprofile.faulttolerance.spi.MetricRecorder.FallbackOccurred.NO_FALLBACK;
import static com.ibm.ws.microprofile.faulttolerance.spi.MetricRecorder.FallbackOccurred.WITH_FALLBACK;
import static com.ibm.ws.microp... |
package io.usethesource.vallang.basic;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;
import io.usethesource.vallang.IConstructor;
import i... |
package org.openhab.binding.openweathermap.internal.handler;
import static org.openhab.binding.openweathermap.internal.<API key>.*;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jd... |
package com.intuit.tank.auth;
import org.junit.*;
import com.intuit.tank.auth.AccountModify;
import static org.junit.Assert.*;
/**
* The class <code>PasswordChangeTest</code> contains tests for the class <code>{@link AccountModify}</code>.
*
* @generatedBy CodePro at 12/15/14 3:53 PM
*/
public class PasswordChangeT... |
package org.jcryptool.visual.ssl.protocol;
/**
* @author Kapfer
*
*/
public interface ProtocolStep
{
String OK = "Oll Korrekt";
/**
* Disables all controls of the ProtocolStep
*/
public void disableControls();
/**
* Enables all controls of the ProtocolStep
*/
public void enabl... |
<!doctype html>
<!-- paulirish.com/2008/<API key>/ -->
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <... |
package org.eclipse.kapua.service.device.management.request.message.request;
import org.eclipse.kapua.service.device.management.message.request.KapuaRequestPayload;
import org.eclipse.kapua.service.device.management.request.<API key>;
import javax.xml.bind.annotation.XmlType;
/**
* Generic {@link KapuaRequestPayload} ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.