answer
stringlengths
15
1.25M
<div class="wrapper"> <label *ngIf="label" style="padding-right: 20px">{{label}}</label> <label *ngIf="!label"></label> <div> <pre (click)="highlightText($event)" tabindex="0">{{contentView ? content : <API key>}}</pre> </div> <div [hidden]="!passwordField || contentView" [title]="'show' | translate" (cli...
<?php namespace Chigi\Chiji\Plugin\ReleaseExtension\Util; use Chigi\Chiji\Plugin\ReleaseExtension\Exceptions\<API key>; use Chigi\Chiji\Plugin\ReleaseExtension\ReleaseManager; use Chigi\Chiji\Project\Project; /** * The Mapping between Project and ReleaseManager. * * @author Richard Lea <chigix@zoho.com> */ class Pr...
package org.deeplearning4j.nn.conf.dropout; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NonNull; import lombok.val; import org.deeplearning4j.nn.workspace.ArrayType; import org.deeplearning4j.nn.workspace.LayerWorkspaceMgr; import org.nd4j.base.Preconditions; import org.nd4j.linalg.api.ndarray.IN...
package com.github.out.http.retrofit; import com.github.out.http.HttpContents; import java.util.concurrent.TimeUnit; import okhttp3.OkHttpClient; import retrofit2.Retrofit; import retrofit2.adapter.rxjava.<API key>; import retrofit2.converter.gson.<API key>; public class RetrofitFactory { private static Retrofit re...
#ifndef SRC_ROBOTENGINE_H_ #define SRC_ROBOTENGINE_H_ #include "src/Robot.h" #include "src/Resultor.h" #include "bin/Config.h" class RobotEngine{ public: virtual void init(int areas, Config &conf) {} virtual void nextAction(int area, int zone, Robot &rob) = 0; virtual void train(Resultor r) {} }; #endif // SRC_...
package com.fastcome1985.learn; public interface AT<T> { void at(T t); }
// This source file is part of the Swift.org open source project #include "Serialization.h" #include "SILFormat.h" #include "swift/AST/ASTContext.h" #include "swift/AST/ASTMangler.h" #include "swift/AST/ASTVisitor.h" #include "swift/AST/DiagnosticsCommon.h" #include "swift/AST/Expr.h" #include "swift/AST/FileSystem.h" ...
using NDatabase.Api; using NDatabase.Exceptions; namespace NDatabase.Meta { <summary> Some Storage engine constants about offset position for object writing/reading. </summary> internal static class <API key> { internal const int NbIdsPerBlock = 1000; internal const int <API key> = 1...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_16) on Sat Mar 06 22:12:20 IST 2010 --> <TITLE> FramesCodeVisitor.VersionException </TITLE> <META NAME="date" CONTENT="2010-03-06"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT t...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:32 CEST 2015 --> <title>org.apache.cassandra.io.sstable Class Hierarchy</title> <meta name="date" content="2015-05-16"> <link rel="stylesheet" type="text/css" href="../../../../../styleshee...
<!DOCTYPE html> <html> {% include head.html %} <body id="page-top" class="index"> {% include nav.html %} {% include portfolio_grid.html %} {% if site.contact == "static" %} {% include contact_static.html %} {% elsif site.contact == "disqus" %} {% include contact_disqus.html %} {% els...
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.09.09 at 01:22:27 PM CEST package test; import java.util.ArrayList; import javax.xml.b...
package cloud_controller_ng /* * File Generated by enaml generator * !!! Please do not edit this file !!! */ type LoggerEndpoint struct { /*Port - Descr: Port for logger endpoint listed at /v2/info Default: 443 */ Port interface{} `yaml:"port,omitempty"` /*UseSsl - Descr: Whether to use ssl for logger endpo...
{# the comments section for actor and channel item pages #} {% load nonce avatar format entry %} <div id="comments"> {% if comments|length %} <h2>{{comments|length}} comment{{comments|length|pluralize}} so far</h2> <ul> {% for comment in comments %} {% if not comment.actor_ref.spam %} <li id="c-{{comment.uu...
package org.callimachusproject.concepts; import org.openrdf.annotations.Iri; @Iri("http://callimachusproject.org/rdf/2009/framework#OpenIDManager") public interface OpenIDManager extends <API key> { @Iri("http://callimachusproject.org/rdf/2009/framework#openIdEndpointUrl") String <API key>(); @Iri("http://c...
# Fuck you Disyer. Stealing my fucking paypal. GET FUCKED: toontown.battle.MovieSound from panda3d.core import Camera, Point3, Vec3 from direct.interval.IntervalGlobal import * from BattleBase import * from BattleProps import * from BattleSounds import * import BattleParticles from RewardPanel import * import MovieCame...
package management import ( "context" "reflect" "sort" "sync" "github.com/hashicorp/go-multierror" "github.com/pkg/errors" v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3" "github.com/rancher/rancher/pkg/features" "github.com/rancher/rancher/pkg/rbac" "github.com/...
set_state(); /* Get custom refresh interval, default = 30 seconds*/ var refresh_interval = parseInt(document.getElementsByName('refresh_interval')[0].value); if (!(typeof(refresh_interval) !== 'undefined')) refresh_interval = 30; if (refresh_interval == null || refresh_interval == NaN) refresh_interval = 30; else if (r...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; using System.Threading.Tasks; using Rimss.GraphicsProcessing.Palette.ColorCaches.Common; using Rimss.GraphicsProcessing.Palette.Ditherers; using Rimss.GraphicsProcessing.Palette.Exte...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="hu"> <head> <!-- Generated by javadoc (1.8.0_121) on Thu May 25 15:04:13 CEST 2017 --> <title>application.beadando3.DAO</title> <meta name="date" content="2017-05-25"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type=...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Mon Jun 24 22:24:58 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.apache.hadoop.hbase.rest.filter Class Hierarchy (HBase 0.94.9 API) </TITLE> <META NAME="date" CONTENT="2013-06...
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.01.27 at 04:17:31 PM EST package org.w3._1999.xlink; import java.util.ArrayList; import java.util.L...
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-alpine:3.13-build # remove several traces of python RUN apk del python* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudorandom.co.uk>" imported...
#!/bin/sh set -e LC_COLLATE=C # Enforce known sort order committers=$(git shortlog -se HEAD | cut -f2,3 | sort) # Sort contributors (different systems have slightly different soting logics) cat CONTRIBUTORS | sort > SCONTRIBUTORS missing_authors=$(echo "$committers" | comm -13 SCONTRIBUTORS -) missing_authors=$(echo ${...
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:disco-build ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN for key in \ <API key> \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks-ke...
# AUTOGENERATED FILE FROM balenalib/up-core-alpine:3.11-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ ...
$.noty.themes.wso2 = { name : 'wso2', helpers : {}, modal : { css: { position : 'fixed', width : '100%', height : '100%', backgroundColor: '#000', zIndex : 10000, opacity : 0.6, ...
<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> <!-- BEGIN STRIP_FOR_RELEASE --> <h1>*** PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can...
package me.dengfengdecao.function; import org.junit.Test; /** * * @author linyu * */ public class Fibonacci { int fibonacci_recursion(int n) { if (n <= 0) return 0; if (n == 1) return 1; return fibonacci_recursion(n-1) + fibonacci_recursion(n-2); } int fib...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Wed Nov 05 20:13:35 WET 2014 --> <TITLE> org.apache.jmeter.sampler Class Hierarchy (Apache JMeter API) </TITLE> <META NAME="date" CONTENT="2014-11-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.cs...
## Video Properties Name | Type | Description | Notes **id** | **int** | | [optional] **id_product** | **int** | | [optional] **id_video_group** | **int** | | [optional] **id_product_image** | **int** | | [optional] **id_language** | **int** | | [optional] **language_filter** | **int** | | [optional] **id_media_s...
package pe.fu.common.bean; import pe.fu.common.bean.constant.RequestStatus; import java.io.Serializable; /** * * * @author <a href='mailto:475961393@qq.com'>Fhcj</a><br/> * 2016721 */ public class RequestResult implements Serializable { private static final long serialVersionUID = -<API key>; priva...
package com.example.mypc.eyepetizer.bean.topbean; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; public class CoverBean { @SerializedName("feed") private String feed; @SerializedName("detail") private String detail; ...
public class phoneAdver { public static void main(String[] args) { String input = "<API key>"; System.out.println("The original String is: " + input); String result = convert(input); System.out.println("The converted String is: " + result); } public static String convert(String s) { String...
<?php namespace Google\AdsApi\AdManager\v202108; /** * This file was generated from WSDL. DO NOT EDIT. */ class <API key> extends \Google\AdsApi\AdManager\v202108\ApiError { /** * @var string $reason */ protected $reason = null; /** * @param string $fieldPath * @param \Google\AdsApi\Ad...
stitch_rects.cc and hungarian.cc are originally from Tensorbox with name stitch_rects.cpp and hungarian.cpp cp files to tensorflow/tensorflow/example/detector/ bazel build -c opt --config=cuda tensorflow/examples/detector/...
import java.util.Properties import com.bgfurfeature.kafka.KafkaSink import com.dyuproject.protostuff.StringSerializer import org.apache.spark.SparkConf import org.apache.spark.broadcast.Broadcast import org.apache.spark.rdd.RDD import org.apache.spark.streaming.{Duration, StreamingContext} import scala.collection.mutab...
// TODO: // <summary> // Defines the <API key> type. // </summary> namespace WinUsbRx.Core.DeviceManagement { using System; using System.Runtime.InteropServices; using Factory; using UnsafeNative; using Wrappers; <summary> The device interface detail. </summary> internal class <A...
package main import ( "errors" "os" "path/filepath" ) func NashPath() (string, error) { nashpath := os.Getenv("NASHPATH") if nashpath != "" { return nashpath, nil } h, err := home() return filepath.Join(h, "nash"), err } func NashRoot() (string, error) { nashroot, ok := os.Lo...
void GenerateArray(int array[], int size) { for (int i = size - 1; i >= 0; --i) { array[i] = rand(); } }
<ion-view view-title="Login"> <ion-content> <div class="list"> <label class="item item-input"> <span class="input-label"> Vehicle Id </span> <input ng-model="vehicle.vehicleId" type="text"> </input> <...
# <API key> Spotify WebAPI
-- User: sdcuike -- Time: 4:09 -- redis api local modulename = "Redis" local _M = {} _M._VERSION = '0.0.1' local redis = require('resty.redis') _M.new = function(self, conf) self.host = conf.host self.port = conf.port self.timeout = conf.timeout self.poolsize = conf.poolsize self.i...
// <API key>.h #import <UIKit/UIKit.h> #import "XMPPJID.h" @interface <API key> : UIViewController @property(nonatomic, strong) XMPPJID * friendJid ; @end
package reversi.server.commands; import java.util.List; public class ReversiCommand { public static enum ReversiCommandType { Exit, Display, Undo, Redo, Easy, Medium, Hard, Impossible, HumanAI, AIAI, AILOCAL, //For watchi...
package meta import ( "strings" "time" ) // DateTimeFormat is the standard date and time storage format used // in the CSV files, it is assumed to have resolution of one second // and that times are in UTC. const DateTimeFormat = "2006-01-02T15:04:05Z" // Reference describes a location where measurements can be...
.player-bar{ position: fixed; bottom: 0; left: 0; right: 0; height: 200px; background-color: rgba(255, 255, 255, 0.3); z-index: 100; } .player-bar a { font-size: 1.1rem; vertical-align: middle; } .player-bar a, .player=bar a:hover { color: white; cursor: pointer; text-dec...
package com.linkedin.sample; import com.google.code.linkedinapi.client.LinkedInApiClient; import com.google.code.linkedinapi.client.<API key>; import com.google.code.linkedinapi.client.oauth.LinkedInAccessToken; import com.google.code.linkedinapi.client.oauth.<API key>; import com.google.code.linkedinapi.client.oauth.<...
package org.ovirt.engine.ui.uicommonweb.models.vms; import org.ovirt.engine.core.common.TimeZoneType; import org.ovirt.engine.ui.uicommonweb.dataprovider.AsyncDataProvider; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; public class TimeZo...
using System; using System.Collections.Generic; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; namespace Microsoft.VisualStudio.Project { [CLSCompliant(false)] public class EnumDependencies : IVsEnumDependencies { private List<IVsDepende...
/*! \file noises.h * \author Jared Hoberock * \brief Adapted from Gelato/shaders/noises.h. */ #ifndef NOISES_H #define NOISES_H #include "stdshader.h" #include "detail/ShadingInterface.h" #include "detail/Point.h" // A hook into the ShadingInterface // XXX This is probably not reentrant extern ShadingInterface *gC...
The origins of this project are in discovering the fundamental weaknesses of the rvlvr project. One of those weaknesses is that evolutionary criteria, even behaviorally aware ones guide the search of the program space too strictly. For example, consider how much of the space will inevitably be explored in order to find...
#include <GAGPL/CHEMISTRY/<API key>.h> #include <boost/lexical_cast.hpp> #include <iostream> namespace gag { <API key>& <API key>::Instance() { static <API key> cgt; return cgt; } void <API key>::load(const std::string& filename) { std::cout << "Load functional group table on...
package scato package object control { type Lazy[A] = Unit => A }
using System; using System.Collections; using System.Xml; using StructureMap.Configuration; using StructureMap.Graph; using StructureMap.Pipeline; namespace StructureMap.Source { <summary> An implementation of InstanceMemento that stores properties as Xml attributes Limited functionality </summary> ...
# eENVplus TFES cluster visualization This cluster visualization intends to visualize contents exploited by the Thesaurus Framework Exploitation Services [TFES](https://github.com/eENVplus/<API key>). It provides an interactive user interface which can be used to perform a so-called "Semantic Explorative Search (SES)"....
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
@CHARSET "UTF-8"; #barraEmbaixo { margin-top: 4px; } #barraEmbaixo img { margin-left: -56px; } #camposUsuario input[type=radio], #preferencias input[type=checkbox] { margin: 0; } #preferencias span { padding: 5px; } .endereco { padding-bottom: 10px; }
package validator import ( "net/url" "strings" "time" ) // IsNull check if the string is null. func IsNull(str string) bool { return len(str) == 0 } func IsWord(str string, params ...int) bool { if IsNull(str) { return false } return rxWord.MatchString(str) } func IsTime(str string, ...
package net.sf.robocode.serialization; import java.awt.*; import java.io.*; /** * This utility class is used for cloning objects. * * @author Flemming N. Larsen (original) */ public class ObjectCloner { /** * Returns a deep copy of the specified object, or {@code null} if the * object cannot be serial...
package binny import ( "bytes" "io" "sync" ) var pools = struct { enc sync.Pool dec sync.Pool }{ enc: sync.Pool{ New: func() interface{} { buf := bytes.NewBuffer(make([]byte, 0, <API key>)) eb := &encBuffer{b: buf, e: NewEncoder(buf)} eb.e.NoAutoFlushO...
#pragma strict var cam1 : Camera; var cam2 : Camera; var ReferenceScript : GameObject; var touch = false; function Start () { cam1.enabled = true; cam2.enabled = false; } function Update () { var runnerBehaviour: RunnerBehaviour = ReferenceScript.GetComponent("RunnerBehaviour"); if (touch == false) ...
#!/usr/bin/env python # -*- coding: utf-8 -*- import unittest from elasticsearch import ConnectionError import gc import logging import mock from multiprocessing import Process, Queue import os import sys from shellbot import Context, Engine from shellbot.events import Message from shellbot.updaters import <API key> my...
package freepander.wechart; import freepander.model.recv.WxRecvGeoMsg; import freepander.model.send.WxSendMsg; import freepander.model.send.WxSendTextMsg; import freepander.util.WeiXin; /** * * @author freepander * */ public class ParseLocation { public WxSendMsg parse(WxRecvGeoMsg recvMsg) { WxSendText...
package base.controllers import base.models.{PermissionBase, UserBase, UserRoleBase, UserSessionBase} import play.api.Logger import play.api.mvc.Security.{<API key>, <API key>} import play.api.mvc.{ActionBuilder, _} import scala.concurrent.duration._ import scala.concurrent.{ExecutionContext, Future} import scala.langu...
layout: post title: jeecg-boot date: 2021-08-29 21:01:55 +0800 categories: [Tool] tags: [tool, doc, sh] published: true # jeecg-boot SpringBoot 2.xSpringCloudAnt Design&VueMybatis-plusShiroJWT! OnlineCoding->->MERGEJava70% JeecgBoot OnlineOnline JEECG: OnlineCodingMerge JEECG: online Jeecg-BootJ2EESAASMISOAERPCRMMerge...
#include <iostream> #include <fstream> #include <vector> #include <list> #include <deque> #include <stack> #include <queue> #include <set> #include <map> #include <bitset> #include <algorithm> #include <utility> #include <functional> #include <valarray> #include <math.h> #include <time.h> #include <stdlib.h> #include <...
<?php require_once 'ccUtils.php'; class ccCache { protected $_root; public function __construct($root) { $this->setRoot($root); } public function getRoot() { return $this->_root; } public function setRoot($root) { if(!is_dir($root)) { throw new <API key>("Invalid root path given....
# code_generator generate codes from templates
#include "robot_widget.hpp" #include <cmath> #include <stdexcept> #include <rj_geometry/util.hpp> #include <rj_common/vision_dot_pattern.hpp> #include <rj_constants/constants.hpp> RobotWidget::RobotWidget(QWidget* /*parent*/, Qt::WindowFlags /*f*/) { for (int i = 0; i < 4; i++) { setWheelFault(i, false); ...
package it.redhat.demo.rest; import it.redhat.demo.entity.Proposal; import it.redhat.demo.service.ProposalService; import org.jboss.resteasy.spi.validation.ValidateRequest; import javax.inject.Inject; import javax.validation.Valid; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; import java.util.List; @Path("p...
# -*- coding: utf-8 -*- from openerp import fields, models class Partner(models.Model): _inherit = 'res.partner' # Le agrego una nueva columna al modelo res.partner, por defecto los partner # no son instructores instructor = fields.Boolean("Instructor", default=False) session_ids = fields.Many2many(...
#include <iostream> #include <vector> using namespace std; /** * : * 1. , * 2. , */ class Solution { public: bool VerifySquenceOfBST(vector<int> sequence) { // ,,true if(sequence.size() == 0){ return false; } if(sequence.size() <=2){ return true; }...
<API key> ====================== Sample to discover babel-camel-lambda (Improved Java DSL for Apache Camel) In this sample, you are suppose to define a route which will - receive a String containing amounts - sum the amounts - sends the sum to a media depending on if it is positive or not The route should be define ...
package com.nummulus.amqp.driver import org.slf4j.LoggerFactory import com.nummulus.amqp.driver.api.provider.AmqpGuardianActor import com.nummulus.amqp.driver.configuration.TimeOutConfigurer import com.nummulus.amqp.driver.configuration.QueueConfigurer import com.typesafe.config.Config import _root_.akka.actor.ActorRef...
import axios from "axios"; import {dispatchError} from "../dispatcher/dispatcher"; /** * Get operation detail. * @returns {Function} Operation detail. */ export function getOperationData() { return function (dispatch) { axios.post("./api/auth/operation/detail", {}, { headers: { ...
package org.tuxdevelop.spring.batch.lightmin.server.fe.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframework.validation.Validator; import org.springframework.web.bind.annotation.GetMapping; impor...
package game; import java.util.HashSet; import java.util.Objects; import java.util.Set; import util.Pair; public class MasterMind { enum Color { R, G, B, Y } private Color[] colors; public MasterMind(Color[] colors){ Objects.requireNonNull(colors); this.colors = colors; } ...
package com.busata.bhammer.views.<API key>; public interface <API key> { void onScrollDown(); void onScrollUp(); }
// Menu.h // test2 #include <iostream> #include <sstream> #ifndef test2_Menu_h #define test2_Menu_h class GameSettings { public: std::string Player1; std::string Player2; int Map; }; GameSettings StartMenu(); #endif
include ../../makefile.conf DIRS = minc SRCS = parse_with_minc.cpp OBJS = parse_with_minc.o ifeq ($(PERL_SUPPORT), TRUE) DIRS += perl OBJS += parse_with_perl.o SRCS += parse_with_perl.c ifeq ($(ARCH), MACOSX) PERL_CCFLAGS = `sh perl/print_perl_includes.sh $(PERL) $(BUILD_ARCH)` else PERL_CCFLAGS = `$(...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
body, html { font-family: inherit,sans-serif; width: 100%; height: 100%; } body, h1, h2, h3, h4, h5, h6 { font-family: "Helvetica","Arial","sans-serif"; font-weight: 700; } .topnav { font-size: 14px; } .lead { font-size: 16px; font-weight: 200; } .intro-header { padding-top: 50px; /*...
<a href=" <script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script>
project_path: /web/_project.yaml book_path: /web/tools/_book.yaml description: Reference documentation for the "Offscreen Images" Lighthouse audit. {# wf_updated_on: 2017-05-31 #} {# wf_published_on: 2017-05-31 #} # Offscreen Images {: .page-title } ## Why the audit is important {: #why } Offscreen images are images t...
package com.taskadapter.redmineapi; import com.taskadapter.redmineapi.bean.User; import com.taskadapter.redmineapi.internal.Transport; import java.util.Date; public class UserGenerator { public static User generateRandomUser(Transport transport) { long randomNumber = new Date().getTime(); return new...
use gl; use ToGlEnum; List of client-side pixel formats. These are all the possible formats of data when uploading to a texture. #[allow(missing_docs)] #[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum ClientFormat { U8, U8U8, U8U8U8, U8U8U8U8, I8, I8I8, I8I8I8, I8I8I8I8, U16, ...
package lzw.csu.lannerdemo; public class LannerBean { private int id; private String title; private String imageUrl; public void setId(int id) { this.id = id; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; } public void setTitle(String title) { ...
package restore import ( "os" "time" "github.com/pkg/errors" "golang.org/x/sys/windows" "github.com/kopia/kopia/internal/atomicfile" ) func symlinkChown(path string, uid, gid int) error { return nil } func symlinkChmod(path string, mode os.FileMode) error { return nil } func symlinkChtimes(l...
#import "SwrveContentItem.h" @interface SwrveContentSpacer : SwrveContentItem @property (readonly, atomic, strong) NSString *height; -(id) initWithTag:(NSString *)tag andDictionary:(NSDictionary *)dict; @end
package com.opengamma.analytics.financial.interestrate.swaption.provider; import com.opengamma.analytics.financial.interestrate.<API key>; import com.opengamma.analytics.financial.interestrate.swap.provider.<API key>; import com.opengamma.analytics.financial.interestrate.swaption.derivative.<API key>; import com.openga...
package com.marqod.biosphere.models import com.marqod.biosphere.engine.GameState import com.marqod.biosphere.utils.{Gauge, Vector2} abstract class TileResource { val resource: ResourceType.Value val maxResource: Double val resourceRegen: Double val resourceAmount: Gauge val node: Boolean = Math.random() < 0.5...
package com.learn.oauth.domain; import javax.persistence.Table; import java.io.Serializable; //@Entity @Table(name = "OAUTH_CLIENT_TOKEN") public class OauthClientToken implements Serializable { }
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:focal-run # remove several traces of debian python RUN apt-get purge -y python.* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apt-get update && apt-get i...
package com.liuguangqiang.idaily.feature.detail; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; import android.os.Bundle; import com.liuguangqiang.idaily.api.ServiceFactory; import com.liuguangqiang.idaily.entity.Story; import com.liuguangqiang.idaily.api.service.StoryService; import io...
package jp.go.affrc.naro.wgs.service.dao; import javax.annotation.Generated; import org.seasar.extension.unit.S2TestCase; /** * {@link TExecuteLogService} * */ @Generated(value = {"S2JDBC-Gen 2.4.47", "org.seasar.extension.jdbc.gen.internal.model.<API key>"}, date = "2014/02/26 11:09:31") public class <API key> exte...
package com.realcomp.prime.util; import au.com.bytecode.opencsv.CSVParser; import com.realcomp.prime.record.Record; import com.realcomp.prime.schema.Field; import com.realcomp.prime.schema.FieldList; import com.realcomp.prime.schema.Schema; import com.realcomp.prime.schema.xml.XStreamFactory; import com.thoughtworks.xs...
package nl.fontys.sofa.limo.view.topcomponent; import nl.fontys.sofa.limo.api.exception.<API key>; import nl.fontys.sofa.limo.view.node.factory.HubChildFactory; import nl.fontys.sofa.limo.view.node.root.AbstractRootNode; import nl.fontys.sofa.limo.view.node.root.HubRootNode; import nl.fontys.sofa.limo.view.util.LIMORes...
/*! \addtogroup CORE Core Microcontroller Access * @{ * * \ingroup PERIPHIO * * \details The Core peripheral gives access to the MCU clock and other core features. * */ /*! \file * \brief Analog to Digital Converter Header File * */ #ifndef DEV_CORE_H_ #define DEV_CORE_H_ #include <stdint.h> #include "ioctl.h...
#ifndef _FLAMMES_H_ #define _FLAMMES_H_ #include "effect98.h" int InitializeFlammes (TInfo **ppInfo, TTooltips **ppTooltips); #endif