answer
stringlengths
15
1.25M
package issues.issue130; public class Impl_0 { public int a = 0; protected void printMe(String s) { System.out.println(s); } }
/** * Wraps the * * @param text * {string} haystack to search through * @param search * {string} needle to search for * @param [caseSensitive] * {boolean} optional boolean to use case-sensitive searching */ angular.module('ui.highlight', []).filter('highlight', function(highlight) { ...
FROM ubuntu:18.04 LABEL maintainer="chriamue@gmail.com" RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential clang git cmake \ qt5-default qttools5-dev qttools5-dev-tools libboost-system-dev <API key> libboost-python-dev python-numpy \ libopencv-dev libpoco-dev libdlib-dev RUN...
package at.jku.sea.cloud.rest.pojo.stream.provider; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeInfo.Id; import com.fasterxml.jackson.annotation.JsonTypeName; import at.jku.sea.cloud.rest.pojo.<API key>; @JsonTypeInfo(use = Id.NAME, property = "__type") @JsonTyp...
package com.sebastian_daschner.<API key>.beans.boundary; import javax.inject.Inject; import javax.json.Json; import javax.json.JsonObject; import javax.json.JsonObjectBuilder; import javax.ws.rs.BadRequestException; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; @Path("beans") public class Be...
#!/bin/bash -e # Shutdown script for Datafari if (( EUID != 0 )); then echo "You need to be root to run this script." 1>&2 exit 100 fi DIR=../../../macosx/bin source "<API key>.sh" source "${DIR}/utils.sh" if is_running $SOLR_PID_FILE; then SOLR_INCLUDE=$SOLR_ENV $SOLR_INSTALL_DIR/bin/solr stop else echo "W...
package com.intellij.execution.configurations; import com.intellij.execution.ExecutionBundle; import com.intellij.openapi.options.<API key>; import com.intellij.openapi.progress.<API key>; import com.intellij.openapi.ui.ValidationInfo; import com.intellij.openapi.util.NlsContexts.DialogMessage; import com.intellij.util...
package org.jboss.resteasy.client.core; import org.jboss.resteasy.client.ClientExecutor; import org.jboss.resteasy.client.ClientRequest; import org.jboss.resteasy.client.ClientResponse; import org.jboss.resteasy.client.ProxyConfig; import org.jboss.resteasy.client.core.extractors.ClientErrorHandler; import org.jboss.re...
module.exports = { "env": { "es6": true, "node": true }, "globals": { "expect": true, "it": true, "describe": true, }, "extends": "eslint:recommended", "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "<API key>": true, ...
/* Public domain */ typedef struct vg_point { struct vg_node _inherit; float size; /* Size in pixels (0.0 = invisible) */ } VG_Point; #define VGPOINT(p) ((VG_Point *)(p)) /* Begin generated block */ __BEGIN_DECLS extern DECLSPEC VG_NodeOps vgPointOps; static __inline__ VG_Point * VG_PointNew(vo...
// Decompiler options: braces fieldsfirst space lnc package cn.com.smartdevices.bracelet.view; import android.animation.Animator; // Referenced classes of package cn.com.smartdevices.bracelet.view: // RoundProgressBar class s implements android.animation.Animator.AnimatorListener { final RoundProgres...
(function(window) { var DEFAULT_ERROR_ID = 'error-default'; /** * Very simple base class for views. * Provides functionality for active/inactive. * * The first time the view is activated * the onactive function/event will fire. * * The .seen property is added to each object * with view in it...
require_extension('D'); require_rv64; require_fp; <API key> = RM; WRITE_FRD(i64_to_f64(RS1)); set_fp_exceptions;
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # enum ManageOfferEffect # <API key> = 0, # <API key> = 1, # <API key> = 2 module Stellar class ManageOfferEffect < XDR::Enum member :<API key>, 0 member :<API key>, 1 me...
package com.artemis; import static org.junit.Assert.assertEquals; import java.util.<API key>; import com.artemis.systems.<API key>; import com.artemis.utils.IntBag; import org.junit.Test; import com.artemis.utils.ImmutableBag; public class EntitySystemTest { @SuppressWarnings("static-method") @Test(expected = <...
package com.sqisland.gce2retrofit; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.stream.JsonReader; import com.squareup.javawriter.JavaWriter; import org.apache.commons.cli.BasicParser; import org.apache.commo...
#!/usr/bin/env ruby # set.rb - defines the Set class # Documentation by Akinori MUSHA and Gavin Sinclair. # terms as Ruby. # $Id: set.rb 8696 2009-01-10 21:17:58Z headius $ # == Overview # This library provides the Set class, which deals with a collection # of unordered values with no duplicates. It is a hybrid of A...
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-ubuntu:bionic-run # A few reasons for installing <API key> OpenJDK: # 1. Oracle. Licensing prevents us from redistributing the official JDK. # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # For some sample build times...
#!/bin/bash # This shell scripts generates the top-level Markdown structure of the # Snabb lwAFTR manual. # The authors list is automatically generated from Git history, # ordered from most to least commits. # Script based on src/doc/genbook.sh lwaftr_app=../../../apps/lwaftr/ cat <<EOF % Snabb lwAFTR Manual % $(git lo...
from hazelcast.serialization.bits import * from hazelcast.protocol.client_message import ClientMessage from hazelcast.protocol.custom_codec import * from hazelcast.util import <API key> from hazelcast.protocol.codec.map_message_type import * REQUEST_TYPE = <API key> RESPONSE_TYPE = 101 RETRYABLE = True def calculate_si...
#!/usr/bin/env python # -*- coding: utf-8 -*- """Tests for checks.""" from grr.lib import flags from grr.lib import test_lib from grr.lib.checks import hints from grr.lib.rdfvalues import client as rdf_client from grr.lib.rdfvalues import config_file as rdf_config_file from grr.lib.rdfvalues import protodict as rdf_pro...
/** * Extension ID of Files.app. * @type {string} * @const */ var <API key> = '<API key>'; /** * Calls a remote test util in Files.app's extension. See: test_util.js. * * @param {string} func Function name. * @param {?string} appId Target window's App ID or null for functions * not requiring a window. * @...
package theinternet.pages; import com.frameworkium.core.ui.annotations.Visible; import com.frameworkium.core.ui.pages.BasePage; import com.frameworkium.core.ui.pages.PageFactory; import io.qameta.allure.Step; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import ru.yandex.qatools.html...
import { Type } from 'angular2/src/facade/lang'; import { CanActivate } from './<API key>'; import { reflector } from 'angular2/src/core/reflection/reflection'; export function hasLifecycleHook(e, type) { if (!(type instanceof Type)) return false; return e.name in type.prototype; } export function getCa...
var msg = require('./locale'); var api = require('./apiJavascript.js'); var paramLists = require('./paramLists.js'); module.exports.blocks = [ {func: 'setDroid', parent: api, category: '', params: ['"R2-D2"'], dropdown: { 0: ['"random"', '"R2-D2"', '"C-3PO"'] } }, {func: 'setDroidSpeed', parent: api, category: '', ...
jsx3.require("jsx3.chart.Axis");jsx3.Class.defineClass("jsx3.chart.CategoryAxis",jsx3.chart.Axis,null,function(c,p){var ub={d:"h6",a:"aligned",c:"av",f:"gn",b:"between",e:"tickAlignment"};c.TICKS_ALIGNED=ub.a;c.TICKS_BETWEEN=ub.b;c.MAX_TICKS=200;c.BG={aligned:1,between:1};p.init=function(i,r,q){this.jsxsuper(i,r,q);thi...
(function(f, define){ define([], f); })(function(){ (function( window, undefined ) { var kendo = window.kendo || (window.kendo = { cultures: {} }); kendo.cultures["nn"] = { name: "nn", numberFormat: { pattern: ["-n"], decimals: 2, ",": " ", "."...
using System; using System.Text; using System.Threading.Tasks; using Foundatio.Extensions; namespace Foundatio.Serializer { public interface ISerializer { Task<object> DeserializeAsync(byte[] data, Type objectType); Task<byte[]> SerializeAsync(object value); } public static class <API key> {...
package ec2 import ( "github.com/crowdmob/goamz/aws" "time" ) func Sign(auth aws.Auth, method, path string, params map[string]string, host string) { sign(auth, method, path, params, host) } func fixedTime() time.Time { return time.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC) } func FakeTime(fakeIt bool) { ...
\section{File List} Here is a list of all files with brief descriptions\-:\begin{DoxyCompactList} \item\contentsline{section}{build/catkin\-\_\-generated/\hyperlink{<API key>}{generate\-\_\-cached\-\_\-setup.\-py} }{\pageref{<API key>}}{} \item\contentsline{section}{build/catkin\-\_\-generated/\hyperlink{order__package...
/* jshint node:true */ 'use strict'; describe(require('path').basename(__filename), function () { var base = require('./base-task-data-spec'); base.before(function (context) { context.taskdefinition = helper.require( '/lib/task-data/base-tasks/<API key>.js' ); }); describe('t...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using RestSharp.Deserializers; namespace Twilio { public class IpAddress : TwilioBase { public string Sid { get; set; } public string FriendlyName { get; set; } [DeserializeAs(Name="IpAddress")] ...
package provision import ( "bytes" "fmt" "io/ioutil" "net/url" "path" "path/filepath" "strconv" "strings" log "github.com/Sirupsen/logrus" "github.com/docker/machine/libmachine/auth" "github.com/docker/machine/libmachine/provision/pkgaction" "github.com/docker/machine/lib...
#include <shell/shell_rtt.h> #include <init.h> #include <SEGGER_RTT.h> #include <logging/log.h> BUILD_ASSERT_MSG(!(IS_ENABLED(<API key>) && COND_CODE_0(<API key>, (1), (0))), "Conflicting log RTT backend enabled on the same channel"); SHELL_RTT_DEFINE(shell_transport_rtt); SHELL_DEFINE(shell_rtt, <API...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Fri Sep 05 23:35:02 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.fs.http.server.<API key>.LenParam (Apache Hadoop HttpFS 2.5.1 API) </TITLE> <META ...
<?php namespace FontLib\WOFF; use FontLib\Table\DirectoryEntry; /** * WOFF font file. * * @package php-font-lib * * @property TableDirectoryEntry[] $directory */ class File extends \FontLib\TrueType\File { function parseHeader() { if (!empty($this->header)) { return; } $this->header = new Head...
using Newtonsoft.Json; namespace Nest { [JsonObject] public interface ILoggingAction : IAction { [JsonProperty("text")] string Text { get; set; } [JsonProperty("category")] string Category { get; set; } [JsonProperty("level")] LogLevel? Level { get; set; } ...
package com.bt.pi.sss; import com.bt.pi.app.common.entities.User; public interface UserManager { boolean userExists(String accessKey); User getUserByAccessKey(String accessKey); }
#pragma once #include <aws/events/<API key>.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/events/model/ConnectionState.h> #include <aws/core/utils/DateTime.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class <API key>; namespace Utils { namespace Json { class JsonValue; } //...
using System; using BEPUphysics.BroadPhaseEntries; using BEPUphysics.BroadPhaseSystems; using BEPUphysics.BroadPhaseEntries.MobileCollidables; using BEPUphysics.CollisionTests; using BEPUphysics.CollisionTests.CollisionAlgorithms.GJK; using BEPUphysics.CollisionTests.Manifolds; using BEPUphysics.Constraints.Collision; ...
<?php final class <API key> extends <API key> { public function getBaseURI() { return '/differential/'; } public function getName() { return pht('Differential'); } public function getMenuName() { return pht('Code Review'); } public function getShortDescription() { return pht('Pre-Commit Re...
namespace System.Web.Mvc { public abstract class MvcFilter : IMvcFilter { protected MvcFilter() { } protected MvcFilter(bool allowMultiple, int order) { AllowMultiple = allowMultiple; Order = order; } public bool AllowMultiple { get...
(function(f, define){ define([], f); })(function(){ (function( window, undefined ) { var kendo = window.kendo || (window.kendo = { cultures: {} }); kendo.cultures["he"] = { name: "he", numberFormat: { pattern: ["-n"], decimals: 2, ",": ",", "."...
package net.stickycode.configuration.value; import net.stickycode.configuration.ConfigurationValue; public class SystemValue implements ConfigurationValue { private String value; public SystemValue(String value) { this.value = value; } @Override public String get() { return value; } @Override ...
// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.marketplace.search.v1.services; import com.leansoft.nano.annotation.*; /** * * Reserved for future use. * */ @RootElement(name = "<API key>", namespace = "http: public class <API key> extends <API key> { @Element private <API ...
package transaction import ( . "DNA/common" "DNA/common/serialization" "DNA/core/contract" "DNA/core/contract/program" sig "DNA/core/signature" "DNA/core/transaction/payload" . "DNA/errors" "crypto/sha256" "errors" "fmt" "io" "sort" ) //for different transaction types wit...
// Use, modification and distribution are subject to the #ifndef <API key> #define <API key> #ifdef _MSC_VER #pragma once #endif #include <boost/config.hpp> #include <boost/cstdint.hpp> // for geofeatures_boost::uintmax_t #include <boost/detail/workaround.hpp> #include <boost/type_traits/is_integral.hpp> #include <alg...
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor....
/* * Rules for CKEditor content */ .textEditorContent { font-size: 0.9em; word-wrap: break-word; word-break: break-word; } .textEditorContent img { height: auto; max-width: 100%; max-height: 100%; } .textEditorContent ul { margin: inherit; padding: 10px 40px; } .textEditorContent .desc...
<?php for ($i = 0; $i < $this->length; ++$i) { if (is_object($objectOrArray)) { $value = $this->readProperty($objectOrArray, $i); // arrays need to be treated separately (due to PHP bug?) } elseif (is_array($objectOrArray)) { $property = $this->elements[$i]; if (!array_key_exists...
var express = require( 'express' ), router = require( './router' ); var app = express(); app.set('port', (process.env.PORT || 3000)); router.define( app ); // Set up port app.listen(app.get('port'), function() { console.log("Node app is running at localhost:" + app.get('port')); });
import backgroundImages from '@const/background-images'; import * as actions from './actions.js'; import Background from './class.js'; // const getObj = (indexString) => { const getListInitial = (type) => { let list = []; if (type === 'default') { list = backgroundImages.map( (filename, inde...
package org.carlspring.strongbox.validation; import javax.inject.Inject; import javax.validation.ConstraintValidator; import javax.validation.<API key>; import org.carlspring.strongbox.authorization.service.<API key>; import org.springframework.util.StringUtils; /** * @author Pablo Tirado */ public class <API key> ...
#chmod change a file's access permision: chomd mode file chmod -R 777 [dir_name] chmod 777 [file_name] chmod a=rwx [file_name] chmod ugo+r [file_name] chmod a+r [file_name] chmod ug+w,o-w [filename] chmod -R a+r * first 7 -->User second 7-->Group third 7 -->Other all r=4 w=2 x=1 rwx=4+2+1=7 rw-=4+2=6...
#pragma once #include <aws/proton/Proton_EXPORTS.h> #include <aws/proton/ProtonRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Proton { namespace Model { class AWS_PROTON_API <API key> : public ProtonRequest { public: <API key>(); // Service request...
package org.wso2.carbon.apimgt.rest.api.publisher.v1.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.ArrayList; import java.util.List; import org.wso2.carbon.apimgt.rest.api.publisher.v1.dto.AlertTypeDTO; import javax.validation.constraint...
cordova.define('cordova/plugin_list', function(require, exports, module) { module.exports = [ { "file": "plugins/<API key>/whitelist.js", "id": "<API key>.whitelist", "pluginId": "<API key>", "runs": true }, { "file": "plugins/cordova-plugin-file/www/DirectoryEntry.js...
function <API key> (BaseString) { BaseString.call(this, 'credential_types'); let t = this.t; let ns = this.credential_types; ns.<API key> = { <API key>: t.s('This credential type is currently being used by one or more credentials. Credentials that use this credential type must be deleted before...
package libnetwork import ( "fmt" ) // ErrNoSuchNetwork is returned when a network query finds no result type ErrNoSuchNetwork string func (nsn ErrNoSuchNetwork) Error() string { return fmt.Sprintf("network %s not found", string(nsn)) } // BadRequest denotes the type of this error func (nsn ErrNoSuchNetwork) Ba...
#include <aws/servicediscovery/model/<API key>.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace ServiceDiscovery { namespace Model { <API key>::<API key>() : m_sOAHasBeenSet(false) { } <API key>::<API key>(J...
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; <API key>: 4; indent-tabs-mode: nil -*- package TestApache::scanhdrs2; use strict; use warnings FATAL => 'all'; use Apache::Test; use Apache2::Const -compile => 'OK'; sub handler { my $r = shift; my $location = $r->args; print...
const ng = require('angular'); ng.module('porybox.static', ['ngRoute']).config(['$routeProvider', $routeProvider => { [ 'about', 'donate', '<API key>', 'faq', 'how-to-pk6-1-bvs', '<API key>', '<API key>', '<API key>', 'how-to-pk7-1-bvs', '<API key>', '<API key>', 'how-t...
ID_PAGE: 22591 PG_TITLE: How to use LOD Babylon.js comes with an integrated support for level of detail. This feature allows you to specify different meshes based on distance to viewer. For instance, here is how to define 4 levels of details for a given mesh: javascript var knot00 = BABYLON.Mesh.CreateTorusKnot("knot0"...
Follow these simple instructions to install this custom symbol; the overall process should only take a minutes. 1. In Windows Explorer, navigate to the "PIPC\PIVision" installation folder on your PI Vision server; typically, it's located in "C:\Program Files\PIPC\PIVision" 2. From within the folder named "PIVision", na...
title: Action Collection # Action Collection Design * Extract common code from the Resource Reporter and Data Collector. * Expose a general purpose API for querying a record of all actions taken during the Chef run. * Enable utilities like the 'zap' cookbook to be written to interact properly with Custom Resources. The...
This sample Android app demonstrates having several maps as pages in a `ViewPager`. This app is covered in [the chapter on Maps V2](https://commonsware.com/Android/previews/<API key>) in [*The Busy Coder's Guide to Android Development*](https://commonsware.com/Android/).
package connect import ( "strings" "testing" ) func <API key>(t *testing.T) { t.Parallel() if strings.ContainsRune(New().Help(), '\t') { t.Fatal("help has tabs") } }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <!-- Title and other stuffs --> <title>3 BootstrapMac - JS</title> <meta name="keywords" content="Bootstrap,Bootstrap,Bootstrap,Bootstrap,,,," /> <meta name="description" conten...
package at.jku.sea.cloud.exceptions; /** * @author alexander noehrer */ public class <API key> extends RuntimeException { private static final long serialVersionUID = 1L; public <API key>(final long version, final long id) { super("artifact (id=" + id + ", version=" + version + ") is not a collection"); } }
namespace System.Web.Razor.Parser { [Flags] public enum BalancingModes { None = 0, BacktrackOnFailure = 1, NoErrorOnFailure = 2, <API key> = 4, <API key> = 8 } }
CREATE TABLE port_group ( id INTEGER CONSTRAINT port_group_id_nn NOT NULL, network_id INTEGER CONSTRAINT <API key> NOT NULL, network_tag INTEGER CONSTRAINT <API key> NOT NULL, usage VARCHAR2(32) CONSTRAINT port_group_usage_nn NOT NULL, creation_date DATE CONSTRAINT <API key> NOT NULL, CONSTRAINT...
// Code generated by protoc-gen-go. DO NOT EDIT. // source: micro/go-plugins/registry/gossip/proto/gossip.proto package gossip import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.E...
# RTK RTK - [GitHub](https://github.com/ApolloAuto/apollo)Apollo - [](../quickstart/<API key>.md)Docker - [Apollo](http://data.apollo.auto/?name=sensor%20data&data_key=multisensor&data_type=1&locale=en-us&lang=en)demo*apollo3.5* ## 2. apollo 2.1 ApolloDocker bash docker/scripts/dev_start.sh bash docker/scripts/dev_i...
package String::CRC32; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); $VERSION = 1.5; # Items to export into callers namespace by default @EXPORT = qw(crc32); # Other items we are prepared to export if requested @EXPORT_OK = qw(); bootstrap String::CRC32; 1;
/* * Package : org.ludo.codegenerator.core.gen.bean * Source : IStereotype.java */ package org.ludo.codegenerator.core.gen.bean; import java.io.Serializable; import java.util.Date; import java.util.ArrayList; import java.util.List; import org.ludo.codegenerator.core.gen.bean.impl.AttributBean; import org.ludo.cod...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_147-icedtea) on Tue Mar 27 20:06:55 PDT 2012 --> <title>Uses of Class Img</title> <meta name="date" content="2012-03-27"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <bod...
package org.glob3.mobile.specific; import java.util.Map; import org.glob3.mobile.generated.IByteBuffer; import org.glob3.mobile.generated.IJSONParser; import org.glob3.mobile.generated.JSONArray; import org.glob3.mobile.generated.JSONBaseObject; import org.glob3.mobile.generated.JSONBoolean; import org.glob3.mobile.gen...
using System; using System.Collections.Generic; using System.Linq; using XenAdmin.Core; using XenAPI; namespace XenAdmin.Actions { public class EnableHAAction : PureAsyncAction { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().Decla...
<?php declare(strict_types=1); namespace Mindy\Orm\Tests\Databases\Sqlite; use Mindy\Orm\Tests\QueryBuilder\QueryTest; class SqliteQueryTest extends QueryTest { public $driver = 'sqlite'; }
# <API key>: true require_relative "../../helpers/file" module Byebug # Reopens the +info+ command to define the +file+ subcommand class InfoCommand < Command # Information about a particular source file class FileCommand < Command include Helpers::FileHelper include Helpers::StringHelper ...
#include "private.h" #include <Elementary.h> #include "config.h" #include "termio.h" #include "media.h" #include "options.h" #include "options_wallpaper.h" #include "extns.h" #include "media.h" #include "main.h" #include <sys/stat.h> typedef struct _Background_Item { const char *path; Eina_Bool selected; Elm_O...
#include "config.h" #if ENABLE(WEB_SOCKETS) #include "WebSocketHandshake.h" #include "Base64.h" #include "Cookie.h" #include "CookieJar.h" #include "Document.h" #include "HTTPHeaderMap.h" #include "KURL.h" #include "Logging.h" #include "ScriptCallStack.h" #include "<API key>.h" #include "SecurityOrigin.h" #include <wtf...
/* optimized and unoptimized vector and matrix functions */ #ifndef _ODE_MATRIX_H_ #define _ODE_MATRIX_H_ #include "common.h" #ifdef __cplusplus extern "C" { #endif /* set a vector/matrix of size n to all zeros, or to a specific value. */ ODE_API void dSetZero (dReal *a, int n); ODE_API void dSetValue (dReal *a, int n,...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page edit_clock.php</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <meta http-equiv=...
#!/usr/bin/python # -*- coding: utf-8 -*- import sys import os import logging import traceback import mallet_lda class MalletTagTopics(mallet_lda.MalletLDA): """ Topic modeling with separation based on tags """ def _basic_params(self): self.name = 'mallet_lda_tags' self.categorical = Fal...
cask 'kanmusmemory' do version '0.15' sha256 '<SHA256-like>' url "http://relog.xii.jp/download/kancolle/KanmusuMemory-#{version}-mac.dmg" appcast 'https://github.com/ioriayane/KanmusuMemory/releases.atom', :checkpoint => '<SHA256-like>' name 'KanmusuMemory' homepage 'http://relog.xii.jp/mt5r/2013/...
class Zmap < Formula desc "Network scanner for Internet-wide network studies" homepage "https://zmap.io" url "https://github.com/zmap/zmap/archive/v2.1.1.tar.gz" sha256 "<SHA256-like>" revision 1 head "https://github.com/zmap/zmap.git" bottle do rebuild 1 sha256 "<SHA256-like>" => :mojave sha2...
import sys import os import subprocess import string printable = set(string.printable) def sanitize(txt): txt = ''.join(filter(lambda c: c in printable, txt)) return txt def traverse(t, outfile): print>>outfile, sanitize(t.code+'\t'+t.description) for c in t.children: traverse(c, outfile) def ge...
<?php class GuildWarsMenu extends btThemeMenu { public function __construct($sqlConnection) { parent::__construct("guildwars", $sqlConnection); } public function displayLink() { if($this->intMenuSection == 3) { $menuLinkInfo = $this->menuItemObj->objLi...
cask :v1 => 'chunkulus' do version :latest sha256 :no_check url 'http://presstube.com/screensavers/<API key>.zip' homepage 'http://presstube.com/blog/2011/chunkulus/' license :unknown screen_saver 'presstube-chunkulus.app/Contents/Resources/Presstube - Chunkulus.saver' postflight do system '/usr/libex...
// I would prefer this to be delete.lua and load it using NSBundle // But I failed. I don't know why. static const char * deletelua = "" "-- This script receives three parameters, all encoded with\n" "-- MessagePack. The decoded values are used for deleting a model\n" "-- instance in Redis and removing any reference to...
using System; using System.Collections.Generic; using System.IO; using XenAdmin.Network; using XenAdmin.Core; using XenAPI; using XenAdmin.Actions; using XenAdmin; using System.Linq; using System.Globalization; using System.Xml; namespace <API key> { public class <API key> { private static readonly log4...
class PureFtpd < Formula desc "Secure and efficient FTP server" homepage "https: url "https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.49.tar.gz" sha256 "<SHA256-like>" revision 1 bottle do cellar :any sha256 "<SHA256-like>" => :catalina sha256 "<SHA256-like>" => :mojave sh...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>DbSync: <API key> Interface Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javas...
<?php $service_doc['departamentos|departments'] = array( 'en' => array ( 'pattern' => '/ubigeo/departments', 'description' => 'Lists the ubigeo codes for all departments', ), 'es' => array( 'patron' => '/ubigeo/departamentos', 'descripción' => 'Lista los códigos de ubigeo de...
#!/usr/bin/env python """Bootstrap setuptools installation To use setuptools in your package's setup.py, include this file in the same directory and add this to the top of your setup.py:: from ez_setup import use_setuptools use_setuptools() To require a specific version of setuptools, set a download mirror, or ...
import sys import unittest from streamlink.plugin.api.utils import itertags def <API key>(): v = sys.version_info if (v.major == 3) and ( # 3.7.0 - 3.7.2 (v.minor == 7 and v.micro <= 2) # 3.8.0a1 or (v.minor == 8 and v.micro == 0 and v.releaselevel == 'alpha' and v.serial <= 1) ...
import { inject, injectable } from 'inversify'; import { ServiceIdentifiers } from '../../../container/ServiceIdentifiers'; import * as ESTree from 'estree'; import { TNodeWithStatements } from '../../../types/node/TNodeWithStatements'; import { <API key> } from '../../../types/container/custom-nodes/<API key>'; import...
# $FreeBSD: soc2013/dpl/head/usr.sbin/nfsdumpstate/Makefile 192854 2009-05-26 15:19:04Z rmacklem $ PROG= nfsdumpstate MAN= nfsdumpstate.8 .include <bsd.prog.mk>
function(modal) { function ajaxifyLinks (context) { $('a.address-choice', context).click(function() { modal.loadUrl(this.href); return false; }); $('.pagination a', context).click(function() { var page = this.getAttribute("data-page"); setPage(...