text
stringlengths
3
1.05M
 using System.Drawing; using System.Collections.Generic; namespace MetroFramework { public sealed class MetroBrushes { private static Dictionary<string, SolidBrush> metroBrushes = new Dictionary<string, SolidBrush>(); private static SolidBrush GetSaveBrush(string key, Color color) { ...
package org.apache.causeway.commons.internal.hardening; import java.net.MalformedURLException; import java.net.URL; import java.util.Optional; import org.jsoup.Jsoup; import org.jsoup.safety.Safelist; import org.springframework.lang.Nullable; import org.apache.causeway.commons.internal.base._Strings; /** * Variou...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Licensed to Apereo under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Apereo licenses this file to you under the Apache License, Versi...
DIR= rsa TOP= ../.. CC= cc INCLUDES= -I.. -I$(TOP) -I../../include CFLAG=-g MAKEFILE= Makefile AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile TEST=rsa_test.c APPS= LIB=$(TOP)/libcrypto.a LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \ rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_ch...
<?xml version="1.0" encoding="utf-8"?> <config> <routing-policy name='basic_0'> <term> <term-match-condition> <community>22:13</community> </term-match-condition> <term-action-list> <action>reject</action> </term-action-list> ...
typedef enum{ UNVISITED, VISITED } VisitMark; void clearGraph(int[GRAPHSIZE][GRAPHSIZE]); // W + S void printGraphMatrix(int[GRAPHSIZE][GRAPHSIZE]); // W + S void inputGraph(int[GRAPHSIZE][GRAPHSIZE]); // S void traverseDFT(int[GRAPHSIZE][GRAPHSIZE]); // S void traverseBFT(int[GRAPHSIZE][GRAPHSIZE]); ...
/*! * Tabby v10.0.0: Simple, mobile-first toggle tabs. * (c) 2016 Chris Ferdinandi * MIT License * http://github.com/cferdinandi/tabby */ (function (root, factory) { if ( typeof define === 'function' && define.amd ) { define([], factory(root)); } else if ( typeof exports === 'object' ) { module.exports = fa...
<?xml version="1.0" encoding="UTF-8" ?> <routes xmlns="http://symfony.com/schema/routing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> <route id="_configurator_home" pattern="/"> <def...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Ver...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Ve...
*Pre-requisites: lesson 6* *ECV Digital - 25/11/2015* --- ## Transactions blocks A Transaction block is a group of operations that are committed (or discarded) atomically, so that either all of them are applied to the database, or none. > This ensures that any work performed during a transaction will be applied safe...
/** * @file gpssim.cpp * Simulated GPS driver */ #include <sys/types.h> #include <px4_defines.h> #include <px4_getopt.h> #include <inttypes.h> #include <stdio.h> #include <stdbool.h> #include <stdlib.h> #include <semaphore.h> #include <string.h> #include <fcntl.h> #include <poll.h> #include <errno.h> #include <st...
<?php namespace Psy\Command; use Psy\Command\ListCommand\ClassConstantEnumerator; use Psy\Command\ListCommand\ClassEnumerator; use Psy\Command\ListCommand\ConstantEnumerator; use Psy\Command\ListCommand\FunctionEnumerator; use Psy\Command\ListCommand\GlobalVariableEnumerator; use Psy\Command\ListCommand\MethodEnume...
package org.apache.nifi.processors.email; import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Enumeration; import java.util.HashMap; import java.util.HashSet; import java.util.L...
alias d='docker $*' alias d-c='docker-compose $*'
<?xml version="1.0" encoding="UTF-8"?> <project name="object-enumerator" default="setup"> <target name="setup" depends="clean,composer"/> <target name="clean" description="Cleanup build artifacts"> <delete dir="${basedir}/vendor"/> <delete file="${basedir}/composer.lock"/> </target> <t...
<html> <head> <script src="../resources/cross-frame-access.js"></script> <script> var openedWindow; window.onload = function() { if (window.testRunner) { testRunner.dumpAsText(); testRunner.setCanOpenWindows(); testRunner.waitU...
<?php /** * sfValidatorDoctrineUnique validates that the uniqueness of a column. * * Warning: sfValidatorDoctrineUnique is susceptible to race conditions. * To avoid this issue, wrap the validation process and the model saving * inside a transaction. * * @package symfony * @subpackage doctrine * @author ...
package org.apache.cassandra.utils.memory; import org.apache.cassandra.utils.concurrent.WaitQueue; /** * A thread that reclaims memory from a MemtablePool on demand. The actual reclaiming work is delegated to the * cleaner Runnable, e.g., FlushLargestColumnFamily */ class MemtableCleanerThread<P extends Memtable...
<?php namespace CollDev\MainBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://symfon...
using System; using System.Collections.Generic; using System.Windows.Forms; namespace RFID_full { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisu...
namespace Fixtures.AcceptanceTestsUrlMultiCollectionFormat { using Microsoft.Rest; using Models; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; /// <summary> /// Queries operations. /// </summary> public partial ...
AliAnalysisTaskJetUEStudies* AddTaskJetUEStudies( TString nTracks = "usedefault", TString nClusters = "usedefault", Double_t trackPtCut = 0.15, Double_t clusECut = 0.30, TString suf...
WELCOME ======= This is a Mule transport implementation using Netty (http://netty.io) that supports Publish/Subscribe on raw TCP (from a high level perspective, its like JMS topics, but with limited functionality, for example, there is no transaction support, and there it no external broker). Developed by Ricston Ltd...
<!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_151) on Wed Jul 17 13:50:43 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CredentialStoreConsumer (BO...
<?php namespace Symfony\Component\Validator; /** * Validates values against constraints defined in {@link MetadataInterface} * instances. * * This interface is an implementation of the Visitor design pattern. A value * is validated by first passing it to the {@link validate} method. That method * will determi...
package v2 import ( "testing" "github.com/gophercloud/gophercloud/acceptance/clients" "github.com/gophercloud/gophercloud/acceptance/tools" "github.com/gophercloud/gophercloud/openstack/blockstorage/v2/volumes" ) func TestVolumesList(t *testing.T) { client, err := clients.NewBlockStorageV2Client() if err != ni...
from django.conf.urls import patterns, include, url from django.conf import settings from django.views.generic import RedirectView from onadata.apps.api.urls import router from onadata.apps.api.urls import XFormListApi from onadata.apps.api.urls import XFormSubmissionApi from onadata.apps.api.urls import BriefcaseApi ...
/*------------------------------------------------------------------------- Copyright 2008 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. ----------------------------------------------------------------------...
/* * Many of the syscalls used in this file expect some of the arguments * to be __user pointers not __kernel pointers. To limit the sparse * noise, turn off sparse checking for this file. */ #ifdef __CHECKER__ #undef __CHECKER__ #warning "Sparse checking disabled for this file" #endif #include <linux/delay.h> #i...
require_relative "../../hash_with_indifferent_access" class Hash # Returns an <tt>ActiveSupport::HashWithIndifferentAccess</tt> out of its receiver: # # { a: 1 }.with_indifferent_access['a'] # => 1 def with_indifferent_access ActiveSupport::HashWithIndifferentAccess.new(self) end # Called when objec...
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // 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 ca...
import React from 'react'; import Slider, { Range } from 'rc-slider'; import Tooltip from 'rc-tooltip'; import styles from './Header.css'; import UndoRedo from '../containers/UndoRedo'; // import '../../node_modules/rc-slider/assets/index.css'; import save from './../img/Thumb_SAVE.png'; import hidden from './../img/Th...
package org.apache.pig.newplan.logical.rules; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.pig.data.DataType; import org.apache.pig.impl.logicalLayer.FrontendException; import org.apache.pig.newp...
#define _XOPEN_SOURCE 500 #include "platform_qorvo.h" #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <unistd.h> #include <openthread/config.h> #include "utils/code_utils.h" #include "utils/flash.h" static int sFlashFd; uint32_t sEraseAddress; #defi...
.class public interface abstract Lcom/android/internal/policy/impl/keyguard/KeyguardSecurityView; .super Ljava/lang/Object; .source "KeyguardSecurityView.java" # static fields .field public static final SCREEN_ON:I = 0x1 .field public static final VIEW_REVEALED:I = 0x2 # virtual methods .method public abstract get...
React Redux ========================= Official React bindings for [Redux](https://github.com/rackt/redux). Performant and flexible. [![build status](https://img.shields.io/travis/reactjs/react-redux/master.svg?style=flat-square)](https://travis-ci.org/reactjs/react-redux) [![npm version](https://img.shields.io/npm/...
from mod_pywebsocket import msgutil def web_socket_do_extra_handshake(request): # Exact number of headers that will fit in 256KB. Above 256KB an # ERR_RESPONSE_HEADERS_TOO_BIG error is triggered instead. name = 'Set-Cookie' common_length = len(name + ': ' + '\r\n') i = 0 total_length = 0 ...
import expect from 'expect'; import jsdomReact from './jsdomReact'; import React, { PropTypes, Component } from 'react/addons'; import { createRedux } from '../../src'; import { provide, Provider } from '../../src/react'; const { TestUtils } = React.addons; describe('React', () => { describe('provide', () => { ...
'use strict'; (function (root, factory) { // Universal module definition if (typeof define === 'function' && define.amd) define(['react', 'backbone', 'underscore'], factory); else if (typeof module !== 'undefined' && module.exports) { var React = require('react'); var Backbone = require('backbone'); ...
namespace media { // Enumerates the various representations of the ordering of audio channels. // Logged to UMA, so never reuse a value, always add new/greater ones! enum ChannelLayout { CHANNEL_LAYOUT_NONE = 0, CHANNEL_LAYOUT_UNSUPPORTED = 1, // Front C CHANNEL_LAYOUT_MONO = 2, // Front L, Front R CHANN...
<?php declare(strict_types = 1); namespace Tests\Innmind\TimeContinuum\Earth\Format; use Innmind\TimeContinuum\{ Earth\Format\RFC822, Format, }; use PHPUnit\Framework\TestCase; class RFC822Test extends TestCase { public function testInterface() { $format = new RFC822; $this->assertIn...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
steal('can/model', 'can/control/route', 'can/view/ejs');
package org.openrdf.store.blob.file; import java.io.FilterOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import org.openrdf.store.blob.BlobObject; import org.openrdf.store.blob.BlobVersion; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** ...
var POILayer = L.GeoJSON.extend({ initialize: function (poisData, options) { options = options || {}; options.pointToLayer = this.poisMarker.bind(this); L.GeoJSON.prototype.initialize.call(this, poisData, options); }, poisMarker: function(featureData, latlng) { // Label ...
namespace views { // static MenuMessageLoop* MenuMessageLoop::Create() { return new MenuMessageLoopMac; } // static void MenuMessageLoop::RepostEventToWindow(const ui::LocatedEvent* event, gfx::NativeWindow window, const gfx::Point&...
# coding: utf-8 require 'rexml/document' module ActiveMerchant #:nodoc: module Billing #:nodoc: # = Ogone DirectLink Gateway # # DirectLink is the API version of the Ogone Payment Platform. It allows server to server # communication between Ogone systems and your e-commerce website. # # This ...
#import "ARTNode.h" #import "RCTViewManager.h" @interface ARTNodeManager : RCTViewManager - (ARTNode *)node; @end
package com.gemstone.gemfire.management.internal; import java.io.Serializable; import javax.management.Attribute; import javax.management.InstanceNotFoundException; import javax.management.MBeanException; import javax.management.MBeanServer; import javax.management.ObjectName; import javax.management.ReflectionExcep...
<!DOCTYPE html> <html> <head> <title>Classe QXmlNodeModelIndex</title> </head> <body> <p>Classe <b>QXmlNodeModelIndex</b></p><p>Derivada de <a href='.html'></a></p><p>Classes derivadas: <a href='.html'></a></p><p>Módulo <b>QtXmlPatterns</b></p><p>Versão do Qt: <b>5,0,0</b></p><p>Construtor: QXmlNodeModelIndex()...
package vsphere_volume import ( "fmt" "os" "path" "testing" "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/types" utiltesting "k8s.io/client-go/util/testing" "k8s.io/kubernetes/pkg/util/mount" "k8s.io/kubernetes/pkg/volume" volumetest "k8s.io/kubernetes/pkg/volume/testing" ) func TestCanSupport(t *testing...
<jboss-deployment-structure> <deployment> <dependencies> <module name="org.infinispan" /> <module name="org.picketbox" /> <module name="org.jboss.logging" services="import"/> </dependencies> <exclusions> <module name="org.slf4j" /> <module name="org.apache.log4j" /> <module name="org.apach...
<?php namespace Zend\Paginator\Adapter; use Zend\Stdlib\CallbackHandler; class Callback implements AdapterInterface { /** * Callback to be executed to retrieve the items for a page. * * @var CallbackHandler */ protected $itemsCallback; /** * Callback to be executed to retrieve ...
core-menu-button ================
<!DOCTYPE html> <html> <!-- Copyright 2011 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>Closure Unit Tests - goog.crypt.sha1</title> <sc...
module Gitlab module Git class CommitStats attr_reader :id, :additions, :deletions, :total # Instantiate a CommitStats object # # Gitaly migration: https://gitlab.com/gitlab-org/gitaly/issues/323 def initialize(repo, commit) @id = commit.id @additions = 0 @de...
<?php namespace Assetic\Filter; use Assetic\Asset\AssetInterface; use Assetic\Exception\FilterException; /** * Runs assets through Jpegoptim. * * @link http://www.kokkonen.net/tjko/projects.html * @author Kris Wallsmith <kris.wallsmith@gmail.com> */ class JpegoptimFilter extends BaseProcessFilter { priv...
// 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.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Text;...
import logging import httplib import os import mimetypes class WSGISimpleResponse(object): def __init__(self, status_code = httplib.OK, response = None, content_type = 'text/html', headers = []): self.status_code = status_code self.response = response self.content_type = content_type ...
module Fog module Compute class XenServer class Real def migrate_send_server(ref, dest, live, vdi_map, vif_map, options) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "VM.migrate_send" }, ref, dest, live, vdi_map, vif_map, options) end alia...
package dersus.exemploaula; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstance...
/*istanbul ignore next*/"use strict"; exports.__esModule = true; exports.is = is; /*istanbul ignore next*/exports.pullFlag = pullFlag; var /*istanbul ignore next*/_pull = require("lodash/pull"); /*istanbul ignore next*/ var _pull2 = _interopRequireDefault(_pull); var /*istanbul ignore next*/_babelTypes = require("b...
// 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.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Completion....
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> <appender name="STDOUT" class="org.apache.log4j.ConsoleAppender"> <param name="target" value="System.out" /> <param name="encoding" value="GBK" /> <layout...
package org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity; import org.junit.Before; import org.junit.Test; import java.io.IOException; import static org.mockito.Matchers.argThat; import static org.mockito.Mockito.never; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify;...
#ifndef BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See htt...
import React from 'react'; import Add from 'material-ui/lib/svg-icons/content/add'; import AddButton from 'material-ui/lib/floating-action-button'; import Dialog from 'material-ui/lib/dialog'; import FlatButton from 'material-ui/lib/flat-button'; import SelectField from 'material-ui/lib/select-field'; import MenuItem f...
import unittest from cryptography import x509 as c_x509 from magnum.common.exception import CertificateValidationError from magnum.common.x509 import validator as v class TestValidators(unittest.TestCase): def setUp(self): super(TestValidators, self).setUp() def tearDown(self): super(TestVa...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Sat Jul 13 18:59:11 WEST 2013 --> <TITLE> net.floodlightcontroller.core.util Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-07-13">...
This example covers * `cache` - localStorage cache * 3-party modules
<?php class Google_Service_StreetViewPublish_BatchDeletePhotosRequest extends Google_Collection { protected $collection_key = 'photoIds'; public $photoIds; public function setPhotoIds($photoIds) { $this->photoIds = $photoIds; } public function getPhotoIds() { return $this->photoIds; } }
<?php if( ! IDMObject::authZ('permission', 'ape_notes') ) { die('You do not have permission to edit APE notes'); }//end if //grabs the user and person the user is looking at $myuser = new PSUPerson($_SESSION['wp_id']); $person = new PSUPerson($_GET['pidm']); //array of choices for the form $status_choices = array( '...
{% extends "base.html" %} {% block content %} <article class="page"> {% if metadata.title %} <h1 class="page_title"> <a href="/{{ metadata.url }}">{{ metadata.title|title|safe }}</a> </h1> {% endif %} {{ content|safe }} </article> {% endblock %}
/* $OpenBSD: exec_elf.h,v 1.41 2006/01/06 18:53:05 millert Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of sourc...
import { Operator } from '../Operator'; import { Subscriber } from '../Subscriber'; import { Observable, SubscribableOrPromise } from '../Observable'; import { Subscription, TeardownLogic } from '../Subscription'; import { tryCatch } from '../util/tryCatch'; import { errorObject } from '../util/errorObject'; import { ...
<!DOCTYPE html> <title>CSS Reference: mask-image on an inline with a block inside split by a columnset</title> <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"> <style> body { column-width: 40px; column-gap: 0; } div { padding-inline-start: 40px; margin: 1em 0; border-bottom-style: solid; } ...
ACCEPTED #### According to Index Fungorum #### Published in Bulletin of the U. S. Department of Agriculture, Bureau Animal Industry (1912) #### Original name Penicillium roqueforti var. roqueforti Sopp ### Remarks null
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
ace.define('ace/mode/csharp', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/csharp_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { "use strict"; var oop = require("../lib/oo...
package org.wikipedia.page.bottomcontent; import android.content.ContentProviderClient; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.os.RemoteException; import org.wikipedia.concurrency.SaneAsyncTask; import org.wikipedia.database.contract.PageHistoryContract;...
module HasGuid extend ActiveSupport::Concern included do before_save :make_guid end protected def make_guid self.guid = SecureRandom.hex unless guid.present? end end
using System; using System.Collections.Generic; using System.Text; namespace Newtonsoft.Json { /// <summary> /// Instructs the <see cref="JsonSerializer"/> not to serialize the public field or public read/write property value. /// </summary> [AttributeUsage(AttributeTargets.Field | Attribute...
module VpsbClient module Api class CreateEnduranceMetric < PostRequest def initialize(http_client, trial_id, endurance_run_id, metric_params) super(http_client) @trial_id = trial_id @run_id = endurance_run_id @metric_params = metric_params end def url_path ...
package client import ( "fmt" "strings" Cli "github.com/docker/docker/cli" flag "github.com/docker/docker/pkg/mflag" "github.com/docker/docker/pkg/nat" ) // CmdPort lists port mappings for a container. // If a private port is specified, it also shows the public-facing port that is NATed to the private port. // ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Umbraco.Core.Cache; using Umbraco.Core.Events; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Cache; using File = System.IO.File; namespace Um...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.contextmenu; import android.content.Context; import android.text.TextUtils; import android.widget.ScrollView; import ...
<!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 --> <title>nl.esciencecenter.xenon.utils (Xenon 2.0.0 API for Xenon developers)</title> <link rel="stylesheet" type="text/css" href="../../../../style...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); // ------------------------------------------------------------------------ /** * MySQL Utility Class * * @category Database * @author ExpressionEngine Dev Team * @link http://codeigniter.com/user_guide/database/ */ class CI_DB_mysql...
package com.intellij.xdebugger.impl.breakpoints.ui; import com.intellij.openapi.Disposable; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.popup.Balloon; import com.intellij.openapi.util.Disposer; import com.intellij.xdebugger.impl.breakpoints.XBreakpointUtil; import org.jetbrains.annotati...
<!-- --> <!-- author: Bill Baxter (wbaxter at google.com) --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ANGLE WebGL Shader Conditionals Repro</title> <link rel="stylesheet" href="../../../resources/js-test-style.css"/> <script src="../../../resources/js-test-pre.js"></script> <script src="../../r...
<div class="commune_descr limited"> <p> Villers-la-Chèvre est un village géographiquement positionné dans le département de Meurthe-et-Moselle en Lorraine. Elle totalisait 533 habitants en 2008.</p> <p>Le parc de logements, à Villers-la-Chèvre, se décomposait en 2011 en six appartements et 214 maisons s...
#region << 版 本 注 释 >> #endregion using System; using System.Collections.Generic; using System.Text; using System.Data.Common; using System.Data; using Dos.ORM.Common; using Npgsql; using NpgsqlTypes; namespace Dos.ORM.PostgreSql { /// <summary> /// PostgreSql /// </summary> public class PostgreSqlPro...
/* * Require-CSS RequireJS css! loader plugin * 0.1.2 * Guy Bedford 2013 * MIT */ /* * * Usage: * require(['css!./mycssFile']); * * Tested and working in (up to latest versions as of March 2013): * Android * iOS 6 * IE 6 - 10 * Chome 3 - 26 * Firefox 3.5 - 19 * Opera 10 - 12 * * browserling.com use...
package org.apache.catalina.connector; import java.io.IOException; /** * Wrap an IOException identifying it as being caused by an abort * of a request by a remote client. * * @author Glenn L. Nielsen */ public final class ClientAbortException extends IOException { private static final long serialVersionUID...
package com.intellij.json.psi.impl; import com.intellij.json.psi.JsonProperty; import com.intellij.json.psi.JsonValue; import com.intellij.openapi.util.TextRange; import com.intellij.psi.ElementManipulators; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiReference; import com.intellij.util.ArrayUtil; i...
<?php /** * Edit post administration panel. * * Manage Post actions: post, edit, delete, etc. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); $parent_file = 'edit.php'; $submenu_file = 'edit.php'; wp_reset_var...
require 'dichotomy/extensions/defaults/strategies/types/subject' module Dichotomy module Extensions module Defaults module Strategies class CreationStrategy def pre_build_up(build_context) built_type = build_context.built_type subject = Types::Subject.new ...
<div class="col-sm-9 col-md-10 col-sm-push-3 col-md-push-2"> <ol class="breadcrumb"> <li><a href="#/realms/{{realm.realm}}/clients">{{:: 'clients' | translate}}</a></li> <li><a href="#/realms/{{realm.realm}}/clients/{{client.id}}">{{client.clientId}}</a></li> <li><a href="#/realms/{{realm.re...
from __future__ import print_function # $example on:spark_hive$ from os.path import expanduser, join, abspath from pyspark.sql import SparkSession from pyspark.sql import Row # $example off:spark_hive$ """ A simple example demonstrating Spark SQL Hive integration. Run with: ./bin/spark-submit examples/src/main/pyt...