text stringlengths 3 1.05M |
|---|
package com.google.common.reflect;
import com.google.common.annotations.Beta;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import javax.annotation.Nullable;
/**
* Abstract implementation of {@link InvocationHandler} that handles {@link Object#equals... |
"""
Django settings for helloworld project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)... |
package org.apache.tinkerpop.gremlin.process.traversal.step.filter;
import org.apache.tinkerpop.gremlin.process.traversal.P;
import org.apache.tinkerpop.gremlin.process.traversal.Pop;
import org.apache.tinkerpop.gremlin.process.traversal.Traversal;
import org.apache.tinkerpop.gremlin.process.traversal.Traverser;
impo... |
using Umbraco.Core;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
[PropertyEditor(Constants.PropertyEditors.IntegerAlias, "Numeric", "integer", IsParameterEditor = true)]
public class IntegerPropertyEditor : PropertyEditor
{
/// <summary>
/// Overridde... |
goog.provide('parse_srcset.SrcsetParsingResult');
goog.provide('parse_srcset.parseSrcset');
goog.require('amp.validator.ValidationError');
goog.require('goog.structs.Set');
/**
* A single source within a srcset.
* @typedef {{
* url: string,
* widthOrPixelDensity: string
* }}
*/
parse_srcset.SrcsetSourceDef;... |
<?php
/**
* @see Zend_Feed_Reader_Collection_CollectionAbstract
*/
require_once 'Zend/Feed/Reader/Collection/CollectionAbstract.php';
/**
* @category Zend
* @package Zend_Feed_Reader
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.... |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
/*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.validator.ap.util;
import java.util.ArrayList;
import java.util.Arrays;
import ... |
IcoExtractor "c:\Program Files\Mozilla Firefox\firefox.exe" ff.ico
IcoExtractor "c:\Program Files\Mozilla Firefox\firefox.exe" ff
IcoExtractor *.pdf Pdf.Ico |
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cognitive-services-translate%2Fazuredeploy.json" target="_blank">
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTIO... |
require File.expand_path('../boot', __FILE__)
require 'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module Elecoma
class Application < Rails::Application
config.to_prepare do
# Overriding Models... |
package gstruct
import (
"errors"
"fmt"
"reflect"
"runtime/debug"
"github.com/onsi/gomega/format"
errorsutil "github.com/onsi/gomega/gstruct/errors"
"github.com/onsi/gomega/types"
)
//MatchAllElements succeeds if every element of a slice matches the element matcher it maps to
//through the id function, and ev... |
git branch -D master
git checkout -b master
git filter-branch --subdirectory-filter _site/ -f
git checkout source
git push --all origin --force
|
package com.intellij.openapi.wm.impl.status;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.fileEditor.ex.FileEditorManagerEx;
import com.intellij.openapi.fileEditor.impl.EditorsSplitters;
import com.intellij.openapi.project.ProjectUtil;
import com.intellij.openapi.ui.popup.Balloon;
import com.int... |
<?php
/**
* PHPMailer - PHP email transport class
* NOTE: Requires PHP version 5 or later
* @package PHPMailer
* @author Andy Prevost
* @author Marcus Bointon
* @copyright 2004 - 2009 Andy Prevost
* @version $Id: class.phpmailer.php 1497 2010-03-05 17:58:22Z Miguel_Espinoza $
* @license http://www.gnu.org/cop... |
#include "Font.h"
#include "GlyphBuffer.h"
#include <wx/defs.h>
#include <wx/dcclient.h>
#if __WXGTK__ && USE(WXGC)
#include <cairo.h>
#include <pango/pango.h>
#include <pango/pangocairo.h>
#endif
namespace WebCore {
extern void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, con... |
namespace UnitTest {
char const* MemoryOutStream::GetText() const
{
m_text = this->str();
return m_text.c_str();
}
void MemoryOutStream::Clear()
{
this->str(std::string());
m_text = this->str();
}
#ifdef UNITTEST_COMPILER_IS_MSVC6
#define snprintf _snprintf
template<... |
package org.apache.camel.cdi.pojo;
public class EventPayload<T> {
private final T payload;
public EventPayload(T payload) {
this.payload = payload;
}
public T getPayload() {
return payload;
}
@Override
public boolean equals(Object o) {
if (this == o) {
... |
(function ($) {
/**
* Automatically display the guidelines of the selected text format.
*/
Drupal.behaviors.filterGuidelines = {
attach: function (context) {
$('.filter-guidelines', context).once('filter-guidelines')
.find(':header').hide()
.closest('.filter-wrapper').find('select.filter-list')
... |
<?php
namespace Admin\Controller\Total;
use Oculus\Engine\Controller;
class Tax extends Controller {
private $error = array();
public function index() {
$data = $this->theme->language('total/tax');
$this->theme->setTitle($this->language->get('lang_heading_title'));
$this->theme-... |
use std::fmt;
use header::{Header, Headers};
use http::{MessageHead, ResponseHead, Body, RawStatus};
use status::StatusCode;
use version::HttpVersion;
/// A response for a client request to a remote server.
#[derive(Clone)]
pub struct Response<B = Option<Body>> {
version: HttpVersion,
headers: Headers,
st... |
$(function() {
'use strict';
$.ajaxSetup ({
// Disable caching of AJAX responses STORE-711/STORE-712
cache: false
});
var constants = LifecycleAPI.constants;
var id = function(name) {
return '#' + name;
};
var config = function(key) {
return LifecycleAPI.conf... |
// 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.
/*=============================================================================
**
** Source: dllmain1.c
**
** Purpo... |
//-----------------------------------NOTICE----------------------------------//
// Some of this file is automatically filled in by a Python script. Only //
// add custom code in the designated areas or it will be overwritten during //
// the next update. /... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
var selfEasyrtcid = "";
function disable(domId) {
document.getElementById(domId).disabled = "disabled";
}
function enable(domId) {
document.getElementById(domId).disabled = "";
}
function connect() {
console.log("Initializing.");
easyrtc.enableVideo(false);
easyrtc.enableVideoRec... |
// CHECKSTYLE_OFF: Copyrighted to the Android Open Source Project.
// CHECKSTYLE_ON
package java.io;
import static javaemul.internal.InternalPreconditions.checkNotNull;
/**
* A writable sink for bytes.
*
* <p>Most clients will use output streams that write data to the file system
* ({@link FileOutputStream}), t... |
describe JobMessagesController do
shared_examples 'authenticated admin or TA' do
describe '.get' do
let(:job) { ApplicationJob.perform_later }
let(:status) { ActiveJob::Status.get(job.job_id) }
context 'when a job has been enqueued' do
before :each do
status[:status] = status_t... |
- [Installation](install)
- Getting Started
- [Conventions and Style](conventions)
- [Model View Controller](mvc)
- [Controllers](mvc/controllers)
- [Models](mvc/models)
- [Views](mvc/views)
- [Cascading Filesystem](files)
- [Class Files](files/classes)
- [Config Files](files/conf... |
<!--
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, Version 2.0
(the "License"); you may not... |
namespace RDKit {
namespace FMCS {
class RingMatchTableSet {
class RingMatchTable {
FMCS::MatchTable MatchMatrix;
std::map<const INT_VECT*, unsigned> RingIndex;
public:
inline void clear() {
MatchM... |
//// [index.ts]
// cjs format file
const x = 1;
export {x};
//// [index.cts]
// cjs format file
const x = 1;
export {x};
//// [index.mts]
// esm format file
const x = 1;
export {x};
//// [index.ts]
// cjs format file
const x = 1;
export {x};
//// [index.cts]
// cjs format file
const x = 1;
export {x};
//// ... |
import createStyle from '../../common/cElement/createStyle';
import insertElement from '../../common/insertElement';
import getValue from '../../system/getValue';
function injectMonsterStyle() {
insertElement(document.body, createStyle(
'#actionList .creature-1 {color: green;}\n'
+ '#actionList .creature-2 {... |
namespace MinimalApp;
public class WeatherForecast
{
public DateTime Date { get; set; }
public int TemperatureC { get; set; }
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public string? Summary { get; set; }
}
|
package com.vaadin.client;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.logging.Logger;
import com.vaadin.shared.ui.ui.UIState.LocaleData;
/**
* Date / time etc. localisation service for all widgets. Caches all loaded
* locales as JSONObjects.
*
... |
@implementation NoSuchElementException
@end |
<?php
namespace Doctrine\Bundle\DoctrineBundle\Tests;
use Doctrine\Bundle\DoctrineBundle\Tests\DependencyInjection\TestType;
use Doctrine\Common\Annotations\AnnotationReader;
use Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Sym... |
'use strict'
var isWindows = require('./is-windows.js')
var isWindowsBash = require('./is-windows-bash.js')
module.exports = isWindows && !isWindowsBash
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sum-of-two-square: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
// ==ORIGINAL==
function /*[#|*/innerPromise/*|]*/(): Promise<string> {
return fetch("https://typescriptlang.org").then(resp => {
return resp.blob().then(blob => blob.byteOffset).catch(err => 'Error');
}).then(blob => {
return blob.toString();
});
}
// ==ASYNC FUNCTION::Convert to async fu... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
<!doctype>
<head>
<link type="text/css" rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<link type="text/css" rel="stylesheet" href="../src/css/graph.css">
<link type="text/css" rel="stylesheet" href="../src/css/detail.css">
<link type="text/css" rel="stylesheet" href="../src/css/legend.c... |
<?php
final class DrydockLog extends DrydockDAO
implements PhabricatorPolicyInterface {
protected $blueprintPHID;
protected $resourcePHID;
protected $leasePHID;
protected $epoch;
protected $type;
protected $data = array();
private $blueprint = self::ATTACHABLE;
private $resource = self::ATTACHABLE;... |
<?php
namespace AnthemCM\UserProfile\Form;
use Silex\Application;
use Anthem\Auth\Form\UserForm;
use Anthem\Auth\Model\User;
use AnthemCM\UserProfile\Model\UserProfile;
use Anthem\Forms\Input\StringInput;
use Anthem\Forms\Validator\RequiredValidator;
/**
* Modified version for admin user editing form with user prof... |
<?php
require 'base.php';
class se4 extends base{
public $set_file='application/settings/database.php';
public $redir=false;
public function info($path_host) {
$this->info['cookie_where'] = 'Add the following line at the end of index.php file in your social engine installation directory';
$this->i... |
from optparse import make_option
from django.core.management.base import AppCommand
from django.core.management.sql import sql_delete
from django.db import connections, DEFAULT_DB_ALIAS
class Command(AppCommand):
help = "Prints the DROP TABLE SQL statements for the given app name(s)."
option_list = AppComman... |
<?php
namespace Zend\Paginator;
use Zend\ServiceManager\AbstractPluginManager;
/**
* Plugin manager implementation for paginator adapters.
*
* Enforces that adapters retrieved are instances of
* Adapter\AdapterInterface. Additionally, it registers a number of default
* adapters available.
*/
class AdapterPlug... |
import os
import sys
import yaml
from werkzeug.routing import BaseConverter
reload(sys)
sys.setdefaultencoding('utf-8')
from flask import Flask, url_for
import importlib
from flask_login import LoginManager
from flask_openid import OpenID
from mongokit import Connection
def project_relative_location(*args):
re... |
% [psi] = dai_readfg (filename)
%
% INPUT: filename = filename of a .fg file
%
% OUTPUT: psi = linear cell array containing the factors
% (psi{i} is a structure with a Member field
% and a P field, like a CPTAB).
|
package org.jetbrains.idea.svn.dialogs;
import com.intellij.openapi.vfs.VirtualFile;
import org.jetbrains.annotations.NotNull;
import org.tmatesoft.svn.core.internal.util.SVNPathUtil;
import java.util.List;
public class WCInfoWithBranches extends WCInfo {
@NotNull private final List<Branch> myBranches;
@NotNul... |
<?xml version="1.0"?>
<!--
~ 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 of the License at
... |
package Pavel.learn_java.addressbook.appmanager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.remote.BrowserType;
import java.util.concurrent.Time... |
#ifndef _LINUX_SERIAL_H
#define _LINUX_SERIAL_H
#include <linux/types.h>
#include <linux/tty_flags.h>
struct serial_struct {
int type;
int line;
unsigned int port;
int irq;
int flags;
int xmit_fifo_size;
int custom_divisor;
int baud_base;
unsigned short close_delay;
char io_type;
char reserved_char[1];... |
CKEDITOR.plugins.setLang("selectall","cs",{toolbar:"Vybrat vše"}); |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/btn_guide_pic"/>
<item android:drawable="@drawable/btn_guide_pic_click" android:state_pressed="true"/>
</selector> |
/*
* TestUtilities.java
*
* Created on December 22, 2005, 10:09 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package wts.roms.utilities;
import wts.models.utilities.DateTime;
import wts.models.utilities.CalendarJulian;
/**
*
* @author William Stoc... |
using System;
using System.Linq;
using Microsoft.Azure;
using Microsoft.WindowsAzure.Management.Compute.Models;
namespace Microsoft.WindowsAzure.Management.Compute.Models
{
/// <summary>
/// The Get Hosted Service operation response.
/// </summary>
public partial class HostedServiceGetResponse : AzureO... |
import warnings
warnings.warn("qda.QDA has been moved to "
"discriminant_analysis.QuadraticDiscriminantAnalysis "
"in 0.17 and will be removed in 0.19.", DeprecationWarning)
from .discriminant_analysis import QuadraticDiscriminantAnalysis as QDA
|
<?php
final class PhabricatorReassignEmailUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'email-reassign';
public function getLogTypeName() {
return pht('Email: Reassign');
}
}
|
using System;
using System.Linq;
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence.SqlSyntax;
namespace Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenSixZero
{
[Migration("7.6.0", 0, Constants.System.UmbracoMigrationName)]
public class AddIndexesToUmbracoRelationTables : MigrationBase... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycologia 45(1): 108 (1953)
#### Original name
Synchytrium cardiospermi M.T. Cook
### Remarks
null |
import React from 'react'
import PropTypes from 'prop-types'
import SVGDeviconInline from '../../_base/SVGDeviconInline'
import iconSVG from './CplusplusPlain.svg'
/** CplusplusPlain */
function CplusplusPlain({ width, height, className }) {
return (
<SVGDeviconInline
className={'CplusplusPlain' + ' ' + c... |
package dns
import (
"strconv"
)
const (
year68 = 1 << 31 // For RFC1982 (Serial Arithmetic) calculations in 32 bits.
DefaultMsgSize = 4096 // Standard default for larger than 512 bytes.
MinMsgSize = 512 // Minimal size of a DNS packet.
MaxMsgSize = 65536 // Largest possible DNS packet.
... |
/* Test for -mcpu=. */
/* { dg-do preprocess } */
/* { dg-bfin-options "-mcpu=bf537-none" } */
#ifndef __ADSPBF537__
#error "__ADSPBF537__ is not defined"
#endif
#ifdef __SILICON_REVISION__
#error "__SILICON_REVISION__ is defined"
#endif
#ifdef __WORKAROUNDS_ENABLED
#error "__WORKAROUNDS_ENABLED is defined"
#endif
... |
import java.util.List;
class Test {
boolean m(Object[] parsed, String[] parameters, List<String> args) {
int i = 1;
<selection>String parameter = parameters[i];
try {
parsed[i] = parseValue(args.get(i), parameter.getClass());
} catch (Exception e) {
return false;
}
</selection>
... |
package org.apache.axis2.jsr181;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
class NullJSR181Helper extends JSR181Helper {
@Override
public WebServiceAnnotation getWebServiceAnnotation(Class<?> clazz) {
return null;
}
@Override
public WebMethodAnnotation get... |
package me.qyh.blog.plugin.comment.data;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import me.qyh.blog.core.context.Environment;
import me.qyh.blog.core.exception.LogicException;
import me.qyh.blog.plugin.comment.entity.Comment.CommentStatus;
import me.qyh.blog.plugin.comm... |
' 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.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics
Im... |
module Volt
class EachScope < ViewScope
def initialize(handler, path, content, with_index)
super(handler, path)
if with_index
@content, @variable_name = content.split(/.each_with_index\s+do\s+\|/)
@variable_name, @index_name = @variable_name.gsub(/\|/, '').split(/\s*,\s*/)
else
... |
YUI.add('datasource-function', function (Y, NAME) {
/**
* Provides a DataSource implementation which can be used to retrieve data from
* a custom function.
*
* @module datasource
* @submodule datasource-function
*/
/**
* Function subclass for the DataSource Utility.
* @class DataSource.Function
* @extends ... |
Utilities for time manipulation.
## convert(value, sourceUnit, [destinationUnit]):Number
Converts time between units.
Available units: `millisecond`, `second`, `minute`, `hour`, `day`, `week`.
Abbreviations: `ms`, `s`, `m`, `h`, `d`, `w`.
We do **not** support year and month as a time unit since their values are n... |
package org.apache.syncope.client.console.wizards.any;
import de.agilecoders.wicket.core.markup.html.bootstrap.dialog.Modal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import org.apache.syncope.client.console.SyncopeWebApplication;
import org.apache.sync... |
# groc
Groc takes your _documented_ code, and in an admission that people aren't machines, generates
documentation that follows the spirit of literate programming. Take a look at the
[self-generated documentation](http://nevir.github.com/groc/), and see if it appeals to you!
It is very heavily influenced by [Jeremy ... |
package com.actionbazaar.listing02;
import javax.persistence.Entity;
@Entity
public abstract class User {
// ...
String userId;
String username;
String email;
byte[] picture;
// ...
}
|
source "$(dirname "${BASH_SOURCE}")/../../hack/lib/init.sh"
trap os::test::junit::reconcile_output EXIT
# Cleanup cluster resources created by this test
(
set +e
oc delete svc,endpoints --all
exit 0
) &>/dev/null
os::test::junit::declare_suite_start "cmd/dns"
# This test validates DNS behavior
ns="$(oc projec... |
<?php
namespace Zend\Mail\Storage\Exception;
use Zend\Mail\Exception;
/**
* Exception for Zend\Mail component.
*/
class InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
{}
|
package org.elasticsearch.painless.node;
import org.elasticsearch.painless.Definition.Field;
import org.elasticsearch.painless.Definition.Type;
import org.elasticsearch.painless.Globals;
import org.elasticsearch.painless.Locals;
import org.elasticsearch.painless.Location;
import org.elasticsearch.painless.MethodWrit... |
Overview
========
Unit testing for brackets uses [Jasmine](http://jasmine.github.io/1.3/introduction.html).
Getting started
===============
Running Tests
2 options for running tests:
1. Run brackets-app and click "Run Tests" from the menu (debugging and dev tools **not** supported)
1. Run jasmine.sh or manually ru... |
namespace dotless.Test.Specs.Functions
{
using NUnit.Framework;
public class ComplementFixture : SpecFixtureBase
{
[Test]
public void TestComplement()
{
AssertExpression("#ccbbaa", "complement(#abc)");
AssertExpression("aqua", "complement(#f00)");
... |
//-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 rest... |
YUI.add('scrollview-scrollbars', function(Y) {
/**
* Provides a plugin, which adds support for a scroll indicator to ScrollView instances
*
* @module scrollview-scrollbars
*/
var getClassName = Y.ClassNameManager.getClassName,
_classNames,
NATIVE_TRANSITIONS = Y.Transition.useNative,
SCROLLBAR = ... |
package edu.mayo.cts2.framework.service.command.restriction;
import java.util.HashSet;
import java.util.Set;
import edu.mayo.cts2.framework.model.service.core.EntityNameOrURI;
import edu.mayo.cts2.framework.model.service.core.NameOrURI;
import edu.mayo.cts2.framework.model.service.core.types.RestrictionType;... |
namespace ui {
class MockTSFBridge : public TSFBridge {
public:
MockTSFBridge();
virtual ~MockTSFBridge();
// TSFBridge:
virtual bool CancelComposition() OVERRIDE;
virtual bool ConfirmComposition() OVERRIDE;
virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
virtual void OnTex... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
namespace Tests.Expressions
{
partial class ExpressionCatalog
... |
// This file was automatically generated by lister-gen
package v1
import (
v1 "k8s.io/api/batch/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
)
// JobLister helps list Jobs.
type JobLister interface {
// List lists all Jobs in the indexer.
List(selec... |
export const epsilon = "EPSILON";
|
/*
* 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... |
#ifdef USE_TI_UIBUTTON
#import "TiUIButtonProxy.h"
#import "TiUIButton.h"
#import "TiUINavBarButton.h"
#import "TiUtils.h"
@implementation TiUIButtonProxy
-(void)_destroy
{
RELEASE_TO_NIL(button);
toolbar = nil;
[super _destroy];
}
-(void)_configure
{
[self replaceValue:NUMBOOL(YES) forKey:@"enabled" notif... |
<!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_112) on Thu Jul 06 10:54:02 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CustomFilterSupplier (Publi... |
var _ = require('underscore');
var fs = require('fs');
var path = require('path');
var os = require('os');
var utils = require('./utils');
var eol = os.EOL;
/////////////////////////////////////////////////////////////////////
// AngularJS templateCache
////////////////////////////////////////////////////... |
<!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.adaptors.schedulers.slurm Class Hierarchy (Xenon 2.3.0 API for Xenon developers)</title>
<link rel="stylesheet" typ... |
package service
import (
"fmt"
"math/rand"
"net"
"net/http"
"net/url"
"strconv"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/errors"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/rest"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/validat... |
<?php
namespace Doctrine\Common\DataFixtures\Purger;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Internal\CommitOrderCalculator;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Class responsible for purging databases of data before reloading data fixtures.
... |
namespace cdc
{
class Node;
// A subgoal that instructs the ant to move to the specified node. This goal
// does not create a path from the current node to the target node. Instead,
// it moves the ant directly to the target. For that reason, it should be used
// as a subgoal within a larger goal that uses paths... |
<?php
namespace ProxyManagerTest\ProxyGenerator\AccessInterceptor\PropertyGenerator;
use ProxyManager\ProxyGenerator\AccessInterceptor\PropertyGenerator\MethodPrefixInterceptors;
use ProxyManagerTest\ProxyGenerator\PropertyGenerator\AbstractUniquePropertyNameTest;
/**
* Tests for {@see \ProxyManager\ProxyGenerator... |
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>PHPExcel classes » \PHPExcel_Power_Best_Fit</title>
<meta name="author" con... |
<?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 Lic... |
require('./angular-locale_shi-latn-ma');
module.exports = 'ngLocale';
|
$(function() {
//Move Down
// --------
// Handles the down keyboard navigation logic
$.selectBox.selectBoxIt.prototype.moveDown = function(callback) {
var self = this;
// Increments `currentFocus`, which represents the currently focused list item `id` attribute.
... |