text
stringlengths
3
1.05M
<!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 (version 1.7.0_03) on Thu May 02 19:21:39 BST 2013 --> <title>L-Index</title> <meta name="date" content="2013-05-02"> <link rel="stylesheet" ty...
package com.bluesky.visualprogramming.dialect.goo; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import java.util.Stack; import org.antlr.v4.runtime.ANTLRInputStream; import org.antlr.v4.runtime.CommonTokenStre...
layout: post title: Syntax Highlighting Post date: 2013-08-16 excerpt: "Demo post displaying the various ways of highlighting code in Markdown." tags: [sample post, code, highlighting] comments: true --- Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category...
#include "fsl_trng.h" #if defined(FSL_FEATURE_SOC_TRNG_COUNT) && FSL_FEATURE_SOC_TRNG_COUNT /******************************************************************************* * Definitions *******************************************************************************/ /* Default values for user configuration struct...
(function () { 'use strict'; angular.module('ui.grid').directive('uiGridGridFooter', ['$templateCache', '$compile', 'uiGridConstants', 'gridUtil', '$timeout', function ($templateCache, $compile, uiGridConstants, gridUtil, $timeout) { return { restrict: 'EA', replace: true, // priority: 1000,...
/* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, ...
using System; namespace UniRx.Operators { internal class DematerializeObservable<T> : OperatorObservableBase<T> { readonly IObservable<Notification<T>> source; public DematerializeObservable(IObservable<Notification<T>> source) : base(source.IsRequiredSubscribeOnCurrentThread()) ...
<?php class Twig_Tests_Node_Expression_FunctionTest extends Twig_Test_NodeTestCase { public function testConstructor() { $name = 'function'; $args = new Twig_Node(); $node = new Twig_Node_Expression_Function($name, $args, 1); $this->assertEquals($name, $node->getAttribute('na...
package com.march.dev.extensions.eventbus; import org.greenrobot.eventbus.EventBus; /** * CreateAt : 7/12/17 * Describe : EventBus 扩展 * * @author chendong */ public class BaseEvent { public static final String ON_SUCCESS = "ON_SUCCESS"; public static final String ON_FAIL = "ON_FAIL"; private St...
{% load url from future %}This is where you can find the snark: {% url "snark" %} {% now "U.u" %}
Gitian building ================ *Setup instructions for a gitian build of Sling using a Debian VM or physical system.* Gitian is the deterministic build process that is used to build the Sling Core executables. It provides a way to be reasonably sure that the executables are really built from source on GitHub. It al...
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0 Version: 3.4 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net...
require "ruby_picasa"
package quasar.sql import slamdata.Predef._ import scalaz._ sealed abstract class UnaryOperator(val sql: String) extends Product with Serializable { def apply[A](expr: A): Sql[A] = unop(expr, this) val name = sql } final case object Not extends UnaryOperator("not") final case object Exists ...
module MachO # A generic Mach-O error in execution. class MachOError < RuntimeError end # Raised when a file is not a Mach-O. class NotAMachOError < MachOError # @param error [String] the error in question def initialize(error) super error end end # Raised when a file is too short to b...
module Nokogiri module XML #### # A NodeSet contains a list of Nokogiri::XML::Node objects. Typically # a NodeSet is return as a result of searching a Document via # Nokogiri::XML::Searchable#css or Nokogiri::XML::Searchable#xpath class NodeSet include Nokogiri::XML::Searchable includ...
;(function ( $, window, document, undefined ) { $.fn.state = function(parameters) { var $allModules = $(this), moduleSelector = $allModules.selector || '', hasTouch = ('ontouchstart' in document.documentElement), time = new Date().getTime(), performance = [], q...
using System; using System.Linq; using Windows.UI.Xaml; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.UI.Xaml.Controls; using Windows.ApplicationModel.Activation; namespace TODOAdaptiveUISample.Common { // BootStrapper is a drop-in replacement of Application // - OnInitializeAsyn...
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- 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 A...
<resources> <string name="app_name">CriminalIntent</string> <string name="crime_title_hint">Enter a title for the crime.</string> <string name="crime_title_label">Title</string> <string name="crime_details_label">Details</string> <string name="crime_solved_label">Solved</string> </resources>
{% extends "common/_index_grid.html" %} {% load url from future %} {% block page_title %} {{ viewParams.MON_VO }} PanDA user {{ user }} {% endblock %} {% block title %} <a href="{% url 'index' %}">{{ viewParams.MON_VO }} PanDA monitor</a>{% endblock %} {% block subtitle %}PanDA user <b>{{ user }}</b>{{ viewParams.sele...
package com.jivesoftware.os.routing.bird.health.api; import com.jivesoftware.os.mlogger.core.CountersAndTimers; import com.jivesoftware.os.mlogger.core.Timer; /** * * @author jonathan.colt */ public class HealthTimer { private final CountersAndTimers countersAndTimers; private final String name; priva...
"""Faster Amplitude Estimation.""" from __future__ import annotations import warnings import numpy as np from qiskit.circuit import QuantumCircuit, ClassicalRegister from qiskit.providers import Backend from qiskit.primitives import BaseSampler from qiskit.utils import QuantumInstance from qiskit.utils.deprecation im...
package instance // import "cloud.google.com/go/spanner/admin/instance/apiv1" import ( "golang.org/x/net/context" "google.golang.org/grpc/metadata" ) func insertXGoog(ctx context.Context, val []string) context.Context { md, _ := metadata.FromOutgoingContext(ctx) md = md.Copy() md["x-goog-api-client"] = val retu...
package org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher; import org.apache.hadoop.yarn.api.records.SignalContainerCommand; import org.apache.hadoop.yarn.server.nodemanager.containermanager.container.Container; // This event can be triggered by one of the following flows // WebUI -> Container // ...
namespace boost { namespace date_time { template<class T, class TimeSystem> class base_time; } // namespace date_time namespace posix_time { class ptime; } // namespace posix_time } // namespace boost #endif // ASIO_DETAIL_DATE_TIME_FWD_HPP
declare function replaceExt(npath: string, ext: string): string; export = replaceExt;
\newcommand{\fhbig}{1.6cm} \newcommand{\fwbig}{1.8cm} \newcommand{\kernpic}[1]{\includegraphics[height=\fhbig,width=\fwbig]{figures/structure_examples/#1}} \newcommand{\largeplus}{\tabbox{{\Large+}}} \newcommand{\largeeq}{\tabbox{{\Large=}}} \newcommand{\largetimes}{\tabbox{{\Large$\times$}}} \begin{figure}[ht] \center...
package com.google.security.zynamics.reil.translators.x86; import java.util.List; import com.google.common.base.Preconditions; import com.google.security.zynamics.reil.OperandSize; import com.google.security.zynamics.reil.ReilHelpers; import com.google.security.zynamics.reil.ReilInstruction; import com.google.securi...
#ifndef TENSORFLOW_CORE_DISTRIBUTED_RUNTIME_GRAPH_MGR_H_ #define TENSORFLOW_CORE_DISTRIBUTED_RUNTIME_GRAPH_MGR_H_ #include <unordered_map> #include <vector> #include "tensorflow/core/common_runtime/costmodel_manager.h" #include "tensorflow/core/common_runtime/executor.h" #include "tensorflow/core/distributed_runtim...
/*globals COURSES:true */ import React, { Component } from 'react' class Grades extends Component { render() { let { assignments } = COURSES[this.props.params.courseId] return ( <div> <h3>Grades</h3> <ul> {assignments.map(assignment => ( <li key={assignment.id}>{a...
/*! * # Semantic UI 2.2.9 - Shape * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"; window = (typeof window != 'undefined' && window.Math == Math) ? window : (typeof self...
/* Functions used to provide the Intel DPTF interface over ACPI */ #ifndef __CROS_EC_DPTF_H #define __CROS_EC_DPTF_H /** * Set fan duty target. * * 0-100% sets fixed duty cycle, out of range means let the EC drive. */ void dptf_set_fan_duty_target(int pct); /** * Return 0-100% if in duty mode. -1 if not. */ ...
declare var x: any; if (x instanceof Function) { // 'any' is not narrowed when target type is 'Function' x(); x(1, 2, 3); x("hello!"); x.prop; } if (x instanceof Object) { // 'any' is not narrowed when target type is 'Object' x.method(); x(); } if (x instanceof Error) { // 'any' is narrowed t...
set(VCPKG_TARGET_ARCHITECTURE arm64) set(VCPKG_CRT_LINKAGE dynamic) set(VCPKG_LIBRARY_LINKAGE static) set(VCPKG_CMAKE_SYSTEM_NAME Linux) set(VCPKG_BUILD_TYPE release) if(NOT CMAKE_HOST_SYSTEM_PROCESSOR) execute_process(COMMAND "uname" "-m" OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_PROCESSOR ...
7 ways to discuss legal matters with an open community ============================================================ > Are your organization's lawyers ready to engage an open community? Don't let them make these mistakes. ![7 ways to discuss legal matters with an open community](https://opensource.com/sites/default/...
<!-- 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 "Licens...
// 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.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; usin...
#ifndef TARDIS_RPACKET_H #define TARDIS_RPACKET_H #include <stdio.h> #include <stdbool.h> #include <stdint.h> #include <string.h> #include <stdlib.h> #include <math.h> #include "randomkit/randomkit.h" #include "status.h" #include "storage.h" #ifdef __clang__ #define INLINE extern inline #else #define INLINE inline #e...
using System.Collections.Generic; using Orchard.DynamicForms.Elements; using Orchard.DynamicForms.Services; using Orchard.DynamicForms.ValidationRules; namespace Orchard.DynamicForms.Validators { public class CheckBoxValidator : ElementValidator<CheckBox> { private readonly IValidationRuleFactory _validat...
package org.kie.aries.blueprint.factorybeans; import org.drools.compiler.kproject.ReleaseIdImpl; import org.kie.api.KieBase; import org.kie.api.builder.ReleaseId; import org.kie.api.runtime.KieContainer; public class ReleaseIdFactoryBean { public static ReleaseId createReleaseId(String id, String groupId, Strin...
<?xml version="1.0" encoding="utf-8"?> <set android:interpolator="@interpolator/accelerate_quad" xmlns:android="http://schemas.android.com/apk/res/android"> <translate android:duration="@integer/config_shortAnimTime" android:fromXDelta="0.0%" android:toXDelta="75.0%" /> <alpha android:duration="@integer/confi...
<html> <head> {{response.files.append(URL('static','js/jquery.js'))}} {{include 'web2py_ajax.html'}} </head> <body style="border:0; margin:0; padding:0;"> <div style="background: #aaaaaa; font-family:hevetica;font-size:9px"> URL: {{=URL(app,'default','index')}} <button onclick="ajax('{{=UR...
Inverted Index Creates an Object that takes a JSON array of text objects and creats and index from the array. The index allows a user to search for text blocks in tarray that contain a specified collection of words. To run the Program - You need to run the tests on a local server, npm install -g local-web-server - T...
<?php // Call Zend_Controller_Action_Helper_ContextSwitchTest::main() if this source file is executed directly. if (!defined("PHPUnit_MAIN_METHOD")) { define("PHPUnit_MAIN_METHOD", "Zend_Controller_Action_Helper_ContextSwitchTest::main"); } require_once 'Zend/Controller/Action/Helper/ContextSwitch.php'; requir...
YUI.add('uploader-flash', function(Y) { /** * This module provides a UI for file selection and multiple file upload capability using * Flash as a transport engine. * The supported features include: automatic upload queue management, upload progress * tracking, file filtering, server response r...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Typography - Deep Blue Admin</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" h...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package im.actor.server.persist.push import scala.concurrent.ExecutionContext import slick.driver.PostgresDriver.api._ import im.actor.server.models class GooglePushCredentialsTable(tag: Tag) extends Table[models.push.GooglePushCredentials](tag, "google_push_credentials") { def authId = column[Long]("auth_id", O....
using System; using System.Threading.Tasks; using HtmlAgilityPack; using JabbR.ContentProviders.Core; using JabbR.Infrastructure; namespace JabbR.ContentProviders { public class DictionaryContentProvider : CollapsibleContentProvider { private const string _domain = "http://dictionary.reference.com"; ...
using System.Reflection; using System.Runtime.CompilerServices; 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: AssemblyTitle("DO...
from django.apps import AppConfig class PagedownConfig(AppConfig): name = 'pagedown' verbose_name = 'Pagedown'
import * as THREE from 'three'; import {OrbitControls} from '../../examples/jsm/controls/OrbitControls.js'; import {threejsLessonUtils} from './threejs-lesson-utils.js'; { function makeCheckerTexture(repeats) { const data = new Uint8Array([ 0x88, 0x88, 0x88, 0xFF, 0xCC, 0xCC, 0xCC, 0xFF, 0xCC, 0xCC, ...
tinyMCE.addI18n('no.style_dlg',{ title:"Rediger CSS-stil", apply:"Legg til", text_tab:"Tekst", background_tab:"Bakgrunn", block_tab:"Blokk", box_tab:"Boks", border_tab:"Ramme", list_tab:"Liste", positioning_tab:"Posisjon", text_props:"Egenskaper for skrift", text_font:"Skrifttype", text_size:"Skriftst\u00F8...
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:color="#80ffffff" /> <item android:state_focused="true" android:color="#80ffffff" /> <item android:state_selected="true" android:color="#80ffffff" />...
 CKEDITOR.dialog.add( 'scaytcheck', function( editor ) { var firstLoad = true, captions, doc = CKEDITOR.document, editorName = editor.name, tags = CKEDITOR.plugins.scayt.getUiTabs( editor ), i, contents = [], userDicActive = 0, dic_buttons = [ // [0] contains buttons for creating "dic_create_" ...
import React from 'react' import sinon from 'sinon' import {expect} from 'chai' import {mount} from 'enzyme' import {describe, it} from 'mocha' import Stepper from 'components/Simulation/Stepper' describe('<Stepper />', () => { it('step unstarted', () => { let wrapper = mount(<Stepper status='unstarted'/...
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/directive/select.js?message=docs(select.SelectController)%3A%20describe%20your%20change...#L5' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/...
package com.navercorp.pinpoint.web.dao.hbase; import com.navercorp.pinpoint.common.hbase.HbaseColumnFamily; import com.navercorp.pinpoint.common.hbase.TableDescriptor; import com.navercorp.pinpoint.common.hbase.TableDescriptors; import com.navercorp.pinpoint.common.hbase.TableNameProvider; import org.springframework...
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must r...
``` kernel/ ├── memory │   ├── allocator.rs Buddy memory allocator │   ├── mod.rs │   └── virtual.rs ├── mod.rs Kernel ├── int.rs Integer ├── ptr.rs Pointer (mut_offset) ├── README.md this document └── rt.rs Runtime ``` ### Memory allocator: `memory/allocator.rs` The [buddy memory allocation...
package getter import ( "crypto/md5" "encoding/hex" "fmt" "os" "path/filepath" ) // FolderStorage is an implementation of the Storage interface that manages // modules on the disk. type FolderStorage struct { // StorageDir is the directory where the modules will be stored. StorageDir string } // Dir implement...
<?php class Twig_Tests_Grammar_NumberTest extends PHPUnit_Framework_TestCase { public function testMagicToString() { $grammar = new Twig_Extensions_Grammar_Number('foo'); $this->assertEquals('<foo:number>', (string) $grammar); } }
#import "ZXGridSampler.h" @class ZXBitMatrix, ZXPerspectiveTransform; @interface ZXDefaultGridSampler : ZXGridSampler @end
#include "tensorflow/compiler/mlir/tensorflow/utils/dynamic_shape_utils.h" #include "llvm/ADT/SmallVector.h" namespace tensorflow { llvm::SmallVector<int64_t> ConvertTFShapeToMlir( llvm::ArrayRef<int64_t> shapes) { return llvm::to_vector(llvm::map_range(shapes, [](int64_t shape) { return shape == kTFDynam...
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <center> <div id="target" ondragover="animateAdd(); return false;" ondragleave="animateRemove(); return false;" ondrop="animateRemove()" style=""> <span>Drag image in this area</span> <span>Now drop it!</span>...
package rafthttp import ( "errors" "net/http" ) func (t *roundTripperBlocker) RoundTrip(req *http.Request) (*http.Response, error) { c := make(chan struct{}, 1) t.mu.Lock() t.cancel[req] = c t.mu.Unlock() select { case <-t.unblockc: return &http.Response{StatusCode: http.StatusNoContent, Body: &nopReadClose...
"""Tests for WAVE file labeling tool.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import os import tensorflow as tf from tensorflow.contrib.framework.python.ops import audio_ops as contrib_audio from tensorflow.examples.speech_commands import label...
package oic.simulator.clientcontroller.listener; import oic.simulator.clientcontroller.remoteresource.RemoteResource; /** * Interface through which the resource found notification is sent to the UI * listeners. */ public interface IFindResourceUIListener { public void onNewResourceFound(RemoteResource resour...
<?php /** * Lexes a template string. * * @author Fabien Potencier <fabien@symfony.com> */ class Twig_Lexer implements Twig_LexerInterface { protected $tokens; protected $code; protected $cursor; protected $lineno; protected $end; protected $state; protected $states; protected $bra...
/*! Crocodoc Viewer - v0.4.4 | (c) 2014 Box */ var Crocodoc = (function ($) { /*global Crocodoc:true*/ /** * The one global object for Crocodoc JavaScript. * @namespace */ var Crocodoc = (function () { 'use strict'; var components = {}, utilities = {}; /** * Find circular dependencies ...
/*- reset -*/ html { -webkit-text-size-adjust: none; -webkit-appearance: none; } html, body, div, p, header, button { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; font-family: "Helvetica Neue", Helvetica, S...
<?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...
@interface MNUserBaseCell () @end @implementation MNUserBaseCell + (instancetype)userBaseCellWithTableView:(UITableView *)tableView { static NSString *ID = @"MNUserBaseCell"; MNUserBaseCell *cell = [tableView dequeueReusableCellWithIdentifier:ID]; if (!cell) { cell = [[MNUserBaseCell alloc] initW...
using System; using System.Collections.Generic; using System.Linq; using Duality.Editor; using Duality.Resources; namespace Duality.Drawing { public interface IDrawBatch { int SortIndex { get; } float ZSortIndex { get; } int VertexCount { get; } VertexMode VertexMode { get; } BatchInfo Material { get; } ...
cask 'android-ndk' do version '15c' sha256 '846ce931e27668665fef9d31faa2cce683ccebe4c6ca0e68f0eb9920bc70e55f' # dl.google.com/android/repository/android-ndk was verified as official when first introduced to the cask url "https://dl.google.com/android/repository/android-ndk-r#{version}-darwin-x86_64.zip" name...
<?php namespace Zend\Validator\Barcode; class Gtin12 extends AbstractAdapter { /** * Constructor for this barcode adapter */ public function __construct() { $this->setLength(12); $this->setCharacters('0123456789'); $this->setChecksum('gtin'); } }
/** * Module dependencies. */ var parser = require('socket.io-parser'); var debug = require('debug')('socket.io:client'); /** * Module exports. */ module.exports = Client; /** * Client constructor. * * @param {Server} server instance * @param {Socket} connection * @api private */ function Client(server,...
/* Generated By:JavaCC: Do not edit this line. SSPTParserTokenManager.java */ package org.apache.camel.component.sql.stored.template.generated; import org.apache.camel.component.sql.stored.template.ast.*; /** Token Manager. */ public class SSPTParserTokenManager implements SSPTParserConstants { /** Debug output. */...
package com.google.bitcoin.crypto; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import java.io.ByteArrayOutputStream; import java.nio.ByteBuffer; import java.nio.ByteOrder; /** * <p>This is a clean-room implementation of PBKDF2 using RFC 2898 as a reference.</p> * * <p>RFC 2898: http://tools....
PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true) --SKIPIF-- <?php if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required'; ?> --FILE-- <?php class Foo { public function bar(?int $x) { } } require __DIR__ . '/../../../vendor/autoload.php'; $g...
package org.apache.maven.plugin.eclipse.writers; import java.io.File; import java.io.IOException; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.eclipse.Constants; import org.apache.maven.plugin.eclipse.EclipseSourceDir; import org.apache.maven.plugin.eclipse.Messages; import ...
package org.pentaho.di.trans.steps.filterrows; import org.junit.Before; import org.junit.ClassRule; import org.junit.Test; import org.pentaho.di.core.Condition; import org.pentaho.di.core.injection.BaseMetadataInjectionTest; import org.pentaho.di.junit.rules.RestorePDIEngineEnvironment; public class FilterRowsMetaI...
@interface MASShortcutView () // Private accessors @property (nonatomic, getter = isHinting) BOOL hinting; @property (nonatomic, copy) NSString *shortcutPlaceholder; @end #pragma mark - @implementation MASShortcutView { NSButtonCell *_shortcutCell; NSInteger _shortcutToolTipTag; NSInteger _hintToolTipTa...
<component name="libraryTable"> <library name="Maven: commons-logging:commons-logging:1.1.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-log...
package com.vaadin.ui; import com.vaadin.data.BufferedValidatable; import com.vaadin.data.Property; import com.vaadin.ui.Component.Focusable; /** * Field interface is implemented by all classes (field components) that have a * value that the user can change through the user interface. * * Field components are b...
<?php namespace selective\ORM\ClassMapper; use \selective\ORM\ClassMapper; class Callback implements ClassMapper { private $tableClassCallback; private $recordClassCallback; /** * Load class mapper parameters * @param array $parameters * - table - table class callback * - record - re...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.Data = factory()); }(this, function () { 'use strict'; /** * ----------------------------...
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https:...
package aws import ( "testing" "github.com/aws/aws-sdk-go/aws/credentials" "github.com/libopenstorage/openstorage/api" "github.com/libopenstorage/openstorage/volume/drivers/test" ) func TestAll(t *testing.T) { if _, err := credentials.NewEnvCredentials().Get(); err != nil { t.Skip("No AWS credentials, skippin...
using namespace node_sqlite3; Persistent<FunctionTemplate> Database::constructor_template; void Database::Init(Handle<Object> target) { HandleScope scope; Local<FunctionTemplate> t = FunctionTemplate::New(New); constructor_template = Persistent<FunctionTemplate>::New(t); constructor_template->Instan...
<?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 Lice...
import * as React from 'react'; import { IconBaseProps } from 'react-icon-base'; export default class TiZoomOutline extends React.Component<IconBaseProps> { }
'use strict'; module.exports = { set: function (v) { this.setProperty('-webkit-text-stroke', v); }, get: function () { return this.getPropertyValue('-webkit-text-stroke'); }, enumerable: true };
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
using WebKit::WebDocument; using WebKit::WebElement; using WebKit::WebFrame; using WebKit::WebInputElement; using WebKit::WebNode; using WebKit::WebNodeCollection; using WebKit::WebNodeList; using WebKit::WebString; using WebKit::WebVector; using WebKit::WebView; namespace { // Structure for storage the unique set of...
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:$clrversion$ ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------...
<?php namespace Symfony\Component\HttpFoundation\Tests\Session\Storage; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Session\Storage\MetadataBag; /** * Test class for MetadataBag. * * @group time-sensitive */ class MetadataBagTest extends TestCase { /** * @var MetadataBag ...
@implementation UILabel (YYAdd) @end
package de.fhpotsdam.unfolding.examples.interaction.multitouch; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import processing.core.PApplet; import processing.core.PVector; import TUIO.TuioClient; import TUIO.TuioCursor; import TUIO.TuioListener; import TUIO.TuioObject; import T...