text stringlengths 3 1.05M |
|---|
/* Danish initialisation for the jQuery UI date picker plugin. */
/* Written by Jan Christensen ( deletestuff@gmail.com). */
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([
"jquery",
"../datepicker"
], factory );
} else {
// Br... |
<?php
namespace REBELinBLUE\Deployer\Presenters;
use Creativeorange\Gravatar\Facades\Gravatar;
use Robbo\Presenter\Presenter;
/**
* The view presenter for a user class.
* @property string avatar_url
*/
class UserPresenter extends Presenter
{
/**
* Get the user avatar.
*
* @return string
*/... |
package id.bizdir.ui.activity;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.intern... |
<!--
Copyright 2016-2017 Red Hat, Inc.
Red Hat licenses this file to you 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 req... |
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a href="<?php echo site_url("principal/");?>" class="brand">
<h5 class="titMenu">Alcaldia De Ejido</h5>
<!-- This is website logo -->
</a>
<!-- Navigation butto... |
package com.facebook.litho.specmodels.processor;
import com.facebook.litho.annotations.PropDefault;
import com.facebook.litho.annotations.ResType;
import com.facebook.litho.specmodels.internal.ImmutableList;
import com.facebook.litho.specmodels.model.PropDefaultModel;
import com.intellij.psi.PsiClass;
import com.int... |
package com.github.ckwen.je.spring.boot.security.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.se... |
package org.cloudfoundry.operations.serviceadmin;
import org.immutables.value.Value;
/**
* Request options for the delete service broker operation
*/
@Value.Immutable
abstract class _DeleteServiceBrokerRequest {
/**
* The name of the Service Broker
*/
abstract String getName();
}
|
<?php
require(dirname(__DIR__).'/vendor/autoload.php');
use \MiniFreezer\MiniFreezer;
use \MiniFreezer\CouchDB;
$base = new EventBase();
$mf = new CouchDB([
'database'=>'test',
'base'=>$base,
'port'=>5984,
'host'=>'datashovel_couchdb',
'dns_base'=>new EventDnsBase($base,true)
]);
class Stuff extends MiniFreeze... |
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using SonarLint.VisualStudio.IssueVisualization.Helpers;
using SonarLint.VisualStudio.IssueVisualization.IssueVisualizationControl.ViewModels.Commands;
namespace SonarLint.VisualStudio.IssueVisualization.UnitTests.IssueVisualizat... |
Meson é implementado em Python 3, e requer a versão 3.6 ou mais nova.
se o seu sistema operacional provê um gerenciador de pacotes, você deve
instalar o Meson com ele. Para plataformas que não tem um gerenciador de
pacotes, você precisa baixa-lo da [página inicial do Python]. Veja abaixo
[peculiaridades do Python3 esp... |
import { NextFunction, Request, Response } from 'express'
import { container } from 'tsyringe'
import { ForbiddenException } from '../http-exception'
import { UrlSigner } from '../signed-url.service'
export function signedUrl(
req: Request,
res: Response,
next: NextFunction,
): void {
const signer = container.... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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 o... |
namespace {
// TODO(caitkp): Should we find a way to route this through DefaultSearchManager
// to avoid hardcoding this here?
const char kDefaultSearchProviderData[] =
"default_search_provider_data.template_url_data";
} // namespace
namespace policy {
class DefaultSearchPolicyHandlerTest
: public Configurat... |
[](https://gitter.im/Unidux/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Unidux is practical application architecture for Unity3D UI.
It's inspired by Redux.
# Install
## UPM
Add follow... |
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Dust</name>
<version>1.0.0</version>
<objective>Get the most kills after 5 minutes!</objective>
<authors>
<author>xXFracXx</author>
<author>ItsMiiOlly</author>
<author>xXreappearXx</author>
</authors>
<contributors>
<contributor contribution="Building help... |
module ActiveRecord
module Extensions
module Base
def self.included(base)
base.extend(ClassMethods)
end
module ClassMethods
def djangoed_content(options = {})
include ActiveRecord::Extensions::ManagedContent::InstanceMethods
extend ActiveRecord::Extensions:... |
layout: base
title: 'Universal POS tags'
generated: 'true'
permalink: u/pos/all.html
---
# Universal POS tags
<span about="#pos" property="rdfs:label" style="visibility: hidden">{{ page.title }}</span>
<span about="#pos" property="rdfs:subClassOf" resource="_:{{ tier }}">
<span about="_:{{ tier }}" property="rdf:ty... |
var RegExpConstraint = require('./RegExpConstraint.js');
/**
* Locale class for constraints
*
* @class Locale
* @constructor
*/
var Locale = function (key, required) {
RegExpConstraint.call(this, /^[a-z]{2}(-[A-Z]{2})?$/, key, required);
};
Locale.prototype = new RegExpConstraint();
Locale.proto... |
import Vue from 'vue';
import App from './app.vue';
import store from './store';
import router from './router';
const app = new Vue({
router,
store,
...App,
});
export { app, router, store };
|
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
using Autofac;
using Autofac.Integration.WebApi;
using Microsoft.Owin;
using Owin;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
namespace SA.Api
{
[assembly: OwinStartup(typeof(SA.Api.Startup))]
public class Startup
{
public void Confi... |
require 'test_helper'
class SessionsHelperTest < ActionView::TestCase
def setup
@user = users(:fluffy)
remember(@user)
end
test "current_user returns the right user when session is nil" do
assert_equal @user, current_user
assert is_logged_in?
end
test "current_user returns nil when remember digest is w... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Sep 23 12:39:49 CEST 2016 -->
<title>ArchiveInputStream</title>
<meta name="date" content="2016-09-23">
<link rel="stylesheet" type=... |
module RR
module MethodDispatches
class BaseMethodDispatch
extend Forwardable
include Space::Reader
attr_reader :args, :kwargs, :block, :double
def call
raise NotImplementedError
end
protected
def find_double_to_attempt
matches = DoubleMatches.new(doubles... |
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.Entity;
using System.Data.Entity.Core.Objects;
using System.Data.Entity.Infrastructure;
using System.Globalization;
using System.Linq;
using System.Transactions;
using KendoGridBinderEx.Examples.Business.Entities;
using KendoGr... |

|
package org.drools.core.common;
import org.drools.core.reteoo.BetaMemory;
import org.drools.core.reteoo.LeftTuple;
import org.drools.core.reteoo.RightTuple;
/**
* Wraps some methods, to make them thread safe
*/
public class SynchronizedRightTupleSets extends RightTupleSetsImpl implements RightTupleSets {
privat... |
INSERT INTO admin(user_id) VALUES ("admin"); |
#include "base/os.h"
#include "test/test_cmn_util.h"
#include "test_pkt_util.h"
#include "pkt/flow_proto.h"
#define AGE_TIME 10*1000
void RouterIdDepInit(Agent *agent) {
}
struct PortInfo input1[] = {
{"vnet1", 1, "1.1.1.1", "00:00:00:01:01:01", 2, 1},
};
//virtual IP VM
struct PortInfo input2[] = {
{"vnet... |
import org.apache.http.client.methods.HttpGet;
import util.HttpClientUtil;
public class TestHttp {
public static void main(String[] args) {
for(int i=0;i<1000;i++) {
HttpGet httpReq = new HttpGet(
"http://localhost:8081/api/test");
String s = HttpClientUtil.sendGetRequest(httpReq, null... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/table_shape_bottom_highlight" android:state_pressed="true"/>
<item android:drawable="@drawable/table_shape_bottom_normal"/>
</selector> |
<?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>
... |
package org.jooq.lambda.fi.util.function;
import java.util.function.Consumer;
import java.util.function.DoubleUnaryOperator;
import org.jooq.lambda.Sneaky;
import org.jooq.lambda.Unchecked;
/**
* A {@link DoubleUnaryOperator} that allows for checked exceptions.
*
* @author Lukas Eder
*/
@FunctionalI... |
package main;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JList;
import javax.swing.JOptionP... |
namespace airsim_to_ros {
struct Point;
struct Orientation;
struct PoseMessage;
MANUALLY_ALIGNED_STRUCT(8) Point FLATBUFFERS_FINAL_CLASS {
private:
double x_;
double y_;
double z_;
public:
Point() {
memset(this, 0, sizeof(Point));
}
Point(double _x, double _y, double _z)
: x_(flatbuffers::E... |
package com.testingtech.car2x.hmi;
import android.app.Activity;
import android.content.Context;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.TextView;
import java.ut... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Uredo orientalis Racib.
### Remarks
null |
MIT License
Copyright (c) 2017 Anuj Sharma
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distr... |
__author__ = "k.komata"
__date__ = "$2017/01/27 23:19:41$"
import csv
from pprint import pprint
from sqlalchemy import (
create_engine,
not_
)
from sqlalchemy.orm import sessionmaker
from sqlalchemy.ext.declarative import declarative_base
from operator import itemgetter, add
Base = declarative_base()
from mod... |
package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types;
// CHECKSTYLE:OFF (Maven checkstyle)
import org.apache.olingo.ext.proxy.api.Annotatable;
// CHECKSTYLE:ON (Maven checkstyle)
@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>OpModeMeta</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascrip... |
<!DOCTYPE html>
<html>
<head>
<title>Does anyone even read this?</title>
<link href='dist/style.css' rel='stylesheet' />
</head>
<body>
<form name='searchForm' onsubmit='return false'>
<input placeholder='What is your doubt?' data-bind='textInput: doubt' />
</form>
<div data-bind='foreach: que... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by Wiser Research Group UFBA -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- Edit only the marked ... |
from __future__ import unicode_literals
from django.contrib.auth.models import User
from django.db import models
from django.db.models.signals import m2m_changed
from django.dispatch import receiver
from django.utils.encoding import python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
fr... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
var Module = require("./Module");
var OriginalSource = require("webpack-core/lib/OriginalSource");
var RawSource = require("webpack-core/lib/RawSource");
function ContextModule(resolveDependencies, context, recursive, r... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
namespace DataMigrator
{
public class Generate
{
public void Execute()
{
System.IO.File.WriteAllText(Program.SaveFile, "// Data Generated by TownSuite... |
<html>
<head>
<title>Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; 42PFK710912; ; PHILIPSTV; CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/012.002.016.128 (PhilipsTV, 3.1.1,)en) ) Presto/2.12.407 Version/12.50</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materializ... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title></title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content... |
/**
* \file
* Reliable single-hop unicast example
* \author
* Adam Dunkels <adam@sics.se>
*/
#include <stdio.h>
#include "contiki.h"
#include "net/rime/rime.h"
#include "lib/list.h"
#include "lib/memb.h"
#include "dev/button-sensor.h"
#include "dev/leds.h"
#define MAX_RETRANSMISSIONS 4
#defi... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package com.fatboyindustrial.gsonjodatime;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.joda.time.LocalTime;
import org.junit.Test;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;
import static org.junit.Assert.assertThat;
/**
* Tests for {@lin... |
---
layout: post
title: JDBC Driver
categories: XAP97
parent: other-data-access-apis.html
weight: 100
---
{% summary %}GigaSpaces allows applications to connect to the IMDG using a JDBC driver. A GigaSpaces JDBC driver accepts SQL statements, translates them to space operations, and returns standard result... |
package com.sirius.upns.server.node.engine.process;
import com.myctu.platform.protocol.GenericUtils;
import com.sirius.upns.protocol.business.BusinessPacket;
/**
* @project node-server
* @date 2013-8-26-下午4:06:05
* @author pippo
*/
public abstract class AbstractProcessor<RQ extends BusinessPacket> implements Bus... |
package com.pushtorefresh.storio3.sample.provider;
import android.support.annotation.NonNull;
import com.pushtorefresh.storio3.contentresolver.queries.Query;
import static com.pushtorefresh.storio3.sample.provider.meta.TweetMeta.CONTENT_URI;
public final class ContentProviderQueries {
@NonNull
public stati... |
require 'test_helper'
class RenteesHelperTest < ActionView::TestCase
end
|
require File.expand_path('spec_helper', File.dirname(__FILE__))
describe Rusk::Sheet do
before do
@content = Nokogiri::XML(File.read("#{dir}/general_datas_content.xml"))
end
shared_context "read Sheet1" do
before do
@sheet = Rusk::Sheet.new(@content.xpath("//table:table")[0])
@cells = [
... |
<div class="row-fluid">
<div class="span4">
<label class="small">Field
<tip>This is the facet field.</tip>
</label>
<input type="text" class="input-small" bs-typeahead="fields.list" ng-model="panel.field" ng-change="set_refresh(true)">
</div>
<div class="span4">
... |
function p = predictOneVsAll(all_theta, X)
%PREDICT Predict the label for a trained one-vs-all classifier. The labels
%are in the range 1..K, where K = size(all_theta, 1).
% p = PREDICTONEVSALL(all_theta, X) will return a vector of predictions
% for each example in the matrix X. Note that X contains the examples in... |
The MIT License (MIT)
Copyright (c) 2015 Oxford Flood Network
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, me... |
module Components
module Home
class PostEditItem < React::Component::Base
param :post
param :on_save, type: Proc, allow_nil: true
def render
div do
p(class: "para-edit-post") { "Après avoir modifiez votre post tapez ENTRÉE" }
ReactBootstrap::FormGroup() do
... |
import itertools
import re
from collections import namedtuple
from hashlib import md5
from io import StringIO
from urllib.parse import urlparse
import requests
from flask import Blueprint, flash, redirect, render_template, request, session as flask_session, url_for
from flask_login import login_required
from flask_wtf... |
package com.example.fw;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class ApplicationManager {
private NavigationHelper navigationHelper;
private G... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
/**
* Agrupa los argumentos eun formato de Objeto
*
* @param {Array} args Contiene los argumentos rescatados dentro de un arreglo
* @param {Object} config Contiene los parametros de configuracion
* @return {Object}
*/
module.exports = function consoleControl (args, config) {
'use strict'
if (!config) con... |
package com.thoughtworks.datacommons.prepbuddy.surrogateKeyGeneration
import com.thoughtworks.datacommons.prepbuddy.SparkTestCase
import com.thoughtworks.datacommons.prepbuddy.rdds.TransformableRDD
import org.apache.spark.rdd.RDD
class SurrogateKeyGenerationTest extends SparkTestCase {
test("should add surrogate ... |
<?php
function get_intro_updown() {
echo "Updown control (without an edit control buddy.)";
}
function get_styles_updown(&$STYLES) {
$STYLES = array(
"left" => "Positions the up-down control next to the left edge of the buddy window. The buddy window is moved to the right, and its width is decreased to... |
<?php
namespace lukisongroup\hrd\models;
use Yii;
use yii\base\Model;
use yii\data\ActiveDataProvider;
use lukisongroup\hrd\models\Organisasi;
//
/**
* OrganisasiSearch represents the model behind the search form about `lukisongroup\hrd\models\Organisasi`.
*/
class OrganisasiSearch extends Organisasi
{
/**
... |
/**
* A terminal UI for the project.
*/
package renaming.tui; |
// Template Source: BaseMethodRequest.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------... |
TEST( TypeManagerTests, preDefinedTypes )
{
co::ITypeManager* tm = co::getSystem()->getTypes();
// these are global predefined types:
EXPECT_TRUE( tm->findType( "any" ) != NULL );
EXPECT_TRUE( tm->findType( "bool" ) != NULL );
EXPECT_TRUE( tm->findType( "int8" ) != NULL );
EXPECT_TRUE( tm->findType( "u... |
#import "NSObject.h"
@class AVAsset, AVAudioMix, AVPlayer, AVPlayerItem, NSString, PLMoviePlayerView, PLTVOutWindow, UIAlertView;
@interface PLMoviePlayerController : NSObject
{
AVAsset *_asset;
AVAudioMix *_audioMix;
AVPlayerItem *_playerItem;
AVPlayer *_player;
PLMoviePlayerView *_view;
UI... |
from google.cloud import aiplatform_v1beta1
async def sample_add_execution_events():
# Create a client
client = aiplatform_v1beta1.MetadataServiceAsyncClient()
# Initialize request argument(s)
request = aiplatform_v1beta1.AddExecutionEventsRequest(
execution="execution_value",
)
# Ma... |
package org.olat.modules.wiki;
/**
* Description:<br>
* Conjuction between a wiki implementation and the wikiMarkupComponent. The
* component asks the wikiImpl wheather a page already exists or not to render
* the link appropriate.
*
* @see org.olat.core.gui.components.wikiToHtml.WikiMarkupComponent for
* ... |
package service
import (
"context"
"testing"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/client-go/kubernetes/fake"
"github.com/giantswarm/apiextensions/v6/pkg/apis/provider/v1alpha1"
"github.com/giantswarm/micrologger/microloggertes... |
default[:trezor_crypto][:user] = "trezor-crypto"
default[:trezor_crypto][:install_dir] = "/opt/trezor-crypto"
default[:trezor_crypto][:url] = "https://github.com/trezor/trezor-crypto/archive/master.tar.gz"
|
"""Show the longest running tests in the repository."""
import math
from operator import itemgetter
import sys
from cliff import command
from stestr import output
from stestr.repository import util
class Slowest(command.Command):
"""Show the slowest tests from the last test run.
This command shows a table... |
"use strict";
var fs = require('fs');
var util = require('util');
var image = require('./image');
function countArea(w, h) {
return w * h;
}
function countAreaEx(rect) {
return (rect.right - rect.left) * (rect.bottom - rect.top);
}
function procOption(option) {
if (option == undefined) {
option ... |
/**
* Spring Security configuration.
*/
package org.uvl.presence.security;
|
<?php
namespace Silvestra\Bundle\BannerBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
class Configuration implements ConfigurationInterface
{
/**
* {@inheritdoc}
*/
public function getConfigT... |
<?php
class FieldRule {
private $field;
private $required;
public function __construct($name, $type) {
if(!FieldType::isValidValue($type))
throw new Exception("error: wrong field type");
$this->field = new Field($name, $type);
$this->field->rules["name"] = $name;
... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.netapp.models;
import com.azure.resourcemanager.netapp.fluent.models.VaultInner;
/** An immutable client-side representation of... |
struct NonAssignable {
NonAssignable& operator=(NonAssignable const&) = delete;
NonAssignable& operator=(NonAssignable&&) = delete;
};
struct CopyAssignable {
CopyAssignable() = default;
CopyAssignable& operator=(CopyAssignable const&) = default;
CopyAssignable& operator=(CopyAssignable&&) = delete;
};
struct... |
'use strict';
var admin = angular.module('myApp.admin', ['ngRoute']);
admin.config(['$routeProvider', function($routeProvider) {
$routeProvider.when('/administracao', {
templateUrl: '/partials/admin/admin_panel.html',
controller: 'AdminPanelCtrl'
});
}]);
admin.controller('AdminPanelCtrl', ['$scope', 'Ht... |
var dropdownViaClick = false;
var lessonBuilderAnimationLocked = false;
var oldloc;
var requirementType = 0;
var importccactive = false;
var mmactive = false;
var insist = false;
var delbutton;
var mm_testing = 0;
var editrow;
var delete_orphan_enabled = true;
// in case user includes the URL of a site that replaces t... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../../../..... |
#include "stdafx.h"
#include "MainFrm.h"
#include "ClassView.h"
#include "Resource.h"
#include "20140913nignt.h"
class CClassViewMenuButton : public CMFCToolBarMenuButton
{
friend class CClassView;
DECLARE_SERIAL(CClassViewMenuButton)
public:
CClassViewMenuButton(HMENU hMenu = NULL) : CMFCToolBarMe... |
using System.Threading.Tasks;
using AzureStorage.Tables;
using Common.Log;
using CompetitionPlatform.Data.AzureRepositories.Project;
using CompetitionPlatform.Data.AzureRepositories.Result;
using CompetitionPlatform.Data.AzureRepositories.Users;
using CompetitionPlatform.Data.AzureRepositories.Vote;
using CompetitionP... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.IO.Compression;
using System.Reflection;
using System.Windows.Forms;
using System.Drawing;
using System.Xml.Linq;
using System.Text.RegularExpressions;
using Duality;
using Duality.IO;
using Duality.Res... |
import 'vs/css!./quickopen';
import * as nls from 'vs/nls';
import * as platform from 'vs/base/common/platform';
import * as types from 'vs/base/common/types';
import { IQuickNavigateConfiguration, IAutoFocus, IEntryRunContext, IModel, Mode, IKeyMods } from 'vs/base/parts/quickopen/common/quickOpen';
import { Filter,... |
package fr.esiea.unique.ahingora.nadeswaran.letterpot;
import org.junit.*;
public class LetterPotTest {
private LetterPot lettre;
@Before
public void doBefore() {
lettre = new LetterPot();
}
@Test
public void testPot() {
final String l;
l = " ";
final String result = LetterPot... |
require(['text!/css/social.css', 'text!/css/1001-webfont.css', 'text!/css/style.css', 'resize', 'talk'], function(socialCss, webfontCss, styleCss) {
var css = socialCss + webfontCss + styleCss;
document.querySelector("head").innerHTML = "<style>" + css + "</style>";
var entries = document.querySelectorAl... |
package com.yunzhanghu.redpacketdemo.ui;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.Recyc... |
<?xml version='1.0' encoding='utf-8'?>
<widget id="au.com.gotouch.AutoLogBook" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>AutoLogbook</name>
<description>
Car logbook utility app.
</description>
<author email="info@gotouch.com.au" href="htt... |
/* ###
* 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... |
<!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/html; charset=utf-8" />
<title>XCODE_FILE_ATTRIBUTES — CMake 3.8.1 Documentati... |
server = data_bag_item('nmddatabase', 'server')[node.chef_environment]
node.set['mysql']['server_root_password'] = server['server_root_password']
node.set['mysql']['server_debian_password'] = server['server_debian_password']
node.set['mysql']['server_repl_password'] = server['server_repl_password']
mysql_service node... |
Mobility Explorer helps you understand transportation networks around the world. Search for a place or browse the map, and use the buttons to view transit routes, stops, and operators.
Use Mobility Explorer to query and visualize transit data from [Transitland](https://transit.land), a community-edited, open transit d... |
import * as React from "react";
import * as PropTypes from "prop-types";
import { codes } from "keycode";
import AddBlurEvent from "../utils/AddBlurEvent";
import Icon from "../Icon";
import PseudoClasses from "../PseudoClasses";
import RevealEffect, { RevealEffectProps } from "../RevealEffect";
export interface Data... |
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null |