text
stringlengths
3
1.05M
<!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_352-352) on Sun Nov 06 16:18:00 CET 2022 --> <title>All Classes (ch.obermuhlner.math.big 2.3.1 API)</title> <meta name="date" content="2022-11-...
import styled from 'styled-components' export const Button = styled.button` background-color: black; color: white; cursor: pointer; border-radius: 1px; border: 0px; padding: 5px 10px 5px 10px; font-size: 14px; &:focus { outline:none; } ` export const DangerButton = styled(Button)` background...
module Puree module REST # Requests for the Prize resource # class Prize < Puree::REST::Base private def collection 'prizes' end end end end
import fetch, {RequestInfo, RequestInit, Headers} from 'node-fetch'; import {NetworkFetchError} from './networkfetcherror'; import {JsonFetcher} from './jsonfetcher'; import {StatusError} from '../util/statuserror'; export class DefaultJsonFetcher implements JsonFetcher { getUrl(req: RequestInfo): string { if ...
// // TOS_POICategoryCollection.m // SDKtopoos // #import "TOS_POICategoryCollection.h" @implementation TOS_POICategoryCollection @synthesize Categories; /** * Instantiates a new pOI category collection. * * @param categories the categories */ -(TOS_POICategoryCollection*) init { self=[super init]; re...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>OpenGoddard &#8212; OpenGoddard 1.1.0 documentation...
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M13.5,12.85V19....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Tue Sep 01 20:57:02 UTC 2009 --> <TITLE> Uses of Class org.apache.hadoop.mapred.IsolationRunner (Hadoop 0.20.1 API) </TITLE> <META NAME="date...
#pragma once #ifndef GEODE_SSLSOCKSTREAM_H_ #define GEODE_SSLSOCKSTREAM_H_ #include <ace/ACE.h> #include <ace/DLL.h> #include <ace/INET_Addr.h> namespace apache { namespace geode { namespace client { class SslSockStream { private: SslSockStream(); SslSockStream(const SslSockStream &); ACE_DLL m_dll; vo...
service httpd start exit $? # In this case, since it's just a placeholder, we don't need to do anything. #exit 0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>canon-bdds: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
const test = require('tape') const nlp = require('../_lib') test('join-basic', function (t) { let str = `What's with these homies dissin' my girl? Why do they gotta front? What did we ever do to these guys that made them so violent? ` let doc = nlp(str).join() t.equal(doc.length, 1, 'one phrase') do...
package org.locationtech.geomesa.accumulo.tools.stats import com.beust.jcommander.Parameters import org.locationtech.geomesa.accumulo.data.AccumuloDataStore import org.locationtech.geomesa.accumulo.tools.{AccumuloDataStoreCommand, AccumuloDataStoreParams} import org.locationtech.geomesa.tools.RequiredTypeNameParam i...
<POLICY modification_date="July 24, 2012" policy_url="https://localbitcoins.com/terms_of_service#privacy_section" website_category="Science" website_index="049" website_url="localbitcoins.com"> <SECTION> <SUBTITLE /> <SUBTEXT>Privacy policy 'The Official LocalBitcoins.com Web Site' is committed to ...
package com.github.qrgen; public class QrData { public String source; public String data; public String label; public QrData(String source, String data, String label) { this.source = source; this.data = data; this.label = label; } }
""" Socket logging example from http://docs.python.org/2.7/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network To use from other processes: >>> rootLogger = set_logger() >>> logger1 = logging.getLogger('myapp.area1') >>> logger1.info('Started') """ import pickle,sys import logging impo...
package org.geometerplus.android.fbreader; import org.geometerplus.fbreader.bookmodel.TOCTree; import org.geometerplus.fbreader.fbreader.FBReaderApp; import org.geometerplus.zlibrary.core.application.ZLApplication; import org.geometerplus.zlibrary.core.resources.ZLResource; import org.geometerplus.zlibrary.core.tree...
import sys sys.path = ['.'] # Replace some modules that do exec: import collections collections.namedtuple = lambda *x: tuple # This is included in the package by the prepare_client script. It contains the # PRC file data, and (stripped) DC file: import game_data import __builtin__ # Load all of the packaged PRC con...
/*<![CDATA[*/ /*Global Variable Constant*/ var metricVarList = ["bits:Bits/sec","megabytes:MegaBytes/sec","packets:Packets/sec","drops:Drops/sec","errors:Errors/sec", "collisions:Collisions","frameerror:Frame Errors","overerror:Overruns","crcerror:CRC Errors"]; var key = window.location.href; if(key.includes("isl"))...
// // RCTARKitNodes.m // RCTARKit // // Created by Zehao Li on 9/9/17. // Copyright © 2017 HippoAR. All rights reserved. // #import "RCTARKit.h" #import "RCTARKitNodes.h" #import "RCTConvert+ARKit.h" @implementation SCNNode (ReferenceFrame) @dynamic referenceFrame; @end CGFloat focDistance = 0.2f; @interface ...
<?php namespace PersonApi\Service; use DvsaCommon\Enum\AuthorisationForTestingMotStatusCode; use DvsaEntities\Entity\QualificationAward; use DvsaEntities\Repository\QualificationAwardRepository; use DvsaEntities\Repository\VehicleClassGroupRepository; use DvsaEntities\Repository\SiteRepository; use DvsaEntities\Repos...
package org.pepstock.charba.client.treemap.callbacks; import java.util.List; import org.pepstock.charba.client.callbacks.DatasetContext; import org.pepstock.charba.client.callbacks.Scriptable; import org.pepstock.charba.client.treemap.TreeMapChart; /** * Callback interface of {@link TreeMapChart} control...
package mil.nga.giat.geowave.core.store.util; import java.util.Iterator; import java.util.NoSuchElementException; import mil.nga.giat.geowave.core.store.CloseableIterator; import mil.nga.giat.geowave.core.store.adapter.DataAdapter; public abstract class SecondaryIndexEntryIteratorWrapper<T, RowType> implements Ite...
from sqf.types import Code, String, Number, Array, Type, Variable, Boolean, Namespace, _Statement, Nothing, Statement class InterpreterType(Type): # type that is used by the interpreter (e.g. While type) pass class _InterpreterType(InterpreterType): def __init__(self, token): assert (isinstance(...
<?xml version='1.0' encoding='UTF-8'?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- === App-specific strings ============================================================= --> <!-- This should make it easier for forks to change the branding --> <!-- Used in AndroidManifest.xml --> ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package org.apache.sling.api.resource.observation; import java.util.Set; import javax.annotation.CheckForNull; import javax.annotation.Nonnull; import org.osgi.annotation.versioning.ConsumerType; /** * A resource change event is immutable. * * A change event can either be local or external. Local changes happen...
package io.github.resilience4j.cache; import io.github.resilience4j.cache.event.CacheEvent; import io.github.resilience4j.core.functions.CheckedFunction; import io.reactivex.subscribers.TestSubscriber; import org.junit.Before; import org.junit.Test; import java.util.function.Function; import static io.github.resili...
using Extensions; using Unianio; using UnityEngine; using UnityFunctions; namespace Main { public class CapsuleCapsuleResolution : BaseMainScript { // private const float CapsuleRadius1 = 0.12f; // private const float CapsuleRadius2 = 0.2f; // private const float CapsuleHeight1 = 0.8f; //...
<?php namespace Symfony\Cmf\Bundle\RoutingExtraBundle\Tests\DependencyInjection\Compiler; use Symfony\Cmf\Bundle\RoutingExtraBundle\DependencyInjection\Compiler\RouteEnhancerPass; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Definition; class RouteEnhancerPass...
namespace KillrVideo.SampleData.Worker.Scheduler { /// <summary> /// Some configuration needed by the LeaseManager component. /// </summary> public class LeaseManagerConfig { /// <summary> /// The name of the lease the manager will be responsible for. /// </summary> ...
package org.apache.camel.component.xmpp; import java.util.Iterator; import org.apache.camel.Consumer; import org.apache.camel.Exchange; import org.apache.camel.ExchangePattern; import org.apache.camel.Processor; import org.apache.camel.Producer; import org.apache.camel.impl.DefaultEndpoint; import org.apache.camel.i...
layout: post title: "讨论iOS中常用的定时器(GCD,NSTimer,CADisplayLink)" date: 2017-01-20 20:00:00 +0700 categories: [iOS] --- iOS中常用的定时器 在应用开发中经常会遇到定时器这个问题,比如发送验证码后,显示倒计时,还有商品开售倒计时和需要周期性变化的功能等等。在开发中常用的有GCD,NSTimer,CADisplayLink这3种定时器。 **GCD** GCD创建的定时器是比较准确的,对一些计时要求高的需求可以使用GCD定时器,因为NSTimer是在RunLoop中执行的,准确性不是很高。 ```objc /...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_vertical" > <androidx.viewpager.widget.ViewPager android:id="@+id/v...
version: 1.1.1 title: Strings redirect_from: - /lessons/basics/strings/ --- Strings, Char Lists, Graphemes and Codepoints. {% include toc.html %} ## Strings Elixir strings are nothing but a sequence of bytes. Let's look at an example: ```elixir iex> string = <<104,101,108,108,111>> "hello" iex> string <> <<0>> <...
<!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 `XK_Greek_kappa` constant in crate `x11_dl`."> <meta name="...
int main(int argc, char *argv[]) { // this is what you add for file-based logging @autoreleasepool { [U13Log2File setup]; } @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([U13AppDelegate class])); } }
package cn.shield.checkin.other; import android.content.SharedPreferences; import android.preference.PreferenceManager; import java.util.Set; /** * author: lixin(<a href="mailto:zhuxianlixin@gmail.com">zhuxianlixin@gmail.com</a>)<br/> * version: 1.0.0<br/> * since: 2017-10-19 13:55<br/> * * <p> * 内容描述区域 * </p...
<div class="learn-more"> <div class="container"> <a class="button" href="/product">Learn More about SpookyStuff</a> </div> </div>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Copyright 2021 Google LLC 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 ...
package org.springframework.cloud.contract.wiremock; import java.util.HashMap; import java.util.Map; import org.springframework.boot.context.event.ApplicationPreparedEvent; import org.springframework.context.ApplicationListener; import org.springframework.core.Ordered; import org.springframework.core.annotation.Ord...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>JB Recipes</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="1-recipe-snack"> <link rel="canonical" href="http://jonnyburch....
namespace verible { // SyntaxTreeLintRule is a base class for analyzing syntax trees for lint // violations. Subclasses of this can be added to a SyntaxTreeLinter and can // expect to have their HandleLeaf and HandleNode methods called on every // leaf/node in the tree that the linter is run on. // // For usage, see ...
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context=".LogCacheActivity" > <RatingBar android:id="@+id/gcvoteRating" android:layout_width="wrap_content" android:layout_he...
package com.google.android.exoplayer2.source; import static com.google.android.exoplayer2.util.Assertions.checkNotNull; import static com.google.common.base.MoreObjects.firstNonNull; import android.net.Uri; import androidx.annotation.Nullable; import com.google.android.exoplayer2.Format; import com.google.android.ex...
<div style="min-width:1080px"> <object id="obj" data="/sources/howto-08.svg" type="image/svg+xml"></object> <object style="min-width:1080px; " class="initial" id="obj2" data="/sources/coming_down2.svg" type="image/svg+xml"></object> </div> <style> @keyframes down {} @keyframes up {} .initial{} .movingDown{} .movingU...
require_relative 'spec_helper' describe 'box' do it 'should have a root user' do expect(user 'root').to exist end it 'should have a vagrant user' do expect(user 'vagrant').to exist end it 'should not have a .vbox_version file' do expect(file '/home/vagrant/.vbox_version').to_not be_file end e...
DATABASE="openwhyd_dump" COLLECTIONS="user follow track post" SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" for COLLECTION in $COLLECTIONS do echo echo ___ echo Restoring collection: $COLLECTION ... echo bash $SCRIPTPATH/restore.sh $DATABASE $COLLECTION done
libs = [] libs << "irb/completion" libs << File.dirname(__FILE__) + '/../lib/rdoc_info.rb' command_line = [] command_line << "irb" command_line << libs.inject("") { |acc, lib| acc + %( -r "#{lib}") } command_line << "--simple-prompt" command = command_line.join(" ") puts "Welcome to the rdoc.info console interface." ...
package org.spockframework.runtime; /** * Indicates that a problem occurred during Spec execution. * * @author Peter Niederwieser */ public class SpockExecutionException extends SpockException { private volatile String msg; public SpockExecutionException(String msg) { this(msg, null); } public Spoc...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>dots.js</title> <meta name="description" content="javascript library for creating text and image by dots"> <meta name="author" content="Hyun-Jin Park" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1....
package main import ( "goim/libs/hash/ketama" inet "goim/libs/net" "goim/libs/net/xrpc" "goim/libs/proto" "strconv" log "github.com/thinkboy/log4go" "strings" ) var ( routerServiceMap = map[string]*xrpc.Clients{} routerRing *ketama.HashRing ) const ( routerService = "RouterRPC" router...
package com.yanzhenjie.nohttp.sample.nohttp; import com.alibaba.fastjson.JSON; import com.yanzhenjie.nohttp.Headers; import com.yanzhenjie.nohttp.RequestMethod; import com.yanzhenjie.nohttp.rest.RestRequest; import com.yanzhenjie.nohttp.rest.StringRequest; /** * <p>自定义JavaBean请求。</p> * Created by Yan Zhenjie on 20...
<!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 (version 1.7.0_65) on Wed Nov 12 13:03:04 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
// -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #include <zxing/common/GlobalHistogramBinarizer.h> #include <zxing/NotFoundException.h> #include <zxing/common/Array.h> using zxing::Binarizer; using zxing::ArrayRef; using zxing::Ref; using zxing::BitArray; using zxing::BitMatrix; // VC++ usi...
package com.byteshaper.restosterone.request; import com.byteshaper.restosterone.request.internal.AbstractRequest; import java.net.URISyntaxException; import org.apache.http.client.methods.HttpGet; /** * A HTTP GET request. * * Call {@link #create(String)} to obtain an instance. * * @author Henning Schütz <hen...
import Trackr from "trackr"; export class Variable { constructor(value) { this._value = void 0; this._dep = new Trackr.Dependency(); this.set(value); } get __trackr() { return true; } get __trackr_type() { return "variable"; } set(value) { if (value !== this._value) { this._value = value; this._de...
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ /*global define */ define({ "GENERIC_ERROR": "(error {0})", "NOT_FOUND_ERR": "The file/directory could not be found.", "NOT_READABLE_ERR": "The file/directory could not be read.", "EXCEEDS_MAX_FILE_SIZE": "Files ...
package com.github.dkellenb.formulaevaluator.definition; import java.util.Arrays; import java.util.List; import java.util.Objects; import static java.util.Collections.unmodifiableList; /** * Abstract definition of a supported expression function. A function is defined by a name, the number of parameters and * the ...
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.6.2 --> <div class=...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
""" Collection helper for the process """ import os import pwd import grp from instana.log import logger from instana.util import DictionaryOfStan from instana.util.runtime import get_proc_cmdline from instana.util.secrets import contains_secret from .base import BaseHelper class ProcessHelper(BaseHelper): """ He...
title: Friday Picks – 01/03/2013 author: hbraun layout: post permalink: /2013/03/friday-picks-01032013/ dsq_thread_id: - 1112265958 categories: - Friday Picks --- > It&#8217;s been while, but here is this weeks reading list: **<a href="http://www.thoughtworks-studios.com/blog/stop-designing-%25E2%2580%259Cusers%25...
package org.openstreetmap.wiki.tttbot.output import net.sourceforge.jwbf.mediawiki.bots._ import net.sourceforge.jwbf.mediawiki.actions.queries._ import net.sourceforge.jwbf.core.contentRep._ import org.openstreetmap.wiki.tttbot.wiki.WikiConnection class WikiOutput ( val wikiPage : String ) extends Output { d...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:dslv="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" > <com.mobeta.android.dslv.DragSortListView android:id="...
package org.apache.isis.core.metamodel.facets.collections.accessor; import java.lang.reflect.Method; import java.util.Collections; import java.util.List; import org.apache.isis.applib.DomainObjectContainer; import org.apache.isis.core.metamodel.adapter.ObjectAdapter; import org.apache.isis.core.metamodel.facetapi.F...
var source = 'video-downsampled.mov'; var destination = '/Users/mikermcneil/Desktop/downloaded-video-downsampled.mov'; var awsAccessKey = process.argv[2]; var awsSecret = process.argv[3]; var bucketName = 'experiment-jun28-2018'; console.log('Using AWS access key:', awsAccessKey); console.log('Using AWS secret:', awsS...
#ifndef Glucose_Solver_h #define Glucose_Solver_h #include "mtl/Heap.h" #include "mtl/Alg.h" #include "utils/Options.h" #include "core/SolverTypes.h" #include "core/BoundedQueue.h" #include "core/Constants.h" #include "mtl/Clone.h" #include "core/SolverStats.h" namespace Glucose { // Core stats enum CoreStat...
namespace SFA.DAS.EmployerAccounts.Models { public class UserNotificationSetting { public long Id { get; set; } public long AccountId { get; set; } public string HashedAccountId { get; set; } public long UserId { get; set; } public string Name { get; set; } public...
<?php namespace StormSafe; use Illuminate\Database\Eloquent\Model; class Inspection extends Model { protected $fillable = [ 'name', 'description', 'inspection_date', 'inspection_location', 'inspector_name', 'inspector_title', 'inspector_phone', 'in...
local plpath = require 'pl.path' local Vector = require 'libvec' ; local Scalar = require 'libsclr' ; local cmem = require 'libcmem' ; local qconsts = require 'Q/UTILS/lua/q_consts' local ffi = require 'Q/UTILS/lua/q_ffi' local rand_qtype = require 'Q/RUNTIME/test/rand_qtype' local rand_boolean = require 'Q/RUNT...
package br.ufu.cti.estagio.testes.carlos.extra2; public class FluxoDeCaixa { private String descricao; private double valor; public FluxoDeCaixa(String descricao, double valor) { this.descricao = descricao; this.valor = valor; } public void setDescricao(String descricao) { this.descricao = descri...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Mycoscience 47(3): 163 (2006) #### Original name Uromyces hyalosporus Sawada, 1913 ### Remarks null
<?php return within('datastructures', describe('pair', it('can be compared for equality', function() { return expect(pair(a, b), toBeEqualTo(pair(a, b))); }), it('can be deconstructed using head', function() { return expect(head(pair(a, b)), toBe(a)); }), ...
{% include header.html %} {% include hero.html %} {% if page.hnav %} {% include hnav.html %} {% endif %} <div class="{% include /c/main.html %}"> <main id="content" class="{% include /c/content-box.html %}"> {% include breadcrumb.html %} <div class="custom-visited custom-underline"> ...
--- type: post102 title: Web Deployment categories: XAP102TUT weight: 1200 parent: none --- In this part of the tutorial we will show you how you can deploy a standard WAR file onto the Service Grid. XAP allows you to deploy web applications (packaged as a WAR file) onto the Service Grid. The integration is b...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>File: regis...
<?php namespace Reynholm\LaravelRepositories\Support\Fetcher; use Illuminate\Database\Eloquent\Collection; /** * Class CollectionObjectFetcher * @package Reynholm\LaravelRepositories\Support\Fetcher * * returns data as a Laravel's collection with objects */ class CollectionObjectFetcher implements FetcherInterf...
ACCEPTED #### According to Index Fungorum #### Published in Anal. Soc. cient. argent. 17(3): 133 (1884) #### Original name Meliola coronata Speg. ### Remarks null
package org.gradle.internal.execution; import org.gradle.internal.execution.history.AfterPreviousExecutionState; import java.util.Optional; public interface AfterPreviousExecutionContext extends ExecutionRequestContext { /** * Returns the execution state after the previous execution if available. * E...
@interface PSUtilities : NSObject + (NSString*)digestAndEncode:(CFDataRef)cfData useSHA1:(BOOL)useSHA1; + (CFDataRef)readFile:(NSString *)file_path; + (SecCertificateRef)getCertificateFromData:(CFDataRef)data; + (CFDataRef)getKeyDataFromCertificate:(SecCertificateRef)cert; + (SecKeyRef)getPrivateKeyWithName:(NSStr...
package com.google.cloud.security.privateca.v1.stub.samples; // [START privateca_v1_generated_CertificateAuthorityServiceStubSettings_CreateCertificate_sync] import com.google.cloud.security.privateca.v1.stub.CertificateAuthorityServiceStubSettings; import java.time.Duration; public class SyncCreateCertificate { ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript" src="index.js"></script> </head> <body> <div id="ret"></div> </body> </html>
class SessionsController < ApplicationController skip_before_filter :verify_authenticity_token, only: :create def create session[:logged_in] = true session[:username] = request.env.fetch('omniauth.auth').fetch('info').fetch('name') redirect_to '/' end def destroy session[:logged_in] = false ...
<project name="weekly notifications" default="dist"> <description> Handles notifications </description> <!-- set global properties for this build --> <property environment="env"/> <target name="dist"> <!-- // make call to get weekly results for teams --> <get src="https://pickem.inquisibee.com?ac...
<html><head><META http-equiv="content-type" content="text/html;charset=iso-8859-9"/><meta name="viewport" content="width=device-width, initial-scale=1"><title>ac</title> <link rel="stylesheet" href="css/jquery.mobile-1.2.0.css" /><style type="text/css">.content-primary {text-align: left;}#header h3 {text-align: left;}...
// // JJNetWorkRequst.m // ShreddedBread // // Created by 小超人 on 16/8/16. // Copyright © 2016年 云之君兮鹏. All rights reserved. // /** * 这是自定义的网络请求类 关于网络的问题方法尽量写在这里 * * @return 数据通过 Block 的方式返回使用 */ #import "JJNetWorkRequst.h" @implementation JJNetWorkRequst // GET 方法 #pragma mark ------>> 数据请求的方法直接使用就可以 <<...
http://godoc.org/github.com/mvrilo/mailwatcher
<?php namespace Illuminate\Routing\Controllers; use ReflectionClass; use ReflectionMethod; class Inspector { /** * An array of HTTP verbs. * * @var array */ protected $verbs = array( 'any', 'get', 'post', 'put', 'delete', 'head', 'options' ); /** * Get the routable methods for a controller. * ...
package it.sephiroth.android.library.imagezoom; import it.sephiroth.android.library.imagezoom.easing.Cubic; import it.sephiroth.android.library.imagezoom.easing.Easing; import it.sephiroth.android.library.imagezoom.graphics.FastBitmapDrawable; import it.sephiroth.android.library.imagezoom.utils.IDisposable; import and...
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION # Important instance settings HOTINK_SETTINGS = { :site => "http://hotink.theorem.ca", :session_key => '_hotink_publisher_session', :session_secret => '22kj78a11a301f15f2b366a2f57abc05c7a3f8bbc0e3bcb437a22527ddbfeeada8586bffa9b5bb1ab0vgt6ea59977c5d9e5f5a234...
module Azure::Kusto::Mgmt::V2019_01_21 module Models # # The object that describes the operation. # # class OperationDisplay include MsRestAzure # @return [String] Friendly name of the resource provider. attr_accessor :provider # @return [String] The operation type. For ...
<?xml version="1.0" encoding="UTF-8"?> <Context antiJARLocking="true"> <Realm className="org.apache.catalina.realm.JAASRealm" appName="CDI" userClassNames="org.apache.openejb.core.security.jaas.UserPrincipal" roleClassNames="org.apache.openejb.core.security.jaas.GroupPrincipal"> </Realm> </Context>
libmuzdb ======== Simple Incremental Music Directory Scanner Supports various formats supported by FFmpeg and (external/internal) CUE Sheets. ICU Character Set Detection is automatically applied upon parsing. requirement =========== **Latest** Boost Boost Filesystem Library V3 Boost Serialization Boost Locale...
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers; import java.nio.ByteBuffer; import java.util.HashSet; import java.util.Set; import com.amazonaws.services.dynamodbv2.model.AttributeValue; /** * An unmarshaller that unmarshals BinarySet values as sets of Java * {@code byte[]}s. */ public clas...
import java.util.*; class Player { public static void main(String args[]) { Scanner in = new Scanner(System.in); // game loop while (true) { String enemy1 = in.next(); // name of enemy 1 int dist1 = in.nextInt(); // distance to enemy 1 String enemy2 = i...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/root" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <FrameLayout android:id="@+id/fragment_content" ...
let argv = process.argv.slice(2); let capitalize = (phrase) => { return phrase.replace(/\b\w/g, l => l.toUpperCase()); }; const alias = require('../webpack/alias'); const fs = require('fs'); const rootDir = `${alias.path.client}/webc/${argv[0]}`; const folderStructure = ['ng', 'scss', 'template']; const IS_COMMON...