text
stringlengths
3
1.05M
<?xml version="1.0" ?><!DOCTYPE TS><TS language="es_CL" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About StellarEngineeringCoin</source> <translation type="unfinished"/> </message> <message> ...
jsvcgen ======= A description format and code generator for [JSON-RPC][JSON-RPC]-like web services. The input to the tool is a [`jsvcgen` description][JsvcgenDescription] JSON file and the output is an SDK for the language of your choosing. [![Build Status](https://travis-ci.org/solidfire/jsvcgen.svg?branch=develop)...
package model import ( "time" ) type AgentSession struct { Id string AgentId int64 Version int64 RemoteIp string Server string Created time.Time Heartbeat time.Time }
package io.bootique.jdbc.junit5.script; import io.bootique.resource.ResourceFactory; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; /** * @since 2.0 */ public class SqlScriptParser { private String commentPrefix;...
package im.actor.core.modules.users.router; import java.util.List; import im.actor.core.api.ApiUser; import im.actor.core.api.ApiUserOutPeer; import im.actor.core.modules.ModuleContext; import im.actor.core.modules.users.router.entity.RouterApplyUsers; import im.actor.core.modules.users.router.entity.RouterFetchMissi...
package org.openbaton.common.vnfm_sdk.amqp.configuration; import java.io.IOException; import java.util.Properties; import javax.annotation.PostConstruct; import org.openbaton.common.vnfm_sdk.amqp.AbstractVnfmSpringAmqp; import org.openbaton.common.vnfm_sdk.interfaces.LogDispatcher; import org.slf4j.Logger; import or...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Sc...
module Azure::ApiManagement::Mgmt::V2016_07_07 module Models # # Policy snippet. # class PolicySnippetContract include MsRestAzure # @return [String] Snippet name. attr_accessor :name # @return [String] Snippet content. attr_accessor :content # @return [String] ...
import gpu_path_util gpu_path_util.AddDirToPathIfNeeded(gpu_path_util.CHROMIUM_SRC_DIR, 'build')
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.webfolder</groupId> <artifactId>cormorant</artifactId> <packagi...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libhyps: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
package com.chinamobile.bcbsp.bspstaff; import com.chinamobile.bcbsp.api.AggregateValue; import com.chinamobile.bcbsp.comm.CommunicationFactory; import com.chinamobile.bcbsp.comm.CommunicatorInterface; import com.chinamobile.bcbsp.comm.IMessage; import com.chinamobile.bcbsp.api.Edge; import com.chinamobile.bcbsp.api...
namespace RavenAdminLogsCollectionTool.Messages { public class CloseWebSocketMessage { } }
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<!DOCTYPE html> <html> <head> <title>Development file</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" /> <!-- <script type="text/javascript">less = {env: "development", asy...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <meta name="robots" content="noindex" /> <title>File src/Definitions/Element/Parameter.php | PEG Api</title> <script type="text/javascript" src="resources/combined....
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" syntaxCheck="true" backupGlobals="true" backupStaticAttribu...
package io.rsocket.exceptions; import io.rsocket.frame.ErrorFrameFlyweight; public class CancelException extends RSocketException { private static final long serialVersionUID = 3579712120019438212L; public CancelException(String message) { super(message); } public CancelException(String message, Throw...
.class Landroid/support/v4/media/MediaBrowserServiceCompat$MediaBrowserServiceImplApi21; .super Ljava/lang/Object; .source "MediaBrowserServiceCompat.java" # interfaces .implements Landroid/support/v4/media/MediaBrowserServiceCompat$MediaBrowserServiceImpl; # annotations .annotation system Ldalvik/annotation/Enclosi...
// Copyright 2015 Google Inc. All Rights Reserved. // // 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...
package com.bluecirclesoft.open.jigen.model; import java.lang.reflect.Type; import java.util.List; public interface PropertyEnumerator { List<JType> readTypes(Model model, Type... types); JType readOneType(Model mode, Type type); }
<?php namespace app\controllers; use Yii; use app\models\Cuentas; use app\models\CuentasSearch; use yii\web\Controller; use yii\web\NotFoundHttpException; use yii\filters\VerbFilter; use yii\filters\AccessControl; use kartik\mpdf\Pdf; /** * CuentasController implements the CRUD actions for Cuentas model. */ class ...
<?php namespace Maruamyu\Core\OAuth2; class AccessTokenTest extends \PHPUnit\Framework\TestCase { public function test_initialize() { $tokenData = [ 'access_token' => 'access_token', 'token_type' => 'Bearer', 'expires_in' => 3600, ]; $accessToken = n...
package navyblue.top.colortalk.ui.activities; import navyblue.top.colortalk.ui.base.ToolbarActivity; /** * Created by CIR on 16/1/27. */ public class AboutActivity extends ToolbarActivity { @Override protected int provideContentViewId() { return 0; } }
import Vue from 'vue' import Education from '@/components/Education' import Vuetify from 'vuetify' import { mount } from 'avoriaz' import { store } from './../mocks' Vue.use(Vuetify) describe('Education.vue', () => { it('should render 2 education items', () => { const vm = mount(Education, { store }) expect...
/* * Header for use in defining a given L4 protocol for connection tracking. * * 16 Dec 2003: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> * - generalized L3 protocol dependent part. * * Derived from include/linux/netfiter_ipv4/ip_conntrack_protcol.h */ #ifndef _NF_CONNTRACK_L4PROTO_H #define _NF_CO...
.class public final Landroid/support/v4/app/ServiceCompat; .super Ljava/lang/Object; .source "ServiceCompat.java" # annotations .annotation system Ldalvik/annotation/MemberClasses; value = { Landroid/support/v4/app/ServiceCompat$Api24ServiceCompatImpl;, Landroid/support/v4/app/ServiceCompat$BaseSe...
package br.com.gustavo.fineprop.exception; public class FinePropException extends Exception { private static final long serialVersionUID = -1965372735797247162L; public FinePropException(String msg) { super(msg); } }
package com.gamerecorder.widget; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.util.SparseBooleanArray; import android.view.ActionMode; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.widget.AbsList...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.INITIAL_STATE = undefined; exports.getNext = getNext; exports.getPrev = getPrev; exports.playNow = playNow; exports.addSong = addSong; exports.addSongNext = addSongNext; exports.removeSong = removeSong; exports.setPlayerState = setP...
static char* copyString(const char* str, size_t sz) { char* result = (char*)(malloc(sizeof(char) * sz)); memcpy(result, str, sizeof(char) * sz); return result; } void kv_skiplist_remove_node(skiplist_raw* l, kv_node* entry) { // Detach `entry` from skiplist. skiplist_erase_node(l, &entry->snode); // ...
SYNONYM #### According to GRIN Taxonomy for Plants #### Published in Bull. Soc. Bot. Genève 5:84. 1889 #### Original name null ### Remarks null
title: Board of Education layout: post categories: - hcde excerpt: --- The Hamilton County Board of Education is a legislative and policy-making body that manages and controls the public school system. The board consists of nine elected representatives. Board members are elected from the districts they represent....
import matplotlib.pyplot as plt import numpy as np class Visualizer: """ Real time visualization of the corrolation histograms. """ def __init__(self): """ Initialize. """ self.plt = plt self.plt.ion() self.fig = self.plt.figure() self._channels = {} self._plots = {} def add(self,...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NPoco; using NPoco.FluentMappings; namespace NancyApiTokenAuth.Infrastructure.Database { public class DatabaseFactory : IDatabaseFactory { private NPoco.DatabaseFactory databaseFac...
<!DOCTYPE html> <!-- Copyright © chatRG --> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Résumé | chatRG</title> <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon"> <!-- Loader --> <script typ...
package ip import ( "errors" "net" "testing" "github.com/stretchr/testify/assert" ) func makeRouter(r string, err error) netRouter { return func() ([]byte, error) { return []byte(r), err } } func TestDefaultIface_HandlesValidInput(t *testing.T) { route := ` Kernel IP routing table Destination Gateway ...
/* * StatisticsCountOJ.java */ package oj.project.results.statistics; import oj.project.BaseAdapterOJ; import oj.project.IBaseOJ; public abstract class StatisticsAdapterOJ extends BaseAdapterOJ implements IStatisticsOJ { private static final long serialVersionUID = 1963207179051045421L; protec...
package com.amazonaws.services.dynamodbv2.document.api; import java.util.List; import java.util.Map; import com.amazonaws.annotation.ThreadSafe; import com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome; import com.amazonaws.services.dynamodbv2.document.TableWriteItems; import com.amazonaws.services.d...
module CheckerHelper def percentage_td percentage case percentage when 0 tdclass = 'success' when 0..1 tdclass = 'warning' else tdclass = 'danger' end content_tag :td, number_to_percentage(percentage), class: tdclass end end
var User = require('../modules/user').User; var AuthError = require('../error').AuthError; var HttpError = require('../error').HttpError; var sendMail = require("../libs/mailer"); var config = require('../config'); var log = require('../libs/log')(module); exports.get = function (req, res, next){ if (req.user){ ...
<!-- Description: content may contain hidden attribute Expect: not bozo and entries[0]['description'] == '<span hidden=""></span>' --> <feed xmlns="http://www.w3.org/2005/Atom"> <entry> <content type="html">&lt;span hidden=""&gt;&lt;/span&gt;</content> </entry> </feed>
namespace Serenity.Data { public class LocalizationRowAttribute : Attribute { public LocalizationRowAttribute(Type localizationRow) { LocalizationRow = localizationRow ?? throw new ArgumentNullException(nameof(localizationRow)); } public Type LocalizationRo...
package org.devspark.aws.lambdasupport.test.api.model; import javax.persistence.Entity; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; @Entity public class Reporter extends BaseEntity { @NotNull @Size(min = 4, max = 16) private String name; public String getNa...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../../"> <title data-ice="title">StripeComponent | formiojs</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="...
package org.elasticsearch.index.search.stats; import org.elasticsearch.common.Nullable; import org.elasticsearch.common.Strings; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; import org.elasticsearch.common.io.stream.Writeable; import org.elasticsearch...
<?php namespace Assetic\Test\Filter; use Assetic\Filter\CallablesFilter; class CallablesFilterTest extends \PHPUnit_Framework_TestCase { public function testInterface() { $filter = new CallablesFilter(); $this->assertInstanceOf('Assetic\\Filter\\FilterInterface', $filter, 'Call...
package renesca import akka.http.scaladsl.model.headers.BasicHttpCredentials import akka.util.Timeout import org.specs2.execute.{AsResult, Result, ResultExecution, Skipped} import org.specs2.mutable.Specification import org.specs2.specification._ import scala.concurrent.duration._ case class DbState(serverAvailable:...
namespace ReallySimpleRestClient { public enum WireDataFormat { Xml, Json, Other } }
/* Purpose: * * - handles the OpenGL context creation (GLUT & GLEW) and decouples it from * the actual program logic, so that conventional C++ RAII may be used * - also handles general program initialization/finalization * - handles AntTweakBar global context initialization * - has an abort_handler() funct...
<?php /** * Created by Slava Basko <basko.slava@gmail.com> * Date: 9/20/16 */ namespace YandexWebmaster\ActionHandler; use Yandex\ActionHandler\ActionHandlerInterface; use Yandex\Exception\BadRequestException; use Yandex\Exception\ConflictException; use Yandex\Exception\ForbiddenException; use Yandex\Exception\Not...
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/exo/keyboard.h" #include "ash/accelerators/accelerator_controller_impl.h" #include "ash/accessibility/accessibility_controller_impl.h" #include "ash/const...
package ru.stqa.pft.addressbook.tests; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.ContactData; import ru.stqa.pft.addressbook.model.GroupData; import java.util.Arrays; import java.util.stream.Collectors; import static org.hamcrest.CoreMatchers...
import pickle from nose.tools import eq_ from .....datasources import revision_oriented from .....dependencies import solve from ..dictionary import Dictionary calvins_words = {"yakka", "foob", "mog", "gurg", "pubbawup", "zink", "watoom", "gazork", "chumble", "spuzz"} def dictionary_check(word): ...
package com.precognitiveresearch.elevation.service; import com.precognitiveresearch.elevation.domain.Coordinate; import com.precognitiveresearch.elevation.domain.Elevation; import com.precognitiveresearch.elevation.exception.ElevationNotFoundException; public interface ElevationQueryService { public Elevation getEl...
/* 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...
// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2020. #pragma once #include "FMODAudioComponent.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "Containers/UnrealString.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "FMODBlueprintStatics.generated.h" class UFMODAudioComponent; ...
r""" .. autofunction:: openpnm.models.geometry.pore_surface_area.sphere .. autofunction:: openpnm.models.geometry.pore_surface_area.cube """ import numpy as _np def sphere(target, pore_diameter='pore.diameter', throat_area='throat.area'): r""" Calculates internal surface area of pore bodies assuming they ar...
var WavesBuilder = (function () { function WavesBuilder() { var _this = this; this.waveTemplate = '<li><label>Wave {0}:</label> - <a class="wave-delete-btn" data-wave-id="{1}">delete</a><ul>{2}</ul></li>'; this.actionTemplate = '<li>{0} - <a data-wave-id="{1}" data-action-id="{2}" class="act...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.12.14 at 03:30:4...
// Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Copyright (c) 2013 mycoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H #define BI...
<html> <head> <title>WebComponents - VanillaJS Example</title> <link rel="stylesheet" type="text/css" href="dist/css/styles.css"> </head> <body class="container"> <header> <h1>WebComponents - VanillaJS Example</h1> </header> <section> <div class="example col-md-6" data-template="components/example" da...
var GetAspectRatio = function (rect) { return (rect.height === 0) ? NaN : rect.width / rect.height; }; module.exports = GetAspectRatio;
/*globals angular, console*/ /** * Created by rgladson on 6/26/2015. * Just because the language is javascript, there is no excuse to write bad code!™ */ (function (angular, undefined) { "use strict"; var module = angular.module('crazyLikeAFox', ['ng']); module.factory('es6HtmlMacro', ['$parse', function ($p...
export class Item { public id: number; public title: string; public description: string; public listId: number; }
package org.ros.rosjava.roslaunch.xmlrpc; import java.util.List; import java.util.Map; import org.apache.commons.lang3.StringEscapeUtils; /** * The ObjectToXml class * * This class is responsible for converting Java Objects * into XML that can be used for XMLRPC requests. */ public class ObjectToXml { /** * ...
layout: "content-main" title: Arviointi theme: swedish course: rub5.7 published: true --- Kurssin arviointi perustuu ensisijaisesti läsnäoloon oppitunneilla ja niiden aikana tapahtuvan työskentelyn eri osa-alueisiin. Alla tarkempi erittely. # Tuntiaktiivisuus Kieltenopiskelun olennainen osa on suullinen kommunikaati...
describe( 'Sign-up Form', function() { beforeEach( module( 'simpleApp.signup' ) ); it( 'should have a test', inject( function() { expect( true ).toBeTruthy(); })); });
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Installing PostgreSQL config.vm.provision "shell", inline: "apt-get --allow-unauthenticated -q -y install postgresql" config.vm.provision "shell", inline: "sudo -u postgres psql -c \"ALTER USER postgres WITH PASSWORD 'vagrant';\"" config.vm.provision "sh...
FROM balenalib/beaglebone-green-wifi-debian:bullseye-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.linux-...
source code for geohashing.info
<?xml version='1.0' encoding='UTF-8'?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE.txt file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Versio...
clean() { sed 's/^...../ /' } build_hub() { echo -e '# shed-hub\n' ../shed-hub -h | clean echo echo -e '# Commands\n' for cmd in build events info inspect login logout pull push query search version do echo -e "## $cmd\n" ../shed-hub $cmd -h | clean echo done } > reference-hub.md build_image() ...
package com.chenpan.commoner.mvp.view; import com.chenpan.commoner.bean.JOnlineMusic; import com.chenpan.commoner.bean.JOnlineMusicList; import java.util.List; /** * Created by Administrator on 2016/7/12. */ public interface OnlineMusicView { void showSuccess(); void showEmpty(); boolean checkNet(); ...
<?xml version="1.0"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <string name="app_name">Space Launch Now</string> <string name="news">Novidades</string> <string name="twitter">Twitter</string> <string name="action_settings">Ajustes</string> <string ...
/* * TestOpsOPML10.java * * Created on April 25, 2006, 4:26 PM * * 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 require...
<?php namespace App\Containers\Payment\UI\API\Requests; use App\Ship\Parents\Requests\Request; /** * Class GetAllPaymentAccountsRequest. * * @author Johannes Schobel <johannes.schobel@googlemail.com> * @author Mahmoud Zalt <mahmoud@zalt.me> */ class GetAllPaymentAccountsRequest extends Request { /** ...
export const WIDGET_SUBTABS = [{ label: 'Edit widget', value: 'edit', route: '/admin/data/widgets/{{id}}/edit', params: { subtab: 'edit' }, }, { label: 'Metadata', value: 'metadata', route: '/admin/data/widgets/{{id}}/metadata', params: { subtab: 'metadata' }, }]; export default { WIDGET_SUBTABS };
/*jslint nomen: true, unparam: true */ /*global $, QUnit, document, expect, module, test, asyncTest, start, ok, strictEqual, notStrictEqual */ $(function () { 'use strict'; QUnit.done = function () { // Delete all uploaded files: var url = $('#fileupload').find('form').prop('action'); ...
(function() { 'use strict'; angular .module('app.error') .controller('ErrorController', ErrorController); /** @ngInject */ function ErrorController($state, $stateParams) { var vm = this; switch ($stateParams.type) { case 'forbidden': vm.statusCode = '403 Forbidden'; vm.d...
<!DOCTYPE html> <html> <head> <script src="/w3c/resources/testharness.js"></script> <script src="/w3c/resources/testharnessreport.js"></script> <script src="mediasource-util.js"></script> <link rel='stylesheet' href='/w3c/resources/testharness.css'> </head> <body> <di...
/** * Контроллер панели отображения ресурсов. * * @author dew1983@mail.ru <Suvorov Andrey M.> */ Ext.define( 'FBEditor.view.panel.resources.view.ResourcesViewController', { extend: 'Ext.app.ViewController', alias: 'controller.view.resources', /** * Показывает свойства выбранного ресурса. * @param {E...
<?php namespace ActivityBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and manages y...
<?php namespace App\Tests\Behat\Service; use Monofony\Bridge\Behat\Service\AbstractSecurityService; use Monofony\Bridge\Behat\Service\Setter\CookieSetterInterface; use Symfony\Component\HttpFoundation\Session\SessionInterface; final class SecurityService extends AbstractSecurityService { public function __cons...
<!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_102) on Mon Jan 23 16:37:41 GMT 2017 --> <title>T-Index</title> <meta name="date" content="2017-01-23"> <link rel="stylesheet" type="text/css" ...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...
.page-content { background-color: #EFEFF3; } .top-box { min-height: 200px; background: #EFEFF3; background-image: url("/img/bg.jpg"); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size:...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demos: 12 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styleshe...
package com.effektif.workflow.impl.configuration; /** Enables auto-loading of plugins into the brewery. * * To auto-load things into the brewery, implement the Plugin interface * and ensure the classname is in a resource file called * META-INF/services/com.effektif.workflow.impl.configuration.Plugin. * * Wh...
class VisitingScholarship < Course has_many(:revisions, lambda do |course| where('date >= ?', course.start) .where('date <= ?', course.end) .where(article_id: course.assignments.pluck(:article_id)) end, through: :students) def wiki_edits_enabled? false end def wiki_title nil end def...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ImageView android:id="@+id/ImageViewAbout" android:layout_width="wrap_content"...
package com.palantir.atlasdb.cassandra.backup.transaction; import com.palantir.atlasdb.atomic.AtomicValue; import com.palantir.atlasdb.transaction.service.TransactionStatus; import org.derive4j.Data; @Data public abstract class TransactionTableEntry { public interface Cases<R> { R explicitlyAborted(long...
import { StyleSheet } from 'react-native'; module.exports = StyleSheet.create({ itemTypeManagerContainer: { flex: 1, backgroundColor: 'rgba(0,0,0,0.55)' }, titleContainer: { justifyContent: 'center', alignItems: 'center', height: 50, flexDirection: 'row', backgroundColor: 'rgba(0,0,0...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Hendersonia incrustans Sacc. ### Remarks null
/* * 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 * distribut...
<!-- omit in toc --> # Contributing to Vivid Vector Alphabet First off, thanks for taking the time to contribute! 👁️ All types of contributions are encouraged and valued. See the [Table of Contents](#table-of-contents) for different ways to help and details about how this project handles them. Please make sure...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/pixi/display/SpriteBatch.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <lin...
package com.longcoding.moon.interceptors.impl; import com.longcoding.moon.exceptions.ExceptionType; import com.longcoding.moon.helpers.APIExposeSpecification; import com.longcoding.moon.helpers.AclIpChecker; import com.longcoding.moon.helpers.Constant; import com.longcoding.moon.interceptors.AbstractBaseInterceptor; i...
package org.springframework.aop.aspectj.annotation; import java.util.HashMap; import java.util.List; import java.util.Map; import org.aspectj.lang.reflect.PerClauseKind; import org.springframework.aop.Advisor; import org.springframework.aop.aspectj.AspectJProxyUtils; import org.springframework.aop.framework.AopCon...
package org.drools.modelcompiler.util.lambdareplace; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import org.junit.Test; import static org.drools.modelcompiler.util.lambdareplace.MaterializedLambdaTestUtils.verifyCreatedClass; public class MaterializedLambdaConsequenceTest { ...