text stringlengths 3 1.05M |
|---|
layout: default
title: Event schedule
permalink: /schedule/
image: schedule.jpg
---
{% include top-section.html %}
{% include schedule.html %} |
#
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef MSGPACK_PREPROCESSOR_REPETITION_ENUM_PARAMS_WITH_A_DEFAULT_HPP
# define MSGPACK_PREPROCESSOR_REPETITION_ENUM_PARAMS_WITH_A_DEFAULT_HPP
#
# include <msgpack/preprocessor/config/config.hpp>
# include <msg... |
<HTML>
<!-- Mirrored from botanicalepithets.net/dictionary/dictionary.156.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Apr 2021 18:55:27 GMT -->
<HEAD> <meta http-equiv=content-type content="text/html;charset=ISO-8859-1"> <TITLE>Dictionary of Botanical Epithets</TITLE></HEAD><BODY><H1><CENTER>Dic... |
import collections
import datetime
import pytz
from django.contrib.auth.decorators import user_passes_test
from django.shortcuts import render
from standup.status.models import Status, Team, StandupUser
def require_superuser(fun):
def authorize_user(user):
return user.is_active and user.is_superuser
... |
usemymalloc='n'
ld=ld
i_time='define'
i_inttypes='undef'
case "$cc" in
*gcc*) ccflags="$ccflags -D_BSD_TYPES" ;;
*)
# The warnings turned off are:
# 608: Undefined the ANSI standard library defined macro stderr (nostdio.h)
# 658: bit-field 'th_off' type required to be int, unsigned int, or signed int. <netin... |
layout: story
category: short story
issue: 36, September 2016
issue-cover: issue-36-cover.png
issue-buy-link:
title: Homesick
subtitle:
author: sarah-gailey
author-2:
author-3:
editor: brian-j-white
illustrator:
copyeditor:
selector:
translator:
narrator:
letterer:
date: 2016-09-03 12:01:00 -0500
permalink: /issue36/ch... |
/*
* SSL3 Protocol
*
* 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/. */
/* TLS extension code moved here from ssl3ecc.c */
#include "nssrenam.h"
#include "nss.h"
... |
package com.chap.links.client.events;
import com.google.gwt.ajaxloader.client.Properties;
import java.util.Date;
/**
* This class handles range events for visualizations such as AnnotatedTimeLine.
*/
public abstract class RangeChangeHandler extends Handler {
/**
* This event is fired when the user changes the... |
set -e
bash $METEOR_DIR/lib/install_base.sh
bash $METEOR_DIR/lib/install_phantomjs.sh
bash $METEOR_DIR/lib/cleanup.sh
|
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations
Public Class GetSetKeyw... |
package org.apache.cassandra.tools.nodetool;
import static com.google.common.base.Preconditions.checkArgument;
import io.airlift.airline.Arguments;
import io.airlift.airline.Command;
import java.util.ArrayList;
import java.util.List;
import org.apache.cassandra.tools.NodeProbe;
import org.apache.cassandra.tools.Nod... |
/* apps/genpkey.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or with... |
(function (g, undefined) {
var global = g();
var fix = {
options: {
paths: null
},
modules: {},
installed: {},
waitingList: {},
failedList: {},
definedModules: {}
};
var urlCache = {};
function isObject(value) {
// Avoid a V8 JIT bug in Chrome 19-20.
// See https... |
//download.js v4.2, by dandavis; 2008-2016. [CCBY2] see http://danml.com/download.html for tests/usage
// v1 landed a FF+Chrome compat way of downloading strings to local un-named files, upgraded to use a hidden frame and optional mime
// v2 added named files via a[download], msSaveBlob, IE (10+) support, and window.UR... |
class Sample
{
public:
Sample() noexcept(false);
// Initialization and management
void Initialize(IUnknown* window);
// Basic game loop
void Tick();
// Messages
void OnSuspending();
void OnResuming();
// Properties
bool RequestHDRMode() const { return m_deviceResources ? (m_... |
"""Adapter-style interface registry
See Adapter class.
$Id: _flatten.py 110536 2010-04-06 02:59:44Z tseaver $
"""
from zope.interface import Declaration
def _flatten(implements, include_None=0):
try:
r = implements.flattened()
except AttributeError:
if implements is None:
r=()
... |
namespace base {
class DictionaryValue;
}
class DevToolsClient;
class Status;
// Tracks the debugger state of the page.
class DebuggerTracker : public DevToolsEventListener {
public:
explicit DebuggerTracker(DevToolsClient* client);
~DebuggerTracker() override;
// Overridden from DevToolsEventListener:
Stat... |
'use strict';
var UserAgentData = require('UserAgentData');
var VersionRange = require('VersionRange');
var mapObject = require('mapObject');
var memoizeStringOnly = require('memoizeStringOnly');
/**
* Checks to see whether `name` and `version` satisfy `query`.
*
* @param {string} name Name of the brow... |
!function ($) {
"use strict"; // jshint ;_;
/* COLLAPSE PUBLIC CLASS DEFINITION
* ================================ */
var Collapse = function (element, options) {
this.$element = $(element)
this.options = $.extend({}, $.fn.collapse.defaults, options)
if (this.options.parent) {
this.$par... |
namespace itunes {
typedef base::Callback<void(const std::string&)> ITunesFinderCallback;
// ITunesFinder looks for the iTunes library in an asynchronous manner and
// calls the given ITunesFinderCallback on the UI thread as soon as it knows
// the result. If an iTunes library exists, the ITunesFinderCallback gets th... |
/*eslint-env node, mocha */
/*global expect */
/*eslint no-console: 0*/
'use strict';
import config from 'config';
describe('appEnvConfigTests', () => {
it('should load app config file depending on current --env', () => {
expect(config.appEnv).to.equal('test');
});
});
|
These config files are used to bootstrap experiment values into the runtime and are merged directly into the `AMP_CONFIG` field during the build. `prod-config.json` is used in all [release channels](../../docs/release-schedule.md#release-channels) except Experimental, which uses `canary-config.json`.
# experiments-con... |
package org.apache.curator.x.discovery.server.rest;
import com.google.common.base.Preconditions;
import org.apache.curator.utils.ThreadUtils;
import org.apache.curator.x.discovery.ServiceDiscovery;
import org.apache.curator.x.discovery.ServiceInstance;
import org.apache.curator.x.discovery.ServiceType;
import org.slf... |
package com.woodblockwithoutco.quickcontroldock.model.impl.actions;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.provider.Settings;
import android.widget.Toast;
import com.woodblockwithoutco.quickcontroldock.model.action.ToggleAction;
import com.woodblock... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v4.0.4
* @link http://www.ag-grid.com/
* @license MIT
*/
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() {... |
package br.com.emmanuelneri.shiro;
import br.com.emmanuelneri.monolitica.model.Usuario;
import br.com.emmanuelneri.monolitica.service.UsuarioService;
import org.apache.deltaspike.core.api.provider.BeanProvider;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
imp... |
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
//
// 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, modi... |
package v3
import (
"bytes"
"errors"
"fmt"
"net"
"net/mail"
"net/url"
"regexp"
"strings"
"time"
"unicode/utf8"
"google.golang.org/protobuf/types/known/anypb"
)
// ensure the imports are used
var (
_ = bytes.MinRead
_ = errors.New("")
_ = fmt.Print
_ = utf8.UTFMax
_ = (*regexp.Regexp)(nil)
_ = (*stri... |
// Copyright (c) DNN Software. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using Dnn.DynamicContent;
using DotNetNuke.Tests.Utilities;
using NUnit.Framework;
namespace Dnn.Tests.DynamicContent.UnitTests
{
[TestFixture]
public ... |
package servermanagement
import original "github.com/Azure/azure-sdk-for-go/services/servermanagement/mgmt/2016-07-01-preview/servermanagement"
const (
DefaultBaseURI = original.DefaultBaseURI
)
type BaseClient = original.BaseClient
func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
... |
from __future__ import division, print_function, unicode_literals
# This code is so you can run the samples without installing the package
import sys
import os
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
#
testinfo = "s, t 1, s, t 1.9, s, t 2.1, s, q"
tags = "Scene, Rotate"
import cocos
from co... |
<?php defined('SYSPATH') OR die('Kohana bootstrap needs to be included before tests run');
class Kohana_UTF8Test extends Unittest_TestCase
{
/**
* Provides test data for test_clean()
*/
public function provider_clean()
{
return array(
array("\0", ''),
array("→foo\021", '→foo'),
array("\x7Fbar", 'bar... |
var readFile = require('fs').readFile,
basename = require('path').basename;
exports.build = function(data, boundary, callback) {
if (typeof data != 'object' || typeof data.pipe == 'function')
return callback(new Error('Multipart builder expects data as key/val object.'));
var body = '',
object = ... |
// ReSharper disable InconsistentNaming
using System.Collections.Generic;
using EasyNetQ.Tests.Mocking;
using NUnit.Framework;
using RabbitMQ.Client;
using Rhino.Mocks;
namespace EasyNetQ.Tests.ProducerTests
{
[TestFixture]
public class When_a_message_is_sent
{
private MockBuilder mockBuilder;
... |
/* crypto/bn/bn_lcl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-co... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template parse_filter</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.h... |
var levels = require("./levels");
/**
* Log requests with the given `options` or a `format` string.
*
* Options:
*
* - `format` Format string, see below for tokens
* - `level` A log4js levels instance. Supports also 'auto'
*
* Tokens:
*
* - `:req[header]` ex: `:req[Accept]`
* - `:res[h... |
ACCEPTED
#### According to
Belgian Species List
#### Published in
null
#### Original name
null
### Remarks
null |
<?php
class Swift_Transport_MailTransportTest extends \SwiftMailerTestCase
{
public function testTransportInvokesMailOncePerMessage()
{
$invoker = $this->_createInvoker();
$dispatcher = $this->_createEventDispatcher();
$transport = $this->_createTransport($invoker, $dispatcher);
... |
/**
* YUI Base
* @module base
* @namespace yui-
* @requires reset, fonts
*/
body {
/* For breathing room between content and viewport. */
margin:10px;
}
h1 {
/* 18px via YUI Fonts CSS foundation. */
font-size: 138.5%;
}
h2 {
/* 16px via YUI Fonts CSS foundation. */
font-size: 123.1%;
}
h3 {
/* 14px via ... |
import datetime
import getpass
import os.path
import stat
import struct
import sys
import tempfile
def build_progressbar_label_template(fnames):
if len(fnames) == 0:
return None
elif len(fnames) == 1:
return '{fname}'
else:
max_fname_len = max(len(os.path.basename(fname)) for fname... |
import os
import base64
from .. import constants, logger
from . import base_classes, io, api
class Image(base_classes.BaseNode):
"""Class the wraps an image node. This is the node that
represent that actual file on disk.
"""
def __init__(self, node, parent):
logger.debug("Image().__init__(%s)"... |
package io.netty.handler.codec.http;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import io.netty.util.CharsetUtil;
import io.netty.util.ReferenceCountUtil;
import org.junit.T... |
package org.apache.camel.component.mail;
import java.io.ByteArrayOutputStream;
import java.util.Map;
import javax.activation.DataHandler;
import javax.activation.FileDataSource;
import javax.mail.internet.MimeMultipart;
import org.apache.camel.Exchange;
import org.apache.camel.Message;
import org.apache.camel.builde... |
package org.eclipse.gemini.blueprint;
/**
* Root of the Spring DM exception hierarchy.
*
* @author Costin Leau
*
*/
public class OsgiException extends RuntimeException {
private static final long serialVersionUID = -2484573525557843394L;
/**
* Default constructor using no specified cause ... |
package record
import (
"fmt"
"math/rand"
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/errors"
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"github.com/GoogleCloudPlatform/kuber... |
/* jshint node: true */
'use strict';
/**
### Github Includes (github://)
```js
getit('github://DamonOehlman/getit/index.js', function(err, data) {
});
```
**/
module.exports = function(parts) {
var pathParts = parts.path.replace(/^\//, '').split('/');
return 'https://raw.githubusercontent.com/' + part... |
<?xml version="1.0" encoding="UTF-8"?><!--
Copyright 2011 Adam Feinstein This file is part of MTG Familiar. MTG
Familiar is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, ... |
package com.marshalchen.common.demoofui.appintroexample;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import com.github.paolorotolo.appintro.AppIntro;
import com.marshalchen.common.demoofui.appintroexample.slides.FirstSlide;
import com.marshalchen.comm... |
<?php
namespace Symfony\Component\DependencyInjection;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
*
* @author Nicolas Grekas <p@tchwork.com>
*/
interface EnvVarProcessorInterface
{
... |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title> Ayuda de Barcode Scanner</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> La aplicación oficial de Android del proyecto de código abierto ZXing:<br/>
<a href="http://github.com/zxing/zxing"> http://github.com/zxing/zxin... |
namespace blink {
ClipScope::~ClipScope()
{
for (int i = 0; i < m_clipCount; i++) {
m_context->restore();
}
}
void ClipScope::clip(const LayoutRect& clipRect, SkRegion::Op operation)
{
m_context->save();
m_context->clipRect(pixelSnappedIntRect(clipRect), NotAntiAliased, operation);
m_clipC... |
namespace base {
namespace android {
typedef testing::Test PathUtilsTest;
TEST_F(PathUtilsTest, TestGetDataDirectory) {
// The string comes from the Java side and depends on the APK
// we are running in. Assumes that we are packaged in
// org.chromium.native_test
FilePath path;
GetDataDirectory(&path);
EX... |
* Update asset-builder 1.0.1 to fix Windows compatibility
* Fixes broken wiredep imports with main.scss.example ([original issue](https://discourse.roots.io/t/issue-with-sage-sass-version/2962))
### 8.0.0: February 25th, 2015
* Change theme name from Roots to Sage
* Bump required PHP version to >=5.4
* Add coding stan... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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.apa... |
@charset "utf-8";
body{font-size:14px}
.header,.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}
.header{top:0; height:60px; background:#426374 url(../images/logo.png) no-repeat 0 center}
.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#3283AC ur... |
package org.springframework.boot.web.server;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
... |
PBXGroup::~PBXGroup() {}
PBXGroup::PBXGroup() {}
PBXGroup* PBXGroup::createFromPlist(const String& id, const Plist::dictionary_type& plist, const PBXDocument* pbxDoc)
{
PBXGroup* ret = new PBXGroup;
ret->initFromPlist(id, plist, pbxDoc);
return ret;
}
void PBXGroup::initFromPlist(const String& id, const Plist:... |
package github
import "fmt"
// LicensesService handles communication with the license related
// methods of the GitHub API.
//
// GitHub API docs: https://developer.github.com/v3/licenses/
type LicensesService service
// RepositoryLicense represents the license for a repository.
type RepositoryLicense struct {
Name... |
<?php
/**
* Activates a license
*
* @param $license
* @param $version
* @return array|bool|mixed
*/
function edd_w3edge_w3tc_activate_license($license, $version) {
// data to send in our API request
$api_params = array(
'edd_action'=> 'activate_license',
'license' => $li... |
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
Module Name: AzureRM.Batch
ms.assetid: 0BB79553-26DA-413C-8086-740DB6B31A85
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.batch/remove-azurebatchcomputenode
schema: 2.0.0
---
# Remove-AzureBatchComputeNode
## SYNOPSIS
Removes... |
[](https://travis-ci.org/artema/grunt-compc)
# grunt-compc
>A Grunt task plugin to compile Flash SWC files with the `compc` component compiler from the Apache/Adobe Flex SDK.
## Getting Started
This plugin requires Grunt `~0.4.2`
If you haven't used [Grun... |
#ifndef BOOST_ICL_TYPE_TRAITS_SEGMENT_TYPE_OF_HPP_JOFA_100902
#define BOOST_ICL_TYPE_TRAITS_SEGMENT_TYPE_OF_HPP_JOFA_100902
#include <boost/mpl/has_xxx.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/icl/type_traits/no_type.hpp>
namespace boost{ namespace icl
{
namespace detail
{
BOOST_MPL_HAS_XXX... |
#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/clocksource.h>
#include <linux/dma-mapping.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/of_address.h... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SENDCOINSENTRY_H
#define SENDCOINSENTRY_H
#include "walletmodel.h"
#include <QStackedWidget>
class WalletModel;
na... |
/* 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 writing, software
* distribut... |
/**
* File: PortalUserSteps.java 27.05.2014, 12:47:13, author: mreinhardt
*
* Project: OwnCloud
*
* https://www.martinreinhardt-online.de/apps
*/
package de.martinreinhardt.owncloud.webtest.steps;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.notNullValue;
import net.t... |
import setup
setup.pre_install()
import subprocess
from charmhelpers import fetch
from charmhelpers.core import hookenv
from charmhelpers.fetch import archiveurl
from path import Path
def install():
install_packages()
hookenv.log('Installing go')
download_go()
hookenv.log('Adding kubernetes and go t... |
import * as ts from "typescript";
import * as Lint from "../index";
export declare class Rule extends Lint.Rules.TypedRule {
static metadata: Lint.IRuleMetadata;
static FAILURE_STRING: string;
applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[];
}
|
/*
Name: Base16 Default Light
Author: Chris Kempson (http://chriskempson.com)
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
.cm-s-base16-light.CodeMirror {bac... |
//========================================================================
//Copyright 2007-2010 David Yu dyuproject@gmail.com
//------------------------------------------------------------------------
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance... |
package io.grpc;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.H... |
using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyDefaultAlias("Lucene.Net.Analysi... |
"""reindent [-d][-r][-v] [ path ... ]
-d (--dryrun) Dry run. Analyze, but don't make any changes to, files.
-r (--recurse) Recurse. Search for all .py files in subdirectories too.
-n (--nobackup) No backup. Does not make a ".bak" file before reindenting.
-v (--verbose) Verbose. Print informative msgs; else n... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
#include <grpc/support/port_platform.h>
#ifdef GPR_LINUX_SOCKETUTILS
#include "src/core/lib/iomgr/socket_utils_posix.h"
#include <sys/socket.h>
#include <sys/types.h>
int grpc_accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen,
int nonblock, int cloexec) {
int flags = 0;
flags |= n... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Wed Mar 22 11:24:36 CDT 2017 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
targetPage = "" + ... |
YUI.add('dom-base', function(Y) {
(function(Y) {
/**
* The DOM utility provides a cross-browser abtraction layer
* normalizing DOM tasks, and adds extra helper functionality
* for other common tasks.
* @module dom
* @submodule dom-base
*
*/
/**
* Provides DOM helper methods.
* @class DOM
*
*/
var NODE_TY... |
package won.owner.messaging;
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
import org.apache.camel.CamelContext;
import org.apache.camel.RoutesBuilder;
import org.apache.camel.component.activemq.ActiveMQComponent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import or... |
$(document).ready(function () {
$(window).load(function () {
$('#preloader').fadeOut(200);//1500 é a duração do efeito (1.5 seg)
});
$('.tgl').css('display', 'block')
$('#MinMax').hide();
if ($("#list tr").length > 2) {
$('.tgl').css('display', 'none')
$('#MinMax').show();
... |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.composite.clip.source-out</title>
<meta name="author" content="Philip Taylor">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="c... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.454
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>... |
module Sensu
module Extension
class LatestEventFile < Bridge
def name
'latest_event_file'
end
def description
'writes the latest event data to /tmp/sensu_event_bridge.json'
end
def run(event, &block)
update_file = Proc.new do
event_json = MultiJson... |
(function ($) {
/***
* A sample AJAX data store implementation.
* Right now, it's hooked up to load Hackernews stories, but can
* easily be extended to support any JSONP-compatible backend that accepts paging parameters.
*/
function RemoteModel() {
// private
var PAGESIZE = 50;
var data = {l... |
#ifndef _IGNITE_CACHE_PEEK_MODE
#define _IGNITE_CACHE_PEEK_MODE
namespace ignite
{
namespace cache
{
/**
* Enumeration of all supported cache peek modes.
*/
enum CachePeekMode
{
/**
* Peeks into all available cache storages.
*/
... |
using std::cin;
using std::cout;
using std::cerr;
using std::istream;
using std::ostream;
using std::ios_base;
using std::endl;
using std::flush;
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif
|
/**
* The Mouse class is responsible for handling all aspects of mouse interaction with the browser.
*
* It captures and processes mouse events that happen on the game canvas object. It also adds a single `mouseup` listener to `window` which
* is used to capture the mouse being released when not over the game.
*
* @c... |
package com.google.zxing.common;
import java.util.Vector;
/**
* <p>This is basically a substitute for <code>java.util.Collections</code>, which is not
* present in MIDP 2.0 / CLDC 1.1.</p>
*
* @author Sean Owen
*/
public final class Collections {
private Collections() {
}
/**
* Sorts its argument (d... |
package org.drools.core.util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.StringReader;
import java.util.UUID;
public class FileManager {
//pr... |
configuration Sample_xIPAddress_Parameterized
{
param
(
[string[]]$NodeName = 'localhost',
[Parameter(Mandatory)]
[string]$IPAddress,
[Parameter(Mandatory)]
[string]$InterfaceAlias,
[Parameter(Mandatory)]
[string]$DefaultGateway,
[int]$Subnet... |
package hudson;
/**
* {@link ExtensionList} listener.
*
* @author <a href="mailto:tom.fennelly@gmail.com">tom.fennelly@gmail.com</a>
* @since 1.614
*/
public abstract class ExtensionListListener {
/**
* {@link ExtensionList} contents has changed.
* <p>
* This would be called when an entry get... |
#ifndef _ASM_X86_SCATTERLIST_H
#define _ASM_X86_SCATTERLIST_H
#include <asm-generic/scatterlist.h>
#define ARCH_HAS_SG_CHAIN
#endif /* _ASM_X86_SCATTERLIST_H */
|
#ifndef ALTITUDEDIRCONT_H
#define ALTITUDEDIRCONT_H
#include "../../CommandBase.h"
/**
*
*
* @author zeitgeist
*/
class AltitudeDirCont: public CommandBase {
bool direction;
public:
AltitudeDirCont(bool up);
virtual void Initialize();
virtual void Execute();
virtual bool IsFinished();
virtual void End();
v... |
package org.apache.vxquery.runtime.functions.step;
import java.io.IOException;
import org.apache.vxquery.context.DynamicContext;
import org.apache.vxquery.datamodel.accessors.PointablePool;
import org.apache.vxquery.datamodel.accessors.SequencePointable;
import org.apache.vxquery.datamodel.accessors.TaggedValuePoint... |
package org.apache.eagle.security.oozie.parse;
import backtype.storm.task.OutputCollector;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.topology.base.BaseRichBolt;
import backtype.storm.tuple.Fields;
import backtype.storm.tuple.Tuple;
import o... |
<?php
/**
* User: Alex Gusev <alex@flancer64.com>
*/
namespace Praxigento\BonusHybrid\Service\Calc\Bonus\Team;
use Praxigento\BonusHybrid\Config as Cfg;
use Praxigento\BonusHybrid\Repo\Data\Downline as EBonDwnl;
use Praxigento\BonusHybrid\Service\Calc\Bonus\Z\Data\Bonus as DBonus;
use Praxigento\Downline\Repo\Data\... |
/***************************************************************************/
/* */
/* ftautoh.h */
/* */
/* ... |
/// <reference path='fourslash.ts' />
// @allowJs: true
// @checkJs: true
// @noImplicitThis: true
// @Filename: /consumesType.js
////function [|returnThisMember|]() {
//// return this.member;
////}
////
/////**
//// * @type {import("/providesType").Container}
//// */
////const container = {
//// ... |
// DEPRECATED: The headers in include/grpc++ are deprecated. Please include the
// headers in include/grpcpp instead. This header exists only for backwards
// compatibility.
#ifndef GRPCXX_CLIENT_CONTEXT_H
#define GRPCXX_CLIENT_CONTEXT_H
#include <grpcpp/client_context.h>
#endif // GRPCXX_CLIENT_CONTEXT_H
|
<!-- @file Documentation for the @BootstrapProvider annotated discovery plugin. -->
<!-- @defgroup -->
<!-- @ingroup -->
# @BootstrapProvider
This plugin is a little too complex to explain (for now). If you would like to
help expand this documentation, please [create an issue](https://www.drupal.org/node/add/project-i... |