answer stringlengths 15 1.25M |
|---|
package com.inubit.research.textToProcess.textModel;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Shape;
import java.awt.geom.Rectangle2D;
import net.frapu.code.visualization.ProcessNode;
import net.frapu.code.visualization.ProcessUtils;
import net.frapu.code.visualizatio... |
<?php
/*
* $result->groups
* $result->auditories
* $result->lectors
* $result->calendars
*/
?>
<h1>Додати календар</h1>
<div class="uk-margin">
<div class="uk-form">
<?php
if(mysqli_num_rows($result->groups) > 0){
echo '<select>';
while($row = mysqli_fetch... |
<?php
/*
Scripts and styles options
*/
/**
* Renders the Scripts and styles options section.
*/
function <API key>(){
echo "<p>" . __('You are not forced to use everything that the theme includes. If you are not going to use a feature (because you don\'t like it or because you prefer a different solution, just u... |
#ifndef __PROCESSOR_H__
#define __PROCESSOR_H__
#include <gctypes.h>
#include "asm.h"
#define __stringify(rn)
#define ATTRIBUTE_ALIGN(v) __attribute__((aligned(v)))
// courtesy of Marcan
#define STACK_ALIGN(type, name, cnt, alignment) u8 _al__##name[((sizeof(type)*(cnt)) + (alignment) ... |
'use strict';
angular.module('ldrWebApp')
/**
* @name pageSkipper
* @param config
* @param pages
* @type element
* @description Skip to page directive
* @requires $scope
*/
.directive('pageSkipper', function () {
return {
restrict: 'E',
template... |
odoo.define('point_of_sale.DB', function (require) {
"use strict";
var core = require('web.core');
var utils = require('web.utils');
/* The PosDB holds reference to data that is either
* - static: does not change between pos reloads
* - persistent : must stay between reloads ( orders )
*/
var PosDB = core.Class.exte... |
<div class="container">
<div class="row jumbotron indexBKGD">
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
<div class="row">
<div class="col-12 col-sm-12 col-lg-12" style="text-align: center;">
<div class="panel panel-default">
<div class="panel-body">
... |
.PHONY: all help build run builddocker rundocker kill rm-image rm clean enter logs
all: help
help:
@echo ""
@echo "-- Help Menu"
@echo "" This is merely a base image for usage read the README file
@echo "" 1. make run - build and run docker container
@echo "" 2. make build - build doc... |
<!DOCTYPE html
PUBLIC "-
<html xmlns="http:
<head>
<link rel="stylesheet" type="text/css" href="assets/style.css"></link>
</head>
<body>
<div class="content">
<h1><a href="page_rationale.html"><span class="mute">wi</span><span class="bright">doh</span></a></h1>
<ul class="menu">... |
// This program is free software: you can redistribute it and/or modify
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// <API key>.h
// BeSport Mobile
#import "BSLoginSegue.h"
@interface <API k... |
var searchData=
[
['a',['a',['../structRREP.html#<API key>',1,'RREP']]],
['ack_5ftimer',['ack_timer',['../structrt__table.html#<API key>',1,'rt_table']]],
['active',['active',['../classNA__NesgLog.html#<API key>',1,'NA_NesgLog']]],
['<API key>',['<API key>',['../classNA__AODVUU.html#<API key>',1,'NA_AODVUU::<AP... |
namespace MyNes.Core
{
class <API key>
{
private int dutyForm;
private int dutyStep;
private bool enabled = true;
private bool mode = false;
public byte output;
private byte volume;
private int freqTimer;
private int frequency;
private int ... |
package neon.editor.ui;
import java.io.IOException;
import java.util.logging.Logger;
import com.google.common.eventbus.EventBus;
import com.google.common.eventbus.Subscribe;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.stage.Window;
import neon.common.files.NeonFile... |
// This file has been generated by the GUI designer. Do not modify.
public partial class WinCryptoSec2Config
{
private global::Gtk.VBox vbox2;
private global::Gtk.Button btnDatabase;
private global::Gtk.Button btnFtp;
private global::Gtk.Button btnString;
private global::Gtk.Button btnXml;
priva... |
package net.minecraft.server;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
// CraftBukkit start
import org.bukkit.craftbukkit.event.CraftEventFactory;
import org.bukkit.event.entity.CreatureSpawnEvent;
import org.bukkit.event.entity.SpawnerSpawnEvent;
// Cra... |
#ifndef <API key>
#define <API key>
#include "IOdictionary.H"
#include "typeInfo.H"
#include "<API key>.H"
#include "autoPtr.H"
#include "pairPotentialModel.H"
#include "reducedUnits.H"
namespace Foam
{
class <API key>
{
protected:
// Protected data
word name_;
dictionary <API key>;
const pa... |
#!/usr/bin/python3
rev: 5.0
author: <zhq>
features:
errors included
up to 63 bases (2 to 64)
caps recognition and same output format (deprecated)
for the function parameters, `cur` represents the current (input) base, `res` represents the result (output) base, and `num` represents the current (input) number.
def scale(... |
<?php
/**
* This is the model class for table "family_history".
*
* The followings are the available columns in table 'family_history':
* @property integer $id
* @property string $name
*/
class FamilyHistory extends <API key>
{
/**
* Returns the static model of the specified AR class.
* @return Fami... |
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
// manager for the gondola spawning
public class GondolaManager : MonoBehaviour {
private static int N = 50;
private static int DELAY = 4;
private static float OFFSET = -1.8f; // the offet between the rope center an... |
module <API key>
end |
import { Component } from '@angular/core';
import { NavController, ToastController } from 'ionic-angular';
import { Http } from '@angular/http';
import { <API key> } from 'ionic-angular';
import { NotifikasiPage } from '../notifikasi/notifikasi';
import { ArtikelBacaPage } from '../artikel-baca/artikel-baca';
import { ... |
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'events.ui'
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
from collections import *
from functools import *
import os, glob
import pandas as pd
try:
_fromUtf8 = QtCore.QString.fromUtf8
except Attrib... |
<!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.16"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>linalg: linalg_immuta... |
#include "../../StdAfx.h"
#include "<API key>.h"
#include <common/log/log.h>
#include <common/diagnostics/graph.h>
#include <common/concurrency/future_util.h>
#include <core/video_format.h>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/algorithm/min_element.hpp>
#include <boost/range/algorithm/ma... |
package nest.util;
import android.text.TextUtils;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import timber.log.Timber;
public class TraceTree extends Timber.HollowTree {
private final DebugTree debugTree;
public TraceTree(boolean useTraces) {
debugTree = new DebugTree(useTraces);
... |
package info.carlwithak.mpxg2.sysex.effects.algorithms;
import info.carlwithak.mpxg2.model.effects.algorithms.DetuneStereo;
/**
* Class to parse parameter data for Detune (S) effect.
*
* @author Carl Green
*/
public class DetuneStereoParser {
public static DetuneStereo parse(byte[] effectParameters) {
D... |
#include "faceTriangulation.H"
#include "plane.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
const Foam::scalar Foam::faceTriangulation::edgeRelTol = 1E-6;
// Edge to the right of face vertex i
Foam::label Foam::faceTriangulation::right(const label, label i)
{
return i;
}
// Edg... |
<?php /*%%SmartyHeaderCode:<API key>%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'<SHA1-like>' =>
array (
0 => '/Users/Evergreen/Documents/workspace/licpresta/admin/themes/default/template/controllers/sho... |
<?php
namespace UJM\ExoBundle\Installation;
use Claroline\InstallationBundle\Additional\AdditionalInstaller as BaseInstaller;
use UJM\ExoBundle\Installation\Updater\Updater060000;
use UJM\ExoBundle\Installation\Updater\Updater060001;
use UJM\ExoBundle\Installation\Updater\Updater060200;
use UJM\ExoBundle\Installation\U... |
package org.tritania.stables;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.ShapedRecipe;
import org.bukkit.Bukkit;
import org.tritania.stables.Stables;
import org.tritania.stables.util.Message;
import org.tritania.stables.util.Log;
public class RaceSystem
{
public S... |
// This is a generated file. Not intended for manual editing.
package org.modula.parsing.definition.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.PsiTreeUt... |
class MeetingQuery < Query
self.queried_class = Meeting
self.available_columns = [
QueryColumn.new(:subject, :sortable => "#{Meeting.table_name}.subject",:groupable => true),
QueryColumn.new(:location_online, :sortable => "#{Meeting.table_name}.location_online",:groupable => true, caption: 'location'),
... |
function start() {
cm.sendSimple ("What do you want from me?\r #L0##bGather up some information on the hideout.#l\r\n#L1#Take me to the hideout#l\r\n#L2#Nothing#l#k");
}
function action(mode, type, selection) {
if (mode < 1) {
cm.dispose();
} else {
status++;
if (status == 1) {
... |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE <API key> #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWil... |
var test = require('./test-namer')('vm-to-zones');
var util = require('util');
var bunyan = require('bunyan');
var utils = require('../../lib/utils');
var buildZonesFromVm = require('../../lib/vm-to-zones');
var log = bunyan.createLogger({name: 'cns'});
test('basic single container', function (t) {
var config = {
... |
from cProfile import Profile
from optparse import make_option
from django.conf import settings
from django.core.management.base import (BaseCommand,
CommandError)
from treeherder.etl.buildapi import (Builds4hJobsProcess,
PendingJobsProcess,
... |
<header class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="f... |
<?php
return function ($bh) {
$bh->match('progressbar', function($ctx, $json) {
$val = $json->val ?: 0;
$ctx
->js([ 'val' => $val ])
->content([
'elem' => 'bar',
'attrs' => [ 'style' => 'width:' . $val . '%' ]
]);
});
}; |
// Code generated. DO NOT EDIT.
// Management Agent API
// API for Management Agent Cloud Service
package managementagent
// EditModesEnum Enum with underlying type: string
type EditModesEnum string
// Set of constants representing the allowable values for EditModesEnum
const (
EditModesReadOnly EditModesEnum = "... |
#include "p12plcy.h"
#include "secoid.h"
#include "secport.h"
#include "secpkcs5.h"
#define PKCS12_NULL 0x0000
typedef struct pkcs12SuiteMapStr {
SECOidTag algTag;
unsigned int keyLengthBits; /* in bits */
unsigned long suite;
PRBool allowed;
PRBool preferred;
} pkcs12SuiteMap;
static pkcs12SuiteMap... |
package de.maxgb.vertretungsplan.manager;
import android.content.Context;
import android.os.AsyncTask;
import de.maxgb.android.util.Logger;
import de.maxgb.vertretungsplan.util.Constants;
import de.maxgb.vertretungsplan.util.Stunde;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
i... |
import tape from 'tape'
import Common, { Chain, Hardfork } from '@ethereumjs/common'
import { <API key> } from '@ethereumjs/tx'
import { Block } from '@ethereumjs/block'
import { PeerPool } from '../../lib/net/peerpool'
import { TxPool } from '../../lib/sync/txpool'
import { Config } from '../../lib/config'
tape('[TxPo... |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators ... |
package minejava.reg.util.concurrent;
public interface RunnableFuture<V> extends Runnable, Future<V>{
@Override
void run();
} |
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: predefined colorspaces, rec2020, percent values</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#predefined">
<link rel="match" href="greensquare-ref.html">
<meta name="asse... |
FCKConfig.<API key> = '' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaStyles = '' ;
FCKConfig.<API key> = '' ;
FCKConfig.DocType = '' ;
FCKConfig.BaseHref = '' ;
FCKConfig.FullPage = false ;
// The following option determines whether the "Show Blocks" feature is enable... |
package testtravis;
import static org.junit.Assert.*;
import org.junit.Test;
public class Operar_unit {
@Test
public void testSumar() {
System.out.println("Sumar dos numeros");
int numero1 = 6;
int numero2 = 6;
Operaciones instance = new Operaciones();
int expResult = 12;... |
#ifndef <API key>
#define <API key>
#include "ast_node.h"
#include "ast_node_visitor.h"
#include <string>
namespace fparser
{
namespace ast
{
class MethodArgument : public ast::ASTNode
{
public:
virtual void accept(ASTNodeVisitor& visitor) override;
public:
MethodArgument();
virtual ~MethodArgument();
};
} // na... |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
#ifndef <API key>
#define <API key>
#include "nsString.h"
#include "TimeUnits.h"
namespace mozilla {
nsCString DumpTimeRanges(const media::TimeIntervals& aRanges);
} // namespace mozilla
#endif /* <A... |
SUBROUTINE PSGEQR2( M, N, A, IA, JA, DESCA, TAU, WORK, LWORK,
$ INFO )
*
* -- ScaLAPACK routine (version 1.7) --
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
* and University of California, Berkeley.
* May 25, 2001
*
* .. Scalar Arguments ..
INTEGER... |
require 'test_helper'
class CFRGCurvesTest < Minitest::Test
def <API key>
vectors = [
[ # TEST 1
hexstr2bin(
"<API key>"\
"<API key>"), # SECRET KEY
hexstr2bin(
"<API key>"\
"<API key>"), # PUBLIC KEY
"", # MESSAGE
hexstr2bin(
... |
"use strict";
add_task(<API key>);
let testcases = [
/**
* A portal is detected when there's no browser window,
* then a browser window is opened, and the portal is logged into
* and redirects to a different page. The portal tab should be added
* and focused when the window is opened, and left open after ... |
# This is the configuration file for the RPi environd
Presentation - General
# The date/time stamp of the last (most current) reading.
<API key> = "%I:%M %p on %A, %b %d"
# How many decimal places to round to when displaying temperatures. For
# presentation only - does not impact reading precision in the database.
<API... |
#ifndef GBA_VIDEO_H
#define GBA_VIDEO_H
#include <mgba-util/common.h>
CXX_GUARD_START
#include <mgba/core/log.h>
#include <mgba/core/timing.h>
#include <mgba/gba/interface.h>
<API key>(GBA_VIDEO);
enum {
VIDEO_HBLANK_PIXELS = 68,
VIDEO_HDRAW_LENGTH = 960,
VIDEO_HBLANK_LENGTH = 272,
VIDEO_HBLANK_FLIP = 4... |
/* This file provides interfaces to perform certain atomic operations
* on variables. Atomic in this sense means that an operation
* performed in one thread shows up in another thread either
* completely or not at all.
*
* If the symbol ATOMIC_LOCK is defined, a variable of type MT_Lock
* must be declared and in... |
class VoidTile
include IndefiniteArticle
DEAD_COORDINATE = -9001
attr_reader :x
attr_reader :y
attr_reader :z
attr_reader :plane
def self.generate_hash(x, y, z)
{ x: x, y: y, z: z, name: '', description: '', colour: 'black', type: 'Void', occupants: 0}
end
class FakeArray < A... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `CaptureIndex` type in crate `regex_syntax`.">
<meta name="... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `<API key>` fn in crate `js`.">
<meta name="keywords" conte... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Dec 27 12:52:45 CST 2013 -->
<title><API key> (apache-cassandra API)</title>
<meta name="date" content="2013-12-27">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `<API key>` constant in crate `glutin`.">
<meta name="keywo... |
<!
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) 2014 Mozilla Corporation
<template name="alertdetails">
<div class="container">
<div class="row">
... |
using System.Linq;
using Xunit;
namespace Kf.Core.Tests._extensions_.Collections
{
public class <API key>
{
[Fact]
public void <API key>() {
// Arrange
var index = 0;
var sut = Enumerable.Range(0, 500);
// Act
var foreachWithIndex = sut... |
package com.muzima.api.model.algorithm;
import com.muzima.api.model.PersonAttributeType;
import com.muzima.search.api.model.object.Searchable;
import com.muzima.util.JsonUtils;
import net.minidev.json.JSONObject;
import java.io.IOException;
public class <API key> extends <API key> {
public static final String <API ... |
package com.digi.xbee.api.packet.thread;
import static org.hamcrest.core.Is.is;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.core.IsNot.not;
import static org.hamcrest.core.IsNull.nullValue;
import static org.junit.Assert.*;
import java.net.Inet6Address;
import java.net.<API key>;
import ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `GENERATE_MIPMAP` constant in crate `servo`.">
<meta name="... |
'use strict';
var LIVERELOAD_PORT = 35729;
var lrSnippet = require('connect-livereload')({
port: LIVERELOAD_PORT
});
var mountFolder = function (connect, dir) {
return connect.static(require('path').resolve(dir));
};
var fs = require('fs');
var delayApiCalls = function (request, response, next) {
if (reques... |
#!/usr/bin/execlineb -P
with-contenv
s6-envuidgid www-data
foreground {
if { s6-test -n $WP_RESET }
foreground { ln -s /resetter /public/resetter } |
#include <stdio.h>
int main(int argc, char const *argv[])
{
//COQ=customer order quantity, COQV=COQ value, SV= Stock value
int COQ,COQV,Credit,SV;
if ((COQ<SV)&&(Credit>=COQV))
{
printf("Supply successfull\n");
}
else if ((COQ<SV)&&(Credit<COQV))
{
/* code */
printf("... |
//This file is part of Finjin Engine (finjin-engine).
//Finjin Engine is distributed in the hope that it will be useful,
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//This Source Code Form is subject to the terms of the Mozilla Public
#pragma once
#include "finjin/engine/GenericInputDevice.hpp"
namespace Fin... |
# <API key>: true
# Setup used to generate email message
class ApplicationMailer < ActionMailer::Base
default from: "noreply@smoothiefunds.com"
layout "mailer"
end |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators ... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HaJS
{
public partial class MainForm : Form
{
public MainForm()... |
package org.seedstack.seed.core.internal.configuration.tool;
import com.google.common.base.Strings;
import java.io.PrintStream;
import org.fusesource.jansi.Ansi;
import org.seedstack.shed.text.TextWrapper;
class DetailPrinter {
private static final TextWrapper textWrapper = new TextWrapper(120);
private final P... |
layout: "cf"
page_title: "Cloud Foundry: cf_service_access"
sidebar_current: "<API key>"
description: |-
Provides a Cloud Foundry Service Access resource.
# cf\_service\_access
Provides a Cloud Foundry resource for managing [access](https:
## Example Usage
The following example enables access to a specific plan of a ... |
const html = require('choo/html');
module.exports = function(name, url) {
const dialog = function(state, emit, close) {
return html`
<send-share-dialog
class="flex flex-col items-center text-center p-4 max-w-sm m-auto"
>
<h1 class="text-3xl font-bold my-4">
${state.translate(... |
#ifndef <API key>
#define <API key>
#include "plastiqobject.h"
class <API key> : public PlastiQObject {
PLASTIQ_OBJECT(IsQEvent,<API key>,QAccessibleEvent)
PLASTIQ_INHERITS(QAccessibleEvent)
public: ~<API key>();
};
#endif // <API key> |
using System;
using System.Collections.Generic;
using System.IO;
using System.Windows.Input;
using System.Threading;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xn... |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators ... |
<?php
namespace ide\formats\form\elements;
use ide\editors\value\<API key>;
use ide\editors\value\ColorPropertyEditor;
use ide\editors\value\FontPropertyEditor;
use ide\editors\value\<API key>;
use ide\editors\value\<API key>;
use ide\editors\value\<API key>;
use ide\editors\value\TextPropertyEditor;
use ide\formats\fo... |
<HTML>
<HEAD>
<TITLE>HPL_ptimer_walltime HPL 2.1 Library Functions October 26, 2012</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE" TEXT = "#000000" LINK = "#0000ff" VLINK = "#000099"
ALINK = "#ffff00">
<H1>Name</H1>
<B>HPL_ptimer_walltime</B> Return the elapsed (wall-clock) time.
<H1>Synopsis</H1>
<CODE>#include "hpl.h"</... |
package com.storage.mywarehouse.Dao;
import com.storage.mywarehouse.View.WarehouseProduct;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.criterion.Restrictions;
import java.util.List;
public class WarehouseProductDAO {
@SuppressWarnings("unchecked")
public static List<Ware... |

This is the JavaScript API documentation for Sozi.
Additional information about the Sozi project can be found at:
* [The main web site for Sozi, with the user manual and tutorials](https://sozi.baierouge.fr)
* [The source code repository at GitHub](https://github.com/sozi-projects/Sozi) |
# gsd
Getting stuff done - more vapourware, this time with shiny new tech
## TL;DR
Playing around with shiny new tech by creating a web app for following the [Getting Things Done](https://hamberg.no/gtd/) organisational framework.
## What's this all about?
I want to play with a whole bunch of shiny(ish), new(ish) tech ... |
package iso
import (
"fmt"
"github.com/mitchellh/multistep"
vmwcommon "github.com/mitchellh/packer/builder/vmware/common"
"github.com/mitchellh/packer/packer"
"log"
)
// stepRemoteUpload uploads some thing from the state bag to a remote driver
// (if it can) and stores that new remote path into the ... |
package app.intelehealth.client.models.pushRequestApiCall;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class Person {
@SerializedName("uuid")
@Expose
private String uuid;
@SerializedName("gender")
@Expose
private Str... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XK_F1` constant in crate `x11`.">
<meta name="keywords" co... |
{
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
{% extends "firefox/base/base-protocol.html" %}
{% from "macros-protocol.html" import split, card with context %}
{% bloc... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `MAX_VIEWPORT_DIMS` constant in crate `gleam`.">
<meta name... |
#include "jspin.h"
#include "jspininfo.h" // auto-generated
#include "jsinteractive.h"
#include "jshardware.h"
#if defined(PICO) || defined(NUCLEOF401RE) || defined(NUCLEOF411RE)
#define PIN_NAMES_DIRECT // work out pin names directly from port + pin in pinInfo
#endif
bool jshIsPinValid(Pin pin) {
// Note, PIN_UNDEFI... |
using Microsoft.EntityFrameworkCore;
using Anabi.DataAccess.Ef.DbModels;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace Anabi.DataAccess.Ef.EntityConfigurators
{
public class AssetConfig : BaseEntityConfig<AssetDb>
{
public override void Configure(EntityTypeBuilder<AssetDb> builder)
... |
import { Mongo } from 'meteor/mongo';
const SurveyCaches = new Mongo.Collection('SurveyCaches');
SimpleSchema.debug = true;
SurveyCaches.schema = new SimpleSchema({
title: {
type: String,
},
version: {
type: Number,
optional: true,
autoValue() {
return 2;
},
},
createdAt: {
type:... |
using Alex.Blocks.Materials;
namespace Alex.Blocks.Minecraft
{
public class BlueOrchid : FlowerBase
{
public BlueOrchid()
{
Solid = false;
Transparent = true;
IsFullCube = false;
BlockMaterial = Material.Plants;
}
}
} |
/* Storage Host Tree */
#storage-tree {
min-width: 220px;
max-width: 500px;
overflow: auto;
}
#storage-tree {
background: var(--<API key>);
}
#storage-tree .tree-widget-item[type="store"]:after {
background-image: url(chrome://devtools/skin/images/tool-storage.svg);
background-size: 18px 18px;
background-... |
export interface TimeZones {
name: string;
abbrev: string;
offset: string;
} |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Dec 27 12:52:52 CST 2013 -->
<title>Cassandra.AsyncProcessor.<API key> (apache-cassandra API)</title>
<meta name="date" content="2013-12-27">
<link rel="stylesheet" type="text/css" href="../../../../sty... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `Struct_Unnamed7` struct in crate `x11`.">
<meta name="keyw... |
/*jslint unparam: true, browser: true, indent: 2 */
;(function ($, window, document, undefined) {
'use strict';
Foundation.libs.dropdown = {
name : 'dropdown',
version : '4.3.2',
settings : {
activeClass: 'open',
is_hover: false,
opened: function(){},
closed: function(){}
},
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `is_loaded` fn in crate `gleam`.">
<meta name="keywords" co... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
#ifndef <API key>
#define <API key>
#include "TextLeafAccessible.h"
namespace mozilla {
namespace a11y {
typedef class TextLeafAccessible <API key>;
} // namespace a11y
} // namespace mozilla
#endif |
'use strict';
var inheritance = require('./../../helpers/inheritance'),
Field = require('./field');
var FilterField = function(){};
inheritance.inherits(Field,FilterField);
FilterField.prototype.isOpen = function(){
return this.world.helper.elementGetter(this._root,this._data.elements.body).isDisplayed();
};
Fi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.