text stringlengths 3 1.05M |
|---|
/**
* @license AngularJS v1.2.25
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {'use strict';
/**
* @ngdoc module
* @name ngRoute
* @description
*
* # ngRoute
*
* The `ngRoute` module provides routing and deeplinking services and directives for ang... |
<!--docs:
title: "Grid Lists"
layout: detail
section: components
excerpt: "An RTL-aware Material Design grid list component."
iconId: card
path: /catalog/grid-lists/
-->
# Grid Lists
<!--<div class="article__asset">
<a class="article__asset-link"
href="https://material-components-web.appspot.com/grid-list.html... |
<?php
//
// Copyright (c) 2014, Pinterest
// https://github.com/zynga/saigon
// Author: Matt West (https://github.com/mhwest13)
// License: BSD 2-Clause
//
class PCMDBRegionsException extends Exception {}
class PCMDBRegions implements HostAPI
{
public function getList()
{
return array_flip(array('us-... |
using System;
using System.Reflection;
public static class Program {
public static void Main (string[] args) {
Common.Util.ListAttributes(typeof(T).GetField("ConstantA"), false);
Common.Util.ListAttributes(typeof(T).GetField("ConstantB"), false);
}
}
public class T {
[Common.AttributeA]
... |
document(<caret>) |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/values-zu/strings.xml -->
<eat-comment/>
<string msgid="46004217771201... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>domain-theory: 21 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
package mp3agic;
public class ID3v24Tag extends AbstractID3v2Tag {
public static final String VERSION = "4.0";
public ID3v24Tag() {
super();
version = VERSION;
}
public ID3v24Tag(byte[] buffer) throws NoSuchTagException, UnsupportedTagException, InvalidDataException {
super(buffer);
}
protected void u... |
#ifndef WebURLError_h
#define WebURLError_h
#include "WebString.h"
#include "WebURL.h"
namespace blink {
class ResourceError;
struct WebURLError {
// A namespace for "reason" to support various layers generating
// resource errors. WebKit does not care about the value of this
// string as it will just... |
// File TxnGuide.cpp
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <db_cxx.h>
#ifdef _WIN32
#include <windows.h>
extern "C" {
extern int getopt(int, char * const *, const char *);
extern char *optarg;
}
#define PATHD '\\'
typedef HANDLE thread_t;
#define thread_create(thrp, attr, func,... |
#ifndef _BYTESWAP_H
#define _BYTESWAP_H 1
/* Get the machine specific, optimized definitions. */
#include <bits/byteswap.h>
/* The following definitions must all be macros since otherwise some
of the possible optimizations are not possible. */
/* Return a value with all bytes in the 16 bit argument swapped. ... |
python manage.py migrate bioregions 0001 --fake
python manage.py migrate data_distributor 0001 --fake
python manage.py migrate data_manager 0001 --fake
python manage.py migrate depth_range 0001 --fake
python manage.py migrate geographic_report 0001 --fake
python manage.py migrate google-analytics 0001 --fake
python man... |
package org.apache.camel.component.file.remote;
import org.apache.camel.Exchange;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
import org.junit.Before;
import org.junit.Test;
/**
* @version
*/
public class FromFtpSimpleRelativeMoveToAbsoluteTest extends FtpSer... |
layout: docs
title: Extend
---
todo: this entire page |
//! ng-stats version 2.5.0 built with ♥ by Kent C. Dodds <kent@doddsfamily.us> (http://kent.doddsfamily.us), Viper Bailey <jinxidoru@gmail.com> (http://jinxidoru.blogspot.com), Daniel Lamb <dlamb.open.source@gmail.com> (http://daniellmb.com) (ó ì_í)=óò=(ì_í ò)
(function webpackUniversalModuleDefinition(root, factory) ... |
//
//package org.durid.sql.dialect.transact.ast;
//
//import org.durid.sql.ast.SQLObjectImpl;
//import org.durid.sql.dialect.oracle.visitor.OracleASTVisitor;
//import org.durid.sql.visitor.SQLASTVisitor;
//
//public abstract class TransactSQLObjectImpl extends SQLObjectImpl implements TransactSQLObject {
//
//... |
<?php
namespace Concrete\Core\Form\Service\Widget;
use UserInfo;
use URL;
use Loader;
class UserSelector
{
/**
* Creates form fields and JavaScript user chooser for choosing a user. For use with inclusion in blocks and addons.
* <code>
* $dh->selectUser('userID', '1'); // prints out the admin u... |
YUI.add('get', function (Y, NAME) {
/*jslint boss:true, expr:true, laxbreak: true */
/**
Provides dynamic loading of remote JavaScript and CSS resources.
@module get
@class Get
@static
**/
var Lang = Y.Lang,
CUSTOM_ATTRS, // defined lazily in Y.Get.Transaction._createNode()
Get, Transaction;
Y.Get = Get ... |
require 'spec_helper'
RSpec.describe BuildkiteService, :use_clean_rails_memory_store_caching do
include ReactiveCachingHelpers
include StubRequests
let(:project) { create(:project) }
subject(:service) do
described_class.create(
project: project,
properties: {
service_hook: true,
... |
/* x509v3.h */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without... |
const { assign } = require('lodash')
const { lookupAddress } = require('../services')
const metadata = require('../../../lib/metadata')
async function postcodeLookupHandler(req, res) {
try {
const postcode = req.params.postcode
const addresses = await lookupAddress(postcode)
const unitedKingdomCountryId... |
#include "curl_setup.h"
#if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "urldata.h"
#include "curl_base64.h"
#include "ftp.h"
#include "curl_gssapi.h"
#include "sendf.h"
#include "curl_sec.h"
#include "warnless.h"
#include "curl_printf.h"
/* The last #... |
from boto.regioninfo import RegionInfo, get_regions
def regions():
"""
Get all available regions for the Amazon Machine Learning.
:rtype: list
:return: A list of :class:`boto.regioninfo.RegionInfo`
"""
from boto.machinelearning.layer1 import MachineLearningConnection
return get_regions('m... |
/* See LICENSE for licensing information */
/**
* @file bridgeauth.c
* @brief Bridge authority code
**/
#include "core/or/or.h"
#include "feature/dirauth/bridgeauth.h"
#include "feature/dirauth/voteflags.h"
#include "feature/nodelist/networkstatus.h"
#include "feature/relay/router.h"
#include "app/config/config.h... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SMH.Atributes;
using SMH.CFG;
namespace SMH{
internal class ResourceLoader{
public ResourceLoader(){
Cfg.options = new Dictionary<string, string>();
... |
public class TestCase extends Zzz {
boolean foo(String s) {
}
{
Object ooo;
if (ooo instanceof String) {
} else {
foo(oo<caret>)
}
}
} |
package org.apache.jute;
/**
* Interface that acts as an iterator for deserializing maps.
* The deserializer returns an instance that the record uses to
* read vectors and maps. An example of usage is as follows:
*
* <code>
* Index idx = startVector(...);
* while (!idx.done()) {
* .... // read element of a... |
#ifndef SFDWCHIT_H
#define SFDWCHIT_H
#include "unicode/chariter.h"
#include "intltest.h"
class SimpleFwdCharIterator : public ForwardCharacterIterator {
public:
// not used -- SimpleFwdCharIterator(const UnicodeString& s);
SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
virtual ~Sim... |
require 'rails_helper'
RSpec.describe DateBeyondOsraEstablishmentValidator do
let(:test_model) do
Class.new do
include ActiveModel::Validations
attr_accessor :date_attr
validates :date_attr, date_beyond_osra_establishment: true
end
end
subject { test_model.new }
it 'passes when at... |
#ifndef INCprimFmttrs
#define INCprimFmttrs
typedef void (* PRINT_FN)(FILE *, Print_Data_Ptr, const void *, int32);
#define BASIC_TRANS_SIMPLETYPE TRUE
#define STR_TRANS_SIMPLETYPE FALSE
#define FORMAT_TRANS_SIMPLETYPE FALSE
#define MATRIX_TRANS_SIMPLETYPE FALSE
#define X_IPC_REF_PTR_TRANS_S... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rem: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
#ifndef __GXLAYOUTENGINE2_H
#define __GXLAYOUTENGINE2_H
#include "LETypes.h"
#include "LayoutEngine.h"
#include "MorphTables.h"
U_NAMESPACE_BEGIN
class LEFontInstance;
class LEGlyphStorage;
/**
* This class implements layout for QuickDraw GX or Apple Advanced Typograyph (AAT)
* fonts. A font is a GX or AAT fon... |
var assert = require('assert');
describe('options/element-case', function() {
it('Invalid String should not change case of elements', function() {
this.comb.configure({ 'element-case': 'foobar' });
assert.equal(
this.comb.processString(
'LI a { color : red }'
... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Syste... |
include ../../scripts/Makefile.include
include ../../scripts/utilities.mak
BINDIR=usr/bin
MANDIR=usr/share/man
MAN1DIR=$(MANDIR)/man1
MAN1=kvm_stat.1
A2X=a2x
a2x_path := $(call get-executable,$(A2X))
all: man
ifneq ($(findstring $(MAKEFLAGS),s),s)
ifneq ($(V),1)
QUIET_A2X = @echo ' A2X '$@;
endif
endi... |
package org.elasticsearch.common.cli;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.common.Strings;
import org.elasticsearch.test.ElasticsearchTestCase;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.Writer;
import java.util.ArrayList;
import java.util.List;
import java... |
// +build !ignore_autogenerated
// This file was autogenerated by conversion-gen. Do not edit it manually!
package v1beta1
import (
api "k8s.io/client-go/pkg/api"
unversioned "k8s.io/client-go/pkg/api/unversioned"
v1 "k8s.io/client-go/pkg/api/v1"
autoscaling "k8s.io/client-go/pkg/apis/autoscaling"
batch "k8s.... |
//=================================================================================================
//=================================================================================================
//*************************************************************************************************
// Includes
//***... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v8.0.1
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
f... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/third_party_app_analytics_link_service.proto
package com.google.ads.googleads.v10.services;
/**
* <pre>
* Response message for
* [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googlead... |
package iam
|
module Elasticsearch
module API
module Cat
module Actions
# Display information about cluster topology and nodes statistics
#
# @example Display basic information about nodes in the cluster (host, node name, memory usage, master, etc.)
#
# puts client.cat.nodes
... |
/**
* @interface
*/
WebInspector.TabbedEditorContainerDelegate = function() { }
WebInspector.TabbedEditorContainerDelegate.prototype = {
/**
* @param {WebInspector.UISourceCode} uiSourceCode
* @return {WebInspector.SourceFrame}
*/
viewForFile: function(uiSourceCode) { }
}
/**
* @constructo... |
package org.teavm.flavour.json.deserializer;
import org.teavm.flavour.json.JSON;
import org.teavm.flavour.json.tree.Node;
public class FloatDeserializer extends JsonDeserializer {
@Override
public Object deserialize(JsonDeserializerContext context, Node node) {
if (node.isNull()) {
return... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
#ifndef PCL_FEATURES_DENSE_QUANTIZED_MULTI_MOD_TEMPLATE
#define PCL_FEATURES_DENSE_QUANTIZED_MULTI_MOD_TEMPLATE
#include <vector>
#include <pcl/recognition/region_xy.h>
namespace pcl
{
struct DenseQuantizedSingleModTemplate
{
std::vector<unsigned char> features;
void
serialize (std::ostream & st... |
layout: "github"
page_title: "GitHub: github_team_repository"
sidebar_current: "docs-github-resource-team-repository"
description: |-
Manages the associations between teams and repositories.
---
# github_team_repository
This resource manages relationships between teams and repositories
in your Github organization.
... |
<?xml version="1.0" encoding="utf-8"?>
<language xml:lang="en">
<initialism before=".*[\s(]|^" after="([\-,\.\s:;?!)].*)|$" suffix="s|:s">
<key>
<name>ACP</name>
<expansion>African, Caribbean and Pacific Countries</expansion>
</key>
<key>
<name>AFSJ</name>
<expansion>Area of Freedom, Security and ... |
package layered
import (
"bytes"
"errors"
"fmt"
"io"
"io/ioutil"
"os"
"path"
"path/filepath"
"regexp"
"time"
"github.com/openshift/source-to-image/pkg/api"
"github.com/openshift/source-to-image/pkg/build"
"github.com/openshift/source-to-image/pkg/docker"
s2ierr "github.com/openshift/source-to-image/pkg/... |
package org.kaazing.gateway.transport.bridge;
import java.nio.ByteBuffer;
import java.util.concurrent.atomic.AtomicReference;
import org.kaazing.mina.core.buffer.AbstractIoBufferEx;
public abstract class MessageBuffer<T extends Message> extends AbstractIoBufferEx {
private ByteBuffer buf;
private AtomicRef... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
// ReSharper disable ConvertToConstant.Local
// ReSharper disable RedundantAssignment
nam... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.VisualStudio.GraphModel
Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression
Imports Roslyn.Test.Utilities
Namespace M... |
package net.byteseek.matcher.bytes;
import java.io.IOException;
import net.byteseek.bytes.ByteUtils;
import net.byteseek.io.reader.WindowReader;
import net.byteseek.matcher.sequence.FixedGapMatcher;
import net.byteseek.matcher.sequence.SequenceMatcher;
/**
* A {@link ByteMatcher} which matches any byte at all.
*... |
function Person(firstName, lastName) {
console.log(this);
this.firstName = firstName;
this.lastName = lastName;
console.log('This function is invoked.');
}
let john = new Person('John', 'Doe');
console.log(john);
let jane = new Person('Jane', 'Doe');
console.log(jane);
// es6
class Person2 {
... |
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"... |
namespace extensions {
using api::experimental_history::MostVisitedItem;
using api::history::HistoryItem;
using api::history::VisitItem;
typedef std::vector<linked_ptr<api::history::HistoryItem> >
HistoryItemList;
typedef std::vector<linked_ptr<api::history::VisitItem> >
VisitItemList;
namespace AddUrl = api... |
<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>Layout Property</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
<... |
@implementation BarItem
#pragma mark - getter
- (UILabel *)bgLabel
{
if (_bgLabel == nil)
{
_bgLabel = [[UILabel alloc] init];
_bgLabel.textAlignment = NSTextAlignmentCenter;
}
return _bgLabel;
}
- (UIView *)topLBSuperView
{
if (_topLBSuperView == nil)
{
_topLBSuperView... |
package mcjty.rftools.blocks.crafter;
public class CrafterBlockTileEntity1 extends CrafterBaseTE {
public CrafterBlockTileEntity1() {
super();
setSupportedRecipes(2);
}
}
|
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System
Imports System.Collections.Generic
Imports System.Collections.ObjectModel
Imports System.Diagnostics
Imports System.IO
Imports System.Linq
Impo... |
export default WMTSCapabilities;
/**
* @classdesc
* Format for reading WMTS capabilities data.
*
* @api
*/
declare class WMTSCapabilities extends XML {
/**
* @type {OWS}
* @private
*/
private owsParser_;
}
import XML from "./XML.js";
//# sourceMappingURL=WMTSCapabilities.d.ts.map |
package org.spongycastle.cert.dane;
import java.io.IOException;
import org.spongycastle.cert.X509CertificateHolder;
import org.spongycastle.util.Arrays;
/**
* Carrier class for a DANE entry.
*/
public class DANEEntry
{
static final int CERT_USAGE = 0;
static final int SELECTOR = 1;
static final int MAT... |
python hpt/manage.py shell_plus
|
`cyrillicSortBy` is function to sort array. Ensure cyrillic items is first
```js
const sortedItems = cyrillicSortBy(items, 'name');
```
## Installation
```sh
$ npm install --save cyrillic-sort-by
```
```js
// using ES6 modules
import cyrillicSortBy from 'cyrillic-sort-by';
```
```js
// using CommonJS modules
var cyr... |
package org.apache.hadoop.mapred;
import java.io.IOException;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.BytesWritable;
import org.apache.hadoop.io.LongWritable;
/**
... |
GOSS_VERSION=v0.3.16
# Locate manually and commit below from https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/goss-linux-${ARCH}.sha256
# Determined automatically to correctly select binary
ARCH="$(archstring --arm64 arm --x64 amd64)"
GOSS_SHA256="$(archstring \
--x64 827e354b48f93bce933f5efcd1f0... |
require 'uri'
require 'net/http'
class Article < Content
include TypoGuid
include ConfigManager
serialize :settings, Hash
content_fields :body, :extended
validates_uniqueness_of :guid
validates_presence_of :title
belongs_to :user
has_many :pings, :dependent => :destroy, :order => "created_at ... |
/**
* A module with functionality for buildin a scrollbar with an XY graph in it.
*/
import { __extends } from "tslib";
/**
* ============================================================================
* IMPORTS
* ============================================================================
* @hidden
*/... |
package com.google.samples.apps.topeka.widget.fab;
import com.google.samples.apps.topeka.R;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.Checkable;
public class CheckableFab extends FloatingActionButton implements Checkable {
private static final int[] CHECKED = {and... |
Abstraction for exponential and custom retry strategies for failed operations.
## Installation
npm install retry
## Current Status
This module has been tested and is ready to be used.
## Tutorial
The example below will retry a potentially failing `dns.resolve` operation
`10` times using an exponential backoff... |
'use strict';
var app = angular.module('myApp.commands.services', ['ngResource',]);
app.factory('Command', ['$resource', 'API_END_POINT',
function($resource, API_END_POINT){
return $resource(API_END_POINT + '/commands/:id',
{
id: '@id'
},
{
query: {
method:'GET',
... |
<?php $view->script('uikit-form-password') ?>
<form class="pk-user pk-user-reset uk-form uk-form-stacked uk-width-medium-1-2 uk-width-large-1-3 uk-container-center" action="<?= $view->url('@user/resetpassword/confirm', ['key' => $activation]) ?>" method="post">
<?php if($error): ?>
<div class="uk-alert uk-ale... |
(function (factory) {
if (typeof exports === 'object') {
// CommonJS
module.exports = factory(require('jquery'), require('raphael'), require('jquery-mousewheel'));
} else if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery',... |
package com.dfyy.dao;
import java.util.Date;
import java.util.List;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.sprin... |
package org.apache.sling.nosql.generic.simple;
import java.util.HashMap;
import java.util.Map;
import org.apache.jackrabbit.JcrConstants;
import org.apache.sling.api.resource.PersistenceException;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ResourceProvider;
import org.apache.... |
exports.Base = exports.base = require('./base');
exports.Dot = exports.dot = require('./dot');
exports.Doc = exports.doc = require('./doc');
exports.TAP = exports.tap = require('./tap');
exports.JSON = exports.json = require('./json');
exports.HTML = exports.html = require('./html');
exports.List = exports.list = requi... |
@implementation BLAssetPhotoCollectionViewCell {
NSMutableArray *_photoAssets;
MBProgressHUD *_outofChooseHud;
}
- (instancetype)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
_picImageView = [[UIImageView alloc]init];
[self addSubview:_picImageView];
... |
package com.google.inject.grapher;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.google.inject.Binding;
import com.google.inject.spi.ConstructorBinding;
import com.google.inject.spi.ConvertedConstantBinding;
import com.google.inject.spi.DefaultBindingTargetVisitor... |
ITSI::Application.routes.draw do
resources :portfolio_names
resources :portfolios
resources :product_priorities
resources :products do
member do
post 'remove_from_portfolio'
post 'remove_dependency'
post 'remove_dependent'
end
end
match '/404' => 'errors#page_not_found'
... |
assertTrue(isNaN(Math.hypot({})));
assertTrue(isNaN(Math.hypot(undefined, 1)));
assertTrue(isNaN(Math.hypot(1, undefined)));
assertTrue(isNaN(Math.hypot(Math.hypot, 1)));
assertEquals(1, Math.hypot(1));
assertEquals(Math.PI, Math.hypot(Math.PI));
assertEquals(5, Math.hypot(3, 4));
assertEquals(13, Math.hypot(3, 4, 12))... |
package mil.dds.anet.database;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
public class SubscriptionUpdateGroup {
public String objectType;
public String objectUuid;
public Instant updatedAt;
public List<SubscriptionUpdateStatement> stmts;
public boolean isNote;
public Su... |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
// ------------------------------------------------------------------------
/**
* Database Driver Class
*
* This is the platform-independent base DB implementation class.
* This class will not be called directly. Rather, the adapter
* c... |
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^... |
package org.apache.hadoop.hdfs;
import org.apache.hadoop.io.*;
import org.apache.hadoop.io.retry.RetryPolicies;
import org.apache.hadoop.io.retry.RetryPolicy;
import org.apache.hadoop.io.retry.RetryProxy;
import org.apache.hadoop.fs.*;
import org.apache.hadoop.fs.permission.FsPermission;
import org.apache.hadoop.ipc.... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using Vexe.Runtime.Extensions;
using Vexe.Runtime.Helpers;
namespace BX20Serializer
{
/// <summary>
/// Intended mainly for generic: List, Stack, Queue
/// </summary>
public class Collect... |
namespace Microsoft.Azure.Management.Datadog
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
... |
package runtime
import (
"fmt"
"io"
"reflect"
"k8s.io/client-go/pkg/conversion"
"k8s.io/client-go/pkg/runtime/schema"
"k8s.io/client-go/pkg/util/errors"
)
// unsafeObjectConvertor implements ObjectConvertor using the unsafe conversion path.
type unsafeObjectConvertor struct {
*Scheme
}
var _ ObjectConverto... |
/*!
Colorbox v1.5.9 - 2014-04-25
jQuery lightbox and modal window plugin
(c) 2014 Jack Moore - http://www.jacklmoore.com/colorbox
license: http://www.opensource.org/licenses/mit-license.php
*/
(function ($, document, window) {
var
// Default settings object.
// See http://jacklmoore.com/colorbox for details.
de... |
package XMLRPC::Transport::POP3;
use strict;
our $VERSION = 0.715;
use XMLRPC::Lite;
use SOAP::Transport::POP3;
# ======================================================================
package XMLRPC::Transport::POP3::Server;
@XMLRPC::Transport::POP3::Server::ISA = qw(SOAP::Transport::POP3::Server);
sub initiali... |
package org.apache.maven.plugins.shade.resource;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import java.util.jar.JarOutputStream;
import org.apache.maven.plugins.shade.relocation.Relocator;
/**
* Prevents duplicate copies of the license
*/
public class ApacheLicenseResourceTra... |
require "vagrant"
module VagrantPlugins
module GuestEsxi
class Guest < Vagrant.plugin("2", :guest)
def detect?(machine)
machine.communicate.test("uname -s | grep VMkernel")
end
end
end
end
|
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 theme customization... |
var createCompounder = require('../internal/createCompounder');
/**
* Converts `string` to start case.
* See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage)
* for more details.
*
* @static
* @memberOf _
* @category String
* @param {string} [string=''] The string to convert... |
package org.ppwcode.util.reflect_I;
/**
* Signals that a bean initialisation for class with {@link #getFullyQualifiedClassName()}
* could not be loaded. The {@link #getCause() cause} gives more detail.
*
* @author Jan Dockx
*
* @invar getFullyQualifiedClassName() != null;
*
* @note partial copy from toryt_II... |
package org.apache.camel.dataformat.csv;
import org.apache.commons.csv.CSVRecord;
/**
* This interface is used to define a converter that transform a {@link org.apache.commons.csv.CSVRecord} into another
* type.
* <p/>
* The {@link org.apache.camel.dataformat.csv.CsvRecordConverters} class defines commo... |
"""This example creates a custom creative for a given advertiser. This feature
is only available to DFP premium solution networks. To determine which companies
are advertisers, run get_companies_by_statement.py. To determine which creative
templates exist, run get_all_creative_templates.py."""
__author__ = ('Jeff Sham... |
/*
* Do not modify this file. This file is generated from the iam-2010-05-08.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.IdentityManagement.Mo... |
require 'spec_helper'
RSpec.describe BeaconControl::AnalyticsExtension::Aggregator do
let(:application) { FactoryGirl.create(:application) }
let(:beacon) { FactoryGirl.create(:beacon) }
let(:zone) { FactoryGirl.create(:zone) }
let(:event_type) { }
let(:timestamp) { 4000 }
let(:with_zone?) { f... |
define(
({
loadingState: "Caricamento in corso...",
errorState: "Si è verificato un errore"
})
);
|
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... |