answer
stringlengths
15
1.25M
# angucomplete-alt contributors (sorted alphabeticaly) [@alexbeletsky: Alexander Beletsky](https://github.com/alexbeletsky) * Publish to NPM #111, #121 [@alindber: Andy Lindberg](https://github.com/alindber) * Required support * Auto match [@andretw: Andre Lee](https://github.com/andretw) * Bug fix #109 [@annmirosh](ht...
<?php return array( //Use the below link to get the parameters to be passed. //http://www.tig12.net/downloads/apidocs/wp/wp-includes/PHPMailer.class.html#det_fields_to "type"=>array( // Sets Mailer to send message using PHP mail() function. (true, false) "IsMail"=>false, // ...
<?php namespace Oro\Bundle\ApiBundle\Tests\Unit\Processor; use Doctrine\Common\Annotations\AnnotationReader; use Symfony\Component\Form\Extension\Validator\ValidatorExtension; use Symfony\Component\Form\FormBuilder; use Symfony\Component\Form\<API key>; use Symfony\Component\Form\Forms; use Symfony\Component\Validator\...
# How to write your own technology Starting with ENB version 0.8, we recommend using the `BuildFlow` helper for writing technologies. [The helper source code](https://github.com/enb/enb/blob/master/lib/build-flow.js) This guide doesn't cover all `BuildFlow` features. For a complete list of methods with descriptions, se...
.help { cursor: help; display: inline-block; font-size: 18px; margin-left: .33em; vertical-align: middle; }
layout: page-fullwidth subheadline: "Celebration" title: "Tết Nguyên Đán 2015" meta_teaser: "Tet Nguyen Đan 2015 at VACSF" teaser: 'Celebration of <font face="Open Sans">Tết Nguyên Đán</font> (Lunar New Year) of 2015 at <font face="Open Sans">Hội Thánh Tin Lành Việt Nam</font> in the city of San Francisco (VACSF). Enjo...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (fn /*, ...args*/) { var args = (0, _slice2.default)(arguments, 1); return function () /*callArgs*/{ var callArgs = (0, _slice2.default)(arguments); return fn.apply(null, args.concat(callA...
#ifndef __CCTMX_LAYER_H__ #define __CCTMX_LAYER_H__ #include "CCTMXObjectGroup.h" #include "base_nodes/CCAtlasNode.h" #include "sprite_nodes/CCSpriteBatchNode.h" #include "CCTMXXMLParser.h" #include "support/data_support/ccCArray.h" NS_CC_BEGIN class TMXMapInfo; class TMXLayerInfo; class TMXTilesetInfo; struct _ccCArra...
# app The `app` module is responsible for controlling the application's lifecycle. The following example shows how to quit the application when the last window is closed: javascript const app = require('electron').app; app.on('window-all-closed', function() { app.quit(); }); ## Events The `app` object emits the follo...
'use strict'; var path = require('path'); var helpers = require('yeoman-generator').test; var assert = require('yeoman-assert'); describe('test framework', function () { describe('mocha', function () { before(function (done) { helpers.run(path.join(__dirname, '../app')) .inDir(path.join(__dirname, '...
/*jshint maxstatements:false*/ define(function (require, exports) { "use strict"; var moment = require("moment"), Promise = require("bluebird"), _ = brackets.getModule("thirdparty/lodash"), CodeInspection = brackets.getModule("language/CodeInsp...
#!/bin/bash source ../common.sh subsection "oh-my-zsh" sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" chsh -s /bin/zsh mv "${HOME}/.zshrc.pre-oh-my-zsh" "${HOME}/.zshrc"
<article id="post-<?php print $ID ?>" <?php post_class(); ?>> <div class="tb-short-img"> <?php toebox\inc\ToeBox::HandleFeaturedImage(); ?> </div> <?php print \toebox\inc\ToeBox::FormatListTitle($post_title, get_the_permalink()); ?> <div class="entry-metadata"> <!-- TODO: allow setting for t...
<!DOCTYPE html> <html lang="en"> <head> <title>ABNFImportError Enumeration Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset="utf-8"> <script src="../js/jquery.min.js" defer></scri...
#include "stdafx.h" #include "light.h" using namespace graphic; cLight::cLight() { } cLight::~cLight() { } void cLight::Init(TYPE type, const Vector4 &ambient, // Vector4(1, 1, 1, 1), const Vector4 &diffuse, // Vector4(0.2, 0.2, 0.2, 1) const Vector4 &specular, // Vector4(1,1,1,1) const Vector3 &directi...
#ifndef ASF_H #define ASF_H /* * This file includes all API header files for the selected drivers from ASF. * Note: There might be duplicate includes required by more than one driver. * * The file is automatically generated and will be re-written when * running the ASF driver selector tool. Any changes will be dis...
<?php declare(strict_types=1); namespace Eelly\SDK\Order\Api; use Eelly\SDK\EellyClient; use Eelly\SDK\Order\Service\LikeInterface; /** * * * @author zhangyingdi<zhangyingdi@eelly.net> */ class Like { /** * * * @param array $data * @param int $orderData["orderId"] id ...
# -*- coding: utf-8 -*- from __future__ import unicode_literals # import frappe from frappe.model.document import Document class WebPageBlock(Document): pass
// Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) package cn.sharesdk.demo.utils; import android.annotation.TargetApi; import android.content.Context; import android.database.ContentObserver; import android.database.Cursor; import android.graphics.BitmapFactory; import a...
var Path = require('path'); var Hapi = require('hapi'); var server = new Hapi.Server(); var port = process.env.PORT || 5000; server.connection({ port: port }); server.views({ engines: { html: require('handlebars') }, path: Path.join(__dirname, 'views') }); server.route([ { path: '/', metho...
// of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // all copies or substanti...
// Verve function <API key>::<API key>( %this, %targetStack ) { %baseGroup = Parent::<API key>( %this, %targetStack ); if ( %baseGroup.getClassName() !$= "ScriptGroup" ) { // Temp Store. %temp = %baseGroup; // Create SimSet. %baseGroup = new SimSet(); // Add Original ...
module Cms::PublicFilter extend ActiveSupport::Concern include Cms::PublicFilter::Node include Cms::PublicFilter::Page include Mobile::PublicFilter include Kana::PublicFilter included do rescue_from StandardError, with: :rescue_action before_action :set_site before_action :set_request_path #...
<h1>Home</h1> <p>You're logged in!!</p> <p><a href="#/login">Logout</a></a></p>
// Use of this source code is governed by a MIT-style package queue import ( "errors" "strings" "code.gitea.io/gitea/modules/log" "github.com/go-redis/redis" ) // RedisQueueType is the type for redis queue const RedisQueueType Type = "redis" // <API key> is the configuration for the redis queue type <AP...
/** * @file fly_id3.h * * Declaration of the pianobarfly ID3 helper functions. These are helper * functions to assist with creating an ID3 tag using the libid3tag library. */ #ifndef _FLY_ID3_H #define _FLY_ID3_H #if defined ENABLE_MAD && defined ENABLE_ID3TAG #include <id3tag.h> #include <stdint.h> /** * Create...
package velir.intellij.cq5.util; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.RepositoryException; import javax.jcr.Session; import java.util.ArrayList; import java.util.List; /** * Utility class for helping work with Repository objects. */ public class RepositoryUtils { /** * Hide ...
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02409/0240996011200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:19:03 GMT --> <head><title>:02409 :096011200</title> <link rel="stylesheet" type="text/css" href="../.....
#include "stdneb.h" #include "exceptionbase.h" namespace Exceptions { Exception::~Exception() throw() { } Exception::Exception(const String& description_, const String& source_) :line(0) ,type(EXT_UNDEF_TYPE) ,title("Exception") ,description(description_) ,source(source_) { ...
#include "GlobalSystems.h" namespace globalSystem { WindowManagerGL window; TimeData time; MouseData mouse; KeyPressData keys; TextureManager textures; ModelManager models; DynamicFloatMap runtimeData; <API key> rng; Font gameFont; Font gameFontLarge; Font gameFontHuge; }
/* Define to 1 if you have the <stdlib.h> header file. */ /*#define HAVE_STDLIB_H 1*/
/** * Module dependencies. */ var api = require('lib/db-api'); var config = require('lib/config'); var express = require('express'); var jwt = require('lib/jwt'); var passport = require('passport'); var log = require('debug')('democracyos:auth:facebook:routes'); var User = require('lib/models').User; var fbSignedPars...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Host; using Microsoft.ProjectOxford.Face; using Microsoft.ProjectOxford.Face.Contract; namespace Novanet { public static class <API key> { public static async Task <API key>(this FaceServiceClient client, string...
# Latte-lang 1. []( 1. [](#p1-1) 2. [](#p1-2) 2. []( 1. [](#p2-1) 2. [](#p2-2) 3. [](#p2-3) 3. []( 1. [](#p3-1) 2. [](#p3-2) 3. [](#p3-3) 4. [](#p3-4) 5. [Data Class](#p3-5) 6. [](#p3-6) 7. [Object Class](#p3-7) 8. [](#p3-8) 4. [Lambda]( 1. [](#p4-1) 2. [Lambd...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="th_TH" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Linkcoin</source> <translation>เกี่ยวกับ บิตคอย์น</translation> ...
#region Using directives using System; using System.Data; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Nettiers.AdventureWorks.Entities; using Nettiers.AdventureWorks.Data; #endregion namespace Nettiers.AdventureWorks.Data.Bases { <summary> ...
# Be sure to restart your server when you modify this file. Hypermedia::Application.config.session_store :cookie_store, key: '_hypermedia_session' # Use the database for sessions instead of the cookie-based default, # which shouldn't be used to store highly confidential information # (create the session table with "rai...
#ifndef ANONCOIN_MINER_H #define ANONCOIN_MINER_H #include <stdint.h> typedef long long int64; typedef unsigned long long uint64; class CBlock; class CBlockHeader; class CBlockIndex; struct CBlockTemplate; class CReserveKey; class CScript; #ifdef ENABLE_WALLET class CWallet; void AnoncoinMiner(CWallet *pwallet); #end...
<TS language="hi_IN" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Create a new address</source> <translation>नया पता लिखिए !</translation> </message> <message> <source>Copy the currently selected address to the system clipboard</source> <transla...
// <auto-generated> // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // </auto-generated> namespace Microsoft.Azure.Management.Network { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; usin...
/* params=new Object() params.scheduleno=scheduleno params.materialletter=materialletter <API key>('../NEOSYS/upload.htm',params) */ //images are not stored per dataset at the moment so that they can be //nor are they stored per file or per key so that they can be easily saved into a shared ...
using Autofac; using Autofac.Core; using Makc2017.Core.App; using System.Collections.Generic; using System.Linq; namespace Makc2017.Modules.Dummy.Caching { <summary> Модули. Модуль "Dummy". Кэширование. Плагин. </summary> public class <API key> : ModuleDummyPlugin { #region Properties ...
package queue; /** * Queue server metadata manager. * * @author Thanh Nguyen <btnguyen2k@gmail.com> * @since 0.1.0 */ public interface IQsMetadataManager { }
<?php namespace Symfony\Component\Routing\Generator; use Symfony\Component\Routing\RouteCollection; use Symfony\Component\Routing\RequestContext; use Symfony\Component\Routing\Exception\<API key>; use Symfony\Component\Routing\Exception\<API key>; use Symfony\Component\Routing\Exception\<API key>; use Psr\Log\LoggerInt...
'use strict'; const path = require('path'), mongoose = require('mongoose'), Promise = require('bluebird'), errorHandler = require(path.resolve('./modules/core/server/controllers/errors.server.controller')), _ = require('lodash'); mongoose.Promise = Promise; const User = mongoose.model('User'); const Pro...
using System.Linq; using System.Threading.Tasks; using JSONAPI.Documents; using Newtonsoft.Json; namespace JSONAPI.Json { <summary> Default implementation of <API key> </summary> public class <API key> : <API key> { private readonly <API key> <API key>; private readonly IMetadataForm...
/*jshint unused:false*/ var chai = require('chai'), expect = chai.expect; var request = require('supertest'); module.exports = function() { 'use strict'; this.Then(/^The JSON is returned by issuing a "GET" at the specified uri:$/, function(json, callback) { request(this.serverLocation) .get('/hello') ...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Design; using System.Windows.Forms; using System.Windows.Forms.Design; namespace DotSpatial.Symbology.Forms { <summary> <API key>. </summary> public class <API key> : UITypeEditor { #region Fields p...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <title>deprecation.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../../../../../../../../../../....
/* global sinon, setup, teardown */ /** * __init.test.js is run before every test case. */ window.debug = true; var AScene = require('aframe').AScene; beforeEach(function () { this.sinon = sinon.sandbox.create(); // Stub to not create a WebGL context since Travis CI runs headless. this.sinon.stub(AScene.p...
Copyright (c) 2016 Dropbox, Inc. All rights reserved. Auto-generated by Stone, do not modify. #import <Foundation/Foundation.h> #import "<API key>.h" @class DBPAPERImportFormat; @class <API key>; <API key> #pragma mark - API Object The `PaperDocCreateArgs` struct. This class implements the `DBSerializable` protocol (se...
#container{ width: 750px; margin: 0 auto; text-align: left; } #header { position: relative; top:2px; } #menu{ float: left; width: 150px; } #anchorMenu{ position: fixed; top: auto; width: 8em; left: auto; margin: -2.5em 0 0 0; z-index: 5; overflow: hidden; padd...
{% raw %}{% extends "wagtailadmin/home.html" %} {% load wagtailcore_tags <API key> %} {% get_settings %} {% block branding_welcome %} Welcome {% if settings.pages.SiteBranding.site_name %}to {{ settings.pages.SiteBranding.site_name }}{% endif %} {% endblock %}{% endraw %}
public enum CoffeePrice { Small = 50, Normal = 100, Double =200 }
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66-internal) on Tue Dec 08 09:28:01 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.jena.sparql.expr.aggregate.AggAvgDistinct (Apache Jena ARQ)</title> <met...
"use strict"; var mathUtils = require("./math-utils"); exports.shuffle = function(array) { var len = array.length; for ( var i=0; i<len; i++ ) { var rand = mathUtils.randomInt(0,len-1); var temp = array[i]; array[i] = array[rand]; array[rand] = temp; } };
# -*- coding: utf-8 -*- # Cloud Robotics FX API import cloudrobotics.message as message APP_ID = 'SbrApiServices' PROCESSING_ID = '<API key>' class ConversationMessage(message.CRFXMessage): def __init__(self, visitor, visitor_id, talkByMe, type): super(ConversationMessage, self).__init__() self.head...
Rails.application.routes.draw do namespace :admin do namespace :reports do get 'deliveries' => 'deliveries#index' end get 'users' => 'users#index' get 'users/:id' => 'users#show' end root to: 'pages#index' end
/* eslint quote-props: ["error", "consistent"] */ // Japanese Hirajoshi scale // 1-4-2-1-4 // Gb G B Db D Gb export default { 'a': { instrument: 'piano', note: 'a4' }, 'b': { instrument: 'piano', note: 'eb3' }, 'c': { instrument: 'piano', note: 'd6' }, 'd': { instrument: 'piano', note: 'eb4' }, 'e': { instrum...
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01583/0158388122800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:13:25 GMT --> <head><title>:01583 :088122800</title> <link rel="stylesheet" type="text/css" href="../.....
namespace PInvoke { using System.Runtime.InteropServices; <content> Contains the <see cref="WIN32_FIND_DATA"/> nested type. </content> public partial class Kernel32 { [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public struct WIN32_FIND_DATA { ...
package arn // PersonName represents the name of a person. type PersonName struct { English Name `json:"english" editable:"true"` Japanese Name `json:"japanese" editable:"true"` } // String returns the default visualization of the name. func (name *PersonName) String() string { return name.ByUser(nil) } //...
package testdata import ( . "goa.design/goa/v3/dsl" ) var <API key> = func() { var _ = API("aloha", func() { Title("conflict with API name and service names") }) var _ = Service("aloha", func() {}) // same as API name var _ = Service("alohaapi", func() {}) // API name + 'api' suffix ...
import {async, fakeAsync, tick} from '@angular/core/testing'; import {AsyncTestCompleter, beforeEach, describe, inject, it} from '@angular/core/testing/testing_internal'; import {AbstractControl, FormArray, FormControl, FormGroup, Validators} from '@angular/forms'; import {EventEmitter} from '../src/facade/async'; impo...
// Project: SproutCore Metal require('sproutcore-metal'); function isEnumerable(obj, keyName) { var keys = []; for(var key in obj) { if (obj.hasOwnProperty(key)) keys.push(key); } return keys.indexOf(keyName)>=0; } module("SC.platform.defineProperty()"); test("defining a simple property", function() { va...
require 'rubygems' require 'active_support' require 'active_merchant' class GatewaySupport #:nodoc: ACTIONS = [:purchase, :authorize, :capture, :void, :credit, :recurring] include ActiveMerchant::Billing attr_reader :gateways def initialize
using System; using System.Collections.Generic; namespace Piranha.Extend { <summary> Base class for easily defining a page type. </summary> public abstract class PageType : IPageType { <summary> Gets the name. </summary> public virtual string Name { get; protected set...
namespace AM.Condo.Tasks { using System.IO; using Microsoft.Build.Utilities; using Newtonsoft.Json; using Xunit; using AM.Condo.IO; [Class(nameof(GetNodeMetadata))] public class GetNodeScriptsTest { [Fact] [Priority(2)] [Purpose(PurposeType.Integration)] p...
<?php /* SonataAdminBundle:CRUD:<API key>.html.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( 'row' => array($this, 'block_row'), ); } ...
var Promise = require('ember-cli/lib/ext/promise'); module.exports = { normalizeEntityName: function() {}, afterInstall: function() { var addonContext = this; return this.<API key>('jquery-ui', '1.10.1') .then(function() { return addonContext.<API key>('jquery-mousewheel', '~3.1.4'); }...
import time import random from random import randint # from library import Trigger, Axis # from library import PS4 from library import Joystick import RPi.GPIO as GPIO # remove!!! from emotions import angry, happy, confused # from pysabertooth import Sabertooth # from smc import SMC from library import LEDDisplay from...
# This code was generated by # | (_)\/(_)(_|\/| |(/_ v1.0.0 # <API key>: true module Twilio module REST class Api < Domain class V2010 < Version class AccountContext < InstanceContext class ApplicationList < ListResource # Initialize the ApplicationList # @param [...
<?php namespace Omnipay\Braintree\Message; /** * Find Customer Request * * @method CustomerResponse send() */ class FindCustomerRequest extends AbstractRequest { public function getData() { return $this->getCustomerData(); } /** * Send the request with specified data * * @para...
require_relative 'base' module Terjira module Client class StatusCategory < Base class << self def all @all_statuscategory ||= file_cache.fetch("all") do resp = api_get "statuscategory" resp.map { |category| build(category) } end end def fi...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>[name]</h1> <p class...
testMipmap = function() local f = {0} local g = {} local h = {6} local k = {0} f[1] = f[1] + 1 k[1] = h[1] - f[1]; g[1] = k[1]^2 print (g[1]) end testMipmap()
#include "UniformBuffer.hpp" #include <iostream> #include <cstring> UniformBuffer::UniformBuffer(const void* data, unsigned int size, VkDevice device, VkPhysicalDevice physicalDevice, VkDescriptorPool descriptorPool, VkShaderStageFlags flags) : Buffer(device, physicalDevice, descriptorPool) { this->device = device;...
class Test { public static int[] test() { return null; } public static void main(String[] args) { int [] arr = test(); System.out.println(arr); }
// ColorInfoView.h // ASCFlatUIColors #import <UIKit/UIKit.h> @interface ColorInfoView : UIView - (void)showWithTitle:(NSString *)title forColorAtIndexPath:(NSIndexPath *)indexPath; - (void)hide; @end
import { Component, ViewChild, ElementRef } from '@angular/core'; import { <API key> } from '../../../../../jqwidgets-ts/<API key>'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent { @ViewChild('myButtonGroup') myButtonGroup: <API key>; @ViewChild('myL...
-- MENUS DELETE FROM `sys_menu_items` WHERE `set_name`='<API key>' AND `name`='<API key>'; SET @iMoAccountDashboard = (SELECT IFNULL(MAX(`order`), 0) FROM `sys_menu_items` WHERE `set_name`='<API key>' LIMIT 1); INSERT INTO `sys_menu_items` (`set_name`, `module`, `name`, `title_system`, `title`, `link`, `onclick`, `targ...
<?php declare(strict_types=1); namespace OpenCFP\Test\Integration\Http\Action\Signup; use OpenCFP\Test\Integration\WebTestCase; final class PrivacyActionTest extends WebTestCase { /** * @test */ public function <API key>() { $response = $this->get('/privacy'); $this-><API key>($res...
using System; using System.Windows.Input; namespace CustomBA.Commands { <summary> Based on http://wpftutorial.net/DelegateCommand.html </summary> public class DelegateCommand : ICommand { private readonly Predicate<object> _canExecute; private readonly Action<object> _execute; ...
export declare class SampleComponent { constructor(); }
# SSH ## SSH keys An SSH key allows you to establish a secure connection between your computer and GitLab. Before generating an SSH key in your shell, check if your system already has one by running the following command: bash cat ~/.ssh/id_rsa.pub If you see a long string starting with `ssh-rsa` or `ssh-dsa`, you can ...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc on Fri Nov 26 15:38:56 EST 2010 --> <TITLE> Xerces Native Interface: Package org.apache.xerces.xni </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1"...
#ifndef _WLC_CONTEXT_H_ #define _WLC_CONTEXT_H_ #include <stdbool.h> #include <EGL/egl.h> #include <EGL/eglext.h> struct wl_display; struct wlc_backend_surface; struct ctx; struct wlc_context_api { void (*terminate)(struct ctx *context); bool (*bind)(struct ctx *context); bool (*bind_to_wl_display)(struct ctx ...
import {Component} from '@angular/core'; @Component({ selector: 'not-found', templateUrl: 'app/404.component/404.component.html', styleUrls: ['app/404.component/404.component.css'], }) export class NotFoundComponent {}
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Tue Aug 20 12:20:59 EDT 2013 --> <TITLE> mars.util Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-08-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javas...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>type_mat3x2.hpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="...
<?php require_once('library/HTML5/Parser.php'); require_once('library/HTMLPurifier.auto.php'); function arr_add_hashes(&$item,$k) { $item = '#' . $item; } function parse_url_content(&$a) { $text = null; $str_tags = ''; if(x($_GET,'binurl')) $url = trim(hex2bin($_GET['binurl'])); else ...
package com.example.exampleeureka; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class <API key> { @Test public void contextLoad...
using System.Runtime.Serialization; namespace BungieNetPlatform.Enums { [DataContract] public enum ForumPostSort { [EnumMember] Default = 0, [EnumMember] OldestFirst = 1 } }
using System.Net.Http; using System.Threading.Tasks; namespace WebApiContrib.IoC.Mef.Tests.Parts { public class <API key> : DelegatingHandler { private readonly HttpResponseMessage _response; public <API key>(HttpResponseMessage response) { _response = response; } ...
#include "gamelib/components/editor/LineBrushComponent.hpp" #include "gamelib/components/geometry/Polygon.hpp" #include "gamelib/components/rendering/MeshRenderer.hpp" #include "gamelib/core/ecs/Entity.hpp" #include "gamelib/properties/PropComponent.hpp" namespace gamelib { LineBrushComponent::LineBrushComponent() ...
UTILS var u = {}; u.distance = function (p1, p2) { var dx = p2.x - p1.x; var dy = p2.y - p1.y; return Math.sqrt((dx * dx) + (dy * dy)); }; u.angle = function(p1, p2) { var dx = p2.x - p1.x; var dy = p2.y - p1.y; return u.degrees(Math.atan2(dy, dx)); }; u.findCoord = function(p, d, a) { var b...
# coding: utf-8 unless defined?(CARDS_CONF) File.open(File.expand_path("../../cards_config.rb", __FILE__)) { |f| CARDS_CONF = eval(f.read()) if(CARDS_CONF.class == Hash) then f.close() end } end
package styles import ( "github.com/alecthomas/chroma" ) // Doom One 2 style. Inspired by Atom One and Doom Emacs's Atom One theme var DoomOne2 = Register(chroma.MustNewStyle("doom-one2", chroma.StyleEntries{ chroma.Text: "#b0c4de", chroma.Error: "#b0c4de", chroma.Comment:...
#include "multi_modelstruct.h" #include "multivar_support.h" #include <math.h> #include <assert.h> #include <gsl/gsl_linalg.h> #include <gsl/gsl_eigen.h> #include <gsl/gsl_blas.h> #include <gsl/gsl_errno.h> /** * ccs, 05.06.2012 * \todo this all needs to be checked carefully against an example that works in R * \tod...
const core = require('brigadehub-core') var pkg = require('./package.json') var brigade = require('./brigade')()[0] const bhConfig = { dotenv: require('./dotenv')(), info: '[Brigadehub]', version: pkg.version, brigade: brigade } core(bhConfig)