answer stringlengths 15 1.25M |
|---|
<?php
namespace anli\user\models;
use anli\user\models\TenantUser;
use Yii;
use yii\base\Model;
use yii\data\ActiveDataProvider;
/**
* TenantUserSearch represents the model behind the search form about `app\models\TenantUser`.
*/
class TenantUserSearch extends TenantUser
{
/**
* @inheritdoc
*/
publi... |
import{B as t,K as e}from"./index-82df5684.js";export default class extends t{connected(){const{host:t,params:s}=this,{name:o}=s,i=`--nu${o?"-"+o:""}-offset-x`,n=`--nu${o?"-"+o:""}-offset-y`,r=e=>{this._active=!0;const s=t.<API key>(),o=e.clientX-s.left,r=e.clientY-s.top,h=o/s.width*2-1,c=r/s.height*2-1;t.style.setProp... |
search_result['3225']=["<API key>.html","<API key>.Notes Property",""]; |
#include "q_constants.h"
#include "macros.h"
#include "qtypes.h"
#include "s_to_f_const_F4.h"
void
s_to_f_const_F4(
float *X,
uint64_t nX,
float val
)
{
for ( uint64_t i = 0; i < nX; i++ ) {
X[i] = val;
}
} |
<!-- HTML header for doxygen 1.8.11-->
<!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"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Kesh UI: UKUIListContainer Class Reference</title>
<... |
<?php
$REX['ADDON']['install']['ko_debug'] = 0; |
<script language="javascript">
$(document).ready(function(){
$(function() {
$("#pagination a").each(function() {
var g = window.location.href.slice(window.location.href.indexOf('?'));
var href = $(this).attr('href');
$(this).attr('href', href+g);
});
});
});
... |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search — Miruken-ES5 documentation</title>
... |
require 'spec_helper'
describe Booker::BusinessClient do
let(:base_url) { 'https://apicurrent-app.booker.ninja/webservice4/json/BusinessService.svc' }
let(:temp_access_token) { 'token' }
let(:<API key>) { Time.now + 1.minute }
let(:client_id) { 'client_id' }
let(:client_secret) { 'client_secret' }
let(:book... |
import * as Jungle from '../../../jungle'
const {Construct, Composite, Domain, Cell, j, J} = Jungle;
import * as Debug from '../../../util/debug'
describe("A Cell", function () {
Debug.Crumb.defaultOptions.log = console;
Debug.Crumb.defaultOptions.debug = true;
let cell;
beforeEach(function(){
ce... |
# <API key>: true
module RuboCop
module Cop
module Rails
# This cop is used to identify usages of http methods
# like `get`, `post`, `put`, `path` without the usage of keyword arguments
# in your tests and change them to use keyword arguments.
# @example
# # bad
# get :new,... |
// <auto-generated />
using Elections.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.In... |
package de.danoeh.antennapod.core;
import android.content.Context;
import de.danoeh.antennapod.core.cast.CastManager;
import de.danoeh.antennapod.core.preferences.PlaybackPreferences;
import de.danoeh.antennapod.core.preferences.<API key>;
import de.danoeh.antennapod.core.preferences.UserPreferences;
import de.danoeh.a... |
[;
exports.Portal = undefined;
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.... |
package construtores;
public class <API key> {
public static void main(String[] args) {
// Construtor c1 = new Construtor();
// System.out.println("--c1\n" + c1.getNomeERg() + "\n\n");
Construtor c2 = new Construtor("Odair");
System.out.println("--c2\n" + c2.getNomeERg() + "\n\n");
... |
package com.veaer.glass.viewpager;
import android.support.v4.view.ViewPager;
import com.veaer.glass.trigger.Trigger;
public class PagerTrigger extends Trigger implements ViewPager.<API key> {
private ColorProvider colorProvider;
private int startPosition, endPosition, maxLimit;
public static Trigger addTrig... |
#include "catch.hpp"
#include "SearchExpression.hpp"
using namespace quip;
TEST_CASE("Search expressions can be constructed from an empty expression.", "[<API key>]") {
SearchExpression expression("");
REQUIRE_FALSE(expression.valid());
}
TEST_CASE("Search expressions can be constructed from a simple expression.", ... |
/* global HTMLImageElement */
/* global HTMLCanvasElement */
/* global SVGElement */
import <API key> from "./<API key>.js";
import renderers from "../renderers";
import {<API key>} from "../exceptions/exceptions.js";
// Takes an element and returns an object with information about how
// it should be rendered
// This ... |
import EVENTS from '../events.js';
import external from '../externalModules.js';
import mouseButtonTool from './mouseButtonTool.js';
import touchTool from './touchTool.js';
import <API key> from '../util/<API key>.js';
import toolColors from '../stateManagement/toolColors.js';
import <API key> from '../util/<API key>.j... |
@import url(../../../https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(../../../https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(../../../https://fonts.googleapis.com/css?family=Raleway:400,300,700);
body,
input,
textarea,
.mbr-company .list-group-text {
font-family: 'Raleway'... |
using System;
class MalkoKote
{
static void Main()
{
int size = int.Parse(Console.ReadLine());
char character = char.Parse(Console.ReadLine());
//int height = size;
int width = size / 2 + 4;
int catBodyWidth = width / 2 + 1;
// part 1
Console.WriteLine("{0... |
<?php
use yii\helpers\Html;
use yii\widgets\DetailView;
/* @var $this yii\web\View */
/* @var $model common\models\Order */
$this->title = $model->id;
$this->params['breadcrumbs'][] = ['label' => 'Orders', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="col-xs-12">
<div class="row... |
import './organization';
import './storage'; |
#include "networkstyle.h"
#include "guiconstants.h"
#include <QApplication>
static const struct {
const char *networkId;
const char *appName;
const char *appIcon;
const char *titleAddText;
const char *splashImage;
} network_styles[] = {
{"main", <API key>, ":/icons/greencoin", "", ":/images/spla... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<html xmlns="http:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pymatgen.transformations.<API key> — pymatgen 2019.3.13 documentation... |
using System;
using Aop.Api.Domain;
using System.Collections.Generic;
using Aop.Api.Response;
namespace Aop.Api.Request
{
<summary>
AOP API: alipay.marketing.campaign.drawcamp.trigger
</summary>
public class <API key> : IAopRequest<<API key>>
{
<summary>
</summary>
public str... |
import assert from 'assert';
import sinon from 'sinon';
import fs from 'fs';
import stream from 'stream';
import { InsertStream } from '../';
/**
* Transform class to turn our string JSON data into objects.
*/
class TransformToObject extends stream.Transform {
constructor() {
super({objectMode:true});
}
_t... |
package main
import (
"errors"
"flag"
"fmt"
"go/ast"
"go/parser"
"go/token"
"log"
"os"
"path/filepath"
"strings"
"text/template"
)
const (
usageText = `SCANEO
Generate Go code to convert database rows into arbitrary structs.
USAGE
scaneo [options] paths...
OPTIONS... |
#include <core/stdafx.h>
#include <core/smartview/NickNameCache.h>
namespace smartview
{
void SRowStruct::parse()
{
cValues = blockT<DWORD>::parse(parser);
if (*cValues)
{
if (*cValues < _MaxEntriesSmall)
{
lpProps = std::make_shared<PropertiesStru... |
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include "mutt.h"
#include "mutt_curses.h"
#include "sort.h"
#include "charset.h"
#include "mutt_crypt.h"
#include "mutt_idna.h"
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
int mutt_is_mail_l... |
class <API key> < ActiveRecord::Migration[5.1]
def change
add_column :users, :provider, :string
add_column :users, :uid, :string
end
end |
<?php
if(!isset($_SESSION)){
session_start();
}
session_destroy();
header("Location: ../../../login.php");
exit; |
<?php
namespace Sylius\Bundle\PromotionBundle\Form\Type\Rule;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\<API key>;
use Symfony\Component\OptionsResolver\<API key>;
use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Component\Validator\Constraints\Type;
class <API key> extends Ab... |
// <summary>
// This class checks to make sure that only one instance of
// this application is running at a time.
// </summary>
// ReSharper disable once CheckNamespace
// ReSharper disable InconsistentNaming
namespace Microsoft.Shell
{
using System;
using System.Collections;
using System.Collectio... |
using System;
using System.Collections.Generic;
<summary>
Calculate sequence with queue.
100/100
https://judge.softuni.bg/Contests/Practice/Index/184
</summary>
namespace _05.<API key>
{
class SequenceWithQueue
{
static void Main()
{
decimal n = decimal.Parse(Console.ReadLine());
... |
from math import sqrt
def is_prime(x):
for i in xrange(2, int(sqrt(x) + 1)):
if x % i == 0:
return False
return True
def rotate(v):
res = []
u = str(v)
while True:
u = u[1:] + u[0]
w = int(u)
if w == v:
break
res.append(w)
return re... |
package main
import (
"encoding/json"
"errors"
"fmt"
"os"
"github.com/idahobean/npm-resource/check"
"github.com/idahobean/npm-resource/npm"
)
func main() {
NPM := npm.NewNPM()
command := check.NewCommand(NPM)
var request check.Request
if err := json.NewDecoder(os.Stdin).Decode(&r... |
import 'aurelia-polyfills';
import '<API key>';
import {initialize} from 'aurelia-pal-browser';
import { PLATFORM } from 'aurelia-pal';
initialize();
PLATFORM.moduleName('test/resources/view-model-1');
PLATFORM.moduleName('test/resources/view-model-1.html'); |
function saveData(ignoreempty) {
var ignoreempty = isUndefined(ignoreempty) ? 0 : ignoreempty;
var obj = $('postform') && (($('fwin_newthread') && $('fwin_newthread').style.display == '') || ($('fwin_reply') && $('fwin_reply').style.display == '')) ? $('postform') : ($('fastpostform') ? $('fastpostform') : $('p... |
<?php
namespace InoOicClient\Oic\Exception;
class <API key> extends \RuntimeException
{
} |
#ifndef <API key>
#define <API key>
#define <API key> 0x0341
#if defined(__MRC__)
/*
MrC[pp] compiler from Apple Computer, Inc.
*/
#define TARGET_CPU_PPC 1
#define TARGET_CPU_68K 0
#define TARGET_CPU_X86 0
#define TARGET_CPU_MIPS 0
#define TARGET_CPU_S... |
<!DOCTYPE html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v4.0.9,
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v4.0.9,
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href... |
/*jslint node: true */
'use strict';
var npm = require('npm');
module.exports = Npm;
function Npm (callback) {
var conf = {
jobs: 1
};
npm.load(conf, callback);
}
Npm.prototype.search = function (searchTerms, callback) {
npm.commands.search(searchTerms, true, callback);
};
Npm.prototype.view = function (nam... |
import { EmailTemplate } from 'email-templates'
import Promise from 'bluebird'
const sendgrid = require('sendgrid')(process.env.SENDGRID_MAILER_KEY)
const sendEmail = Promise.promisify(sendgrid.send, { context: sendgrid })
const DEVELOPMENT = process.env.NODE_ENV === 'development'
const sanitize = DEVELOPMENT ? require... |
import React, { useState } from 'react';
import { StyleSheet, ImageStyle, LayoutChangeEvent } from 'react-native';
import { Gesture, GestureDetector } from '<API key>';
import Animated, {
useAnimatedStyle,
useDerivedValue,
useSharedValue,
withSpring,
} from '<API key>';
import { SafeAreaView } from '<API key>';... |
<?php
namespace Extraload\Extractor;
interface ExtractorInterface extends \Iterator
{
public function extract();
} |
<!DOCTYPE html>
<html>
<head lang="en">
<base href="/">
<meta charset="UTF-8">
<title>WebStorm Angular unit-test templates test app</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
</head>
<body data-ng-app="aw.test" data-ng-controller="TestController as ctrl">
<h3>{{ct... |
#include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "init.h"
#include "walletmodel.h"
#include "addresstablemodel.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "optionsmodel.h"
#include "sendcoinsentry.h"
#include "guiutil.h"
#include "askpassphrasedialog.h"
#include "coincontrol.... |
#ifndef BITCOIN_NETBASE_H
#define BITCOIN_NETBASE_H
#if defined(HAVE_CONFIG_H)
#include "config/ion-config.h"
#endif
#include "compat.h"
#include "netaddress.h"
#include "serialize.h"
#include <stdint.h>
#include <string>
#include <vector>
extern int nConnectTimeout;
extern bool fNameLookup;
//! -timeout default
static... |
/* globals __dirname */
'use strict';
var autoprefixer = require('autoprefixer-core');
var Webpack = require('webpack');
var HtmlWebpack = require('html-webpack-plugin');
var path = require('path');
var npmPath = path.resolve(__dirname, 'node_modules');
var config = {
sassOptions : (
... |
#main > .container-fluid {
width: 100%;
}
.row-content {
display: flex;
flex-wrap: wrap;
min-height: 100%;
}
.row-content > [class*=col] {
display: flex;
flex-direction: column;
}
.row-screen {
text-align: right;
margin-right: 50px;
margin-bottom: 40px;
width: 100%;
}
#renderer {... |
MD.Keyboard = function(){
const keys = {
"v": { name: "Select tool", cb: ()=> state.set("canvasMode", "select") },
"q": { name: "Freehand tool", cb: ()=> state.set("canvasMode", "fhpath") },
"l": { name: "Line tool", cb: ()=> state.set("canvasMode", "fhplineath")},
"r": { name:... |
using System;
using System.Linq;
using System.Windows.Media;
using ICSharpCode.AvalonEdit.Document;
using ICSharpCode.AvalonEdit.Rendering;
using SolutionsUtilities.UI.WPF.Highlighting;
namespace Barings.Controls.WPF.CodeEditors.Highlighting
{
public class <API key> : <API key>
{
public string Word { pr... |
// NSDate+Helper.h
// YMDPickerVIewDemo
#import <Foundation/Foundation.h>
@interface NSDate (YMDExtensions)
+ (NSDate *)dateWithYear:(NSInteger)year month:(NSInteger)month day:(NSInteger)day;
- (NSInteger)year;
- (NSInteger)month;
- (NSInteger)day;
- (NSDate *) dateByAddingDays: (NSInteger) dDays;
@end |
<!-- Map -->
<section id="contact" class="map">
<div class="container">
<div class="row text-left">
<div class="col-lg-12 ">
<div class="row">
<div class="col-lg-12">
<h4 style="color:#006e89"><?php echo $kelas[0]['TRAIN... |
const path = require('path')
const sassTrue = require('sass-true')
const sassFile = path.join(__dirname, 'flex-columns.test.scss')
sassTrue.runSass({ file: sassFile }, describe, test) |
<div class="row">
<div id="base_url" data-base="<?php echo base_url(); ?>"></div>
<div class="col-lg-4 col-md-6">
<div class="x_panel">
<div class="x_title">
<h2><i class="fa fa-file"></i> Edit Form</h2>
<div class="clearfix"></div>
</div>
... |
<?php
class <API key> extends <API key>
{
/**
* @see <API key>
*/
public function redirect($url, $delay = 0, $statusCode = 302)
{
$this->dispatcher->notify(new sfEvent($this, 'dm.controller.redirect'));
return parent::redirect($url, $delay, $statusCode);
}
} |
import mock
from tests.compat import unittest
from tests.utils import APITestCase
import evelink.eve as evelink_eve
class EVETestCase(APITestCase):
def setUp(self):
super(EVETestCase, self).setUp()
self.eve = evelink_eve.EVE(api=self.api)
def <API key>(self):
self.api.get.return_value = ... |
// React app
import React from 'react'
import {render} from 'react-dom'
import App from './components/base_layout/App.jsx'
// Redux state manager
import { Provider } from 'react-redux'
import { createStore } from 'redux'
import reducers from './state_manager/reducers'
// Electron IPC communication events
import ipcRend... |
torch.<API key>('torch.FloatTensor')
require 'torch'
require 'image'
require "lib/getfilename"
require "lib/window"
require "lib/patch"
require "lib/calc_rsme"
-- read dataset:
function load_imgs(folderpath)
filepaths = getFilename(folderpath)
images = {}
for i, finame in pairs(filepaths) do
images[... |
/* Reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,e... |
var mongoose = require('mongoose'),
bcrypt = require('bcrypt'),
userSchema = mongoose.Schema({
fullName: { type: String },
email: { type: String, required: true, unique: true, lowercase: true },
password: { type: String, required: true },
user_avatar... |
try:
from calais import Calais
except ImportError: # pragma: no cover
Calais = None # NOQA
if Calais is not None:
def process_calais(content, key):
calais = Calais(key)
response = calais.analyze(content)
people = [entity["name"] for entity in getattr(response, "entities", []) if en... |
import datetime
day = datetime.datetime.now().weekday()
def get_sunday():
return "Today it's Sunday"
def get_monday():
return "Today it's Monday"
def get_tuesday():
return "Today it's Tuesday"
def get_wednesday():
return "Today it's Wednesday"
def get_thursday():
return "Today it's Thursday"
def get... |
<?php
/**
* <API key> class file.
*
* @author Anastaszor
*/
class <API key> extends
CachalotObject implements <API key>
{
/**
* The name of the column to drop
*
* @var string
*/
private $_column_name = null;
/**
* Sets the name of the column to drop.
*
* @param... |
Ext.define('sisprod.view.MobileUnit.UpdateMobileUnit', {
extend: 'sisprod.view.base.BaseDataWindow',
alias: 'widget.updateMobileUnit',
messages: {
basicDataTitle: 'Basic Data',
componentsTitle: 'Allocation of Components',
featuresTitle: 'Additional Features',
equipmentNameLab... |
from django.conf.urls import url
from timeline import views
urlpatterns = [
url(r'^$', views.timelines, name='timelines'),
] |
<svg version="1.1" class="o-icon__camera" id="Layer_1" xmlns="http:
viewBox="0 0 277.3 203" style="enable-background:new 0 0 277.3 203;" xml:space="preserve">
<style type="text/css">
.st0{fill:#302D33;}
.st1{fill:none;stroke:#302D33;stroke-width:2;stroke-miterlimit:10;}
.st2{fill:none;stroke:#302D33;st... |
// Tab
function trim(str) {
var regex1 = /^\s*/;
var regex2 = /\s*$/;
return (str.replace(regex1, "")).replace(regex2, "");
}
// elementeventlistener
function addEvent(element, event, listener, isCorrect) {
if (element.addEventListener) {
element.addEventListener(event, listener, isCorrect);
... |
/* 125.valid_palindrome
*/
public class Solution {
public int[] twoSum(int[] nums, int target) {
for (int i = 0; i < nums.length; i++) {
int ni = nums[i];
for (int j = i + 1; j < nums.length; j++) {
int nj = nums[j];
if (ni + nj == target) {
return new int[] {i, j};
... |
#import <Foundation/Foundation.h>
#import "ERNResourceFactory.h"
@interface <API key> : NSObject <ERNResourceFactory>
+(instancetype)create;
@end |
import * as React from 'react';
import {px2rem} from '@bizfe/biz-mobile-ui/build/util/util';
import {
Button,
LinearProgress,
CircleProgress
} from '@bizfe/biz-mobile-ui';
const styles = {
progress: {
width: '90%',
margin: '20px auto 0',
},
}
export default class Progress extends Rea... |
// IIFE our function
((exporter) => {
// Define our function and its properties
// These strings are used multiple times, so this makes things smaller once compiled
const func = 'function',
isNodeString = 'isNode',
d = document,
// Helper functions used throughout the script
... |
const fs = require('fs');
const dns = require('dns');
const argv = require('yargs').argv;
const Seismometer = require('./seismometer');
const Communicator = require('./communicator');
function assertOnline() {
return new Promise((fulfill, reject) => {
dns.resolve('www.google.com', err => {
if (err) {
... |
<nav class="navigation">
<section class="container">
<ul class="left-section sites">
<li>
<a href="{{site.baseurl}}">SearchDemo</a>
</li>
<li>
<a href="{{site.baseurl}}">Auto</a>
</li>
</ul>
<div class="right-section float-right">
<ul class=... |
export class Item {
constructor(public title: string) {
}
} |
module SharedAnalysisFetch
extend ActiveSupport::Concern
def analysis
inventory_id = params[:inventory_id]
id = params[:analysis_id] || params[:id]
@analysis = Analysis.where('inventory_id = ? AND (analyses.id = ? OR analyses.share_token = ?)', inventory_id.to_i, id.to_i, id).first
unless @analysis
... |
package in.iamkelv.balances.alarms;
import android.app.IntentService;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v4.app.Notificatio... |
<?php
/**
* @package axy\fs\ifs
* @author Oleg Grigoriev <go.vasac@gmail.com>
*/
namespace axy\fs\ifs;
/**
* The file stream meta data
*
* @SuppressWarnings(PHPMD.<API key>)
*/
class MetaData
{
/**
* The file name
*
* @var string
*/
public $filename;
/**
* TRUE if the stream ... |
package com.thecodeinside.easyfactory.core;
/**
* A factory's attribute.
*
* @author Wellington Pinheiro <wellington.pinheiro@gmail.com>
*
* @param <T> type of the attribute
*/
public class Attribute<T> {
private String id;
private T value;
public String getId() {
return this.id;
}
pub... |
import React from 'react';
import { Route, IndexRoute } from 'react-router';
import App from './App';
import <API key> from './IncredibleOffers/<API key>';
export default (
<Route path="/" component={App}>
<IndexRoute component={<API key>} />
<Route path="/special-offers" component={<API key>} />
<Route p... |
using System;
using Csla;
namespace <API key>.Business.ERLevel
{
public partial class <API key>
{
#region OnDeserialized actions
/*/// <summary>
This method is called on a newly deserialized object
after deserialization is complete.
</summary>
<param name="context... |
package com.syntacticsugar.vooga.gameplayer.objects.items.bullets;
import com.syntacticsugar.vooga.gameplayer.event.implementations.SlowEvent;
import com.syntacticsugar.vooga.gameplayer.objects.GameObjectType;
public class SlowBullet extends AbstractBullet {
public SlowBullet(BulletParams params, double speedDecrea... |
<?php
use Illuminate\Auth\Reminders\RemindableInterface;
use Illuminate\Auth\Reminders\RemindableTrait;
use Illuminate\Auth\UserInterface;
use Illuminate\Auth\UserTrait;
/**
* User
*
* @property-write mixed $password
* @property-read \Illuminate\Database\Eloquent\Collection|\Role[] $roles
* @property-read \Illumin... |
## Guidance on Selecting Inputs
* **Hospitalized COVID-19 Patients:**
The number of patients currently hospitalized with COVID-19 **at your hospital(s)**.
This number is used in conjunction with Hospital Market Share and Hospitalization % to estimate the total number of infected individuals in your region.
* **... |
from contextlib import contextmanager
from functools import wraps
from werkzeug.local import LocalProxy, LocalStack
<API key> = LocalStack()
__all__ = ("current_additions", "Additional", "AdditionalManager")
@LocalProxy
def current_additions():
"""
Proxy to the currently added requirements
"""
rv = <API... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; https:
<link rel="icon" href="favicon.ico">
<title>CompanyCvRequestDto.UserId Property</title>
<link rel="style... |
console.style('<css="color: rgba(0, 0, 0, 0.6);font-size: 30px;background-color: rgb(110, 110, 110);text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px; padding-left:10px;">Welcome to Ivy Theme</css>'); |
using System;
using Aop.Api.Domain;
using System.Collections.Generic;
using Aop.Api.Response;
namespace Aop.Api.Request
{
<summary>
AOP API: koubei.marketing.data.customreport.delete
</summary>
public class <API key> : IAopRequest<<API key>>
{
<summary>
</summary>
public stri... |
function normalizePort(val) {
var port = parseInt(val, 10);
if (isNaN(port)) {
// named pipe
return val;
}
if (port >= 0) {
// port number
return port;
}
return false;
}
var port = normalizePort(process.env.PORT || '3000');
module.exports = {
port: port,
db: 'mongodb://'+process.env.... |
using System;
using System.Collections.Generic;
namespace Algolia.Search.Models.Rules
{
<summary>
https://www.algolia.com/doc/tutorials/query-rules/<API key>/#<API key>
</summary>
public class Rule
{
<summary>
Unique identifier for the rule (format: [A-Za-z0-9_-]+).
</summary... |
(function() {
'use strict';
angular
.module('lcRegistration')
.config(["$routeProvider", function($routeProvider) {
$routeProvider
.when("/", {
templateUrl: "/client/app/regForm/regForm.html",
controller: "<API key>"
... |
// 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... |
layout: api
title: "v2.2.3 JavaScript Library: L.mapbox.sanitize(string)"
categories: api
version: v2.2.3
permalink: /api/v2.2.3/l-mapbox-sanitize
<h2 id="<API key>">L.mapbox.sanitize(string)</h2>
<p>A HTML sanitization function, with the same effect as the default value of the <code>sanitizer</code> option of <code><a... |
<?php
namespace Almendra\Http\Psr\Messages;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\StreamInterface;
/**
* Represents a response
*
* @package Almendra\Http
*/
class Response extends Message implements ResponseInterface
{
/**
* HTTP Response codes.
*
*/
const HTTP_CONTINUE = ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _180117_Lectures
{
class Program
{
static void Main(string[] args)
{
int numbersToAdd = int.Parse(Console.ReadLine());
decimal totalNumbers = 0M;
... |
export{C as CreateGameReducer,G as Game}from"./reducer-b8b81041.js";import"immer";export{I as InitializeGame}from"./initialize-2ee3d05a.js";export{A as Async}from"./base-c99f5be2.js"; |
-- https://wiki-bsse.ethz.ch/display/ITDOC/Check+size+of+tables+and+objects+in+PostgreSQL+database
SELECT relname as "Table",
pg_size_pretty(<API key>(relid)) As "Size",
pg_size_pretty(<API key>(relid) - pg_relation_size(relid)) as "External Size"
FROM pg_catalog.<API key> ORDER BY <API key>(relid) DESC; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.