text stringlengths 11 99.8k | meta dict |
|---|---|
// Module included in the following assemblies:
//
// * virt/virt-using-the-cli-tools.adoc
[id="virt-openshift-client-commands_{context}"]
= {product-title} client commands
The {product-title} `oc` client is a command-line utility for managing
{product-title} resources, including the virtual machine (`vm`) and virtua... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<script type="text/javascript" src="../../js/case.js"></script>
<?php include __DIR__ . '/../../include.php'; ?>
</head>
<body class="simple">
<script type="text/javascript">
rangy.init();
function clickCancelDialogButton() {
$('.raptor-ui-cancel-dia... | {
"pile_set_name": "Github"
} |
<!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) on Thu Sep 29 14:31:09 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.owasp.appsens... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<!-- Basic Page Info -->
<meta charset="utf-8">
<title>DeskApp - Bootstrap Admin Dashboard HTML Template</title>
<!-- Site favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="vendors/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="vendo... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<link rel="stylesheet" type="text/css" href="search... | {
"pile_set_name": "Github"
} |
const assert = require('assert');
module.exports = {
description: 'allows to read and modify options in the options hook',
options: {
input: 'unused',
treeshake: false,
plugins: {
name: 'test-plugin',
buildStart(options) {
assert.deepStrictEqual(JSON.parse(JSON.stringify(options)), {
acorn: {
... | {
"pile_set_name": "Github"
} |
<!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... | {
"pile_set_name": "Github"
} |
<!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... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>2-303.19a</num>
<reason... | {
"pile_set_name": "Github"
} |
public class JniTest
{
private static void Test(
String name,
Object actual,
Object expected,
String actualAsString,
String expectedAsString)
{
if (!actual.equals(expected))
{
System.out.println(String.format(
"Test: %s failed\nExpected: \"%s\", Actual: \"%s\"",
name,
expected,
actual... | {
"pile_set_name": "Github"
} |
define([
"./core",
"./var/rnotwhite"
], function( jQuery, rnotwhite ) {
// String to Object options format cache
var optionsCache = {};
// Convert String-formatted options into Object-formatted ones and store in cache
function createOptions( options ) {
var object = optionsCache[ options ] = {};
jQuery.each( opti... | {
"pile_set_name": "Github"
} |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Scenario3.aspx.cs" Inherits="Core.ContentTypesAndFieldsWeb.Pages.Scenario3" %>
<!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 runat="se... | {
"pile_set_name": "Github"
} |
/**
* 图片上传模块
*/
const fly = require("flyio");
const request = require('../libs/request');
module.exports = async function (originUrl) {
return originUrl;
let params = {
source: originUrl,
type: "url",
action: "upload",
timestamp: new Date().getTime(),
auth_token: "a677acae12fee7248397b016ca5... | {
"pile_set_name": "Github"
} |
from setuptools import setup
import re
requirements = []
with open('requirements.txt') as f:
requirements = f.read().splitlines()
version = ''
with open('discord/__init__.py') as f:
version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)
if not version:
raise Runtime... | {
"pile_set_name": "Github"
} |
<div local-class="event">
{{svg-jar @icon local-class="icon" class=(if @smallIcon "fa-svg small" "fa-svg")}}
<div>
<div local-class="badge-and-time">
<time
datetime={{to-iso-string @time}}
title={{format-time @time format="full"}}
local-class="time"
>
{{format-relati... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="paho.mqtt.java.example">
<!-- Permissions the Application Requires -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
... | {
"pile_set_name": "Github"
} |
@import url("../common/domButtons/DomButtonColorButtons-compat.css");
@import url("../common/domButtons/DomButtonBlackCircleCross-compat.css");
/* dojox.mobile.IconContainer */
.mblIconItemPaneHeading {
background-image: url(compat/icon-content-heading-bg.png);
}
.dj_gecko .mblIconItemPaneHeading {
background-imag... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>libogg - function - oggpack_writeinit</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libogg documentation</p></td>
<td align=right><p class=tin... | {
"pile_set_name": "Github"
} |
/* globals describe, expect, it */
import React from 'react'
import { mount } from 'enzyme'
import Button from './Button'
describe('Button', () => {
const wrapper = (extraProps = {}) => mount(
<Button
tabSlug='tab-1'
index={2}
className='module-search-in-between'
isLessonHighlight={false}... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-checkbox-input-directive-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.4/angular.min.js"></script>
</head>
<body ng-app="">
<script>
function Ctrl($scope) {
$scope.v... | {
"pile_set_name": "Github"
} |
<div class="alerta-severity-{{ max }} alerta-div">
<table class="alerta-table">
<tbody>
{% if title %}
<tr><th class="" colspan="5">{{ title }}</th></tr>
{% endif %}
<tr>
<td class="{{ 'alerta-severity-critical' if counts['critical'] }}"><b>{{ counts['critical'] }}</b></td>
... | {
"pile_set_name": "Github"
} |
name: "FSRCNN"
input: "data"
input_dim: 1
input_dim: 1
input_dim: 7
input_dim: 7
layer {
name: "conv1"
type: "Convolution"
bottom: "data"
top: "conv1"
convolution_param {
num_output: 56
kernel_size: 5
stride: 1
pad: 2
weight_filler {
type: "msra"
}
bias_filler {
type: ... | {
"pile_set_name": "Github"
} |
parameters:
nelmio_security.external_redirects.whitelist: ~
services:
nelmio_security.external_redirect_listener:
class: Nelmio\SecurityBundle\EventListener\ExternalRedirectListener
arguments:
- '%nelmio_security.external_redirects.abort%'
- '%nelmio_security.external_re... | {
"pile_set_name": "Github"
} |
// declare the namespace for this example
var example = {};
/**
*
* The **GraphicalEditor** is responsible for layout and dialog handling.
*
* @author Andreas Herz
* @extends draw2d.ui.parts.GraphicalEditor
*/
var defaultRouterClassName = "draw2d.layout.connection.ManhattanConnectionRouter";
var defaultRouter ... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">Library</string>
</resources>
| {
"pile_set_name": "Github"
} |
{
"stackLimitGas_1025" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stMemoryTest/stackLimitGas_1... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`treeToSVG wraps whatever text you pass into it with an SVG schema 1`] = `
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" ?>
<svg width=\\"1024\\" height=\\"768\\" xmlns=\\"http://www.w3.org/2000/svg\\" version=\\"1.1\\">
<rect type=\\"View\\" x=\\"2\\" y=\\"80\\" wi... | {
"pile_set_name": "Github"
} |
{
"id": "google_groupssettings",
"title": "Groups Settings",
"description": "Lets you manage permission levels and related settings of a group.",
"security": {
"google_groupssettings": {
"integration": "google_groupssettings",
"fields": {
"access_token": "An OAuth access token",
... | {
"pile_set_name": "Github"
} |
@(metaData: model.PreferencesMetaData)(implicit request: RequestHeader, context: model.ApplicationContext)
@import conf.switches.Switches._
@import views.html.fragments.containers.facia_cards.containerScaffold
@if(HistoryTags.isSwitchedOn) {
@containerScaffold("recently visited links", "preferences") {
<d... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 90775f57ce581c94995f66790f9b428f
folderAsset: yes
timeCreated: 1426647464
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
.media {
// Proper spacing between instances of .media
margin-top: 15px;
&:first-child {
margin-top: 0;
}
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
// Fix collapse in webkit from max-width: 100% and display: table-cell... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2020.
~ Microsoft Corporation. All rights reserved.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_fluent_text_align_justify_24_filled" android:state_activated="true"/>
<item androi... | {
"pile_set_name": "Github"
} |
import json
import sqlite3
conn = sqlite3.connect('rosterdb.sqlite')
cur = conn.cursor()
# Do some setup
cur.executescript('''
DROP TABLE IF EXISTS User;
DROP TABLE IF EXISTS Member;
DROP TABLE IF EXISTS Course;
CREATE TABLE User (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
name TEXT UNIQUE
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/*************************************************
** auth: zsh2401@163.com
** date: 2018/2/26 19:36:23 (UTC +8:00)
** desc: ...
*************************************************/
using System;
namespace AutumnBox.OpenFramework.Exceptions
{
/// <summary>
/// 拒绝访问异常
/// </summary>
public class Access... | {
"pile_set_name": "Github"
} |
<ng-content></ng-content>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->
<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.... | {
"pile_set_name": "Github"
} |
"use strict";
var o = {};
module.exports = function (t, a) {
a(t(o)(), o);
};
| {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--5fbdbb6d-3e22-400f-be7c-8492bdd5342c",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
var path = require('path')
var utils = require('./utils')
var config = require('../config')
var vueLoaderConfig = require('./vue-loader.conf')
function resolve (dir) {
return path.join(__dirname, '..', dir)
}
module.exports = {
entry: {
app: './src/main.js'
},
output: {
path: config.build.assetsRoot,
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<title>Dojo Gesture Testi... | {
"pile_set_name": "Github"
} |
Name: Plato Questions Star
Description: Adds the ability for users to star or favorite questions.
Author: InstantASP
WebSite: https://www.instantasp.co.uk/
Category: Questions
PlatoVersion: 2.0.0
Version: 1.0.0
Icon: /plato.questions.star/content/images/icon.png
Dependencies:
[
{
Id: "Plato.Questions",
Version: "... | {
"pile_set_name": "Github"
} |
<!--
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made avail... | {
"pile_set_name": "Github"
} |
---
title: "List groupLifecyclePolicies"
description: "Retrieves a list of groupLifecyclePolicy objects to which a group belongs."
author: "yyuank"
localization_priority: Normal
ms.prod: "groups"
doc_type: apiPageType
---
# List groupLifecyclePolicies
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../incl... | {
"pile_set_name": "Github"
} |
(ns playphraseme.api.route-functions.user.modify-user
(:require [playphraseme.api.queries.user.registered-user :as users]
[buddy.hashers :as hashers]
[ring.util.http-response :as respond]))
(defn modify-user
"Update user info (`:email`/`:name`/`:password`)"
[current-user-info name passwor... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-4559",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
import state from './state'
import * as type from './type.js'
import { MessageBox } from 'mint-ui';
import axios from 'axios'
const matutaions={
[type.SET_XZADDRESS](state,data){
state.xzAddess.push(data)
// localStorage.setItem("xzAddess",JSON.stringify(state.xzAddess));
},
//数量... | {
"pile_set_name": "Github"
} |
<%= component_fields_for @record do |f| %>
<div class="label">
<%= f.label field %>
<div class="field_error">
<%= @record.errors[field.name.to_sym].first %>
</div>
</div>
<%= f.text_area field, field.input_options %>
<% end %>
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>cannon.js - pile demo</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
</head>
<body>
<script src="../build/can... | {
"pile_set_name": "Github"
} |
'use strict';
require('../common');
// Verify connection with explicitly created client SecureContext.
const fixtures = require('../common/fixtures');
const {
assert, connect, keys, tls
} = require(fixtures.path('tls-connect'));
connect({
client: {
servername: 'agent1',
secureContext: tls.createSecureCon... | {
"pile_set_name": "Github"
} |
var class_reddit_1_1_inputs_1_1_users_1_1_users_set_permissions_input =
[
[ "UsersSetPermissionsInput", "class_reddit_1_1_inputs_1_1_users_1_1_users_set_permissions_input.html#a1a93894f8e43a6b49dadc13dc2928411", null ],
[ "name", "class_reddit_1_1_inputs_1_1_users_1_1_users_set_permissions_input.html#af0fd48aa8... | {
"pile_set_name": "Github"
} |
const fs = require('fs');
const path = require('path');
const validate = require('./helpers/validate');
const onHeadersListener = require('./helpers/on-headers-listener');
const socketIoInit = require('./helpers/socket-io-init');
// hapi.js plugin register function
const middlewareWrapper = (server, options) => {
co... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <Cocoa/Cocoa.h>
#include "apps/app_window_registry.h"
#include "base/command_line.h"
#include "base/mac/scoped_nsobject.h"
#include "base/pre... | {
"pile_set_name": "Github"
} |
enum GFLoaderType {
android,
ios,
square,
circle,
custom,
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/wallet_base_button_bg_hover" android:state_enabled="true" android:state_pressed="true"/>
<item android:drawable="@drawable/wallet_base_button_bg_normal" android:state_e... | {
"pile_set_name": "Github"
} |
{
"component": true,
"usingComponents": {
"detail-navi-card": "/components/detail-navi-card/index",
"navi-title": "/components/navi-title/index"
}
} | {
"pile_set_name": "Github"
} |
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Host Aggregates" %}{% endblock %}
{% block main %}
<div id="host-aggregates">
{{ host_aggregates_table.render }}
</div>
<div id="availability-zones">
{{ availability_zones_table.render }}
</div>
{% endblock %}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<chapter id="mock-objects">
<title>モックオブジェクト</title>
<caution>
<para>
このドキュメントは、すでにサポートが終了したバージョンの PHPUnit に関するものです。
</para>
<para>
最新版の PHPUnit のドキュメントは
<ulink url="../../current/ja/index.html">こちら</ulink>にあります。
</para>
</caution>
<p... | {
"pile_set_name": "Github"
} |
<html>
<!--#config errmsg="" -->
<!--#include virtual="/zinc/required/tn1_head.html" -->
<!--#include virtual="/zinc/required/tn2_mirror_options.html" -->
<!--#include virtual="/zinc/required/tn3_gradient.html" -->
<!--#include virtual="/zinc/required/tn4_topnav.html" -->
<!--#include virtual="/zinc/required/t... | {
"pile_set_name": "Github"
} |
# This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius:
form:
channel:
color: Farbe
description: Beschreibung
enabled: Aktiviert
name: Name
url: URL
| {
"pile_set_name": "Github"
} |
<section class="avatar">
<% if can? :update, @profile %>
<header>
<%= render partial: 'edit_icon' %>
<h4>
<%= t('avatar.profile_change') %>
</h4>
</header>
<div class="update">
<%= render partial: 'avatars/form',
object: @profile.actor,
as:... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl -w
###########################################################################
# #
# SIGHAN #
# Copyright (c) 2003,2005 ... | {
"pile_set_name": "Github"
} |
---
- name: test revello_app module
hosts: localhost
gather_facts: no
tasks:
- debug:
var: rev_username
- debug:
var: rev_password
- name: create revello app without a blueprint
local_action:
module: ravello_app
username: "{{ rev_username }}"
password: "{{... | {
"pile_set_name": "Github"
} |
/**
* The base implementation of `_.gt` which doesn't coerce arguments.
*
* @private
* @param {*} value The value to compare.
* @param {*} other The other value to compare.
* @returns {boolean} Returns `true` if `value` is greater than `other`,
* else `false`.
*/
function baseGt(value, other) {
return value ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
+++
title = "Rosetta Code:Village Pump/Image uploads"
description = ""
date = 2019-06-12T18:02:12Z
aliases = []
[extra]
id = 3352
[taxonomies]
categories = []
tags = []
+++
{{Vptopic
|topic=Image uploads
|summary=Relating to upload of images to Rosetta Code
}}
I enabled image uploads yesterday, for ''all logged in use... | {
"pile_set_name": "Github"
} |
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x90
RenderBlock {HTML} at (0,0) size 800x90
RenderBody {BODY} at (8,16) size 784x66
RenderBlock {DIV} at (0,0) size 784x66
RenderBlock {P} at (0,0) size 784x18
RenderText {#text} at (0,0) size 222x18
... | {
"pile_set_name": "Github"
} |
//
// Carousel
// --------------------------------------------------
// Wrapper for the slide container and indicators
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
> .item {
display: none;
position: relative;
@include transition(.6s eas... | {
"pile_set_name": "Github"
} |
.foot {
clear: both;
margin: 20px 0 0;
border-top: 1px solid black;
}
.ui-content dd {
margin-bottom: 10px;
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="snapshots">
<info>
<link type="guide" xref="index#concepts"/>
<credit type="author">
<name>Linux Mint</name>
<email>root@linuxmint.com</emai... | {
"pile_set_name": "Github"
} |
[
{
"this": {
"Symbol.toStringTag": "string global",
"Run": "function <large string>"
},
"locals": {
"arguments": {
"#__proto__": "Object {...}",
"length": "number 0",
"callee": "function <large string>",
"Symbol.iterator": "function <large stri... | {
"pile_set_name": "Github"
} |
{% load avatar_tags %}
{% load activity_tags %}
{% avatar act.user 16 %} {{ act.user.username }}
<span class="action">{{ act|activity_action }}</span> {{ act|activity_object }}
{{ act|activity_context }}, <abbr>about {{ act.created|timesince }} ago</abbr>
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Thu Jun 20 14:10:16 EDT 2019 -->
<title>Uses of Package oracle.kubernetes.operator.http (weblogic-kubernetes-operator 2.2.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.creat... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
class UserDevicesController < ApplicationController
prepend_before_action { authentication_check && authorize! }
def index
devices = UserDevice.where(user_id: current_user.id).order(updated_at: :desc, name: :asc)
devices_full = []
... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
--! qt:dataset:srcpart
--! qt:dataset:src
set datanucleus.cache.collections=false;
create table stats_src_n0 like src;
insert overwrite table stats_src_n0 select * from src;
analyze table stats_src_n0 compute statistics;
desc formatted stats_src_n0;
create table stats_part_n0 like srcpart;
insert overwrite table sta... | {
"pile_set_name": "Github"
} |
---
layout: default
title: CAS - Configuring Service Environments
category: Services
---
# Configure Service Environments
Each registered application in the registry may be assigned a set of environment names. The environment names act as a filter, allowing
CAS to only load and honor the registered service definition... | {
"pile_set_name": "Github"
} |
.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: fa-content($fa-var-glass-martini); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.#{$fa... | {
"pile_set_name": "Github"
} |
# Czech translation for scilab
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the scilab package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"PO... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>PowerVR SDK</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<table width="100%">
<tr>
... | {
"pile_set_name": "Github"
} |
/**
* Creates a function that returns `value`.
*
* @static
* @memberOf _
* @since 2.4.0
* @category Util
* @param {*} value The value to return from the new function.
* @returns {Function} Returns the new constant function.
* @example
*
* var objects = _.times(2, _.constant({ 'a': 1 }));
*
* console.log(ob... | {
"pile_set_name": "Github"
} |
const should = require('should'),
ST = require('../api/parts/store.js'),
pluginManager = require('../../pluginManager.js'),
db = pluginManager.singleDefaultConnection(),
N = require('../api/parts/note.js'),
C = require('../api/parts/credentials.js'),
momenttz = require('moment-timezone');
let a... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/input/MathML/config.js
*
* Copyright (c) 2009-2015 The MathJax Consortium
*
* 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/licens... | {
"pile_set_name": "Github"
} |
import axios from '~/lib/utils/axios_utils';
export default class DeployKeysService {
constructor(endpoint) {
this.endpoint = endpoint;
}
getKeys() {
return axios.get(this.endpoint).then(response => response.data);
}
enableKey(id) {
return axios.put(`${this.endpoint}/${id}/enable`).then(respons... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="htmlhelp.but... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Tornado template mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/mode/overlay.js"></script>
<script src="../xml/xml.j... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:18.612218",
"description": "Mind mapping App for OS X compatible with FreeMind",
"fork": false,
"full_name": "qvacua/qmind",
"language": "Objective-C",
"updated_at": "2015-02-27T23:42:26.878605"
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.o... | {
"pile_set_name": "Github"
} |
/* set page layout */
@page {
size: A4 landscape;
}
body {
display: block !important;
}
.slides {
left: 0;
top: 0;
}
.slides > article {
position: relative;
left: 0;
top: 0;
margin: 0 !important;
page-break-inside: avoid;
text-shadow: none; /* disable shadow */
display: block !important;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Hello Maven</string>
<string name="hello">Hello ${artifactId}!</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
</resources> | {
"pile_set_name": "Github"
} |
{
"word": "Unintelligently",
"definitions": [
"In an unintelligent manner."
],
"parts-of-speech": "Adverb"
}
| {
"pile_set_name": "Github"
} |
CREATE TABLE "plugin_sms_member" (
"id_member" INTEGER PRIMARY KEY AUTOINCREMENT,
"phone_number" TEXT NOT NULL,
"reg_date" DATETIME NOT NULL
); | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.SplitTerminator.html">
</head>
<body>
<p>Redirecting to <a href="struct.SplitTerminator.html">struct.SplitTerminator.html</a>...</p>
<script>location.replace("struct.SplitTerminator.html" + location.search + location.ha... | {
"pile_set_name": "Github"
} |
export type RuLocale = 'ru';
export type EnLocale = 'en';
export type Locales = RuLocale | EnLocale;
export type Langs = Locales; | {
"pile_set_name": "Github"
} |
import {containerReducer} from '../../../../packages/rcre/src/core/Container/reducer';
import {containerActionCreators} from '../../../../packages/rcre/src/core/Container/action';
import {setWith, deleteWith, Events, createReduxStore, RunTimeContextCollection, DataProviderEvent} from 'rcre';
describe('Container State'... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>yanlinlin82@gmail.com</email>
<name>Linlin Yan</name>
</maintainer>
<maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biol... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -e
# usage: ./generate.sh [versions]
# ie: ./generate.sh
# to update all Dockerfiles in this directory
# or: ./generate.sh centos-7
# to only update centos-7/Dockerfile
# or: ./generate.sh fedora-newversion
# to create a new folder and a Dockerfile within it
cd "$... | {
"pile_set_name": "Github"
} |
{
"name": "meteor-theme-hexo",
"version": "1.0.15",
"description": "[Read the docs docs.](https://docs-docs.netlify.com/docs/docs/)",
"main": "index.js",
"scripts": {
"test": "node ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/meteor-theme-hexo.git"
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.