answer
stringlengths
15
1.25M
<?php final class <API key> extends Phobject { const REPOSITORY_TYPE_GIT = 'git'; const REPOSITORY_TYPE_SVN = 'svn'; const <API key> = 'hg'; public static function <API key>() { $map = self::<API key>(); return ipull($map, 'name'); } public static function <API key>($type) { $s...
@charset 'UTF-8'; @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic'); @import url('font-awesome.min.css'); /* Basic */ /* Table */ /* Form */ /* Section/Article */ /* Image */ /* Bu...
package com.kv.structural.bridge; public class Street extends AbstractRoad { public void run() { super.run(); aCar.run(); System.out.println(""); } }
package ${package}.conf; import ${package}.dao.ItemDao; import com.google.inject.Inject; import fathom.conf.Fathom; import fathom.exception.FathomException; import fathom.realm.Account; import fathom.rest.RoutesModule; import fathom.rest.security.AuthConstants; import fathom.rest.security.CSRFHandler; import fathom.res...
<?php /* * DTOAN * author : Pham Duy Toan * Email : ghostkissboy12@gmail.com */ class AdminUserIdentity extends UserIdentity { public $_id; public $applicationId = BE; private $status = 1; public $role_id; protected $_isAdmin = false; const <API key> = 35; const <API key> = 4; publi...
// <auto-generated> // :2.0.50727.8745 // </auto-generated> namespace MsgPack.Serialization.<API key> { [System.CodeDom.Compiler.<API key>("MsgPack.Serialization.CodeDomSerializers.<API key>", "0.9.0.0")] [System.Diagnostics.<API key>()] public class MsgPack_Serialization_PolymorphicMemberTypeKnownType...
#include <stdint.h> #include <linux/i2c-dev.h> #include <sys/ioctl.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <linux/i2c.h> #define MPL3115A2_ADDRESS (0x60) // 1100000 #define <API key> (0x00) #define <API key> 0x02 #define <API key> ...
# Lint as: python3 """Unit tests for dmiparse.""" import os import dmiparse from google3.pyglib import resources from google3.testing.pybase import googletest TEST_PATH = 'google3/third_party/py/dmiparse/test_data' class DmiParserTest(googletest.TestCase): def setUp(self): super(DmiParserTest, self).setUp() d...
/* $NetBSD: init.c,v 1.1.1.4 2014/05/28 09:58:51 tron Exp $ */ /* $OpenLDAP$ */ #include "perl_back.h" #include "../config.h" #ifdef PERL_SYS_INIT3 #include <ac/unistd.h> /* maybe get environ */ extern char **environ; #endif static void perl_back_xs_init LDAP_P((<API key>)); EXT void boot_DynaLoader LDAP_P...
DEBUG = True <API key> = 'sqlite:///../instance/pa-hotness.db'
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
// <auto-generated/> #nullable disable using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.Network.Models { public partial class ExpressRoutePort : <API key> { void <API key>.Write(Utf8JsonWriter writer) { writer.WriteStartObjec...
#!/usr/bin/python # -*- coding: utf-8 -*- import sys if sys.version_info >= (3, 0): from unittest.mock import patch else: from mock import patch from pyfakefs import <API key> from shellfoundry.utilities.config.config_context import ConfigContext from shellfoundry.utilities.config.<API key> import ConfigFileCre...
package cn.felord.wepay.ali.sdk.api.domain; import cn.felord.wepay.ali.sdk.api.AlipayObject; import cn.felord.wepay.ali.sdk.api.internal.mapping.ApiField; /** * * * @author auto create * @version $Id: $Id */ public class <API key> extends AlipayObject { private static final long serialVersionUID = <API key>; ...
package uk.gov.phe.erdst.sc.awag.service.extractor; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import uk.gov.phe.erdst.sc.awag.datamodel.Assessment; import uk.gov.phe.erdst.sc.awag.datamodel.AssessmentReason; import uk.gov.phe.erdst.sc.awag.shared.test.TestConstants; @Test(groups = ...
# AUTOGENERATED FILE FROM balenalib/<API key>:jessie-build ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN for key in \ <API key> \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --batch --keys...
img { max-width: 110%; height: auto; } .clearfix { clear: both; } .rowcolor { background-color: #CCCCCC; } .padall { padding: 10px; } .icon { font-size: 23px; color: #197BB5; } /* for fixed navbar */ body { padding-top: 50px; } .index-header { width: 100%; padding-bottom:20px; padding-top:...
# AUTOGENERATED FILE FROM balenalib/up-squared-alpine:3.11-build # remove several traces of python RUN apk del python* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudorandom.co.uk>" imported...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.P24.html"> </head> <body> <p>Redirecting to <a href="type.P24.html">type.P24.html</a>...</p> <script>location.replace("type.P24.html" + location.search + location.hash);</script> </body> </html>
import React from "react" import {Spring, config} from "react-spring" import "./style.scss" class SkillItem extends React.Component { render() { let { name, level, index } = this.props // console.log("skillitem:",this.props) return ( <d...
#ifndef <API key> #define <API key> struct wine_preload_info { void *addr; size_t size; }; #endif /* <API key> */
var authModule = angular.module('authModule',['ngRoute']) authModule.service("AuthService", function(){ function url_base64_decode(str){ return window.atob(str) } this.url_base64_decode = url_base64_decode }) authModule.controller('AuthCtrl', function($scope, $http, $window, AuthService){ $scope...
package com.jetbrains.jsonSchema.impl; import com.intellij.codeInsight.AutoPopupController; import com.intellij.codeInsight.completion.*; import com.intellij.codeInsight.lookup.LookupElement; import com.intellij.codeInsight.lookup.<API key>; import com.intellij.ide.DataManager; import com.intellij.internal.statistic.Us...
package com.didichuxing.doraemonkit.config; import com.didichuxing.doraemonkit.constant.SharedPrefsKey; import com.didichuxing.doraemonkit.util.DoKitSPUtil; public class GlobalConfig { /** * * * @param isRunning */ public static void setAppHealth(boolean isRunning) { try { ...
describe <API key>::TextualSummary do include ApplicationHelper let(:zone) { EvmSpecHelper.local_miq_server.zone } let(:automation_provider) { FactoryBot.create(:<API key>, :name => "ansibletest", :url => "test", :zone => zone) } it "#textual_provider" do manager = ManageIQ::Providers::AnsibleTower::Automat...
package org.devocative.wickomp.grid; import org.apache.wicket.<API key>; import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.core.request.handler.<API key>; import org.apache.wicket.core.util.lang.PropertyResolver; import org.apache.wicket.model.IModel; import org.apache.wicket.model.Model; import...
2018-03-04 * [erroneousboat/slack-term (2,196s/73f)](https://github.com/erroneousboat/slack-term) : Slack client for your terminal * [RadhiFadlillah/shiori (915s/38f)](https://github.com/RadhiFadlillah/shiori) : Simple bookmark manager built with Go * [golang/go (38,535s/5,215f)](https://github.com/golang/go) : The Go ...
package org.camunda.feel.interpreter.impl import org.scalatest.{FlatSpec, Matchers} import org.camunda.feel.syntaxtree._ /** * @author Philipp Ossler */ class <API key> extends FlatSpec with Matchers with FeelIntegrationTest { "A number" should "add to '4'" in { eval("2+4") should be(ValNumber(6))...
package org.swtk.commons.dict.wordnet.indexbyname.instance.t.e.w; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import java.util.TreeMap; import org.swtk.common.dict.dto.wordnet.IndexNoun; import com.trimc.blogger.commons.utils.GsonUtils; public final class <API key> { private ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>20170529</title> <link href="https://fonts.googleapis.com/css?family=Rub...
export interface PluginManifest { name: string, version: string, author?: string, server_main: string, client_main: string, path: string } export const <API key> = { necessary: { name: 'string', version: 'string', server_main: 'string', client_main: 'string' }, optional: { author: ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Fri Feb 01 09:13:24 EST 2013 --> <title>Uses of Package org.drip.feed.loader</title> <meta name="date" content="2013-02-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Styl...
package citrixadc import ( "github.com/citrix/adc-nitro-go/resource/config/cs" "github.com/citrix/adc-nitro-go/service" "github.com/hashicorp/terraform/helper/schema" "fmt" "log" "net/url" "strings" ) func <API key>() *schema.Resource { return &schema.Resource{ SchemaVersion: 1, ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Dec 05 05:02:11 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.elytron.JaspiConfiguration (BOM: * : All 2.6.0.Final API)</title>...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
package org.jetbrains.plugins.scala.lang.dfa.invocationInfo.tests import org.jetbrains.plugins.scala.lang.dfa.invocationInfo.<API key> import org.jetbrains.plugins.scala.lang.dfa.invocationInfo.arguments.Argument.PassByValue class <API key> extends <API key> { def <API key>(): Unit = { val sugaredSyntax = "elemen...
package ch.papers.<API key>.ui; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import java.util.Random; import ch.papers.<API key>.R; public class <API key> extends...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; namespace CoolNameGenerator.Helper { <summary>Enumerable extensions.</summary> public static class <API key> { <summary>Gets the types of the specified objects....
CREATE EXTERNAL TABLE IF NOT EXISTS filecounts ( word STRING, num INT) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE LOCATION '/output/pride'; CREATE TABLE IF NOT EXISTS orccounts ( word STRING, num INT) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS ORC; INSERT OVERWRITE TABLE orcco...
// CTApiProxy.h // CLNetWorking #import <Foundation/Foundation.h> #import "CLURLResponse.h" typedef void(^AXCallback) (CLURLResponse *response); @interface CTApiProxy : NSObject +(instancetype)sharedInstance; -(NSInteger)callGETWithParams:(NSDictionary *)params serviceIdentifier:(NSString *)serviceIdentifier methodNa...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.7) on Sat May 22 15:56:10 CEST 2021 --> <title>DbContext.RetrieveMethod (Fluent JDBC library 0.2.2-SNAPSHOT API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2021-05-2...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using Cats.Data.UnitWork; using Cats.Models; namespace Cats.Services.Common { public class <API key> : <API key> { private readonly IUnitOfWork _unitOfWork; ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using InsurgenceData; using Newtonsoft.Json; namespace AdminSite.Models { public class Trade { public DateTime Date { get; set; } public string User1 { get; set; } public string User2 { get; set; } ...
#!/bin/python3 if __name__ == '__main__': a = int(input()) b = int(input()) print(a print(a / b)
This directory is for helper servers available for use with Cloudprober. Cloudprober itself is a prober daemon with primary purpose to run probes but since it runs on all of our probing VMs, it provides a perfect platform to run servers that can act as the backend for probes that need to access something on cloud.
using FluentCassandra.Apache.Cassandra; using FluentCassandra.Thrift.Transport; using System; using System.Diagnostics; using System.IO; namespace FluentCassandra.Operations { public abstract class Operation<TResult> { private int _executionCount; public Operation() { _execut...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Fri Jun 16 09:55:16 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.container.util.XmlWriter.Element (Public javadocs 2017.6.1 API)</title> <...
package com.mateuszkoslacz.moviper.rxsample.viper.view.activity; import android.support.v7.widget.RecyclerView; import android.widget.ProgressBar; import android.widget.TextView; import com.mateuszkoslacz.moviper.rxsample.BuildConfig; import com.mateuszkoslacz.moviper.rxsample.R; import com.mateuszkoslacz.moviper.rxsam...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
# 1.0.1 (January 15, 2019) ## Bug fixes / Improvements * [[`e90f410556`](https://github.com/webhintio/hint/commit/<SHA1-like>)] - Fix: Improve feedback when config is invalid (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [` # 1.0.0 (January 2, 2019)
package cats.scalatest import org.scalatest.OptionValues import org.scalatest.matchers.should.Matchers import org.scalatest.wordspec.AnyWordSpec abstract class TestBase extends AnyWordSpec with Matchers with OptionValues { val thisRecord = "I will not buy this record, it is scratched." val thisTobacconist = "Ah! I ...
package com.arcao.trackables.data.service; import android.content.SharedPreferences; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.arcao.geocaching.api.GeocachingApi; import com.arcao.geocaching.api.data.DeviceInfo; import com.arcao.geocaching.api.data.UserProfile; im...
package e2e import ( "bytes" "os" "os/exec" "strings" "testing" ) type TestShellCmdRunner struct { // binary to invoke // Example: "func", "kn", "kubectl", "/usr/bin/sh" Binary string // Binary args to append before actual args. Examples: // when 'kn' binary binaryArgs should be...
<!DOCTYPE html PUBLIC "- <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PMD 5.5.1 Reference Package net.sourceforge.pmd.lang.java.rule.migrating</title> <link rel="stylesheet" type="text/css" href="../../../../../../../style...
import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.database.Cursor; import android.graphics.RectF; import android.net.Uri.Builder; import android.os.Build.VERSION; import android.os.Bundle; import android.support.v...
# <API key> ## Properties Name | Type | Description | Notes **kind** | **str** | | [optional] **path** | **str** | | [optional] [[Back to Model list]](../README.md#<API key>) [[Back to API list]](../README.md#<API key>) [[Back to README]](../README.md)
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Mon Jun 27 14:13:42 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.ejb3.service.<API key> (WildFly Swarm: Public javadocs 1.0.0...
# AUTOGENERATED FILE FROM balenalib/<API key>:stretch-build # remove several traces of debian python RUN apt-get purge -y python.* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudorandom.co.u...
<?php require_once(dirname(__FILE__) . "/../autoload.inc.php"); class RP_fileLseekInp extends RODSPacket { public function __construct($fileInx = -1, $offset = 0, $whence = 0) { $packlets = array("fileInx" => $fileInx, "offset" => $offset, 'whence' => $whence); parent::__construct("f...
package org.oep.core.dossiermgt.service.http; public class <API key> { }
package example.repo; import example.model.Customer553; import java.util.List; import org.springframework.data.repository.CrudRepository; public interface <API key> extends CrudRepository<Customer553, Long> { List<Customer553> findByLastName(String lastName); }
<?php define('OPERADOR','Operador'); define('OPERADOR_NOMBRE','Nombre'); define('OPERADOR_SIGLA','Sigla'); define('ERROR_OPERADOR','** Debe Seleccionar un operador'); define('<API key>', 'Numero del Contrato'); define('<API key>', 'Valor del Contrato'); ?>
package springing; public interface Knight { void embarkOnQuest(); }
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sat Oct 03 23:38:16 EDT 2015 --> <title><API key> (btutillib 1.4 API)</title> <meta name="date" content="2015-10-03"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script ...
#include <iostream> #include <string> #include <sstream> #include <vector> #include <set> #include <map> #include <list> #include <queue> #include <stack> #include <memory> #include <iomanip> #include <numeric> #include <functional> #include <new> #include <algorithm> #include <cmath> #include <cstring> #include <cstdl...
<?php namespace Arhitect\View\Adapter; use Arhitect\Contract\Configuration; use Arhitect\Contract\ServiceManager; use Arhitect\Contract\View; /** * Class ViewAdapter * * @package Arhitect\View\Adapter */ class ViewAdapter implements View { /** * @var \Twig_Environment */ private $twig; /** ...
import tornado.web import tornado.gen import json import io import logging from mickey.basehandler import BaseHandler from mickey.groups import GroupMgrMgr, MickeyGroup class AcceptInviteHandler(BaseHandler): @tornado.web.asynchronous @tornado.gen.coroutine def post(self): data = json.loads(self.req...
namespace Societatis.HAL.Converters { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using Societatis.Misc; <summary> ...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
<div class="p-h-md p-v bg-white box-shadow pos-rlt"> <div class="pull-right hidden-xs w"> <div class="input-group"> <span class="input-group-btn"> <button type="submit" class="btn btn-sm no-bg btn-icon no-shadow no-padder"><i class="ti-search"></i></button> </span> <input type="text" cla...
"""The airvisual component.""" import asyncio from datetime import timedelta from math import ceil from pyairvisual import CloudAPI, NodeSamba from pyairvisual.errors import ( AirVisualError, InvalidKeyError, KeyExpiredError, NodeProError, ) from homeassistant.config_entries import SOURCE_REAUTH from ho...
import java.util.*; public class Main { static final int MAX = 1000000000; public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int w = sc.nextInt(); int h = sc.nextInt(); ...
FROM alpine:3.12 MAINTAINER Frank Celler <info@arangodb.com> ENV ARANGO_VERSION 3.7.16 ENV ARANGO_URL https://download.arangodb.com/arangodb37/DEBIAN/amd64 ENV ARANGO_PACKAGE arangodb3_${ARANGO_VERSION}-1_amd64.deb ENV ARANGO_PACKAGE_URL ${ARANGO_URL}/${ARANGO_PACKAGE} ENV <API key> ${ARANGO_PACKAGE_URL}.asc # see RUN ...
#include "v3p_f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers extern double erfc(); double derfc_(x) doublereal *x; #else extern double erfc(double); double derfc_(doublereal *x) #endif { return( erfc(*x) ); } #ifdef __cplusplus } #endif
package middleware import ( "fmt" "reflect" "sort" "strconv" "strings" "go-common/library/log" ) const ( //TypeMiddleAll TypeMiddleAll = int8(0) //TypeMiddleEncode TypeMiddleEncode = int8(1) //TypeMiddleDecode TypeMiddleDecode = int8(2) ) //Aggregate type Aggregate struct...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_05) on Thu Sep 11 15:40:10 CEST 2014 --> <title>Overview</title> <meta name="date" content="2014-09-11"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="scri...
#include "TorEnclave_t.h" #define REPLAYCACHE_PRIVATE #include "orconfig.h" #include "or.h" #include "replaycache.h" #include "test.h" static const char *test_buffer = "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed do eiusmod" " tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim" "...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> ...
<?php return array ( '<strong>Create</strong> new group' => '', '<strong>Edit</strong> group' => '', 'Delete' => '', 'Description' => '', 'Group name' => '', 'Ldap DN' => '', 'Save' => '', );
using System; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Threading; using System.Web.Mvc; using WebMatrix.WebData; using OdeToFoodGit.Models; namespace OdeToFoodGit.Filters { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = tru...
// <auto-generated> // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> namespace TupleGeo.Resources.IconLibraries.FamFamFam.Objects.Bells { using System; <summary> A strongly-typed resour...
package org.visallo.core.model.search; import org.vertexium.VertexiumObject; public abstract class <API key> extends SearchResults implements AutoCloseable { @Override public void close() throws Exception { } public abstract Iterable<? extends VertexiumObject> getVertexiumObjects(); }
using System.IO; using System.Collections; namespace PclUnit.Constraints.Pieces { <summary> MessageWriter is the abstract base for classes that write constraint descriptions and messages in some form. The class has separate methods for writing various components of a message, allowing implementation...
package com.kanven.schedual.transport.test; import io.netty.bootstrap.Bootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.<API key>; import io.netty.channel.<API key>; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import ...
# AUTOGENERATED FILE FROM balenalib/amd64-alpine:3.11-build # remove several traces of python RUN apk del python* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudorandom.co.uk>" imported # ke...
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ #include "tomcrypt_private.h" /** @file dsa...
/** * Attribute updater * @param {String} tag the tag to watch * @param {Function} updater a function taking a trace and an object, that sets in the object the proper attributes according to the trace */ function AttributeUpdater( tag, updater ){ this.tag = tag; this.update = updater; }
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_32) on Tue Jun 18 11:08:47 PDT 2013 --> <TITLE> <API key> (AWS SDK for Java - 1.4.7) </TITLE> <META NAME="date" CONTENT="2013-06-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../JavaDoc.css" TITLE="Style"> <SCRIPT...
__Description__: If a `state` is declared and the user does not specify a auxiliary state within the `state` object or any properties yet they define an `non` object then it should generate both a `on` and `non` `state` `transition` for said `non` __Notes__ + You need to use the `not` notation if you wish to do this + ...
package com.samurai.smartoffloading; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.TextView; import com.samurai.connectionclass.<API key>; import com.samurai.connectionclass.ConnectionQuality; import com.samur...
require 'sequel' require 'csv' input = File.read ARGV[0] messages = CSV.parse(input, headers: true) row_hash = messages[0].to_h lower_row = {} row_hash.each_pair do |k, v| lower_row[k.downcase] = v end lower_row.delete('<API key>') lower_row['action'] ||= 'test' lower_row['encryption'] ||= 'none' lower_row['localfile...
package com.example.com.freetimes; import org.litepal.crud.DataSupport; public class Event extends DataSupport{ private String thing; private int month; private int day; private boolean isEveryday=false; private int happen_hour; private int happen_minus; public Event(){} public Event(String...
#!/usr/bin/env python3 -tt """ Utility methods for strings. """ class StringTool: def __init__(self): pass def clean_string(self, a_string): # delete double quote string_cleaned = a_string.replace('"', '') # delete unusual quote string_cleaned = string_cleaned.replace('`'...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon May 01 08:43:56 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.management.PropertySupplier (Public javadocs 2017.5.0 API)</ti...
// Vendored from Go: // - stringCut is vendored from `go` 1.18+ stdlib since not available in earlier releases. // see https://github.com/golang/go/blob/<SHA1-like>/src/strings/strings.go#L1177-L1186 // - splitQuoted is from https://github.com/golang/go/blob/<SHA1-like>/src/go/build/build.go#L1787-L1846 package main ...
class Encode { // TODO public static toHtml(val: string): string { return String(Encode.toSafe(val)) .replace(/&/g, '&amp;') .replace(/"/g, '&quot;') .replace(/'/g, '& .replace(/</g, '&lt;') .replace(/>/g, '&gt;'); } public static toHtm...
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Apache Solr 5.2.1 Documentation</title> <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"> </head> <body> <div> <a href="http://lucene.apache.org...
# Halomonas halocynthiae Romanenko et al., 2002 SPECIES # Status ACCEPTED # According to The Catalogue of Life, 3rd January 2011 # Published in Romanenko et al. . 2002. Halomonas halocynthiae sp. nov. , isolated from the marine ascidian Halocynthia aurantium. International Journal of Systematic and Evolutionary Microbi...
package com.weygo.weygophone.pages.order.commit; import android.content.Intent; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.Gravity; import android.view.MotionEvent; import android.view.View; ...
// Fig. 8.19: hugeint1.cpp // HugeInt member-function and friend-function definitions. #include <cctype> // isdigit function prototype #include <cstring> // strlen function prototype #include "hugeint1.h" // HugeInt class definition // default constructor; conversion constructor that converts // a long intege...