text stringlengths 3 1.05M |
|---|
import { Cartesian3 } from "../../Source/Cesium.js";
import { clone } from "../../Source/Cesium.js";
import { HeadingPitchRoll } from "../../Source/Cesium.js";
import { Math as CesiumMath } from "../../Source/Cesium.js";
import { Matrix3 } from "../../Source/Cesium.js";
import { Matrix4 } from "../../Source/Cesium.js";... |
package com.jjneko.jjnet.networking;
import gnu.trove.iterator.TObjectByteIterator;
import gnu.trove.map.hash.THashMap;
import gnu.trove.map.hash.TObjectByteHashMap;
import gnu.trove.map.hash.TObjectLongHashMap;
import java.io.UnsupportedEncodingException;
import java.net.DatagramSocket;
import java.net.Inet... |
echo $PWD
npm install
cd client
echo $PWD
npm install |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Trans. Br. mycol. Soc. 7(4): 158 (1921)
#### Original name
Microcera auranticola Petch
### Remarks
null |
import java.util.ArrayList;
public class Car
{
private ArrayList<Person> passengers;
private int numberOfSeats;
private String driverName;
private int location;
private int destination;
public Car(String driverName, int numberOfSeats, int destination)
{
passengers = new ArrayList<P... |
using NoteEditor.Notes;
using NoteEditor.Model;
using NoteEditor.Utility;
using UniRx;
using UniRx.Triggers;
using UnityEngine;
using UnityEngine.UI;
namespace NoteEditor.Presenter
{
public class ToggleEditTypePresenter : MonoBehaviour
{
[SerializeField]
Button editTypeToggleButton = default;
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
//===-- ValueObjectSyntheticFilter.cpp -----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------... |
<?php
declare(strict_types=1);
namespace Wingu\FluffyPoRobot\Command;
use InvalidArgumentException;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Wingu\FluffyPoRobot\POEditor\Client;
use Wingu\FluffyPoRob... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fi... |
__author__ = 'mpetyx'
from django.contrib import admin
from .models import *
class VideoAdmin(admin.ModelAdmin):
pass
admin.site.register(OpeniVideo, VideoAdmin)
|
.main-header .x-panel-body {
background:transparent;
}
.icon-expand-all {
background-image: url(images/expand-all.gif) !important;
}
.icon-collapse-all {
background-image: url(images/collapse-all.gif) !important;
}
.x-tree-node div.modules-node{
background:#eee;
margin-top:1px;
border-top:1px so... |
const router = require('express').Router();
router.get('/', (req, res) => res.render('app'));
module.exports = router;
|
import os
import os.path
import sys
zeroes = []
ones = []
for fn in os.listdir('waves_yesno'):
if fn.startswith('0'):
zeroes.append(fn) # => training set
elif fn.startswith('1'):
ones.append(fn) # => test set
def text(filenames):
results = []
for filename in filenames:
ba... |
package landmaster.landcraft.entity.render;
import landmaster.landcraft.api.*;
import landmaster.landcraft.entity.*;
import net.minecraft.client.model.*;
import net.minecraft.client.renderer.*;
import net.minecraft.client.renderer.entity.*;
import net.minecraft.client.renderer.entity.layers.*;
import net.minecraft.uti... |
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'animatedgifme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install animatedgifme
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-... |
import { ParamType } from "../src/jsunit-enums";
import { DataGen, DataGenDescriptor } from "../src/jsunit-typegen";
function sum(x: number, y: number): number {
return x + y;
}
function sumTest(x: number, y: number): number {
return y + x;
}
const descriptor: DataGenDescriptor = {
paramTypes: [ ParamType.Number,... |
<!DOCTYPE html>
<html>
<head>
<title>React Training</title>
<link rel="stylesheet" type="text/css" href="/index.css">
</head>
<body>
<div id="appRoot"></div>
<script type="text/javascript" src="/vendor.bundle.js"></script>
<script type="text/javascript" src="/app.bund... |
#define NOD(p) \
((REBNOD*)p) // Note: cast() currently won't work w/nullptr (!)
#else
template <typename P>
inline static REBNOD *NOD(P p) {
constexpr bool derived =
std::is_same<P, nullptr_t>::value // here to avoid check below
or std::is_same<P, REBVAL*>::value... |
<?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:id="@+id/linearLayout"
android:layout_width="match_parent"
android:layout_heig... |
'use strict';
const gulp = require('gulp'),
sass = require('gulp-sass'),
bourbon = require('node-bourbon'),
replace = require('gulp-replace-task'),
concatDest = require('./gulpConcatDest');
/**
* A wrapper for gulp sass that allows to define sass variables values at build time.
*
* @param {string} appDirPa... |
import pickle
import numpy as np
def unpickle(file):
fo = open(file, 'rb')
dict = pickle.load(fo, encoding='latin1')
fo.close()
return dict
def clean(data):
imgs = data.reshape(data.shape[0], 3, 32, 32)
grayscale_imgs = imgs.mean(1)
cropped_imgs = grayscale_imgs[:, 4:28, 4:28]
img_da... |
#include "IntegrationEnvironment.h"
#include <gtest/gtest.h>
int main(int argc, char **argv) {
IntegrationEnvironment::initInstance(argc, argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
|
@interface PodsDummy_Pods_PannablePickerView_Example : NSObject
@end
@implementation PodsDummy_Pods_PannablePickerView_Example
@end
|
<!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_111) on Thu Aug 18 01:51:17 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.a... |
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import './help_resources_icons.js';
import './strings.m.js';
import '//resources/polymer/v3_0/iron-icon/iron-icon.js';
import '//resources/polymer/v3_0/iron-media-query/iron-me... |
package net.dirtyfilthy.bouncycastle.asn1.x509;
import java.util.Enumeration;
import java.util.Vector;
import net.dirtyfilthy.bouncycastle.asn1.ASN1Encodable;
import net.dirtyfilthy.bouncycastle.asn1.ASN1EncodableVector;
import net.dirtyfilthy.bouncycastle.asn1.ASN1Sequence;
import net.dirtyfilthy.bouncycastle.asn1.A... |
<?php
namespace UserBundle\DataFixtures\ORM;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\Containe... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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 o... |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-06-27
| Rendered using Apache Maven Fluido Skin 1.4
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name=... |
#pragma once
#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Json
} // namespace... |
<section data-ng-controller="DivisaosController" data-ng-init="find()">
<div class="page-header">
<h1>Divisão</h1>
</div>
<div class="list-group">
<a data-ng-repeat="divisao in divisaos" data-ng-href="#!/divisaos/{{divisao._id}}" class="list-group-item">
<small class="list-group-item-text... |
<html>
<head>
<title>Peter Egan's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#in... |
package com.android.test.runner.listener;
import android.util.Log;
import org.junit.runner.Description;
import org.junit.runner.notification.RunListener;
/**
* A {@link RunListener} that injects a given delay between tests.
*/
public class DelayInjector extends RunListener {
private final int mDelayMsec;
... |
ENV["TEST"] = "true"
require 'rubygems'
require 'bundler/setup'
require 'minitest/reporters'
Dir["./lib/*.rb"].each { |f| require f }
Dir["./app/**/*.rb"].each { |f| require f }
reporter_options = { color: true }
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(reporter_options)]
require 'minitest/a... |
namespace ee
{
class SetSpriteColGMapAOP : public AtomicOP
{
public:
SetSpriteColGMapAOP(const SprPtr& spr, const pt2::Color& color);
SetSpriteColGMapAOP(const std::vector<SprPtr>& sprs, const pt2::Color& color);
virtual void Undo() override;
virtual void Redo() override;
virtual Json::Value Store(const std::ve... |
<?php
namespace api\modules\efenbi\rasasayang\models;
use Yii;
use yii\base\Model;
use yii\data\ActiveDataProvider;
use api\modules\efenbi\rasasayang\models\Locate;
/**
* LocateSearch represents the model behind the search form about `api\modules\efenbi\rasasayang\models\Locate`.
*/
class LocateSearch extends Loca... |
namespace base {
TestResult::TestResult() : status(TEST_UNKNOWN) {
}
TestResult::~TestResult() {
}
std::string TestResult::StatusAsString() const {
switch (status) {
case TEST_UNKNOWN:
return "UNKNOWN";
case TEST_SUCCESS:
return "SUCCESS";
case TEST_FAILURE:
return "FAILURE";
case... |
from __future__ import absolute_import
from __future__ import unicode_literals
import datetime as dt
from sqlalchemy.types import DateTime
from sqlalchemy.ext.declarative import declared_attr
from .datetime import DateTime
from .datetime import utc
from .. import db
class AutoID(object):
"""Mixin adding a primary... |
module.exports = function() {
return {
replace: true,
restrict: 'E',
scope: {
src: '=',
form: '=',
submissions: '=',
perPage: '='
},
templateUrl: 'formio/submissions.html',
controller: [
'$scope',
'$element',
'FormioScope',
function(
$sco... |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Patient and Provider Portal</title>
<!--<link type="text/css" href="css/redmond/jquery-ui-1.8.10.custom.css" rel="stylesheet" />-->
<link type="text/css" href="css/main.css" rel="stylesheet" /... |
extern crate vulkano;
use grid;
use scene;
use std::path::Path;
use std::sync::Arc;
use tracers::{RaycastingShader, Tracer};
pub struct VulkanCtx<'a> {
pub physical: vulkano::instance::PhysicalDevice<'a>,
pub device: Arc<vulkano::device::Device>,
pub queue: Arc<vulkano::device::Queue>,
pub scene_buff... |
<?php
namespace Pragma\Search;
use Pragma\ORM\Model;
class Indexed extends Model{
const TABLE_NAME = 'indexed';
public function __construct(){
parent::__construct(self::getTableName());
}
public static function getTableName(){
defined('DB_PREFIX') OR define('DB_PREFIX','pragma_');
return DB_PREFIX.self::T... |
import logging
import os
import numpy as np
from gensim.models import Word2Vec
from sklearn.feature_extraction.text import TfidfVectorizer
from util import *
# Set values for various parameters
num_features = 300 # Word vector dimensionality
min_word_count = 40 # Minimum word count ... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("T2_... |
package com.xianyue.copylearn.beauty;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicLong;
public abstract class CachedGauge<T> {
private final Clock clock;
private final AtomicLong reloadAt;
private final long timeoutNS;
private volatile T value;
... |
Foodpantry::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web... |
package org.openntf.xsp.extlib.query;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
public class EndsWithFilter extends QueryFilter {
protected static Logger _logger;
static {
_logger = Logger.getLogg... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<ImageButton
android:id="@+id/ib_upVote"
android:layout_width="wrap... |
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'span',
size: 80,
email: '',
gravatarUrl: function() {
// var email = "john_j_hampton@yahoo.com";
var email = this.get('email');
var size = this.get('size');
var hash = CryptoJS.MD5(email).toString();
var imgURL =... |
drop table if exists weather;
create table weather (
id integer primary key autoincrement,
temp integer not null,
humidity integer not null,
zipcode text not null,
stamp timestamp
);
|
MR-Web-Graphics
===============
This projects contains a browser interface for the Mixed-Reality Graphics module.
It bases on a Node.js server, that connects to the Mixed-Reality game-server and offers a web-page to display games.
Installation
------------
First install Node.js (http://nodejs.org/).
Than downl... |
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
... |
<div class="navigation-wrapper">
<div class="site-name">
<a href="/">{{ site.title }}</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package com.pedidos.model;
public enum CategoriaItemDeMenu {
Entradas,
PlatosPrincipales,
Postres,
Bebidas,
Cafeteria,
Sugerencia
}
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>HierarchyBuilderIntervalBased.Range (ARX GUI Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>... |
var typescript = require('rollup-plugin-typescript2');
var pkg = require('../package.json');
var version = pkg.version;
var banner =
`
`;
function getCompiler(opt) {
opt = opt || {
tsconfigOverride: { compilerOptions : { module: 'ES2015' } }
}
return typescript(opt);
}
exports.name = 'templat... |
using UnityEngine;
using System.Collections;
// 弾の挙動を行うクラス
// 同じオブジェクトに "BulletParameter.cs" を適用していないと動かない
public class BulletMover : MonoBehaviour {
BulletPalameter bulletPalametar = null;
Rigidbody rigidbody = null;
// Use this for initialization
void Start () {
bulletPalametar = this.gameObject.GetCompone... |
function varargout = logLikelihoodJakstat(theta, amiData)
% Objective function for examples/jakstat_signaling
%
% logLikelihoodJakstat.m provides the log-likelihood, its gradient and an
% the Hessian matrix for the model for the JakStat signaling pathway as
% defined in jakstat_pesto_syms.m
%
% USAGE:
% [llh] = getPara... |
module Resque
module Plugins
module Pause
VERSION = '0.3.0'
end
end
end
|
CREATE SCHEMA `wisencrazy_restaraunt` DEFAULT CHARACTER SET utf8 ;
CREATE TABLE `customer` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`email_id` varchar(50) DEFAULT NULL,
`password` varchar(45) DEFAULT NULL,
`account_status` enum('ACTIVE','IN_ACTIVE','SYSTEM_GENERATED','DISABLE'... |
import numpy as np
import pytest
import ray
@pytest.fixture(params=[1])
def ray_start_sharded(request):
# TODO(ekl) enable this again once GCS supports sharding.
# num_redis_shards = request.param
# Start the Ray processes.
ray.init(
object_store_memory=int(0.5 * 10**9),
num_cpus=10,... |
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Kinect.VisualGestureBuilder;
using Windows.Kinect;
using System.IO;
/// <summary>
/// This interface needs to be implemented by all visual gesture listeners
/// </summary>
public interface VisualGestureListene... |
/*
* main.c - entry point and temporary test code
*/
#define _POSIX_C_SOURCE 200809L
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "absocket.h"
#include "bind.h"
#include "colors.h"
#include "config.h"
#include "handlers.h"
#include "w... |
#ifndef __ARCH_VEGA_GPU_MEM_HELPERS_HH__
#define __ARCH_VEGA_GPU_MEM_HELPERS_HH__
#include "arch/amdgpu/vega/insts/gpu_static_inst.hh"
#include "arch/amdgpu/vega/insts/op_encodings.hh"
#include "debug/GPUMem.hh"
#include "gpu-compute/gpu_dyn_inst.hh"
namespace gem5
{
/**
* Helper function for instructions declare... |
<?php
namespace DataEntity\Type;
use DataEntity\Type;
class DateType extends Type
{
public function filter($value, $context = null)
{
if (is_int($value) || ctype_digit($value)) {
$value = '@' . $value;
}
if (is_string($value)) {
try {
$value = ... |
require 'test_helper'
module RouteHawk
class RoleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
end
|
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.0</mav... |
+++
title = "Aston Pangandaran Apart Hotel"
author = "Wahyu Langit"
date = "2015-09-18T19:35:37+07:00"
description = "Pangandaran is a one stop complete experience. From swimming, snorkeling, Jet Skiing, Fishing to Hiking and hill climbing, Pangandaran has it all. It is a full package vacation, fit for every age and a... |
package org.grails.web.pages;
import grails.util.GrailsNameUtils;
import grails.web.pages.GroovyPagesUriService;
import groovy.lang.GroovyObject;
import org.grails.buffer.FastStringWriter;
import org.grails.core.artefact.ControllerArtefactHandler;
import org.grails.web.servlet.mvc.GrailsWebRequest;
/**
* Methods t... |
<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of the routes that are handled
| by your application. Just tell Laravel the URIs it should respond
| to... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout 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=... |
<?php
namespace SofaChamps\Bundle\SquaresBundle\Tests\Game;
use SofaChamps\Bundle\SquaresBundle\Entity\Game;
use SofaChamps\Bundle\SquaresBundle\Game\InviteManager;
use SofaChamps\Bundle\CoreBundle\Entity\User;
use SofaChamps\Bundle\CoreBundle\Tests\SofaChampsTest;
class InviteManagerTest extends SofaChampsTest
{
... |
<?php
/* @var $this yii\web\View */
/* @var $model app\models\Game */
/* @var $form yii\widgets\ActiveForm */
use app\assets\TrackAppAsset;
TrackAppAsset::register($this);
$this->registerCss('html,body {background-color: black}');
?>
<div id="track-split-screen"></div> |
flopy.modflow.mfgage Module
===========================
.. automodule:: flopy.modflow.mfgage
:members:
:inherited-members:
|
FROM balenalib/orange-pi-one-ubuntu:eoan-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > 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 ... |
/**
* Created by chirag on 14/07/15.
*/
'use strict';
// Config the app
angular.module("app", [
/* Angular modules */
"ngRoute",
"ngAnimate",
"ngSanitize",
"ngAria",
"ngMaterial",
/* 3rd party modules */
"oc.lazyLoad",
"ui.bootstrap",
"angular-loading-bar",
"FBAngular",
/* custom modules *... |
from distutils.core import setup
setup(
name='Juju Charm Toolkit',
version='0.1.0',
author='Justin SB',
author_email='justin@fathomdb.com',
packages=['jujucharmtoolkit'],
url='http://pypi.python.org/pypi/JujuCharmToolkit/',
license='LICENSE.txt',
description='Helper functions for creati... |
require_relative 'base'
module Whisperer
module Preprocessors
class DefaultValues < Base
def process
fill_default_vals(@record)
end
private
def fill_default_vals(holder)
holder.attributes.each do |attr, val|
if val.respond_to?(:attributes)
fi... |
QWidget {
background: #ffffff;
color: #333333;
font-family: "Century Gothic";
}
QFrame#connectFrame {
background: #F6F9FF;
border-radius: 4px;
border: 1px solid #EFF2F9;
margin-right: 10px;
margin-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
pad... |
url: /protocols/saml
section: articles
classes: topic-page
title: SAML
topics:
- saml
contentType:
- index
useCase:
- add-idp
---
<div class="topic-page-header">
<div data-name="example" class="topic-page-badge"></div>
<h1>SAML</h1>
<p>
Documentation on <dfn data-key="security-assertion-markup-language... |
using System;
using System.Collections.Generic;
using SharpKit.Html;
using SharpKit.JavaScript;
namespace qx.ui.progressive.renderer.table.cell
{
/// <summary>
/// <para>Table Cell Html Renderer.</para>
/// <para>Renderer the specified HTML in the cell.</para>
/// </summary>
[JsType(JsMode.Prototype, Name = "q... |
@implementation NSObject (TDAutoCoding)
+ (instancetype)td_objectWithContentsOfFile:(NSString *)filePath
{
//load the file
NSData *data = [NSData dataWithContentsOfFile:filePath];
//attempt to deserialise data as a plist
id object = nil;
if (data)
{
NSPropertyListFormat format;
... |
{% include base_path %}
{% if page.previous or page.next %}
<nav class="pagination">
{% if page.previous %}
<a href="{{ base_path }}{{ page.previous.url }}" class="pagination--pager" title="{{ page.previous.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_previous }}</a>
... |
from __future__ import absolute_import, division, print_function
#
# Standard imports
#
import glob, os
from distutils.extension import Extension
#
# setuptools' sdist command ignores MANIFEST.in
#
#from distutils.command.sdist import sdist as DistutilsSdist
from setuptools import setup, find_packages
#
# DESI support ... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Ann. R. bot. Gdns Peradeniya 7: 289 (1922)
#### Original name
Porotheleum reticulatum Petch
### Remarks
null |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
<?php
namespace App\Http\Controllers\Api\v1;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Models\User;
use Auth;
use Hash;
class UserController extends Controller
{
public function profileStore(Request $request)
{
$redirect_url = 'user.setting';
$user = Auth::user();
//Check if ... |
package vcfgeditor
import (
"fmt"
"strconv"
"strings"
"github.com/sisatech/vcli/pkg/vorteil"
)
// infoDisplay ...
func (cfg *Configuration) infoDisplay() string {
return fmt.Sprintf("%s (%s)\n%s\n\n%s\n\n%s", cfg.Info.Name, cfg.Info.Version, cfg.Info.Author, cfg.Info.Desc, cfg.Info.URL)
}
// envDisplay ...
fun... |
class PokerSolitaire::GameState
attr_reader :rows, :columns, :rows_and_columns, :move_index
class Position
attr_reader :game_state, :row_index, :column_index, :card, :move_index
def initialize(game_state, row_index, column_index)
@row_index, @column_index = row_index, column_index
... |
<footer class="center">
<div class="measure">
<small>
View source at <a href="https://github.com/adahn6/adahn6.github.io/">Github. <br>
Theme available on <a href="https://github.com/johnotander/pixyll">Github</a>.
</small>
</div>
</footer>
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>ValueMapping - ScalaTest 2.1.7 - org.scalatest.enablers.ValueMapping</title>
<meta name="description" content="ValueMapping - ScalaTes... |
import json
import mock
import unittest
try: # python 2
from urlparse import urlparse, parse_qsl
except ImportError: # python 3
from urllib.parse import urlparse, parse_qsl
from airflow.contrib.hooks import gcp_mlengine_hook as hook
from googleapiclient.errors import HttpError
from googleapiclient.discovery... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Function Sfxr.opAssign</title>
<link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/>
<link rel="s... |
#ifndef NANAKA_ANIMATION_BILLBOARDANIMATION_RESOURCE_H
#define NANAKA_ANIMATION_BILLBOARDANIMATION_RESOURCE_H
#include <vector>
#include "graphics/TextureResource.h"
#include "math/Vec2f.h"
#include "resource/Asset.h"
#include "resource/Resource.h"
class BillboardAnimationResource final : public Resource
{
public:... |
package org.n52.iceland.util.http;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.zip.GZIPInputStream;
import java.util.zip.GZIPOutputStream;
import javax.inject.Inject;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... |
/**
* @name spawn-rmrf (main)
* @description `rm -rf` spawned.
* @author Nicolas Tallefourtane <dev@nicolab.net>
* @link https://github.com/Nicolab/node-spawn-rmrf
* @license MIT https://github.com/Nicolab/node-spawn-rmrf/blob/master/LICENSE
*/
'use strict';
var spawn = require('spawn-handler');
/**
* rm -rf... |
<!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_171) on Fri Apr 16 05:18:02 UTC 2021 -->
<title>TestConnectSvipResult</title>
<meta name="date" content="2021-04-16">
<link rel="stylesheet" ty... |
package slices
import (
"sort"
"github.com/corestoreio/errors"
)
// Int64Slice contains Map/Filter/Reduce/Sort/Unique/etc method receivers for
// []int64.
// @todo think about the necessary gen functions
// +gen slice:"Where,Count,GroupBy[int64]"
type Int64 []int64
// ToInt64 converts to type int64 slice.
func (l... |