text stringlengths 3 1.05M |
|---|
"""
Copyright (c) 2006-2015 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import random
import re
from lib.core.agent import agent
from lib.core.common import average
from lib.core.common import Backend
from lib.core.common import isNullValue
from lib.core.common import ... |
(function(window, $, undefined) {
// CURRENT APP INSTANCE
window.page = {};
// array of relations
window.page.data_rel = [];
// tree created
window.page.treeData = {
nodes: new Array(),
links: new Array()
};
// Protovis Visualization
window.page.vis =... |
Modifies the home key to go to beginning of line when cursor is in the indent area.
|
package org.apache.harmony.luni.internal.net.www.protocol.file;
import java.io.IOException;
import java.net.Proxy;
import java.net.URL;
import java.net.URLConnection;
import java.net.URLStreamHandler;
import org.apache.harmony.luni.internal.nls.Messages;
/**
* This is the handler that is responsible for reading f... |
__author__ = 'Anatoli Kalysch'
from copy import deepcopy
from dynamic.TraceRepresentation import Traceline
from lib.Register import get_reg_class
from ui.PluginViewer import PluginViewer
from ui.UIManager import QtGui, QtCore, QtWidgets
# from PyQt5 import QtGui, QtCore, QtWidgets
#############################
### I... |
@protocol WALocationPickerControllerDelegate <NSObject>
- (void)didChangeToPlace:(CLLocation*)place;
@end
@interface WALocationPickerController : UITableViewController
@property(nonatomic, strong) NSString *currentCity;
@property(nonatomic, weak) id<WALocationPickerControllerDelegate>delegate;
@end
|
2.5.0 (23 August, 2014)
* Fix for The month before min date should not display [#32](https://github.com/nazar-pc/PickMeUp/issues/32)
* events namespacing
* touch support (`trigger_event` option defaults to `click touchstart`)
* `destroy` method, fixes [#30](https://github.com/nazar-pc/PickMeUp/issues/30)
* current date... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14) on Tue Dec 14 18:57:28 EST 2021 -->
<title>com.brettonw.bedrock.servlet.test (Servlet Tester 1.6.9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-12-14">
<meta ... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Charger - Octávio's Blog</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, ... |
\SetAPI{C}
\section{minerva.entityproxy.active}
\label{configuration:MinervaEntityproxyActive}
\ClearAPI
\TODO
%% GENERATED USAGE REFERENCE - DO NOT EDIT
%% GENERATED USAGE REFERENCE END
\begin{lstlisting}[style=Props,caption={Usage example for \textit{minerva.entityproxy.active}}]
minerva.entityproxy.active=
\end{lstl... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package py.una.pol.web.tarea6.initialization;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import javax.annotation.PostConstruct;
import javax.ejb.Lock;
import javax.ejb.LockType;
import javax.ejb.Singleton;
impor... |
<?php
namespace App\Containers\AppSection\Authentication\Tests;
use App\Ship\Parents\Tests\PhpUnit\TestCase as ParentTestCase;
/**
* Class TestCase.
*
* This is the container TestCase class. Use this class to add your container specific helper functions. This testcase
* is usually used only for unit tests.
*
*... |
/* -----------------------------------------------------------------------------
* Includes
* -----------------------------------------------------------------------------
*/
#include "pwrmon.h"
#include <driverlib/aon_batmon.h>
/* -----------------------------------------------------------------------------
* ... |
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)applicat... |
SUBDIRS(contrib/sample_contrib)
SUBDIRS(contrib/rrt_star)
SUBDIRS(contrib/slprm)
|
package twitter4jads.internal.json;
import twitter4jads.internal.http.HttpResponse;
import twitter4jads.internal.models4j.TwitterException;
import twitter4jads.internal.models4j.TwitterResponse;
import twitter4jads.internal.org.json.JSONException;
import twitter4jads.internal.org.json.JSONObject;
import java.io.Uns... |
<?php
use yii\db\Schema;
class m140609_170546_fonts_create extends \yii\db\Migration
{
public function up()
{
$tableOptions = null;
if ($this->db->driverName === 'mysql') {
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_general_ci ENGINE=InnoDB';
}
$this->createT... |
python QHMServerTest.py -r "/usr/workspace/server_robot" -robotindex 1 -robotcount 10 -serverid 32 -worldip "192.168.1.132"
pause |
struct luxem_rawread_callbacks_t;
struct luxem_rawread_context_t;
typedef luxem_bool_t (*luxem_rawread_void_callback_t)(struct luxem_rawread_context_t *context, void *user_data);
typedef luxem_bool_t (*luxem_rawread_string_callback_t)(struct luxem_rawread_context_t *context, void *user_data, struct luxem_string_t cons... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.genmod.families.family.Tweedie — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_stati... |
<?php
namespace DevPro\adminBundle\Controller;
use Symfony\Component\Form\Form;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use DevPro\adminBundle\Ent... |
const html = require('choo/html')
const xtend = require('xtend')
const svgPart = require('./svg-part')
// const component = require('nanocomponent')
const WIDTH = 72
const HEIGHT = 72
const liPart = /*component({
render:*/ function (part, solvedPart, index, selected, send) {
const {points, constraints, symmetry... |
@class DVTDispatchLock, NSMutableDictionary;
@interface IDEIndexProductInfoManager : NSObject
{
DVTDispatchLock *_lock;
NSMutableDictionary *_productInfos;
id _productInfoRegisteredObserver;
id _productInfoUpdatedObserver;
id _productInfoUnregisteredObserver;
}
+ (id)sharedManager;
+ (void)initial... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tooltips</title>
<link href="/Content/TMMsite.css" rel="stylesheet">
<style>
.trigger {
cursor: help;
border-bottom: 1px dashed white;
}
.trigger... |
using namespace clang;
NSAPI::NSAPI(ASTContext &ctx)
: Ctx(ctx), ClassIds(), BOOLId(nullptr), NSIntegerId(nullptr),
NSUIntegerId(nullptr), NSASCIIStringEncodingId(nullptr),
NSUTF8StringEncodingId(nullptr) {}
IdentifierInfo *NSAPI::getNSClassId(NSClassIdKindKind K) const {
static const char *ClassName[NumC... |
from app import db
from passlib.apps import custom_app_context as pwd_context
ROLE_USER = 0
ROLE_ADMIN = 1
# A lower level helper table to help relate the users to the tags (many-to-many)
tags = db.Table('tags',
db.Column('tag_id', db.Integer, db.ForeignKey('tag.id')),
db.Column('post_id', db.Integer, db.Fore... |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>SegmentReader.NormsClosed Method ()</title>
<xml>
</xml>
<link rel="stylesheet" type="text/... |
package io.github.jsbd.common.dispatcher.course;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface BizMethod {
}
|
traindat = '../data/fm_train_real.dat'
testdat = '../data/fm_test_real.dat'
label_traindat = '../data/label_train_twoclass.dat'
parameter_list = [[traindat,testdat,label_traindat,0.9,1e-3],[traindat,testdat,label_traindat,0.8,1e-2]]
def neuralnets_simple_modular (train_fname, test_fname,
label_fname, C, epsilon):
... |
package org.apache.commons.functor.example.kata.one;
import org.apache.commons.functor.UnaryFunction;
import org.apache.commons.functor.adapter.LeftBoundFunction;
/**
* @version $Revision: 1345136 $ $Date: 2012-06-01 09:47:06 -0300 (Fri, 01 Jun 2012) $
*/
public class Add extends ArithmeticOperation {
public N... |
LaunchControl eases and helps improve the integrity of mail delivered via Mandrill templates.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'launch_control'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install launch_control
Within your application (for a Ra... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 Citrus-CAF Project
~ 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... |
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/rest" docBase="rest" reloadable="true">
<WatchedResource>WEB-INF/web.xml</WatchedResource>
</Context> |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example96-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.17/angular.min.js"></script>
</head>
<body ng-app="selectExample">
<script>
angular.module('selectExample', [])
.controller... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Mvc5.SampleProject.Models
{
public class Apartment
{
[Key]
[Display(Name = "ID")]
public int Id { get; set; }
[Display(Name =... |
var TD = {
init: function () {
TD.events();
TD.configView();
TD.fillTable([]);
TD.getDetails();
},
events: function () {
$('#btnDetails').on('click', TD.onClickDetails);
},
configView: function () {
dom.configCalendar($('#txtCorrecionPendie... |
'use strict';
process.env.NODE_ENV = 'production';
const rm = require('rimraf');
const path = require('path');
const webpack = require('webpack');
const config = require('./config');
const webpackConfig = require('./webpack.prod.conf');
console.log('Building Aquarelle UI...');
rm(path.join(config.build.assetsRoot, ... |
/**
* @author Garrett Johnson / http://gkjohnson.github.io/
* https://github.com/gkjohnson/ply-exporter-js
*
* Usage:
* var exporter = new THREE.PLYExporter();
*
* // second argument is an array of attributes to
* // exclude from the format ('color', 'uv', 'normal')
* var data = exporter.parse(mesh, [ 'col... |
package jug;
import org.apache.commons.lang.StringUtils;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class SimoneInventoryComplex implements Inventory {
public Map<String, List... |
class WorkDay < ActiveRecord::Base
# Associations
belongs_to :person
validates :person, :presence => true
def activities
person.activities.where(:date => date)
end
# Order
default_scope order(:date)
# String
def to_s
"%s %s: %s/%s" % [date, person, hours_worked, hours_due]
end
def over... |
DWORD DLL_EXPORT DLLQuery()
{
return (unsigned)MAKELONG(PF_GAMEDLL, PF_VERSION);
}
const char* DLL_EXPORT DLLGetInit()
{
return "pstart trivia";
}
const char* DLL_EXPORT DLLGetName()
{
return "Parlour Trivia";
}
ParlourFramework* DLL_EXPORT DLLGetGameObject(QueueData &initData)
{
return new ParlourTr... |
namespace Owin.Scim.Tests.Validation.Users
{
using Machine.Specifications;
using Model.Users;
using v2.Model;
public class with_a_valid_preferred_language : when_validating_a_user
{
Establish ctx = () =>
{
User = new ScimUser2
{
UserName = "... |
#include "ganttwidget.h"
#include <QScrollBar>
#include <QSplitter>
#include <utils/utils.h>
#include <utils/utils_qstandarditem.h>
#include <utils/delegates.h>
#include "ganttview.h"
#include <widgets/label.h>
#include "frameview.h"
#include "ganttctxmenu.h"
#include <syncwidgets.h>
#include <serialize/serialize.h>
#i... |
layout: post
title: structure
date: 2019-07-09 23:50:03
summary:
categories: drawing
---

|
'use strict'
var parse = require('./parse')
var transpose = require('tonal.transpose')
/**
* Get relative of a key
*
* @name key.relative
* @function
* @param {String} relative - the name of the relative mode desired
* @param {String} key - the key name
* @return {String} the relative key name or null if the k... |
(function() {
function CollectionCtrl(Fixtures) {
this.albums = Fixtures.getCollection(12);
}
angular
.module('blocJams')
.controller('CollectionCtrl',['Fixtures', CollectionCtrl]);
})();
|
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
in Burt, Ann. Mo. bot. Gdn 2: 748 (1915)
#### Original name
Eichleriella gelatinosa Murrill, 1915
### Remarks
null |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Auto Time Helper</string>
<string name="user_name">User Name</string>
<string name="drawer_open">Menu Opened</string>
<string name="drawer_close">Menu Closed</string>
<string name="menu_template">My page</string>
... |
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>focusNext</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../scripts/so... |
import type { Coordinates } from 'types/common.types';
export type RouteState = {
activeRoute: ?Route,
previousRoutes: Array<Route>
};
// eslint-disable-next-line import/no-unused-modules
export type RouteDifficulty = 'easy' | 'medium' | 'hard';
export type Route = {
id: string,
areaId: string,
// The geos... |
module BootstrapCDN
module Rails
class Railtie < ::Rails::Railtie
initializer 'bootstrap-cdn-rails.action_view' do |app|
ActiveSupport.on_load(:action_view) do
include BootstrapCDN::Rails::CDN::ActionViewExtensions
end
end
end # class Railtie
end # module Ra... |
namespace asio {
namespace detail {
class wait_op;
class win_iocp_io_service
: public execution_context_service_base<win_iocp_io_service>,
public thread_context
{
public:
// Constructor. Specifies a concurrency hint that is passed through to the
// underlying I/O completion port.
ASIO_DECL win_iocp_io_ser... |
//
// This code was auto-generated by AFNOR StoredProcedureSystem, version 1.0
//
using System.Runtime.Serialization;
using System;
namespace SOURCE.Domaine
{
public partial class TypePlanningEventDto
{
[DataMember]
public long ID { get; set; }
[DataMember]
... |
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null |
class ProfilesController < ApplicationController
layout 'application_user', only: [:show]
# before_filter :authenticate_user!
skip_authorization_check
def show
if locale == :fa && request.url[-3,3]== "/en"
u = request.url.gsub! "/en", "/fa"
redirect_to u
end
@user ... |
RSpec.configure do |config|
config.run_all_when_everything_filtered = true
config.filter_run :focus
end
|
var searchData=
[
['relax',['Relax',['../class_relax.html',1,'']]],
['rigidbodyobject',['RigidBodyObject',['../class_objects_1_1_rigid_body_object.html',1,'Objects']]]
];
|
@interface PDNewsViewController ()
{
}
@property (nonatomic,strong) NSMutableArray *dataList;
@property (nonatomic,assign) int currentPage;
@end
@implementation PDNewsViewController
- (void)setupData{
_dataList = [[NSMutableArray alloc] init];
}
-(void)viewDidAppear:(BOOL)animated{
[super viewDidAppear:an... |
import tensorflow as tf
import numpy as np
class SimpleSelfLoopGcnInitializer:
def __init__(self, prefix, in_dimension, out_dimension, graph):
self.in_dimension = in_dimension
self.out_dimension = out_dimension
self.variable_prefix = prefix
self.graph = graph
self.prepar... |
package kiwi.search;
public class SearchStats {
public long startTime;
public boolean completed;
public int nNodes;
public int nFails;
public int nSolutions;
@Override
public String toString() {
StringBuffer bf = new StringBuffer();
bf.append(completed ? "Complete search\n" : "Incomplete sea... |
using UnityEngine;
namespace Sanicball
{
public class CameraOrientation : MonoBehaviour
{
/// <summary>
/// Gets a rotation that ignores the roll of the object to use for cameras.
/// </summary>
public Quaternion CameraRotation
{
get
{
... |
<?php
namespace Illuminate\Tests\Support;
use BadMethodCallException;
use Illuminate\Bus\Queueable;
use PHPUnit\Framework\TestCase;
use Illuminate\Foundation\Application;
use Illuminate\Support\Testing\Fakes\QueueFake;
use PHPUnit\Framework\ExpectationFailedException;
use PHPUnit\Framework\Constraint\ExceptionMessage... |
/**
* @class Ext.ux.SliderTip
* @extends Ext.Tip
* Simple plugin for using an Ext.Tip with a slider to show the slider value
*/
Ext.ux.SliderTip = Ext.extend(Ext.Tip, {
minWidth: 10,
offsets : [0, -10],
init : function(slider){
slider.on('dragstart', this.onSlide, this);
slide... |
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Winton.Extensions.Threading.Actor.Internal
{
internal sealed class ActorWorkScheduler : IActorWorkScheduler
{
private readonly IActor _actor;
private CancellationTokenSource _cancellationTokenSource = null;
... |
require 'spec_helper'
require 'whois/record/parser/whois.nic.net.ng.rb'
describe Whois::Record::Parser::WhoisNicNetNg, "status_available.expected" do
subject do
file = fixture("responses", "whois.nic.net.ng/status_available.txt")
part = Whois::Record::Part.new(:body => File.read(file))
described_class.n... |
@interface ProjectTopicsView : UIView<iCarouselDataSource, iCarouselDelegate>
- (id)initWithFrame:(CGRect)frame project:(Project *)project block:(ProjectTopicBlock)block defaultIndex:(NSInteger)index;
- (void)refreshToQueryData;
@end
|
package org.uberfire.properties.editor.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.junit.Test;
import static org.junit.Assert.*;
public class PropertyUtilsTest {
@Test
public void convertMapToCategoryNullCase() {
assertNull( PropertyUtils.convert... |
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond ... |
package org.graphwalker.java.test;
import org.graphwalker.core.condition.VertexCoverage;
import org.graphwalker.core.generator.RandomPath;
import org.graphwalker.core.machine.ExecutionContext;
import org.graphwalker.core.model.Edge;
import org.graphwalker.java.annotation.AfterElement;
import org.graphwalker.java.ann... |
namespace phi {
class DenseTensor;
} // namespace phi
namespace paddle {
namespace platform {
template <typename T>
inline cudnnDataType_t ToCudnnDataType(const T& t) {
auto type = framework::ToDataType(t);
return ToCudnnDataType(phi::TransToPhiDataType(type));
}
template <typename T>
inline std::vector<T> Tran... |
/*
* isacfix.c
*
* This C file contains the functions for the ISAC API
*
*/
#include "modules/audio_coding/codecs/isac/fix/include/isacfix.h"
#include <stdlib.h>
#include "rtc_base/checks.h"
#include "modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h"
#include "modules/audio_coding/codecs/isac... |
package dcode.games.uEngine2.GFX.eui.scu_elements;
import dcode.games.uEngine2.GFX.eui.scu_modules.SCUM;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.image.BufferedImage;
/**
* Created by dusakus on 09.06.15.
*/
public abstract class SCUME {
private int ID = -1;
private SCUM scum;
... |
<HTML><HEAD>
<TITLE>Review for Exotica (1994)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0109759">Exotica (1994)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+Berardinelli">Jam... |
namespace Piranha.Models
{
/// <summary>
/// Generic post model.
/// </summary>
/// <typeparam name="T">The model type</typeparam>
public class Post<T> : PostBase where T : Post<T>
{
/// <summary>
/// Creates a new post model using the given post type id.
/... |
package org.broadinstitute.hellbender.utils.read.markduplicates.sparkrecords;
import htsjdk.samtools.SAMFileHeader;
import org.broadinstitute.hellbender.utils.read.GATKRead;
import org.broadinstitute.hellbender.utils.read.ReadUtils;
import org.broadinstitute.hellbender.utils.read.markduplicates.LibraryIdGenerator;
imp... |
if test "${ARGOCD_SERVER}" = ""; then
echo "Please set ARGOCD_SERVER to the remote Argo CD API endpoint to test." >&2
exit 1
fi
# ARGOCD_E2E_REMOTE must be set to 'true' in order for remote tests to work
export ARGOCD_E2E_REMOTE=true
# The timeout for running the test suite (duration)
export ARGOCD_E2E_TEST_TIMEOUT... |
package it.stefanocappa.logic;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
import it.stefanocappa.model.FileWeb;
import it.stefanocappa.model.Firmware;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.L... |
FROM balenalib/spacely-tx2-debian:sid-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --batch --keyserver ... |
package com.wemybatis.executor.connection;
import com.wemybatis.session.Configuration;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
/**
* DefaultConnection.
* connection management.
*/
public class DefaultConnection {
... |
package com.tyrfing.games.id18.edit.unit.action;
import java.util.List;
import com.tyrfing.games.id18.model.field.Field;
import com.tyrfing.games.id18.model.unit.StatType;
import com.tyrfing.games.id18.model.unit.Unit;
import com.tyrfing.games.tyrlib3.edit.action.AAction;
import com.tyrfing.games.tyrlib3.edit... |
#ifndef HTMLOutputElement_h
#define HTMLOutputElement_h
#include "core/dom/DOMTokenList.h"
#include "core/html/HTMLFormControlElement.h"
namespace blink {
class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement,
private DOMTokenListObserver {
DEFINE_W... |
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" targetNamespace="Examples">
<process id="TestFixture70.joinOneExecutionProcess">
<startEvent id="theStart" />
<sequenceFlow sourceRef="theStart" targetRef="fork... |
FROM ubuntu:trusty
ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
ENV SHELL /bin/bash
RUN locale-gen en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LC_CTYPE en_US.UTF-8
# Install add-apt-repository
RUN sed -i 's/archive.ubuntu.com/is.archive.ubuntu.com/' /etc/apt/sources.list
RUN apt-get update -qq ... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Pleurotus arenarius Lasch
### Remarks
null |
@interface NewerGuideViewController : UIViewController
@end
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
<?php
declare(strict_types=1);
namespace Webuntis\CacheBuilder\Routines;
use Webuntis\CacheBuilder\Routines\Interfaces\CacheBuilderRoutineInterface;
use Doctrine\Common\Cache\FilesystemCache;
/**
* The FilesystemCacheRoutine which creates an memcached instance
* @author Tobias Franek <tobias.franek@gmail.com>
* ... |
<?php
namespace Magento\Paypal\Controller\Adminhtml\Billing\Agreement;
class Grid extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreement
{
/**
* Authorization level of a basic admin session
*
* @see _isAllowed()
*/
const ADMIN_RESOURCE = 'Magento_Paypal::billing_agreement_actions_v... |
#ifndef __CCEDITTEXT_H__
#define __CCEDITTEXT_H__
#include "cocos2d.h"
#include "ExtensionMacros.h"
#include "../CCControlExtension/CCControlExtensions.h"
NS_CC_EXT_BEGIN
enum KeyboardReturnType {
kKeyboardReturnTypeDefault = 0,
kKeyboardReturnTypeDone,
kKeyboardReturnTypeSend,
kKeyboardReturnType... |
package com.dreamoval.logback.appender;
import io.searchbox.client.JestClient;
import io.searchbox.client.JestClientFactory;
import io.searchbox.client.config.ClientConfig;
/**
* @author Henry Sampson
*/
public class ElasticseacrchConnectionSource {
private JestClient client;
private String app... |
abstract class TeXattribute implements ITeXParser{
private String errorMessage = "";
public StringBuilder value = new StringBuilder("");
public String lChar = null;
public abstract boolean register();
public abstract String getTypeName();
public boolean startParser(String parent, FileIterator FI, Stri... |
static bool AmIBeingDebugged(void)
{
int junk;
int mib[4];
struct kinfo_proc info;
size_t size;
// Initialize the flags so that, if sysctl fails for some bizarre
// reason, we get a predictable result.
info.kp_proc.p_flag = 0;
// Initialize mib, which tells sys... |
package vu.cornetto.conversions;
import vu.cornetto.cdb.CdbEquivalenceRelation;
import vu.cornetto.cdb.CdbSynset;
import vu.cornetto.cdb.CdbSynsetParser;
import vu.cornetto.cdb.Syn;
import java.io.FileOutputStream;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Iterator;
import java.util... |
/**
* Generates the real index name with version from package.json
*
* @param {string} index - name of the Elasticsearch index
* @returns {string} The real index name with version postfix
*/
export default function getIndexName(index) {
const { VERSION } = require(`../schema/${index}.js`);
return `${index}_v${... |
require 'rubygems'
require 'spreadsheet'
#require 'lib/roo/generic_spreadsheet'
#require 'parseexcel'
CHARGUESS = begin
require 'charguess'
true
rescue LoadError => e
false
end
# The Spreadsheet library has a bug in handling Excel
# base dates so if the file is a 1904 base date then
# dates are off by a day. 1... |
package com.sequenceiq.cloudbreak.cloud.model.network;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import com.sequenceiq.cloudbreak.cloud.context.CloudContext;
import com.sequenceiq.cloudbreak.cloud.model.CloudCredential;
import com.sequenceiq.cloudbreak.cloud.model.Region;
public class Net... |
The <b>Changelog</b> module associate logs produced by users to any database entity.
It is intended to be used to track changes and produce a change log for actions performed
by users. The change log entry can be associated with specific database entities so
that each database entity can have its own change log histor... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/DeckOfCards.iml" filepath="$PROJECT_DIR$/DeckOfCards.iml" />
</modules>
</component>
</project> |