answer
stringlengths
15
1.25M
// <API key>.h // Skim #import <Cocoa/Cocoa.h> #import "SKPreferencePane.h" @interface <API key> : SKPreferencePane { NSPopUpButton *<API key>; NSArray *<API key>; NSTextField *openFilesLabelField; NSMatrix *openFilesMatrix; NSTextField *<API key>; NSMatrix *savePasswordsMatrix; NSInteger ...
#ifndef <API key> #define <API key> class WebDatabase; namespace autofill { class <API key>; // Interface for doing Autofill work directly on the DB thread (used by // Sync, mostly), without fully exposing the <API key> to clients. class <API key> { public: virtual ~<API key>() {} // Get a raw pointer to the WebDa...
<?php require("login/login.php"); include 'monitor.inc'; include 'db_utils.inc'; $user_id = getCurrentUserId(); try { // Folder if (isset($_REQUEST['folderId']) && ($folderId = $_REQUEST['folderId'])) { $_SESSION['alertFolderId'] = $folderId; } if (!isset($_SESSION['alertFolderId'])) {...
from django import forms from django.core.urlresolvers import reverse, NoReverseMatch from django.contrib.contenttypes.models import ContentType from django.core.exceptions import ObjectDoesNotExist from django.core.validators import URLValidator from treenav.models import MenuItem from mptt.forms import TreeNodeChoice...
<?php use yii\helpers\Html; use yii\helpers\ArrayHelper; use kartik\grid\GridView; use yii\helpers\Url; use yii\web\View; $this->title = 'Bentuk Obats'; $this->params['breadcrumbs'][] = $this->title; /* * Tombol Create * create */ function tombolCreate(){ $title1 = Yii::t('app', 'New Bentuk Obat'); $url ...
<?php use yii\widgets\Breadcrumbs; use dmstr\widgets\Alert; ?> <div class="content-wrapper"> <section class="content-header"> <?php if (isset($this->blocks['content-header'])) { ?> <h1><?= $this->blocks['content-header'] ?></h1> <?php } else { ?> <h1> <?php ...
<!doctype html> <html> <head> <title>Error</title> </head> <body> <h1>An Error Occurred</h1> <pre> {{.URL}} </pre> {{with .Error -}} <p> Error: {{.}}. </p> {{end}} <p> <a href="{{.Home}}">Home</a> </p> </body> </html>
<?php use yii\easyii\helpers\Image; use yii\easyii\models\Photo; use yii\easyii\widgets\Fancybox; use yii\helpers\Html; use yii\helpers\Url; use yii\easyii\assets\PhotosAsset; PhotosAsset::register($this); Fancybox::widget(['selector' => '.plugin-box']); $class = get_class($this->context->model); $item_id = $this->cont...
#include "ui/aura/root_window.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/aura/event.h" #include "ui/aura/test/aura_test_base.h" #include "ui/aura/test/<API key>.h" #include "ui/aura/test/test_windows.h" #include "ui/base/hit_test.h" #include "ui/gfx/point.h" #include "ui/gfx/rect.h" namespace aura {...
// modification, are permitted provided that the following conditions // are met: // documentation and/or other materials provided with the distribution. // 3. Neither the name of the project nor the names of its contributors // may be used to endorse or promote products derived from this software // THIS SOFTWAR...
#define <API key> #include "boost/test/unit_test.hpp" #include "boost/random.hpp" #include "boost/log/trivial.hpp" #include "boost/log/utility/setup/file.hpp" #include "boost/log/utility/setup/common_attributes.hpp" #include "boost/log/sources/severity_logger.hpp" #include "boost/noncopyable.hpp" #include "libq/fixed_p...
import { <API key>, ChangeDetectorRef, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { Select, Store } from '@ngxs/store'; import { CDNLine, CDNStreamFilter, PipelineStatus } from 'app/model/pipeline.model'; import { Project ...
module Graphics.Vty.Widgets.Builder.SrcHelpers ( defAttr , toAST , call , bind , tBind , noLoc , act , expr , mkTyp , parseType , mkList , parens , mkName , mkString , mkInt , mkChar , mkTup , opApp , mkLet , mkImportDecl , nameStr ...
window.addEventListener('WebComponentsReady', () => { 'use strict'; const app = Polymer.dom(document).querySelector('x-app'); const swCache = Polymer.dom(document).querySelector('platinum-sw-cache'); document.addEventListener('<API key>', () => { // environment. if (!swCache.disabled) { app.showTo...
// modification, are permitted provided that the following conditions are // met: // with the distribution. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse or promote products derived // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT //...
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE <API key> #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE CPP #-} module Control.Distributed.Process.Serializable ( Serializable , encodeFingerprint , decodeFingerprint , fingerprint , sizeOfFingerprint , Fingerprint , show...
#ifndef <API key> #define <API key> NPY_NO_EXPORT intp parse_subindex(PyObject *op, intp *step_size, intp *n_steps, intp max); NPY_NO_EXPORT int parse_index(PyArrayObject *self, PyObject *op, intp *dimensions, intp *strides, intp *offset_ptr); NPY_NO_EXPORT PyObject *iter_subscript(PyArrayIterObject *, PyOb...
#include "elm/python/signalpy.h" #include <boost/python/extract.hpp> #include <boost/python/list.hpp> #include <boost/python/str.hpp> #define <API key> COOL_ARRAY_API #define NO_IMPORT_ARRAY #define <API key> NPY_1_7_API_VERSION #include <numpy/ndarrayobject.h> #include <opencv2/core/core.hpp> #include "elm/python/argi...
<?php defined('SYSPATH') or die('No direct script access'); class <API key> extends Controller { public function action_delete() { // validate if (!$this->request->param('id')) return false; // load hte object $portfolio = ORM::factory('portfolio')->where('id', '=', $this->reques...
*> \brief \b CLA_GBRFSX_EXTENDED * * =========== DOCUMENTATION =========== * * Online html documentation available at * http: * *> \htmlonly *> Download CLA_GBRFSX_EXTENDED + dependencies *> <a href="http: *> [TGZ]</a> *> <a href="http: *> [ZIP]</a> *> <a href="http: *> [TXT]</a> *> \endhtmlonly * * Defini...
<?php namespace ZendTest\Filter; use ArrayObject; use PHPUnit\Framework\TestCase; use Zend\Filter\Exception; use Zend\Filter\FilterPluginManager; use Zend\Filter\Inflector as InflectorFilter; use Zend\Filter\PregReplace; use Zend\Filter\StringToLower; use Zend\Filter\StringToUpper; use Zend\Filter\Word\CamelCaseToDash;...
module Utils ( wordCount, makeBatch, accuracy ) where import Control.Arrow ( (&&&) ) import Data.List ( sort, group, reverse, nub ) import Control.Monad ( join ) wordCount :: (Eq a, Ord a) => [a] -> [(a, Int)] wordCount = map (head &&& length) . group . sort makeBatch :: Int -> [a] -> [[a]] makeBatch _ [...
// <API key>: 2015 C. Ramakrishnan / Illposed Software // <API key>: 2021 Robin Vobruba <hoijui.quaero@gmail.com> // <API key>: BSD-3-Clause package com.illposed.osc.argument.handler; import com.illposed.osc.argument.OSCMidiMessage; import com.illposed.osc.OSCParseException; import com.illposed.osc.<API key>; import ja...
module Data.Aeson.TH.Extra where import Data.Aeson.TH ( defaultOptions , Options(..) ) import Data.String.Extra (dropL1) prefixRemovedOpts :: Int -> Options prefixRemovedOpts i = defaultOptions {fieldLabelModifier = dropL1 i}
#!/usr/bin/env python # Script which demonstrates how to find the best-fit # parameters of a Voigt line-shape model # Vog, 26 Mar 2012 import numpy from matplotlib.pyplot import figure, show, rc from scipy.special import wofz from kapteyn import kmpfit ln2 = numpy.log(2) def voigt(x, y): # The Voigt function is also...
<nav class="navbar navbar-static-top navbar-default" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header"> <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span>...
# Generated by Django 2.1.7 on 2019-04-26 17:55 from django.db import migrations, models from scheduler.models import RepeatableJob from django.utils import timezone from django_rq import job @job("short") def <API key>(apps, schema_editor): job, created = RepeatableJob.objects.get_or_create( callable="meta...
package com.cflint; import static org.junit.Assert.assertEquals; import java.io.IOException; import java.util.Arrays; import java.util.Collection; import java.util.List; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import cfml.parsing.reporting...
// This file is auto-generated from // gpu/vulkan/generate_bindings.py // It's formatted by clang-format using chromium coding style: // clang-format -i -style=chromium filename // DO NOT EDIT! #include "gpu/vulkan/<API key>.h" #include "base/logging.h" #include "base/no_destructor.h" namespace gpu { <API key>* <API...
package com.salesforce.keystone.roadrunner; import com.google.protobuf.Message; import com.salesforce.keystone.roadrunner.bytes.ByteConverter; import com.salesforce.keystone.roadrunner.exception.<API key>; import com.salesforce.keystone.roadrunner.header.RoadRunnerHeader; import com.salesforce.keystone.roadrunner.msgma...
#!/usr/bin/ruby -w require 'nokogiri' require 'open-uri' # All the documentation pages are attached to this URL aws_doc_root = 'http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/' def parse_page(url) doc = Nokogiri::HTML(open(url)) # Extract the topic from the page topic = doc.search('//h1[@class="top...
from django.contrib.auth import get_user_model from django.views.generic import DetailView from rest_framework import viewsets from rest_framework import permissions from rest_framework.decorators import detail_route, list_route from rest_framework.response import Response from .serializers import UserSerializer class ...
<?php namespace com\mohiva\test\elixir\document\expression\nodes; use com\mohiva\elixir\document\expression\nodes\OperandNode; use com\mohiva\elixir\document\expression\nodes\<API key>; class <API key> extends \<API key> { /** * Test if the `evaluate` method returns the correct value for the operation. */...
import sys # pragma: no cover from remoteappmanager.command_line_config import ( CommandLineConfig) # pragma: no cover from remoteappmanager.environment_config import ( EnvironmentConfig) # pragma: no cover from remoteappmanager.file_config import FileConfig # pragma: no cover from tornado.options import...
// @ts-nocheck // TODO(crbug.com/1011811): Enable TypeScript compiler checks import * as Common from '../common/common.js'; import {HeapProfilerModel} from './HeapProfilerModel.js'; // eslint-disable-line no-unused-vars import {RuntimeModel} from './RuntimeModel.js'; import {SDKModelObserver, TargetManager} from './SD...
package com.esotericsoftware.kryo.serializers; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.security.<API key>; import java.u...
package org.chromium.chrome.browser.language.settings; import android.content.Context; import android.text.TextUtils; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.view.accessibility.<API key>; import android.view.accessibili...
#ifndef <API key> #define <API key> #include <deque> #include <memory> #include <set> #include <string> #include <vector> #include "base/gtest_prod_util.h" #include "base/json/json_reader.h" #include "base/macros.h" #include "base/memory/singleton.h" #include "base/metrics/histogram_macros.h" #include "base/metrics/use...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_91) on Tue Dec 29 12:43:43 AEDT 2015 --> <title>GOST3410Key (Bouncy Castle Library 1.54 API Specification)</title> <meta name="date" content="2015-12-29"> <link rel="stylesheet" type="text/css" href="../../../../s...
<?php namespace Course\Service; use \Doctrine\ORM\EntityManager; use Zend\ServiceManager\<API key>; use Zend\ServiceManager\<API key>; abstract class AbstractFacade implements <API key>, IFacade { /** * @var \Doctrine\Orm\EntityManager */ protected $entityManager = null; protected $eventManager; ...
#include "remoting/test/fake_socket_factory.h" #include <algorithm> #include <cstddef> #include <cstdlib> #include <string> #include "base/bind.h" #include "base/callback.h" #include "base/location.h" #include "base/macros.h" #include "base/numerics/math_constants.h" #include "base/<API key>.h" #include "base/threading...
// <API key>.h // barcamp #import <UIKit/UIKit.h> #import "MBProgressHUD.h" @class <API key>; @class Place; @interface <API key> : <API key> <<API key>>{ NSArray *allPlaces; Place *selectedPlace; MBProgressHUD *HUD; @private <API key> *unconfVC; } @property (nonatomic, retain) IBOutlet UITableView...
<?php namespace User\Form; use Zend\InputFilter\InputFilter; class CreateAccountFilter extends InputFilter { public function __construct() { $this->add(array( 'name' => 'username', 'required' => true, 'validators' => array( array( ...
package test; import java.util.Collection; import java.util.HashSet; /** * @author kalpana_thakur * */ public class User { private Long id; /** * lastName. */ private String lastName; /** * firstName. */ private String firstName; /** * emailAddress. */ privat...
{-#LANGUAGE FlexibleInstances #-} {-#LANGUAGE FlexibleContexts #-} {-#LANGUAGE LambdaCase #-} {-#LANGUAGE <API key> #-} {-#LANGUAGE OverloadedStrings #-} {-#LANGUAGE Rank2Types #-} {-#LANGUAGE ScopedTypeVariables #-} module Twilio.Types ( APIVersion(..) , module X -- * Misc , makeTwilioRequest , makeTwilioR...
#ifndef _PB_SYSHDR_WIN_H_ #define _PB_SYSHDR_WIN_H_ /* stdint.h subset */ #ifdef HAVE_STDINT_H #include <stdint.h> #else /* You will need to modify these to match the word size of your platform. */ typedef signed char int8_t; typedef unsigned char uint8_t; typedef signed short int16_t; typedef unsigned short uint16_t; ...
package generator import ( "bytes" "fmt" "log" "os" "path" "strings" "github.com/golang/protobuf/proto" "github.com/golang/protobuf/protoc-gen-go/descriptor" google_protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" plugin "github.com/golang/protobuf/protoc-gen-go/plu...
from django.test import Client from questionnaire.forms.sections import SectionForm, SubSectionForm from questionnaire.models import Questionnaire, Section, SubSection from questionnaire.tests.base_test import BaseTest class SectionsViewTest(BaseTest): def setUp(self): self.client = Client() self.us...
namespace Platform.VirtualFileSystem { public interface IFileHashingService : IHashingService { new IFile OperatingNode { get; } } }
import pyaf.Bench.TS_datasets as tsds import tests.artificial.<API key> as art art.process_dataset(N = 32 , FREQ = 'D', seed = 0, trendtype = "MovingAverage", cycle_length = 12, transform = "Integration", sigma = 0.0, exog_count = 100, ar_order = 0);
// This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks indicating autogenerated code o...
import { nullTranslator } from '@jupyterlab/translation'; import Input from '@material-ui/core/Input'; import { shallow } from 'enzyme'; import 'jest'; import * as React from 'react'; import { CommitMessage, ICommitMessageProps } from '../../src/components/CommitMessage'; describe('CommitMessage', () => { const t...
using System; using System.Data; using System.Data.OleDb; namespace MyMeta.Sql { #if ENTERPRISE using System.Runtime.InteropServices; [ComVisible(true), ClassInterface(ClassInterfaceType.AutoDual), ComDefaultInterface(typeof(IDomains))] #endif public class SqlDomains : Domains { public SqlDomain...
<?php defined('SYSPATH') or die('No direct script access.'); class <API key> extends <API key> { public $assert_auth = array('login', 'editor'); public $assert_auth_actions = array( 'delete' => array('admin'), ); public function action_index() { $pages = ORM::factory('page')->get_all...
<!DOCTYPE html> <html> <body> <script type="module"> import './<API key>.js'; window.onmessage = async message => { if (message.data !== 'Ready') { return; } try { await window.<API key>('https://play.google.com/billing'); parent.postMessage('Success', '*'); } catch (error) { ...
#ifndef <API key> #define <API key> #include <memory> #include "ash/ash_export.h" #include "base/macros.h" #include "cc/paint/paint_flags.h" #include "ui/display/display.h" #include "ui/gfx/animation/linear_animation.h" #include "ui/views/animation/<API key>.h" #include "ui/views/view.h" #include "ui/views/widget/uniqu...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.cpp Label Definition File: <API key>.label.xml Template File: <API key>.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Management Routines * BadSource: malloc Allocate data using malloc() * GoodSource: Allocate data using new * Sinks: * GoodSi...
<!DOCTYPE html> <html xmlns="http: <head> <meta charset="utf-8" /> <title>statsmodels.sandbox.regression.gmm.GMM.gradient_momcond &#8212; statsmodels v0.10.1 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.cs...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_16) on Thu Aug 06 18:12:56 PDT 2009 --> <TITLE> All Classes (CaMachineLearning API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameH...
package eu.sarunas.atf.meta.sut; import java.util.ArrayList; import java.util.List; public class Library extends Element implements ILibrary { public Library(Project project, String name, Object sourceElement) { super(name, sourceElement); this.project = project; }; public void addPackag...
<!doctype html> <! Copyright (c) 2012, Motorola Mobility LLC. 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 retain the above copyright notice, this list of condit...
import numpy as np from holoviews.core.overlay import NdOverlay from holoviews.core.spaces import HoloMap from holoviews.element import Points from .testplot import TestMPLPlot, mpl_renderer from ..utils import ParamLogStream try: from matplotlib import pyplot except: pass class TestPointPlot(TestMPLPlot): ...
// This file is part of the MFEM library. For more information and source code // MFEM is free software; you can redistribute it and/or modify it under the // CONTRIBUTING.md for details. #include "bench.hpp" #ifdef MFEM_USE_BENCHMARK using namespace mfem; // Default macro to register the tests #define <API key>(x) BEN...
CKEDITOR.plugins.setLang( 'table', 'no', { border: 'Rammer', caption: 'Tittel', cell: { menu: 'Celle', insertBefore: 'Sett inn celle før', insertAfter: 'Sett inn celle etter', deleteCell: 'Slett celler', merge: 'Slå sammen celler', mergeRight: 'Slå sammen høyr...
# OCCAM # modification, are permitted provided that the following conditions are met: # and/or other materials provided with the distribution. # * Neither the name of SRI International nor the names of its contributors may # be used to endorse or promote products derived from this software without # AND ANY EXPRESS...
// Use of this source code is governed by a BSD-style // +build !appengine package main import "net/http" func getuser(w http.ResponseWriter, r *http.Request) string { return "anonymous" } func signout(w http.ResponseWriter, r *http.Request) { }
import { assert } from '../../../platform/chai-web.js'; import { SingletonOpTypes } from '../../../crdt/lib-crdt.js'; import { StorageProxy, NoOpStorageProxy } from '../storage-proxy.js'; import { ProxyMessageType } from '../store-interface.js'; import { MockHandle, MockStoreInfo, MockStore } from '../testing/test-stor...
<!DOCTYPE html> <html xmlns="http: <head> <meta charset="utf-8" /> <title>2018-10-30 conda-forge meeting &#8212; conda-forge 2020.12.21 documentation</title> <link rel="stylesheet" href="../../_static/cloud.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css...
{% load staticfiles %} {% load static %} <section class="no-padding bg-primary" id="travel"> <div class="cd-scrolling-bg-top"> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1"> <h2 class="section-heading text-center">{{travel_de...
# coding=utf-8 from __future__ import unicode_literals, division import sys import logging from subprocess import Popen, PIPE import shutil import os import re from os.path import join as pjoin from PIL import Image from django.utils.six import StringIO from django.core import management from django.core.files.storage ...
#include "device/fido/cable/v2_handshake.h" #include "base/numerics/safe_math.h" #include "base/strings/<API key>.h" // TODO REMOVE #include "components/cbor/reader.h" #include "components/cbor/writer.h" #include "components/device_event_log/device_event_log.h" #include "crypto/aead.h" #include "device/fido/fido_const...
package edu.wustl.common.querysuite.metadata.path; import java.io.Serializable; import java.util.List; import edu.common.dynamicextensions.domaininterface.EntityInterface; import edu.wustl.common.querysuite.metadata.associations.IAssociation; /** * @version 1.0 * @created 22-Dec-2006 2:49:27 PM */ public interface I...
#include <ostream> #include <string> #include <utility> #include "base/base64.h" #include "base/bind.h" #include "base/command_line.h" #include "base/feature_list.h" #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/strings/pattern.h" #include "base/strings/string_piece.h" #include "bas...
// SeqAn - The Library for Sequence Analysis // modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // * Neither the name of Knut Reinert or the FU Berlin nor the names of // its contributors ...
layout: none <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http: <channel> <title>{{ page.title }} | {{ site.name }}</title> <description>{{ site.description }}</description> <link>{{ site.url }}</link> <atom:link href="{{ page.baseurl }}" rel="self" type="application/rss+xml" ...
<!DOCTYPE html> {% load i18n %} {% load static from staticfiles %} {% load url from future %} <html> <head> <meta charset="utf-8"> <title>Bakery &ndash; Cookiecutter Index</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {# TODO: only in debug build #} {% if debug %} ...
#!/bin/bash # No printf parameters # Simple BASH script to run and time a series of GAMS jobs to compare the run # time of binary vs clustered unit commitment both with and without capacity # expansion decisions # To actually submit the job use: # qsub SCRIPT_NAME # Version History # Ver Date Time Who ...
<?php // WARNING // WARNING, Changes made to this file will be clobbered // WARNING // WARNING, Please make changes on poeditor instead of here ?> subject: (Erinnerung) {if:transfer.files>1}Dateien stehen{else}Datei steht{endif} zum Download bereit subject: (Erinnerung) {transfer.subject} {alternative:plain} Sehr gee...
module.exports = function init<TwitterConsumerkey>(config, db, app, passport) { if (!config.auth.twitter) { return null; } var twitterStrategy = require('passport-twitter').Strategy; passport.use(new twitterStrategy( config.auth.twitter, function(token, tokenSecret, profile, done...
package com.xxmicloxx.znetworklib.codec; public interface NetworkPacket extends Packet { public CodecResult readNetwork(PacketReader reader); public CodecResult writeNetwork(PacketWriter writer); }
<dom-module id="shared-style"> <template> <style> :root { --card-border-color: rgba(0, 0, 0, 0.14); --<API key>: 8px; --card-max-width: 960px; --card-min-width: 550px; --<API key>: 20px; --card-padding-side: 24px; --card-sizing: { margin: 0 a...
# Toggl Button Chrome extension Add Toggl one-click time tracking to popular web tools. ## Compatible services - [TeamWeek][2] - [Pivotal tracker][3] - [Github][4] - [Asana][5] - [Unfuddle][6] - [Gitlab][7] - [Trello][8] - [Worksection][9] - [Redbooth (old UI)][10] - [Podio][11] - [Basecamp][12] ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace xwalk { class TwoinoneTest { private TabletMonitor _monitor; TwoinoneTest(TabletMonitor monitor) { _monitor = monitor; ...
<?php defined('SYSPATH') OR die('No direct script access.'); abstract class Stats_Widget extends Kohana_Stats_Widget {}
<?php // Generated by ZF2's ./bin/classmap_generator.php return array( 'Courses\Module' => __DIR__ . '/Module.php', 'Courses\Controller\IndexController' => __DIR__ . '/src/Courses/Controller/IndexController.php', 'Courses\Controller\CoureurController' => __DIR__ . '/src/Courses/Contro...
/* This file contains the functions for converting C expressions to different data types. The only entry point is `convert'. Every language front end must have a `convert' function but what kind of conversions it does will depend on the language. */ /* !kawai! */ #include "../gcc/config.h" #include "../gcc/s...
<?php $get = Yii::$app->request->get(); ?> <aside class="aside-block col-lg-3 col-md-3 hidden-sm hidden-xs"> <form action="<?=\yii\helpers\Url::to('/tours/index/')?>" method="get"> <div class="<API key>"> <select class="selectpicker common-button common-button--thin" name="category"> ...
package org.javasimon; import org.javasimon.callback.Callback; import org.javasimon.callback.CompositeCallback; import org.javasimon.utils.SystemDebugCallback; import java.io.<API key>; import java.io.FileReader; import java.io.InputStream; import java.io.InputStreamReader; import java.util.Collection; /** * SimonMana...
#ifndef <API key> #define <API key> 1 #include <stddef.h> #include <stdbool.h> typedef struct ringbuf *ringbuf_t; ringbuf_t ringbuf_init(size_t initsize); void ringbuf_dispose(ringbuf_t b); bool ringbuf_empty(ringbuf_t b); void ringbuf_clear(ringbuf_t b); size_t ringbuf_count(ringbuf_t b); size_t ringbuf_get(ringbuf_t ...
from django_sprinkler.models import Program, Context from datetime import datetime import pytz, logging from django.conf import settings logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG if settings.DEBUG else logging.INFO) logger_watering = logging.getLogger("watering") logger_watering.setLevel(logger...
#include "chrome/utility/importer/ie_importer_win.h" #include <ole2.h> #include <intshcut.h> #include <shlobj.h> #include <stddef.h> #include <urlhist.h> #include <wininet.h> #include <algorithm> #include <map> #include <string> #include <vector> #include "base/files/file_enumerator.h" #include "base/files/file_path.h"...
<a name="2.0.0"></a> # 2.0.0 (2017-07-25) * chore(package): update dependencies ([e797438](https://github.com/RisingStack/cache/commit/e797438)) BREAKING CHANGE: drop Node v4 support <a name="1.3.5"></a> ## 1.3.5 (2017-03-29) feat * feat(cache): allow zero expire, document (#12) 57c02fa <a name="1.3.4"></a> ## 1.3.4 (2...
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=10.197.1.235:8889;dbname=programathon2016;', 'username' => 'local', 'password' => 'local', 'charset' => 'utf8', ];
/* Allows direct buffer access */ #define VTK_WRAPPING_CXX #define <API key> #include <vtkDataArrayWrap.h> #include "<API key>.h" #include "vtkObjectWrap.h" #include "plus.h" using namespace v8; void <API key>::GetBuffer(const Nan::<API key><v8::Value>& info) { <API key> *wrapper = ObjectWrap::Unwrap<<API key>>(inf...
export default {"viewBox":"0 0 52 52","xmlns":"http:
# imapfilter-docker CentOS based image with imapfilter configured and setup to run your volume mounted imapfilter config files. # Usage `docker run -d -v ~/.imapfilter:/imapfilter/.imapfilter maxandersen/imapfilter-docker <password>` [![](https: [![nodesource/node](http:
#include "config.h" #include "core/frame/csp/<API key>.h" #include "bindings/core/v8/<API key>.h" #include "bindings/core/v8/ScriptController.h" #include "core/dom/DOMStringList.h" #include "core/dom/Document.h" #include "core/dom/SandboxFlags.h" #include "core/events/<API key>.h" #include "core/frame/LocalDOMWindow.h"...
module Khipu CERT_PROD = %q{ <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key>/f6C/5V/<API key>/OEiL <API key> 0IXoiRuZWPh9JkbGyl/tSd/<API key> xMqTGrujDnA3qF/<API key> GlHX2hWyVJ2Tc+<API key>+/<API key> <API key>+a6tv2E2yy/<API key> <API...
# Be sure to restart your server when you modify this file. # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attack...
#define <API key> "MapProjection" #define <API key> CL_ALL_FILE #include "CoreDebugPrint.h" #include "config.h" #include "MapProjection/MapProjection.h" #include "PixelBox.h" #include "FixedPointType.h" #include <algorithm> #include "SphericalCamera.h" #include "WGS84Coordinate.h" #include "MC2Coordinate.h" int32 MapPr...