answer
stringlengths
15
1.25M
<div class="reviews__body"> @if(!empty($review->json-><API key>) || !empty($review->json-><API key>)) <div class="reviews__body__one"> @if(!empty($review->json-><API key>)) <p><em>Чи правильно замовник визначив код товару/товарів, що закуповуються?</em></p> @endif ...
# imports-first By popular demand, this rule reports any imports that come after non-import statments. ## Rule Details js import foo from './foo' // some module-level initializer initWith(foo) import bar from './bar' // <- reported Providing `absolute-first` as an option will report any absolute imports (i.e. packages)...
<?php error_reporting(0); ?> <div id="sidebar"> <a href="#" class="visible-phone"><i class="icon icon-home"></i> Dashboard</a> <ul> <li class="submenu"> <a href=""><i class="icon icon-truck"></i> <span>Infrastructure Delivery</span> <span class="label label-important">2</span></a> <ul> <li><a href="...
<API key>(VERSION 2.8) # .deb packaging set(ARCH "i686") if(${CMAKE_SIZEOF_VOID_P} MATCHES 8) set(ARCH "x86_64") endif () set(<API key> 20) # The format of the description field is a short summary line followed by a # longer paragraph indented by a single space on each line set(<API key> "Tool for extracting splitt...
#pragma once #if defined(PGA_D3D) #include "D3DColorShader.h" namespace PGA { namespace Rendering { using PGA::Rendering::D3D::ColorShader; } } #else #include "GLColorShader.h" namespace PGA { namespace Rendering { using PGA::Rendering::GL::ColorShader; } } #endif
module Bugsnag::Middleware # Extracts and attaches rails and rack environment data to an error report class Rails3Request SPOOF = "[SPOOF]".freeze def initialize(bugsnag) @bugsnag = bugsnag end def call(report) if report.request_data[:rack_env] env = report.request_data[:rack_env...
// <API key>.h // Mobile Clinic #import <UIKit/UIKit.h> #import "<API key>.h" #import "GenericCellProtocol.h" #import "CancelDelegate.h" //#import "<API key>.h" @protocol <API key> <NSObject> -(void)addPrescription:(NSMutableDictionary*)prescription; @end @interface <API key> : UIViewController <<API key>, UITableVie...
#include "../../source/thewizardplusplus/wizard_parser/parser/rule_parser.hpp" #include "../../source/thewizardplusplus/wizard_parser/parser/lookahead_parser.hpp" #include "../../source/thewizardplusplus/wizard_parser/lexer/token.hpp" #include "../../source/thewizardplusplus/wizard_parser/parser/ast_node.hpp" #include ...
import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import { Pagina2Page } from '../pagina2/pagina2'; import { Pagina3Page}from '../pagina3/pagina3'; import { Pagina4Page}from '../pagina4/pagina4'; @Component({ selector: 'page-home', templateUrl: 'home.html' }) export class Hom...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ $(function(){ //if they scroll past the first page we show the side navigation $(window).scroll(function(){ //console.log($(window).scrollTop()); if($(window).scrollTop() > $(window).height()){ ...
import React, { Component, PropTypes } from 'react'; import PatientForm from '../PatientForm'; export default class PatientInput extends Component { static propTypes = { patient: PropTypes.object.isRequired, diaperTypes: PropTypes.array.isRequired, onSubmit: PropTypes.func.isRequired, onReset: PropTyp...
<!DOCTYPE html> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Welcome to picture_gallery</title> </head> <body> <div id="navbar"></div> <div id="app"> <div class="contain...
<html> <head> </head> <body> <h2> Of The Interpreter Of The Scriptures Before Civill Soveraigns </h2> St. <span class="latin"> Paul </span> coming <span class="oldenglish"> to </span> Thessalonica, <span class="oldenglish"> where </span> <span class="oldenglish"> was </span> ...
package joshie.enchiridion.library; import joshie.enchiridion.helpers.UUIDHelper; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.player.ServerPlayerEntity; import net.minecraft.nbt.CompoundNBT; import net.minecraft.nbt.ListNBT; import net.minecraft.world.storage.WorldSavedData; import java...
#region References using Interop.UIAutomationClient; #endregion namespace TestR.Desktop.Elements { <summary> Represents a calendar element. </summary> public class Calendar : DesktopElement { #region Constructors internal Calendar(<API key> element, Application application, DesktopEl...
ENV["RAILS_ENV"] ||= "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase ActiveRecord::Migration.check_pending!
<reference path="ChangeLinr-0.2.0.ts" /> <reference path="StringFilr-0.2.1.ts" /> var PixelRendr; (function (PixelRendr) { "use strict"; /** * Container for a "multiple" sprite, which is a sprite that contains separate * Uint8ClampedArray pieces of data for different sections (such as top, middle, etc...
// Karma configuration // Generated on Wed Nov 18 2015 17:58:09 GMT-0600 (CST) var path = require('path'); var _ = require('lodash'); module.exports = function(config) { config.set({ reportSlowerThan: 500, // base path that will be used to resolve all patterns (eg. files, exclude) basePath: ...
package de.danoeh.antennapod.menuhandler; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.util.Log; import android.widget.Toast; import de.danoeh.antennapod.R; import de.danoeh.antennapod.core.feed.FeedItem; import de.danoeh.antennapod.core.feed.FeedMedia; import de...
require "nokogiri" module DeviceCloud class Monitor RESOURCE_PATH = "/ws/Monitor" attr_accessor :topic, :id, :element def self.all(client) xml_result = Nokogiri::XML.parse client.get RESOURCE_PATH xml_result.xpath("//result/Monitor").map { |monitor| parse monitor } end def self.parse(x...
<form> <label> First Name <input type="text" id="first_name" value="" /> </label> <label> Last Name <input type="text" id="first_name" value="" /> </label> <label> Phone <input type="phone" id="phone" value="" /> </label> <label> Email ...
var WarArchive = { imagesArray: null, zoomIcon:'', isTouch: document.createTouch !== undefined, init: function(icon){ $(".archive-table tr").click(function(e){ WarArchive.zoomIcon = icon; var index = $(".archive-table tr").index($(this)).toString(); WarArchive...
#include <stdio.h> #define NN 312 #define MM 156 #define MATRIX_A <API key> #define UM <API key> /* Most significant 33 bits */ #define LM 0x7FFFFFFFULL /* Least significant 31 bits */ /* The array for the state vector */ static unsigned long long mt[NN]; /* mti==NN+1 means mt[NN] is not initialized */ static int mti=N...
#!/bin/bash # 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 su...
// WARNING // This file has been generated automatically by Xamarin Studio from the outlets and // actions declared in your storyboard file. // Manual changes to this file will not be maintained. using Foundation; using System; using System.CodeDom.Compiler; using UIKit; namespace MvvmCrossPassaRegua.iOS.Views { [R...
// KFTextField.h // test001 #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, <API key>) { KFTextFieldNoVerify =0, KFTextFieldNickname, KFTextFieldNumberic, KFTextFieldEmail }; IB_DESIGNABLE @interface KFTextField : UITextField <UITextFieldDelegate> #pragma mark - Layout @property (nonatomic) IBInsp...
# CasperJS contributors You can check out the [contribution graphs on github](https://github.com/n1k0/casperjs/graphs/contributors). $ git shortlog -s -n | cut -c8- Nicolas Perriault oncletom Brikou CARRE hexid hannyu Julien Muetton Chris Bosco Matt Bowman Chris Lorenzo Victor Yap JF Paradis pborreli nrabinowitz Rob Ba...
FROM golang:alpine COPY . /src RUN cd /src/cmd/go && go build -mod=vendor -o /usr/bin/go EXPOSE 8067 CMD ["/usr/bin/go", "--data=/data"]
import React, { Component, PropTypes } from 'react'; /* Components */ import ProfileDetails from './ProfileDetails'; import ProfileLinkedTeams from './ProfileLinkedTeams'; import <API key> from './<API key>'; class Profile extends Component { render() { return ( <div id="Profile" className="list-group"> ...
# PathSymbol3DLayer PathSymbol3DLayer renders polyline geometries by extruding a 2D profile along the line, resulting in visualizations like tubes, walls, etc. **Referenced by:** [LineSymbol3D](lineSymbol3D.md) Properties | Property | Details | | anchor | The position of the extrusion profile with respect to the polyli...
#!/usr/bin/env node var util = require('util'), colors = require('colors'), formatNumber = require('format-number')(), minimist = require('minimist'), musicVideo = require('youtube-best-video').findBestMusicVideo, search = require('youtube-search'), slashes = require('slashes'), timelabel = ...
extern int <API key>(void); int test_fun(int x, int y, int z) { int c = 0; while ((x > y) && (x > z)) { y = y + 1; z = z + 1; c = c + 1; } return c; } int main() { return test_fun(<API key>(), <API key>(), <API key>()); }
using System; namespace Bluehands.Hypermedia.Client.Hypermedia.Attributes { [AttributeUsage(AttributeTargets.Property)] public sealed class MandatoryAttribute : Attribute { } }
# SPA_project Single-page web application using the Flask framework for Data Representation project The module is taught to undergraduate students at [GMIT](http: The lecturer is [Ian McLoughlin](https://ianmcloughlin.github.io). # Web Application Project # Data Representation and Querying Project 2016 Project Overview...
require File.dirname(__FILE__) + '/../../spec_helper' require 'cucumber/ast/tags' module Cucumber module Ast describe Tags do describe "#matches" do it "should AND tags which are are in a list" do Tags.matches?(['@one','@two','@three'], [['@one','@two']]).should == true Tags.matc...
require 'forwardable' module Decaptcha class Client extend Forwardable attr_accessor :provider PROVIDERS = { :dbc_http => Decaptcha::Provider::DeathByCaptcha::HTTP, :dbc_socket => Decaptcha::Provider::DeathByCaptcha::Socket, } def initialize(provider_name, provider_options = {}) ...
<!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.8"/> <title>Faeris: E:/CodeSpace/Faeris/lib/libfaeris/src/sys/thread/FsConditionVariable.h Source File</...
<div class="<API key> container hidden-xs"> <a class="navbar-brand" href="<?php echo esc_url(home_url('/')); ?>"> <img src="<?php echo get_bloginfo('url') ?>/assets/img/less-logo_208x100.jpg" alt="LESS 17" width="208" height="100" /> </a> <div class="pull-right header-right"> <p class="phone...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:30 CEST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>net.sourceforge.pmd.lang.java.rule.basic (PMD 5.0.4 API)</title> <meta name="date" content="2013...
'use strict'; const color = require('../config/color'); let demFeels = function () {}; demFeels.getEmotes = function () { return {}; }; try { demFeels = require('dem-feels'); } catch (e) { console.error(e); } exports.parseEmoticons = parseEmoticons; // for travis build if (typeof demFeels.extendEmotes === '...
/** * @fileoverview This file is generated by the Angular 2 template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties} */ /* tslint:disable */ import * as import0 from '@angular/core/src/linker/ng_module_factory'; import * as import1 from '@angular/material/input/input'; import * ...
<?php namespace ptech\vegas; use yii\base\<API key>; use yii\base\Widget; use yii\helpers\ArrayHelper; use yii\helpers\Html; use yii\helpers\Json; use yii\web\JsExpression; class Vegas extends Widget { /** * @var string the DOM element the Widget is applied to. */ public $target = 'body'; public $...
// Use of this source code is governed by a MIT-style package admin import ( api "github.com/gogits/go-gogs-client" "github.com/G-Node/gogs/models" "github.com/G-Node/gogs/pkg/context" "github.com/G-Node/gogs/routes/api/v1/convert" "github.com/G-Node/gogs/routes/api/v1/user" ) // https://github.com/...
<!DOCTYPE html><html lang="en"><head></head><body><p>test</p><br/></body></html>
using System; using System.Net.NetworkInformation; using System.Threading.Tasks; namespace Audit.Core { public partial class AuditScope { <summary> Shortcut to create an audit scope </summary> public static AuditScope Create(AuditScopeOptions options) { return...
<div class="commune_descr limited"> <p> Les&nbsp;Grandes-Loges est un village situé dans le département de Marne en Champagne-Ardenne. Elle comptait 244 habitants en 2008.</p> <p>Si vous pensez emmenager à Les&nbsp;Grandes-Loges, vous pourrez facilement trouver une maison à vendre. </p> <p>Le parc d'hab...
# ShipCompliant - Ruby API Client The ShipCompliant gem is an API Client for the [SOAP][soap_wiki] API provided by ShipCompliant. This gem has been created for fast implementation and supports the 9 main API calls. [Documentation][documentation_path] | [RDoc][rdoc_path] | [CoreService V1.2][core_service_path] [![Covera...
var test = require('tape'); var sub = require('level-sublevel'); var level = require('level-test')(); var db = sub(level('update-test', { valueEncoding: 'json' })); var assoc = require('../')(db); assoc.add('hackerspace') .hasMany('hackers', [ 'type', 'hacker' ]) .hasMany('tools', [ 'type', 'tool' ]) ; assoc.ad...
#pragma once #include <LuminoEngine/Engine/Diagnostics.hpp> #include "HLSLMetadataParser.hpp" #include "ShaderTranspiler.hpp" namespace ln { namespace detail { class ShaderRenderState; class UnifiedShader : public RefObject { public: struct CodeInfo { UnifiedShaderTriple triple; std::vector<...
// karma configuration var karmaConf = { browserify: { debug: true, transform: [ ['babelify'] ] }, browsers: ['Firefox_NoVR', 'Chrome'], // machinima: prevent timeout during recording playback <API key>: 600000, client: { captureConsole: false, mocha: {'ui': 'tdd'} }, customLau...
# <API key> A plugin to generate boilerplate code for android development This plugin generates all the private fields of all the xml elements having an id present in the xml layout in the corresponding activity or fragment class. For example: If the xml layout contains <EditText android:layout_width="200dp" android:la...
#!/usr/bin/env bash source vars.sh printUnitFile() { read -r -d '' UNIT_CONTENTS << EOF [Unit] Description=${DESCRIPTION} Wants=network-online.target After=network.target network-online.target [Install] WantedBy=multi-user.target [Service] ExecStart=${INSTALL_FILE} SyslogIdentifier=${CANONICAL_NAME} Restart=always Res...
package wolfogre.khtd4; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.View; import android.widget.Button; import android.widget.Toast; public class MainActivity extends AppCompatActivity implements Vie...
<?php namespace Imagine\Gd; use Imagine\Image\AbstractImage; use Imagine\Image\ImageInterface; use Imagine\Image\Box; use Imagine\Image\BoxInterface; use Imagine\Image\Metadata\MetadataBag; use Imagine\Image\Palette\Color\ColorInterface; use Imagine\Image\Fill\FillInterface; use Imagine\Image\Point; use Imagine\Image\P...
package com.pixnfit.ws.tasks; import android.content.Context; import android.util.Log; import com.pixnfit.utils.HTTPPostFile; import org.json.JSONException; import java.io.IOException; import java.net.HttpURLConnection; public abstract class WsPostFileAsyncTask<Params, Progress, Result> extends WsAsyncTask<Params, Prog...
package org.robolectric.tester.android.view; import android.graphics.drawable.Drawable; import android.view.View; import org.junit.Before; import org.junit.Test; import android.view.MenuItem; import org.junit.runner.RunWith; import org.robolectric.R; import org.robolectric.Robolectric; import org.robolectric.TestRunner...
<?php namespace Mizmoz\App\Contract; use Mizmoz\Config\Contract\ConfigInterface; use Mizmoz\Container\Contract\ContainerInterface; interface <API key> { /** * Register the item with the application. This should be used by libraries such as the queue which will * need to register the queue management UI et...
var gulp = require("gulp"), jshint = require("gulp-jshint"), jsreporter = require("jshint-stylish"), shell = require("gulp-shell"); gulp.task("jshint", function () { gulp.src("./dnssearch.js") .pipe(jshint()) .pipe(jshint.reporter(jsreporter)); }); gulp.task("test", function () { gulp.src("") .pip...
/** * Course Controller * * Handles viewing and editing courses */ import Config from '../../config/webbox.config'; import { EventLog, EventLogTypes } from '../models/eventLog'; import TestResult from '../models/testResult'; import CodeEmbed from '../models/codeEmbed'; import Thinky from '../util/thinky'; import Pr...
using ConstantineSpace.Tools; using UnityEngine; namespace ConstantineSpace.PinBall { public class Launcher : MonoBehaviour, ITouchHandler { [Header("Config")] [SerializeField] private Rigidbody2D _ball; [SerializeField] private readonly float _force = 10.0f; <sum...
<?php declare(strict_types=1); namespace Sonata\AdminBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\<API key>; use Symfony\Component\DependencyInjection\ContainerBuilder; final class <API key> implements <API key> { public function process(ContainerBuilder $container): void ...
package cd4017be.automation.TileEntity; import java.util.ArrayList; import cd4017be.automation.Config; import cd4017be.lib.Gui.DataContainer; import cd4017be.lib.Gui.DataContainer.IGuiData; import cd4017be.lib.Gui.SlotTank; import cd4017be.lib.Gui.TileContainer; import cd4017be.lib.Gui.TileContainer.TankSlot; import cd...
.PHONY: ci cs-dry-run cs-fix help install test update default: help help: @echo "usage: make COMMAND" @echo "" @echo "Available commands:" @echo " ci to run both tests suite and check style" @echo " cs-dry-run to show files that need to be fixed" @echo " cs-fix to fix fil...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><API key> &#8212; AWS CLI 1.0.0 documentation</title> <link rel="stylesheet" type="text/css" href="../../_static/bootstrap.min.css" /> <script type="text/javascript" src="../../_...
<?php declare(strict_types=1); namespace Zelenin\HttpClient\Middleware\Cookie; use Dflydev\FigCookies\SetCookie; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\UriInterface; use Zelenin\HttpClient\MiddlewareInterface; use Zelenin\HttpClient\<API key>; final class Coo...
#pragma once #include <core/core.h> #include <tuple> NS_BEGIN(CORE_NAMESPACE) template<size_t Idx, typename TTuple, typename TDefault=void, bool use_default = Idx >= std::tuple_size<TTuple>::value > struct <API key>{ typedef TDefault type; }; template<size_t Idx, typename TTuple, typename TDefault> struct <API key>...
<html><body> <h4>Windows 10 x64 (19042.572) 20H2</h4><br> <h2><API key></h2> <font face="arial"> +0x000 queueBackground : Int4B<br> +0x004 countImmediate : Uint4B<br> +0x008 kindImmediate : <a href="./<API key>.html"><API key></a><br> +0x00c payloadId : Uint4B<br> +0x010 ignoredUse : In...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.PooledObjects; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Symbols { internal delegate void <API key><TArg>(Diagno...
// This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually #pragma once #include <common/common.h> #include <_FILETIME.hpp> START_ATF_NAMESPACE struct <API key> { _FILETIME ftExpires; _FILETIME ftLastModified; }; END_ATF_NAMESPACE
class LinkedList(): def __init__(self, value=None): self.value = value self.before = None self.behind = None def __str__(self): if self.value is not None: return str(self.value) else: return 'None' def init(): return LinkedList('HEAD') def dele...
import ChromaPy32 as Chroma # Import the Chroma Module from time import sleep Keypad = Chroma.Keypad() # Initialize a new Keypad Instance RED = (255, 0, 0) # Initialize a new color by RGB (RED,GREEN,BLUE) Keypad.setbyRow(2, RED) # sets the whole third row of the Keyboad-Grid to red Keypad.applyGrid() # applies the...
package io.geobit.chain.entity.blockchain; import io.geobit.common.entity.TransactionInOut; import java.util.List; public class BlockChainProcTrans { private String hash; /* hash della transazione */ private Character type; /* D: deposit | W: withdraw | T: taken deposit*/ private String address; /* from ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel...
#ifndef _LOW_LEVEL_H_ #define _LOW_LEVEL_H_ #include "rtos.h" void uart_configuration(void); #endif
package identity import ( "fmt" "io/ioutil" "net/http" ) type Legacy struct { client *http.Client } func (l *Legacy) Auth(creds *Credentials) (*AuthDetails, error) { if l.client == nil { l.client = http.DefaultClient } request, err := http.NewRequest("GET", creds.URL, nil) if err...
<?php namespace Acf\AdminBundle\Form\Docgroupperso; use Acf\DataBundle\Entity\Company; use Acf\DataBundle\Repository\CompanyRepository; use Acf\DataBundle\Repository\<API key>; use Sasedev\Form\EntityidBundle\Form\Type\EntityidType; use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractTy...
using System; namespace Agiil.Auth { public sealed class <API key> {} }
package com.scooter1556.sms.android; public class SMS { public static class Codec { public static final int UNSUPPORTED = -1; public static final int COPY = 0; public static final int AVC_BASELINE = 10; public static final int AVC_MAIN = 11; public static final int AVC_HIGH =...
using System; using System.Text; using System.Web; using System.Web.Http.Description; namespace MyWebAPIServer.Areas.HelpPage { public static class <API key> { <summary> Generates an URI-friendly ID for the <see cref="ApiDescription"/>. E.g. "Get-Values-id_name" instead of "GetValues/{id}?name={...
- [x] Add search Bar - [x] Add Github Authentication - [] Allow users to post links with tags - [x] Allow users to view links posted by them in seperate view - [x] Implement settings for push notifications - [x] Show link open count - [x] Allow users to bookmark links which appear in bookmarks section of app - [x] Allo...
\hypertarget{<API key>}{\section{/home/cecilia/\-Documents/\-Symptogen/src/power Directory Reference} \label{<API key>}\index{/home/cecilia/\-Documents/\-Symptogen/src/power Directory Reference@{/home/cecilia/\-Documents/\-Symptogen/src/power Directory Reference}} } \subsection*{Files} \begin{DoxyCompactItemize} \item ...
const { <API key> } = (EventTarget = window.EventTargetShim); const NULL_FN = () => 0; function <API key>(isFinal, transcript) { const results = [ [ { confidence: 0.9, transcript } ] ]; results[0].isFinal = isFinal; return results; } function <API key>() { const consumers =...
$("#application").ready(function(){ $("#my-profile").click(function(e){ e.preventDefault(); hideMessage("#<API key>"); unboundErrors("#profile-form"); $.ajax( base_url("users/get_current_user"), { method: "GET", dataType: "json", success: function(resp, stat...
<!DOCTYPE html> <!-- saved from url=(0014)about:internet --> <html> <head> <meta charset="utf-8"> <title>Statistics</title> <link rel="stylesheet" type="text/css" href="style.css"> <script type="text/javascript" src="data.js"></script> <script type="text/javascript" src="script.js"></script> <...
package br.gov.servicos.config; import lombok.experimental.FieldDefaults; import org.elasticsearch.action.admin.cluster.health.<API key>; import org.elasticsearch.action.admin.cluster.health.<API key>; import org.elasticsearch.action.admin.cluster.node.info.NodeInfo; import org.elasticsearch.action.admin.cluster.node.i...
var hasBlockedContent = false; (function () { angular.module('piwikApp.service').factory('piwikApi', piwikApiService); piwikApiService.$inject = ['$http', '$q', '$rootScope', 'piwik', '$window']; function piwikApiService ($http, $q, $rootScope, piwik, $window) { var url = 'index.php'; var fo...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `BitwiseOperator` trait in crate `rustc_lint`."> <meta name...
<?php class Harviacode { private $host; private $user; private $password; private $database; private $sql; function __construct() { $this->connection(); } function connection() { $db = file_get_contents('../application/config/database.php'); $db = explode(...
public class LightOffCommand implements Command { Light light; public LightOffCommand(Light light) { this.light = light; } public void execute() { light.off(); } public void undo() { light.on(); } }
<!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.6"/> <title>RelaxAuto: Namespace Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/...
import os from typing import Optional import semver from gitflow import _, version from gitflow.common import Result from gitflow.const import VersioningScheme from gitflow.version import VersionConfig def <API key>(version_config, prev_version, global_seq): if version_config.versioning_scheme == VersioningScheme.S...
#include <iostream> #include "solution.h" int main() { Solution s; vector<int> num = { -2,1,-3,4,-1,2,1,-5,4 }; cout << s.maxSubArray(num); system("pause"); return 0; }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bignums: 2 m 29 s </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="s...
#include <stdlib.h> #include <string.h> #ifdef USE_MEMTRACK #include <memtrack.h> #endif #include "base/memory_blocks_pool.h" struct MemoryBlocksPool { void *blocks; int *ids; size_t blocks_count; size_t block_size; size_t blocks_num; }; #define GET_INDEX(id) ((id) >> 16) #define GET_ID(id...
package com.falconi.lisandro.cyclingroutes; import android.app.Application; import android.test.ApplicationTestCase; public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Application.class); } }
INSERT INTO Events VALUES( NULL, 'hoge', 'xxxx', 'TEST', '2015-05-05', 'Hello, world!', '2015-04-20' ); INSERT INTO Events VALUES( NULL, 'foo', 'xxxx', 'BIRTHDAY', '2015-11-11', 'Happy birth day!', '2015-04-21' );
<?php namespace axelitus\Patterns\Creational; use axelitus\Base\Exceptions; use axelitus\Patterns\Interfaces; use axelitus\Patterns\Utils; /** * Class Singleton * * Defines a Singleton object. * * @package axelitus\Patterns\Creational */ abstract class Singleton { /** * @type array $instances Holds the S...
<?php namespace Tests; use Tests\Objects\User; use Tests\Objects\Post; use AccessControl\Enum\Role; use AccessControl\Provider; use AccessControl\Component\Group; class TestCase extends \<API key> { private $user; private $posts = array(); /** @var Provider */ private $acl; public function setUp() ...
/* ftdbgmem.c */ /* Memory debugger (body). */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* This file is part of the FreeType project, and may only be used, */ /* modi...
'use strict'; System.register(['../common/widget-base', '../common/constants', '../common/decorators', '../common/common', '<API key>/Scripts/ej/datavisualization/ej.sunburstchart.min'], function (_export, _context) { "use strict"; var WidgetBase, constants, generateBindables, inject, inlineView, customElement, chi...