text
stringlengths
3
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Olá seja bem vindo ao blog do Ismael Soares. Compartilho aqui meus estudos sobre T...
package org.ulasalle.compiler.syntax.analizer; import org.ulasalle.compiler.util.TablaSimbolos; import java.util.List; import java.util.ArrayList; public class Bloque { private List<TablaSimbolos> variables; private int nivel; Bloque padre; public Bloque() { variables ...
 #include <aws/inspector/model/ListAssessmentTemplatesResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/UnreferencedParam.h> #include <utility> using namespace Aws::Inspector::Model; using namespace...
""" A Shape object : The rectangle is defined here """ import pygame from math import sqrt import graphalama from graphalama.borg import Borg from graphalama.color import Color, get_rainbow from graphalama.CONSTANTS import * from graphalama.functions import * import math as m from graphalama.maths import V2 borg_bab...
using Redists.Core; using Xunit; namespace Redists.Tests.Core { public class FixedDataPointParserTests { FixedDataPointParser parser = new FixedDataPointParser(Constants.DefaultInterDelimiterChar, Constants.DefaultIntraDelimiterChar); [Fact] public void Serialize_EdgesCases_ShouldPass...
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context="team16project.textbooktrader.UserSettingsActivity"> <item android:id="@+id/action_settings" android:title="@string/action_settings" android:orderInCategory="100" android:sho...
from __future__ import unicode_literals import hashlib import datetime from boto3 import Session from moto.core import BaseBackend, BaseModel from .utils import get_job_id class Job(BaseModel): def __init__(self, tier): self.st = datetime.datetime.now() if tier.lower() == "expedited": ...
#include <linux/blkdev.h> #include <linux/delay.h> #include <linux/module.h> #include <linux/dma-mapping.h> #include <linux/idr.h> #include <linux/interrupt.h> #include <linux/kthread.h> #include <linux/slab.h> #include <linux/pci.h> #include <linux/spinlock.h> #include <linux/ctype.h> #include <scsi/scsi.h> #includ...
// // EditorProgressBar.cpp // Project: humid // // All rights reserved. Use of this source code is governed by the // 3-clause BSD License in LICENSE.txt. #include <iostream> #include <string> #include <nanogui/common.h> #include <nanogui/widget.h> #include "selectable.h" #include "linkableobject.h" #include "edito...
import csv from collections import OrderedDict from PyQt4 import QtGui, QtCore from vnpy.utils.vtFunction import * from vnpy.utils.vtGateway import * # ---------------------------------------------------------------------- def loadFont(): """载入字体设置""" try: f = file(findConfPath("VT_setting.json")) ...
FROM balenalib/kitra710-debian:buster-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ libstdc++6 \ ...
This is not the GeoMesa documentation itself, but rather notes on how to build it. ## Setup The documentation is built using Python's [Sphinx](http://sphinx-doc.org/) module. Installing Sphinx and its dependencies in a Python ``virtualenv``: $ virtualenv .sphinx && source .sphinx/bin/activate $ pip install ...
console.log("func, printing world.func:", require("./world").func); module.exports = function() { return "I am a function returning a string"; };
from lib import citrusleaf from lib import util from lib.node import Node from lib.prefixdict import PrefixDict import re class Cluster(object): # Kinda like a singleton... All instantiated classes will share the same # state... This makes the class no cluster_state = {} def __init__(self, seed_nodes,...
import { connect } from "react-redux"; import ProgressChart from "../components/progress_chart"; function mapStateToProps( state ) { const reviewed = state.observationsStats.reviewed || 0; const total = state.observationsStats.total || 0; return { reviewed, unreviewed: total - reviewed }; } function m...
// -*- c-basic-offset: 2; related-file-name: "tableStore.C" -*- /* * @(#)$Id$ * * This file is distributed under the terms in the attached INTEL-LICENSE file. * If you do not find these files, copies can be found by writing to: * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, * Berkeley, CA, 94704. A...
package com.microsoft.bingads.v12.reporting; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for AccountThroughCampaignReportScope complex type. * * <p>The...
@interface ITCWeeklyPageQueue : ITCBasicQueue { } @end
package nt.hai.blinkforhackernews.swipelayout.app; import nt.hai.blinkforhackernews.swipelayout.SwipeBackLayout; /** * @author Yrom */ public interface SwipeBackActivityBase { /** * @return the SwipeBackLayout associated with this activity. */ SwipeBackLayout getSwipeBackLayout(); void setSw...
#ifndef PANDRIFT_DISPLAY_RIFT_HEADER #define PANDRIFT_DISPLAY_RIFT_HEADER #include "pandrift.hh" #include "OVR.h" #include "lvector4.h" namespace pandrift { class RiftManager { public: RiftManager(); ~RiftManager(); int get_display_width_pixels(); int get_display_height_pixels(); float get_display_wi...
<?php require_once dirname(__FILE__).'/../lib/my_articlesGeneratorConfiguration.class.php'; require_once dirname(__FILE__).'/../lib/my_articlesGeneratorHelper.class.php'; /** * my_articles actions. * * @package symfony12 * @subpackage my_articles * @author Your name here * @version SVN: $Id$ */ class...
This is a fork of the **Mineserver Project**: https://github.com/fador/mineserver which I will add code to infrequently. Goals: * Full compatibility with Linux and BSD * Full compatibility with 1.5.2 client * Fixing bugs (if any :D) * Maybe some additional features ## Mineserver *by Fador & Nredor and others* Cu...
/** * Squid Core * * Collection of issues * more details on schema at: * https://developer.github.com/v3/issues/ * */ 'use strict'; var Backbone = require('backbone') , Issue = require('../models/issue') module.exports = Backbone.Collection.extend( { model: Issue , comparator: function( model ) ...
<?php namespace common\models; use Yii; /** * This is the model class for table "lineapedido". * * @property integer $id * @property integer $pedido_fk * @property integer $producto_fk * @property integer $cantidad * * @property Pedido $pedidoFk * @property Producto $productoFk */ class Lineapedido extends...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>presburger: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
var gulp = require('gulp'); var ts = require('gulp-typescript'); var del = require('del') var merge = require("merge2"); var runSequence = require("run-sequence"); var mocha = require("gulp-mocha"); var sourcemaps = require('gulp-sourcemaps'); var typedoc = require("gulp-typedoc"); var tsProject = ts.createProject('./...
package com.smoothcsv.swing.components; import java.awt.Component; import java.awt.Cursor; import java.awt.Desktop; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import javax.swing.JLabel; import javax.swing....
import React from 'react'; import _ from 'lodash'; import {branch} from 'baobab-react/decorators'; import {Component, navigateTo, makePath} from '../components/Component'; import Link from '../components/Link'; import rjankoModels from '../../models'; let models = _.merge({}, rjankoModels); require('cfg').application...
from traits.has_traits import HasTraits, on_trait_change from traits.trait_numeric import Array from traits.trait_types import (Instance, Int, ListFloat, Button, Event, File, Any) from traits.traits import Property from traitsui.api import View, VGroup from traitsui.editors.file_editor ...
package sc.shortcut.sdk; import android.app.Application; /** * Application class for Shortcut projects. */ public class SCApplication extends Application { @Override public void onCreate() { super.onCreate(); SCConfig config = SCConfig.initFromManifest(this); if (config != null) { ...
An `iOS` and `watchOS` app for controlling [Etekcity Wireless Electrical Outlets](http://www.etekcity.com/product/100068.html) through [RFOutlet](https://github.com/timleland/rfoutlet) integration. ![Icon](Assets/Icon.png) ## iOS ![Screenshot iOS](Assets/Screenshot-iOS.png) ![Screenshot iOS](Assets/Screenshot-iOS-2.p...
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
<?php /** * Controlador de Home. * El código de la Aplicación esta bajo la licencia GPL. * @package Secure_area * @subpackage Home * @author Mario Torres */ defined('BASEPATH') OR exit('No direct script access allowed'); require_once ("Secure_area.php"); /** * Controlador inicial del Sistema de Control de Picad...
package org.vash.vate.filesystem; import java.io.File; import java.io.FileFilter; import java.io.FilenameFilter; import java.io.IOException; import java.lang.reflect.Method; import java.net.URI; import java.util.LinkedList; import java.util.List; public class VTRootList extends File { private static fi...
<?php namespace Google\Service\BigQueryConnectionService; class GetIamPolicyRequest extends \Google\Model { protected $optionsType = GetPolicyOptions::class; protected $optionsDataType = ''; /** * @param GetPolicyOptions */ public function setOptions(GetPolicyOptions $options) { $this->options =...
using System; using Android.Views; using Android.Content; using Android.Util; using Android.Graphics; namespace CrossRenderers.Droid { public class NativeDrawView : View { //drawing path private Path drawPath; //drawing and canvas paint private Paint drawPaint, canvasPaint; public Color PaintColor { get ...
import os from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) version_path = os.path.join(here, 'onvif/version.txt') version = open(version_path).read().strip() requires = [ 'suds >= 0.4', 'suds-passworddigest' ] CLASSIFIERS = [ 'Development Status :: 3 - Alpha', 'En...
package me.devsaki.hentoid.activities; import static com.google.android.material.snackbar.BaseTransientBottomBar.LENGTH_LONG; import static me.devsaki.hentoid.events.CommunicationEvent.EV_ADVANCED_SEARCH; import static me.devsaki.hentoid.events.CommunicationEvent.EV_CLOSED; import static me.devsaki.hentoid.events.Comm...
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <corners android:radius="100dp" /> <solid android:color="@color/indicator_unselected" /> </shape>
@interface DigitalBandChartView : SingleChartLayout @end
package io.fabric8.kubernetes.generator.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) ...
var assert = require('assert'), should = require('chai').should(), http = require('http'), express = require('express'), formidable = require('formidable'), request = require('request'), fakeStream = require('fake-stream'), formidableStream = require('..'); describe('FormidableStream', func...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.psalgs.ctc.list; /** * * @author djoshi * * Write code to partition a linked list around a value x, such that all node...
package com.dic.bridge.base.wrapper; /** * Created by jeanboy on 2017/8/2. * <p> * 用于初始化butterknife */ public interface BindWrapper { /** * activity中:onSetContentView()后调用 * fragment中:onFragmentViewCreated()后调用 */ void onBind(); /** * activity中:onDestroy()后调用 * fragment中:on...
Got tired of building a whole application just for making static sites non-redundant? There's an app for that, It's fairly simple to use and takes away the fiddly bits. Moving on, let's get into it all. How to use ------------------------- <br> Basic HTML files like `name.html` will be rendered as [Mustache](http://...
<resources> <string name="app_name">Implicit Intent Demo</string> <string name="empty_text_error_message">Text can not be empty!</string> <string name="title_share_chooser">Share Text</string> <string name="error_msg_activity_not_found">No activity available to support this action!</string> </resources>...
<?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/item_shots" android:layout_width="match_parent" ...
using System.Reflection; namespace Autofac.AttributedComponent.Incep { public interface IIncepCall { object Target { get; } MethodInfo MethodInfo { get; } object[] Arguments { get; } object ReturnValue { get; set; } void Proceed(); } }
def response(context, flow): flow.response.headers['X-Frame-Options'] = [""] #flow.response.headers["X-Frame-Options"] = [""] flow.response.headers['mtmprx'] = ['1']
+++ date = "2015-10-17T16:34:59+02:00" title = "Terms and Conditions" +++ ## Definitions - The organization: the team organizing the Smokey Feet 2016 dance camp - The attendee: the individual attending the Smokey Feet 2016 dance camp ## Registration and Admission Policies 1. The organization guarantees admission...
date: 2016-03-09T19:56:50+01:00 title: Slack SlashCommand weight: 21 --- ![SlashLogo](/images/apigateway/slack/slack_rgb.png) In this example, we'll walk through creating a [Slack Slash Command](https://api.slack.com/slash-commands) service. The source for this is the [SpartaSlackbot](https://github.com/mweagle/Spart...
<footer class="footer"> <a href="mailto:atmendez@gmail.com"><i class="fa fa-envelope" aria-hidden="true" target="_blank"></i></a> <a href="https://twitter.com/atmendez"><i class="fa fa-twitter" aria-hidden="true" target="_blank"></i></a> <a href="https://linkedin.com/in/atmendez"><i class="fa fa-linkedin" aria-hi...
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | ID | **create_date** | **int** | Дата создания | **update_date** | **int** | Дата редактирования | [optional] **lock_date** | **int** | Дата блокировки модератором | [optional] **archive_date** | **int*...
@interface TrainingSongRecordRelationShip : NSObject @property (nonatomic, strong) NSString *tsrid; //训练和歌曲关系id @property (nonatomic, strong) NSString *rid; //录音id @property (nonatomic, strong) NSString *tid; //训练id @property (nonatomic, strong) NSString *sid; //歌曲id @property (nonatomic, assign) double createDate; @pr...
using namespace llvm; const unsigned AssemblyTextBufSize = 80; enum ActionType { AC_Assemble, AC_Disassemble }; static cl::opt<ActionType> Action(cl::desc("Action to perform:"), cl::init(AC_Assemble), cl::values(clEnumValN(AC_Assemble, "assemble", "Assemble a .s file (d...
package com.eightkdata.training.javapostgres.hellojdbc.config; /** * @author Alvaro Hernandez <aht@8kdata.com> */ public class HardcodedDbConfig { public static final String DB_HOST = "localhost"; public static final int DB_PORT = 5432; public static final String DB_NAME = "world"; public static fi...
import template from './web-tutorials.html'; import controller from './web-tutorials.controller'; import './web-tutorials.styl'; let webTutorialsComponent = function () { return { restrict: 'E', scope: {}, template, controller, controllerAs: 'vm', bindToController: true }; }; export defaul...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../ncollide_pipeline/narrow_phase/struct.BallBallContactGenerator.html"> </head> <body> <p>Redirecting to <a href="../../../../ncollide_pipeline/narrow_phase/struct.BallBallContactGenerator.html">../../../../ncollide_pipe...
void test() { printf("Hello World\n"); }
@interface NSString (WMFNormalizeWhitespace) - (NSString *)wmf_trimAndNormalizeWhiteSpaceAndNewlinesToSingleSpace; @end @implementation NSString (WMFNormalizeWhitespace) - (NSString *)wmf_trimAndNormalizeWhiteSpaceAndNewlinesToSingleSpace { NSString *result = [self stringByReplacingOccurrencesOfString:@"\\s+" ...
module Zuck require "digest/md5" class CustomAudience < RawFbObject known_keys :id, :name, :subtype, :rule, :description, :opt_out_link, :retention_days, :account_id, :data_source, ...
package edu.missouri.X.annotations; /** * * @author Ryan */ public @interface Prompt { }
package com.android.omiplekevin.workoutheaders.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.List; import lombok.ToString; /** * Created by OMIPLEKEVIN on 07/12/2015. */ @ToString public class ExercisesModel { ...
class Worker : public QObject { Q_OBJECT public: Worker(const QString& s); ~Worker() {} QString getResult() const { return m_wout; } private: QString m_win; QString m_wout; signals: void finished(); //void workProgress(int); private slots: void doHardWork(); }; // cl...
class ofApp : public ofBaseApp { public: void setup(); void update(); void draw(); // Optical Flow ofVideoGrabber camera; ofxCv::FlowFarneback flow; // GUI ofxPanel gui; ofxFloatSlider pyrScale; ofxIntSlider levels; ofxIntSlider winsize; ofxIntSlider iterations;...
NewSpring Church Roku App ------------------------ This is a streaming/on demand app for Roku. Setup ----- Make sure you put your roku in [dev mode](http://sdkdocs.roku.com/display/sdkdoc/Developer+Guide#DeveloperGuide-71EnablingDevelopmentModeonyourbox). Compiling the app is as simple as running `make` from the `ap...
/** * */ package org.ebayopensource.turmeric.tools.codegen.external; import javax.wsdl.Port; /** * @author arajmony * * A class used for stroring port details */ public class CodegenPortDetails { private Port port; private boolean isSOAP12; private boolean isSOAP11; private boolean isHTTP; public bo...
package qingstor
import braintree from braintree.credit_card import CreditCard from braintree.error_result import ErrorResult from braintree.exceptions.not_found_error import NotFoundError from braintree.ids_search import IdsSearch from braintree.resource import Resource from braintree.resource_collection import ResourceCollection from...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>store (Spec::Story::StepMother)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ...
''' grab all the data in CIR's VA API and load into static json files for examination and processing. ''' import json import requests from datetime import datetime from helpfunc import gather_all, get_stats, folder, archive, add_to_csv #Ask the API for the file in JSON format base_url="http://vetsapi.apps.cironline.o...
<?php namespace SuperCMS\Custard; use Rhubarb\Stem\Custard\DemoDataSeederInterface; use SuperCMS\Models\User\SuperCMSUser; use Symfony\Component\Console\Output\OutputInterface; class ApplicationDemoDataSeeder implements DemoDataSeederInterface { protected static $roleUser; protected static $roleAdmin; ...
layout: post title: "BNP Paribas (TEB) International Hackathon Etkinliği Haziran 2015" date: 2015-06-14 17:30 author: engin.polat comments: true category: [Etkinlik] tags: [azure, etkinliklerim, microsoft] --- **BNP Paribas International Hackathon**, *TEB* tarafından *12 Haziran 2015*, *13 Haziran 2015* ve *14 Haziran ...
<?php require_once(TOOLKIT . '/class.event.php'); Class eventsave_message extends Event{ const ROOTELEMENT = 'save-message'; public $eParamFILTERS = array( 'send-email' ); public static function about(){ return array( 'name' => 'Save Message', 'author' => array( 'name' =>...
module client { requires jakarta.xml.ws; requires java.logging; // generated by WebServiceWrapperGenerator exports server.mu_header_fault.client; }
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lic...
title: "Flynn Progress: Week Ending Nov. 24, 2014" date: November 24, 2014 --- The Flynn web dashboard now ships by default as part of every cluster, whether you use the managed launcher or install on your own infrastructure. The web dashboard lets anyone deploy and scale GitHub apps on a running cluster without ever o...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="description" content="Outils de consultation des contrats de la ville d...
import boto.sqs import boto.sqs.queue import argparse from boto.sqs.message import Message from boto.sqs.connection import SQSConnection from boto.exception import SQSError import sys sys.path.append('/data') from keys import access_key_id, secret_access_key parser = argparse.ArgumentParser() parser.add_argument("qna...
<section class="hero-content"> <h1 class="hero-title">{{ landing.heroTitle }}</h1> </section> <section class="selling-points container clearfix"> <div class="point column third"> <span class="ion-music-note"></span> <h5 class="point-title">Choose your music</h5> <p class="point-descript...
* Extract a `worker.Worker` interface, and create a `worker.DefaultWorker` implementation. ### 2.4.1 (02-17-2016) * Fix a critical issue in the worker package which prevented janitors from being able to clean up dead workers. ### 2.4 (02-14-2016) * Implement the `worker` package. ### 2.3.1 (02-13-2016) * *...
SELF=$(cd $(dirname $0) && pwd) . "$SELF/release-util.sh" function exit_with_usage { cat << EOF usage: release-build.sh <package|docs|publish-snapshot|publish-release> Creates build deliverables from a Spark commit. Top level targets are package: Create binary packages and commit them to dist.apache.org/repos/dis...
package com.example.android.sunshine.app.gcm; import android.app.IntentService; import android.content.Intent; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.util.Log; import com.example.android.sunshine.app.MainActivity; import com.example.android.sunshine.app....
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>Example 04</title> <meta charset="UTF-8"> <meta name="viewport" con...
package toolsForGui; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.FXCollections; import javafx.scene.control.ChoiceBox; /** * * @author emanuele * */ public class ShapeOption extends PersonalizationOption { private InitialChoiceDialog myDialog; ...
package com.plugin.database.dao; /** * @Date 2012-08-23 */ class ColumnMetaData implements Comparable<ColumnMetaData> { final ColumnMetaData parentColumn; final String columnName; /** * 在数据库中对应的字段全名,规则如下:如果不是嵌套类的字段,那么为字段名称,如果是嵌套类的字段,那么为形如A_B_C_字段名称的字符串,其中A,B, * C为嵌套类字段名称 */ final String realColumnName; ...
{ type : function( something ){ return typeof something; }, like : function( string ){ return 'like ' + string; } }
from django.conf import settings from django.contrib import messages from django.contrib.auth.decorators import login_required from django.contrib.postgres.search import SearchVector from django.core.exceptions import PermissionDenied from django.core.paginator import Paginator, InvalidPage from django.shortcuts import...
<?php /** * Extension to PHPUnit_Framework_AssertionFailedError to mark the special * case of a skipped test suite. * * @since Class available since Release 3.1.0 */ class PHPUnit_Framework_SkippedTestSuiteError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest { ...
package com.google.template.soy.bidifunctions; import static com.google.template.soy.javasrc.restricted.SoyJavaSrcFunctionUtils.toStringJavaExpr; import static com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils.toSoyData; import com.google.common.collect.ImmutableSet; import com.google.inject.Inj...
{% extends "mod/server_detail_base.html" %} {% load get_option %} {% comment %} context variables: server moderator {% endcomment %} {% block title %}upTee - {{ server|get_option:'sv_name' }} - Console{% endblock title %} {% block tab_content %} <div class="server_detail_terminal"> <h2>Console</h2> ...
""" Conficat internal configuration class """ import os import re import sys import logging from Cheetah.ImportHooks import install as cheetah_import_install from TemplateRegistry import TemplateRegistry from CSVDataSource import CSVDataSource from ConfigError import ConfigError class Config(object): """Conficat co...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Patellina pallida Pat. ### Remarks null
// ------------------------------------------------------- // OBUser.h // // Copyright (c) 2010 Jakub Suder <jakub.suder@gmail.com> // Licensed under MIT license // ------------------------------------------------------- /* OBUser - represents a Blip user */ #import "OBUtils.h" @interface OBUser : PSModel { NSSt...
<?xml version="1.0" encoding="UTF-8"?><randomiser-instances> <randomiser-instance name="CustomerId" randomiser-type="ListitemsGenerator"> <description/> <property name="inputSource" value="file"/> <property name="inputFile" value="c:\workspace\dgMaster\dist\DataBuildWithDevConf\staging\stage1\input\custom...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:43 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ConstantPrincipalDecoderSup...
<!DOCTYPE HTML> <html lang="de"> <head> <!-- Generated by javadoc (17) on Mon Sep 05 10:37:44 CEST 2022 --> <title>Uses of Class org.freedesktop.dbus.interfaces.DBus.NameOwnerChanged (dbus-java-parent 4.2.0 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type"...
/* global Membership */ "use strict"; var npm_path = require('path'); var npm_fs = require('fs'); var npm_fs_extra = require('fs-extra'); var npm_http = require('http'); var npm_sanitize = require('sanitize-filename'); //--------------------------------------------------------------------- var ERR_AppServerError =...
Phaser.TileSprite = function () {};