text stringlengths 3 1.05M |
|---|
<!DOCTYPE html>
<html>
<head>
<title>submergence.submergence:Configuration#databasePort documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" />
<script type="text/javas... |
//Event listeners
window.addEventListener("load",init);
window.addEventListener("resize",resizeGame);
window.addEventListener("mousemove",getCoordinates);
//DOM elements
var canvas,ctx;
//global variables for on screen elements
var player,snack,full_screen_button;
//the array of pressed keys
var pressedKeys=[];
/... |
import numpy as np
import matplotlib as mpl
mpl.use('Agg') # This is so we can use matplotlib easily without setting $DISPLAY on remote servers
from matplotlib import pyplot as plt
import xml.etree.ElementTree as ET
from math import pow
import os
############################################################
#1... |
package org.xdi.oxauth.model.config;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.xdi.oxauth.model.configuration.Configuration;
import org.xdi.oxauth.model.jwk.JSONWebKeySet;
import javax.enterprise.inject.Vetoed;
/**
* @author Yuriy Movchan
* @version 03/15/2017
*/
@JsonIgnorePropertie... |
package com.jwetherell.algorithms.graph;
import com.jwetherell.algorithms.data_structures.Graph;
import java.util.*;
/**
* Kruskal's minimum spanning tree. Only works on undirected graphs. It finds a
* subset of the edges that forms a tree that includes every vertex, where the
* total weight of all the edges in t... |
'use strict';
// Shortcuts to DOM Elements.
var messageForm = document.getElementById('message-form');
var messageInput = document.getElementById('new-post-message');
var titleInput = document.getElementById('new-post-title');
var signInButton = document.getElementById('sign-in-button');
var signOutButton = d... |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
<!DOCTYPE frameset SYSTEM "frameset.dtd">
<frameset>
<predicate lemma="doublecross">
<note>
Frames file for 'double-cross' based on survey of sentences in the WSJ
corpus.
</note>
<roleset id="doublecross.01" name="to deceive" vncls="29.8">
<roles>... |
from __future__ import print_function
from __future__ import unicode_literals
from __future__ import division
from django.core.exceptions import ValidationError
from django.contrib import admin
from django.contrib.auth.admin import UserAdmin
from django.contrib.auth.forms import UserChangeForm, UserCreationForm
from... |
namespace GafferBindings
{
class Serialisation
{
public :
Serialisation( const Gaffer::GraphComponent *parent, const std::string &parentName = "parent", const Gaffer::Set *filter = 0 );
/// Returns the parent passed to the constructor.
const Gaffer::GraphComponent *parent() const;
/// Returns the name of ... |
{% extends 'polls/base.html' %}
{% block content %}
<form action="{% url 'add_poll' %}" method="post"}>
{% csrf_token %}
{% for field in form %}
{{ field.label_tag}}{{ field }}{{ field.errors }}<br>
{% endfor %}
<button type="submit">Submit</button>
</for... |
<!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.4.2_03) on Sat May 01 12:13:30 GMT-07:00 2004 -->
<TITLE>
MiiPropertied
</TITLE>
<META NAME="keywords" CONTENT="com.swfm.mica.MiiPropertied int... |
#pragma once
#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
#include <aws/kinesisvideo/KinesisVideoRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSMap.h>
#include <utility>
namespace Aws
{
namespace KinesisVideo
{
namespace Model
{
/**
*/
class AWS_KINE... |
package game;
import java.awt.Graphics2D;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class Parachuter extends Sprite implements Renderable{
static final int STARTING_HEIGHT = 40;
private int dropSpeed = 1;
private Game game;
public Parachuter(Game game, int startX) {
... |
HOMOTYPIC_SYNONYM
#### According to
Euro+Med Plantbase
#### Published in
null
#### Original name
null
### Remarks
null |
title: Prezi lesson 2
layout: post
author: barney.mepham
permalink: /prezi-lesson-2/
source-id: 12F1r33E1ZadMIRJ87RxFrv63CbFZEJjyo2Db41lbUWE
published: true
---
Prezi lesson 2
Today we got our poster results back we had the marks explained to us and then we looked at some examples of history of computer powerpoints an... |
<?php
namespace ZendTest\Log;
use Interop\Container\ContainerInterface;
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Log\Processor\ProcessorInterface;
use Zend\Log\ProcessorPluginManager;
use Zend\Log\ProcessorPluginManagerFactory;
use Zend\ServiceManager\ServiceLocatorInterface;
class ProcessorPluginManage... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package com.amazonaws.services.sqs.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
* <p>
* A list of your dead letter source queues.
* </p>
*
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/ListDeadLetterSourceQueues" target="_top">AWS API
* Documentation<... |
package models.squares;
import models.Player;
import models.Rules;
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
/**
* @author Alper Önder
*/
public class Square extends Observable{
// ATTRIBUTES
private static int id_counter = 0;
private final int id;
private fin... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>singapore-gurkhas-050116-gcspf-gurkha-contingent-archives-CBG-20.jpg</title>
<!-- URL Structures -->
<link rel="canonical"... |
'use strict';
var fs = require('fs');
var expect = require('chai').expect;
var path = require('path');
var App = require('../../lib/app');
var Config = require('../../lib/config');
var FakeReporter = require('../support/fake_reporter');
describe('dev mode app', function() {
this.timeout(90000);
beforeEach(func... |
<div style='border: solid 1px black; background: #ccffcc; padding: 10px;'>
<h3>{{include.title}}</h3>
|
aniJS
=====
A image sprite sheet jquery animation plugin
|
package org.killbill.billing.account.api;
import java.util.UUID;
import org.joda.time.DateTimeZone;
import org.killbill.billing.catalog.api.Currency;
public interface ImmutableAccountData {
UUID getId();
/**
* @return the account externalKey
*/
String getExternalKey();
Currency getCurr... |
<?php
/**
* Enter description here ...
*
* @category Mage
* @package Mage_Eav
* @author Magento Core Team <core@magentocommerce.com>
*/
class Mage_Eav_Model_Mysql4_Entity_Attribute_Set_Collection
extends Mage_Eav_Model_Resource_Entity_Attribute_Set_Collection
{
}
|
Passing ``shape=None`` to functions with a non-optional shape argument is deprecated
------------------------------------------------------------------------------------
Previously, this was an alias for passing ``shape=()``.
This deprecation is emitted by `PyArray_IntpConverter` in the C API. If your
API is intended t... |
package com.asakusafw.vocabulary.operator;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import com.asakusafw.vocabulary.flow.Source;
import com.asakusafw.vocabulary.flow.util.CoreOperatorFactory;
/**
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="8dp"
tools:conte... |
package org.apache.directory.server.core.api.administrative;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.directory.api.ldap.model.name.Dn;
import org.apache.directory.api.ldap.model.subtree.AdministrativeRole;
/**
* Abstract implementation for the AdministrativePoint
*... |
package acme
import (
"context"
"fmt"
"io"
"net/http"
"net/http/httptest"
"reflect"
"strings"
"testing"
"time"
)
func TestDefaultBackoff(t *testing.T) {
tt := []struct {
nretry int
retryAfter string // Retry-After header
out time.Duration // expected min; max = min + jitter
}{
{-1... |
module CalendarsHelper
#show mini-calendar with events highlighted
def mini_calendar
if request.request_uri == '/'
params[:id] = Time.now.strftime('%Y-%m-%d')
end
@calendars = Calendar.all
selection = DateTime.strptime("#{params[:id]}T00:00:00+00:00")
prev_month = selecti... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:layout_width="match_parent"
android:layout_height="match_parent"
android:paddin... |
@implementation JHTextField
- (void)drawPlaceholderInRect:(CGRect)rect {
if (iOS7_OR_LATER) {
if (_placeholderColor) {
CGSize textSize = [self.text sizeWithAttributes:@{NSFontAttributeName:self.font}];
CGFloat x = 0;
if (_placeholderAlignment == TWTextFieldPlaceholderAli... |
package ast_test
import (
"fmt"
"strings"
"testing"
"github.com/pingcap/tidb/parser"
. "github.com/pingcap/tidb/parser/ast"
. "github.com/pingcap/tidb/parser/format"
"github.com/pingcap/tidb/parser/test_driver"
"github.com/stretchr/testify/require"
)
func TestCacheable(t *testing.T) {
// test non-SelectStmt... |
"""Create the dictionary for log functions related to Routing Service.
Functions:
+ get_regex_list: Get the regular expressions and function list.
"""
from __future__ import absolute_import
import routing.routing as routing
def get_regex_list():
"""Return the regular expressions and functions list for this mod... |
package dev.jeka.core.api.depmanagement;
import dev.jeka.core.api.tooling.JkMvn;
import java.nio.file.Path;
import java.nio.file.Paths;
@SuppressWarnings("javadoc")
public class JkProjectDependencyRunner {
public void test() {
final Path dir = Paths.get("../../mavenProject");
final Path jar = Pa... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-analysis: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... |
echo "Running library unit tests"
./math_utils_tests.py || exit 1
echo "Running program tests"
../../shared/scripts/test_solutions.sh || exit 1
echo "All tests passed"
exit 0
|
using System;
using TSF.ADL;
namespace TSF.UmlCanvas {
public class Diagram : Construct {
private Boolean dynamic = false;
public Diagram() {
this.setType( "Diagram" );
this.setName( "NewDiagram" );
}
public void add( Positionable item ) {
this.addChild( item );
}
... |
<?php
namespace Jaxxes\EscudoSPBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class DefaultController extends Controller
{
public function indexAction($name)
{
return $this->render('EscudoSPBundle:Default:index.html.twig', array('name' => $name));
}
}
|
from . import test_dir
def test_fastqc():
from sequana.fastqc import FastQC
f = FastQC()
filename = f"{test_dir}/data/misc/test_fastqc_report.zip"
f.read_sample(filename, "test")
f.plot_sequence_quality()
|
var LargeLocalStorage = (function(Q) {
var sessionMeta = localStorage.getItem('LargeLocalStorage-meta');
if (sessionMeta)
sessionMeta = JSON.parse(sessionMeta);
else
sessionMeta = {};
window.addEventListener('beforeunload', function() {
localStorage.setItem('LargeLocalStorage-meta', JSON.stringify(sessionMet... |
> see https://aka.ms/autorest
This is the AutoRest configuration file for VisualStudio.
The App service RP comprises of services where each service has its own tag.
Hence, each sub-service has its own swagger spec.
All of them are tied together using this configuration and are packaged together into one c... |
set_global('$', global.make_zjquery());
set_global('document', 'document-stub');
zrequire('message_fetch');
var noop = () => {};
set_global('MessageListView', function () { return {}; });
zrequire('FetchStatus', 'js/fetch_status');
zrequire('Filter', 'js/filter');
zrequire('MessageListData', 'js/message_list_data')... |
export type SidebarItemStatus =
| 'unread'
| 'notification'
| 'unsubscribed'
| 'disconnected'
| 'loading';
export type SidebarSort = 'asc' | 'lastUpdated';
export interface SidebarListConfig {
sortBy: SidebarSort;
hideUnjoined: boolean;
}
export interface SidebarAppConfig {
getStatus: (appPath: strin... |
<?php
namespace NetSuite\Classes;
class CustomTransactionLine {
/**
* @var \NetSuite\Classes\RecordRef
*/
public $account;
/**
* @var integer
*/
public $line;
/**
* @var float
*/
public $debit;
/**
* @var float
*/
public $credit;
/**
* ... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style ... |
- Patch Update: GHSA-rm36-94g8-835r - Race Condition in Grunt
## v1.10.2 - April 18, 2022
- Patch Update: Upgraded dev dependencies
- Converted tests and coverages to jest
## v1.10.1 - December 20, 2021
- Added:
- medication supply instructions
- medication information to supply and dispense sections
- instru... |
package com.google.cloud.retail.v2beta.samples;
// [START retail_v2beta_generated_usereventserviceclient_collectuserevent_sync]
import com.google.api.HttpBody;
import com.google.cloud.retail.v2beta.CollectUserEventRequest;
import com.google.cloud.retail.v2beta.UserEventServiceClient;
public class SyncCollectUserEve... |
module Releases
class SourcePolicy < BasePolicy
delegate { @subject.project }
end
end
|
package com.amazonaws.services.inspector.model.transform;
import static com.amazonaws.util.StringUtils.UTF8;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.OutputStreamWriter;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Map;
import java.util.List;
... |
<!--
Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy)
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... |
package id.gits.dprkita.dao.selasar;
/**
* Created by yatnosudar on 2/3/15.
*/
public class DataSelasar {
private ResultSelasar results;
public ResultSelasar getResults() {
return results;
}
}
|
package Control;
import Model.Emprestimo;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Date;
import java.util.Vector;
public class ControleEmprestimo {
private ControlePrincipal objCtrPr... |
import { getCurPowers, renderQuery } from 'utils'
import { create, remove, update, query } from 'services/bbs/category'
const page = {
current: 1,
pageSize: 10,
}
export default {
namespace: 'bbsCategory',
state: {
isPostBack: true, // 判断是否是首次加载页面,作为前端分页判断标识符
searchQuery: {},
list: [],
paginat... |
package com.stockmarket.dao;
import java.util.List;
import com.stockmarket.model.Company;
public interface ICompanyDao {
/**
* 添加公司
* @param company
*/
public boolean add(Company company);
/**
*
* @return
*/
public List<Company> getLikeCompany();
/**
* 获取所有公司列表
*/
public List<Company> getComp... |
<!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="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-e... |
const isEmpty = value => value === undefined || value === null || value === '';
const join = (rules) => (value, data) => rules.map(rule => rule(value, data)).filter(error => !!error)[0 /* first error */];
export function email(value) {
// Let's not start a debate on email regex. This is just for an example app!
if... |
if [ -z "$ROOT" ]
then
ROOT=$(while ! test -e env.sh.sample; do cd ..; done; pwd)
export ROOT
fi
. $ROOT/env.sh
echo "Installing node.js"
mkdir -p $SERVIOTICY_INSTALL_DIR
cd $SERVIOTICY_INSTALL_DIR
tar xzf $FILE_REPOSITORY/$NODEJS_FILE
folder=`ls -1 | grep node | head -1`
ln -s $folder $NODEJS_INSTALL_DIR
cd ... |
package org.yakimovich.evolca.ui;
import org.yakimovich.evolca.Universe;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
/**
* Right click menu with different operations on universes.
*/
public class UniversePopupMenu extends JPopupMenu {
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="mEDejZLVDCxJ948ZOywkXG5uoksEgRZG_TwVNsCUaJw" />
<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="descripti... |
<!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.5.0_06) on Thu May 28 19:31:40 GMT 2009 -->
<TITLE>
GMetricInteger
</TITLE>
<META NAME="keywords" CONTENT="info.ganglia.metric.type.GMetricInteger class... |
curdir=$(pwd)
echo "Configuring Bgfx ..."
cd ../bgfx
genie --with-tools --with-dynamic-runtime --gcc=osx gmake
echo "Building Debug64 ..."
make osx-debug64
echo "Building Release64 ..."
make osx-release64
echo "Packaging files ..."
cd $curdir
mkdir -p bgfx/bin
mkdir -p bgfx/include
mkdir -p bgfx/include/shader
mk... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.SqlServer.Dac.Extensions.Prototype;
using Microsoft.SqlServer.Dac.Model;
using Microsoft.SqlServer.TransactSql.ScriptDom;
using NUnit.Framework;
using SSDTDevPack.Common.... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__new_TwoIntsClass_22a.cpp
Label Definition File: CWE401_Memory_Leak__new.label.xml
Template File: sources-sinks-22a.tmpl.cpp
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: Allocate data using new
* GoodSource: Allocate data on the ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Services;
using gov.va.medora.mdws.dto.vista.mgt;
using System.ServiceModel;
using System.ServiceModel.Web;
using gov.va.medora.mdo.domain.pool.connection;
using gov.va.medora.mdo;
using gov.va.medora.mdo.domain.pool;... |
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body class="parents">
<header>
<strong>Parent Schedule</strong>
</header>
<div class="contentparents">
<strong>8:45am</strong>: Continental Breakfast – <a style= "text-decoration: underline;" onclick="Ti.App.fireEvent('herrick',... |
HBase JUnit Rule
=================
JUnit rule to help spin up a HBase mini cluster during unit and integration tests. Works with HBase 1.0.0 and JUnit 4.12+.
Installation
------------
Release are available from Maven Central.
```xml
<dependency>
<groupId>com.github.charithe</groupId>
<artifactId>hbase-junit... |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>LevelCollection.RemoveAt Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css"... |
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("foirequest", "0051_foimessage_email_headers"),
]
operations = [
migrations.AlterModelOptions(
name="foirequest",
options={
"get_latest_by": "last_message",
... |
""".. Ignore pydocstyle D400.
===================
Resolwe Test Runner
===================
"""
import ast
import asyncio
import contextlib
import errno
import logging
import os
import re
import shutil
import subprocess
import sys
from functools import partial
from pathlib import Path
from unittest.mock import patch
i... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" co... |
<?php
namespace Sylius\Bundle\CoreBundle\EventListener;
use Sylius\Component\Core\Model\OrderShippingStates;
use Sylius\Component\Core\Model\ShipmentInterface;
use Sylius\Component\Core\OrderProcessing\StateResolverInterface;
use Sylius\Component\Core\SyliusOrderEvents;
use Sylius\Component\Shipping\Processor\Shipm... |
package org.mifos.application.servicefacade;
import org.mifos.framework.hibernate.helper.QueryResult;
public class CustomerSearch {
private final QueryResult searchResult;
private final String searchString;
private final String officeId;
private final String officeName;
public CustomerSearch(Q... |
<?php
namespace Gos\Bundle\PubSubRouterBundle\Loader;
use Gos\Bundle\PubSubRouterBundle\Router\RouteCollection;
class GlobFileLoader extends CompatibilityFileLoader
{
/**
* @param mixed $resource
*/
protected function doLoad($resource, string $type = null): RouteCollection
{
$collection... |
#ifndef LIGHTGBM_CONFIG_H_
#define LIGHTGBM_CONFIG_H_
#include <LightGBM/utils/common.h>
#include <LightGBM/utils/log.h>
#include <LightGBM/meta.h>
#include <LightGBM/export.h>
#include <vector>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <algorithm>
#include <memory>
namespace Ligh... |
namespace rocksdb {
class MemTable;
class TableCache;
class Version;
class VersionEdit;
class VersionSet;
class Arena;
class CompactionJob {
public:
// TODO(icanadi) make effort to reduce number of parameters here
// IMPORTANT: mutable_cf_options needs to be alive while CompactionJob is
// alive
CompactionJo... |
package io.core9.mail;
import io.core9.plugin.database.repository.CrudRepository;
import io.core9.plugin.database.repository.NoCollectionNamePresentException;
import io.core9.plugin.database.repository.RepositoryFactory;
import io.core9.plugin.server.VirtualHost;
import java.util.List;
import javax.mail.Message;
imp... |
---
uid: SolidEdgePart.PartDocument.GetContainerDocumentAndMatrixOfIPADoc(System.Object@,System.Array@)
summary:
remarks:
syntax:
parameters:
- id: ContainerDocument
description: Specifies the container document for the referenced in-place active document.
- id: Matrix
description: Specifies ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
var obj = { cidade : undefined, estado : "", cep : "123" };
if (obj.cidade === undefined) console.log("cidade não tem valor");
if (obj.empresa === undefined) console.log("estado não tem valor");
if (obj.representante === undefined) console.log("cep não tem valor");
var obj = { cidade : "abc", estado : "", cep : "123" ... |
<?php
namespace AveCqrs\EventHandling;
/**
* Interface EventListenerResolver
*
* @package AveCqrs\EventHandling
* @author Averor <averor.dev@gmail.com>
* @created 11.04.17
*/
interface EventListenerResolver
{
/**
* @param string $eventName
* @return EventListener[]
*/
public function reso... |
<section data-ng-controller="StockpositionsController as ctrl" data-ng-init="ctrl.setFormFields(false)" ng-cloak>
<md-content class="md-padding" >
<form data-ng-submit="ctrl.create()" novalidate layout="row">
<div flex></div>
<md-card flex-gt-sm="70" flex="95"> <!-- Have this... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using KabMan.Data;
using System.Windows.Forms;
using System.Diagnostics;
using DevExpress.XtraEditors;
using Microsoft.SqlServer.Management.Smo;
using Microsoft.SqlServer.Management.Common;
namespace KabMan.Forms
{
public partia... |
import React from 'react'
import LessonNavigator from '../syllabus/LessonNavigator'
import QuizActions from '../../data/quiz/QuizActions'
function Intro(props:Object):Object {
const style:Object = {
border: '1px solid black',
margin: '5px'
}
const q:Object = props.quiz
const s:Ob... |
package leancloud
import (
"crypto/md5"
"crypto/tls"
"errors"
"fmt"
"io/ioutil"
"log"
"net/http"
"net/url"
"strconv"
"strings"
"time"
)
const defaultSiteURL = "https://leancloud.cn/1.1"
type Config struct {
AppId string
AppKey string
MasterKey string
UsingMaster bool
SiteURL string
}... |
{% extends "layout.html" %}
{% block pageTitle %}
GOV.UK prototyping kit
{% endblock %}
{% block content %}
{% import "pip18/elements.html" as elements %}
{% for page in data %}
{% for question in page.localJourney %}
<main id="content" role="main" class="pip18">
<div class="grid-row">
<div class="column-two-t... |
module ApplicationCable
# Base connection class for this app.
class Connection < ActionCable::Connection::Base
end
end
|
// Copyright [2014] <lgb (LiuGuangBao)>
//=====================================================================================
//
// Filename: context.cpp
//
// Description: 运行环境实现
//
// Version: 1.0
// Created: 2014年12月28日 14时04分03秒
// Revision: none
// Compiler: gcc
//
// ... |
package net.uniscala.couch
/**
* A base base for the couch updates in a design document.
*/
class CouchUpdates private[couch] (val design: CouchDesign)
extends CouchSubPath(design, CouchDatabase.Path.UPDATE)
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
namespace RichardSzalay.MockHttp.Matchers
{
/// <summary>
/// Matches requests on form data values
/// </summary>
public class FormDataMatcher : IMockedRequestMatcher
{
private IEnu... |
//
// RNiTunes.m
// RNiTunes
//
// Created by Jénaïc Cambré on 13/01/16.
// Copyright © 2016 Jénaïc Cambré. All rights reserved.
//
#import "RNiTunes.h"
#import <MediaPlayer/MediaPlayer.h>
#import <React/RCTConvert.h>
@interface RNiTunes()
@end
@implementation RNiTunes
{
}
RCT_EXPORT_MODULE()
RCT_EXPORT_METH... |
package gmapsfx.javascript.event;
import netscape.javascript.JSObject;
/**
* Handles Google Maps UI events.
*
* @author Geoff Capper
*/
public interface UIEventHandler extends GFXEventHandler {
/**
* @param obj
* This object may be either a MouseEvent or one of it's
* subclasses.
... |
//===--- MemoryLifetimeVerifier.cpp ---------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model app\modules\rgknotice\models\Noticetype */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="noticetype-form">
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, 'notice_type_name')->textIn... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>wCMF 4.1: Member List</title>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A MDSD framework for building reliable, maintainable an... |
CREATE TABLE SCHEMA_TEST.INDEX_TEST1 (
INDEX_TEST1_ID BIGINT NOT NULL,
SUB_ID_1 BIGINT NOT NULL,
SUB_ID_2 BIGINT NOT NULL
);
COMMENT ON table SCHEMA_TEST.INDEX_TEST1 is 'INDEX_TEST1';
COMMENT ON column SCHEMA_TEST.INDEX_TEST1.INDEX_TEST1_ID is 'INDEX_TEST1_ID';
COMMENT ON column SCHEMA_TEST.INDEX_TEST1.SUB_ID_1 i... |
set @query_script_skip_cleanup := true;
set @query := 'delete from test12.some_table using `test12`.some_table JOIN test12.another_table where id < 10';
call _interpret(@query, false);
call _get_split_query_single_table (
1, 10000, @query_type_supported, @tables_found, @table_schema, @table_name
);
select
@query... |