text
stringlengths
3
1.05M
<?php // UDSsirescaBundle:Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu/Menu:header.html.twig return array ( );
Framework for specifing and mapping rest routes. It is based on the standard HttpRequest object Features: * Inline definition of routes/child routes * Annotations * Encoding/Decoding from Json to Object and Object to Json * Exception Handling ## Router The router is the central class for initialising the routing and...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
ACCEPTED #### According to GRIN Taxonomy for Plants #### Published in Phytologia 52:445. 1983 #### Original name null ### Remarks null
package org.apache.hadoop.mapreduce.lib.input; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import org.apache.hadoop.io.WritableComparable; public class BackgroundValueSet implements WritableComparable<BackgroundValueSet> { public double [] values; private int count; // public f...
function IMEIPlugin() { this.getImei = function(returnCallback) { cordova.exec(returnCallback, function(){}, "imeiplugin", "getImei", []); } } if(!window.plugins) { window.plugins = {} } window.plugins.imeiplugin = new IMEIPlugin();
<?php /** * @namespace */ namespace ZendTest\View\Helper\Navigation; use Zend\Acl; use Zend\View\Helper\Navigation; use Zend\Acl\Role; use Zend\View; /** * Tests Zend_View_Helper_Navigation * * @category Zend * @package Zend_View * @subpackage UnitTests * @copyright Copyright (c) 2005-2011 Zend Technol...
<!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 Interface o...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:15 EEST 2014 --> <title>HtmlExporter.TableVisitor (JasperReports 5.6.0 API)</title> <meta name="date" content="...
<?php namespace AthenaPlus\SchooltripBundle\Controller; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use AthenaPlus\SchooltripBundle\Entity\Section; use AthenaPlus\SchooltripBundle\Entity\Entry; /** * Content...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
package com.wmz7year.synyed.parser.entry; import static com.wmz7year.synyed.constant.RedisRDBConstant.REDIS_ENCODING_ZIPLIST; import static com.wmz7year.synyed.constant.RedisRDBConstant.REDIS_ZSET; import static com.wmz7year.synyed.util.NumberUtil.*; import java.io.ByteArrayInputStream; import java.util.ArrayList; im...
@class DOMRawMotionData, DOMRawTouchData; @interface DOMTouchData : NSManagedObject @property (nonatomic, retain) NSNumber * accelerationAvg; @property (nonatomic, retain) NSNumber * calibrationStrength; @property (nonatomic, retain) NSNumber * duration; @property (nonatomic, retain) NSNumber * identifier; @property ...
module.exports = (function() { var self = {}; token_fiat_values = []; self.getTiker = function( params ){ var _requires = globals.requires; _requires['network'].connectGETv2({ 'method': 'market/ticker', 'callback': function( result ){ globals.tiker = result; if( params && params.callback ) params.c...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v12/services/keyword_plan_idea_service.proto namespace Google\Ads\GoogleAds\V12\Services; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Keyw...
Provides a mechanism to configure and manage multiple xWindowsProcess resources on a target node.
[![Build Status](https://github.com/doorkeeper-gem/doorkeeper-openid_connect/workflows/CI/badge.svg?branch=master)](https://github.com/doorkeeper-gem/doorkeeper-openid_connect/actions) [![Code Climate](https://codeclimate.com/github/doorkeeper-gem/doorkeeper-openid_connect.svg)](https://codeclimate.com/github/doorkeepe...
package de.uni.freiburg.iig.telematik.sepia.graphic; import java.util.Comparator; @SuppressWarnings("rawtypes") public class GraphicalPNNameComparator implements Comparator<AbstractGraphicalPN>{ @Override public int compare(AbstractGraphicalPN o1, AbstractGraphicalPN o2) { return o1.getPetriNet().getName().compa...
using System; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace Company.WebApplication1.Data.Migrations { public partial class CreateIdentitySchema : Migration { protected override void Up(MigrationBuilder migrationBuilder) { mi...
'use strict'; var chai = chai || require('chai'); chai.config.includeStack = true; var bitcore = bitcore || require('../clamcore'); var should = chai.should(); var Transaction = bitcore.Transaction; var TransactionBuilder = bitcore.TransactionBuilder; var Script = bitcore.Script; var Address = bitcore.Address; var u...
// ----------------------------------------------------------------------- // <copyright file="LogInfoBase.cs" company=""> // Copyright (c) 2014-2015 OSky. All rights reserved. // </copyright> // <last-editor>Lmf</last-editor> // <last-date>2015-06-30 2:43</last-date> // --------------------------------------...
[![Build Status](https://semaphoreci.com/api/v1/shiroyasha/factory_girl_instruments/branches/master/badge.svg)](https://semaphoreci.com/shiroyasha/factory_girl_instruments) [![Gem Version](https://badge.fury.io/rb/factory_girl_instruments.svg)](https://badge.fury.io/rb/factory_girl_instruments) Instruments for benchma...
using BlueYonder.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace BlueYonder.Server.DataContracts { [DataContract] public class TripDTO { [DataMember] public int Fligh...
package kubernetes // import "github.com/docker/infrakit/pkg/plugin/flavor/kubernetes" import ( "github.com/docker/infrakit/pkg/discovery" "github.com/docker/infrakit/pkg/discovery/local" "github.com/docker/infrakit/pkg/run/scope" "github.com/docker/infrakit/pkg/spi/group" "github.com/docker/infrakit/pkg/spi/inst...
body { margin: 0; padding: 0; font-family: sans-serif; background-color: grey; } html, body, #root, #root > div, .App { height: 100%; } /*# sourceMappingURL=index.css.map */
package vos; import org.codehaus.jackson.annotate.JsonProperty; public class ClienteAux { @JsonProperty(value="email") private String email; @JsonProperty(value="nombre") private String nombre; @JsonProperty(value="identificacion") private long identificacion; public ClienteAux(@JsonProperty(value="emai...
package ru.stqa.pft.addressbook.tests; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.testng.annotations.BeforeClass; ...
using System; using System.Linq; using Csla; using Csla.Data; using Rolodex.Business.Data; namespace Rolodex.Business.BusinessClasses { [Serializable] public class DuplicateCompanyCommand : CommandBase<DuplicateCompanyCommand> { public static readonly PropertyInfo<int> CompanyIDProperty = RegisterProperty(t...
<p align="center"> <img alt="vakt" src="https://cdn.rawgit.com/soullesswaffle/vakt/master/header.svg" height="96"> </p> <p align="center"> A modern type guard utility for Node.js </p> <p align="center"> <a href="https://travis-ci.org/SoullessWaffle/vakt"><img alt="Build Status" src="https://travis-ci.org/Soulle...
package com.xml2j.discogs.labels; /****************************************************************************** ----------------------------------------------------------------------------- XML2J XSD to Java code generator ----------------------------------------------------------------------------- This...
; /** * Sorting for lists; * * @param {type} $ * @returns {undefined} */ (function($){ var data_key = "listSort-obj"; var defaults = { 'list-wrapper': 'table', 'list-header': 'thead th', 'list-els': 'tbody tr', 'list-param': 'td', 'sort-cols': [], 'sort-c...
(function () { 'use strict'; angular.module('xPlat.services').service('localStorage', ['$q', '$window', 'guidGenerator', LocalStorage]); /** * Local storage service. * @param {angular.Service} $q * @param {angular.Service} $window * @param {angular.Service} guidGenerator * @constructor */ function Lo...
#pragma once #include "ShaderManager.h" #include "ShaderCompiler.h" #include "Utility.hpp" namespace Rendering { namespace Factory { class [ClassName] { public: struct LoadShaderResult { bool loadVS; bool loadPS; bool loadGS; bool isOnlyHasPath; }; public: static LoadShaderResul...
package uk.co.threeonefour.android.snowball.gamestate; import uk.co.threeonefour.android.snowball.level9j.vm.GameState; import uk.co.threeonefour.android.snowball.level9j.vm.GameStateFactory; public class PersistableGameStateFactory extends GameStateFactory { @Override public PersistableGameState create() {...
const express = require('express') const path = require('path') const webpack = require('webpack') const logger = require('../build/lib/logger') const webpackConfig = require('../build/webpack.config') const project = require('../project.config') const compress = require('compression') const app = express() app.use(co...
using System; namespace Azure.ResourceManager.Network.Models { /// <summary> Parameters that define the source and destination endpoint. </summary> public partial class NextHopParameters { /// <summary> Initializes a new instance of NextHopParameters. </summary> /// <param name="targetResou...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
'use strict'; var yeoman = require('yeoman-generator'); var yosay = require('yosay'); var chalk = require('chalk'); var path = require('path'); // Load user prompts var prompts = require('./prompts.js'); var FallbackGenerator = yeoman.generators.Base.extend({ constructor: function() { yeoman.generators.B...
const Connection = require('../../src/connection'); const Request = require('../../src/request'); const fs = require('fs'); const TYPES = require('../../src/data-type').typeByName; const assert = require('chai').assert; function getConfig() { const config = JSON.parse( fs.readFileSync(require('os').homedir() + '...
<?xml version="1.0" encoding="utf-8"?> <exslt:function xmlns:exslt="http://exslt.org/documentation" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03....
package com.netflix.metacat.common.server.connectors; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson.databind.node.ObjectNode; import com.fasterxml.jackson.databind.node.TextNode; import com.netflix.metacat.common.json.MetacatJsonLoca...
/** A class providing a mehtod to calculate Combinations */ public class Combinations { /** Creates a table of N choose K values * @param N the Max things to choose from * @param K the Max number of things to be chosen * @return int[][] table of combinations */ public static int[][] nChoosek(int N, i...
/* * Decompiled with CFR 0_119. */ package script.LRterminals; import script.Token; public class WordCatch extends Token { public WordCatch(Token old) { super(old); } }
package org.opencloudb.route.util; import java.sql.SQLNonTransientException; import java.sql.SQLSyntaxErrorException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashSet...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package com.baosight.sts.st.zz.service; import java.io.IOException; import java.net.MalformedURLException; import java.util.HashMap; import java.util.List; import java.util.Map; import com.baosight.iplat4j.core.ei.EiConstant; import com.baosight.iplat4j.core.ei.EiInfo; import com.baosight.iplat4j.core.excep...
/** * ⚠️ DO NOT EDIT ⚠️ * These types are duplicated from packages/gatsby/src/bootstrap/load-plugins/types.ts * If you edit this file, make sure to edit that file too!!! * They are duplicate to avoid a circular dependency between gatsby-plugin-utils <=> gatsby <=> gatsby-plugin-utils * See gatsbyjs/gatsby#27578 an...
<?php namespace Concrete\Tests\Permission; use Concrete\Core\Permission\Duration; use PHPUnit_Framework_TestCase; /** * Class DurationTest * Tests for `\Concrete\Core\Permission\Duration`. */ class DurationTest extends PHPUnit_Framework_TestCase { public function testDailyRecurring() { $now = strt...
import inter from '@next/font/google/target.css?{"path":"pages/test.tsx","import":"Inter","arguments":[{},[]],"variableName":"inter"}'; const a = fn(...{}, ...[]);
{% extends "base.html" %} {% load snisi %} {% block title %}Validation de rapports{% endblock %} {% block content %} <h2>Rapports à valider pour {{ user.location.display_typed_name }}</h2> {% if pending_list|length == 0 %} <p>Il n'y a aucun rapport en attente de validation par le {{ user.role }} de {{ user.location ...
commandpost is a command-line options parser. This library is inspired by [commander](https://www.npmjs.com/package/commander). commander is very user-friendly, but not [TypeScript](https://www.npmjs.com/package/typescript)-friendly. commandpost aims to improve this. Of course, commandpost can also be used from an ord...
package com.google.devtools.depan.stats.eclipse.ui; import com.google.devtools.depan.matchers.models.GraphEdgeMatcherDescriptor; import com.google.devtools.depan.model.GraphModel; import com.google.devtools.depan.resources.PropertyDocumentReference; import com.google.devtools.depan.stats.jung.JungStatistics; import ...
// // Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802 // Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem. // Gerado ...
Perform a rolling update of the given ReplicationController. ### Synopsis Perform a rolling update of the given ReplicationController. Replaces the specified controller with new controller, updating one pod at a time to use the new PodTemplate. The new-controller.json must specify the same namespace as the existing...
package org.deviceconnect.android.deviceplugin.uvc.fragment; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget...
``` npm install -g @pastash/pastash @pastash/output_matrix ``` ### Example ``` input { stdin {} } output { matrix { userId => '@somebot:matrix.org' roomId => '#somechannel:matrix.org' token => 'xxxxxXXXXXxxxxxxXXXXXX' } } ```
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }...
import sys from pyspark import since, keyword_only from pyspark.ml.param.shared import HasPredictionCol, HasBlockSize, HasMaxIter, HasRegParam, \ HasCheckpointInterval, HasSeed from pyspark.ml.wrapper import JavaEstimator, JavaModel from pyspark.ml.common import inherit_doc from pyspark.ml.param import Params, Typ...
(function($) { /** * Module1 module implementation. * * @author mdiethelm * @namespace Tc.Module * @class Default * @extends Tc.Module */ Tc.Module.Module1 = Tc.Module.extend({ /** * Initializes the Module1 module. * * @method init * @constructor * @param {jQuery|Zepto} $ctx the jquery...
/** * Created by sguerrero on 1/23/17. */ (function() { function seekBar($document) { var calculatePercent = function(seekBar, event) { var offsetX = event.pageX - seekBar.offset().left; var seekBarWidth = seekBar.width(); var offsetXPercent = offsetX / seekBarWidth; ...
package org.ruscoe.spacetrivia.models; /** * Represents a trivia question. * * @author Dan Ruscoe */ public class Question { public static final int DIFFICULTY_EASY = 0; public static final int DIFFICULTY_NORMAL = 1; private int questionId; private int categoryId; private int difficulty; private String te...
const ExportSettings = require('../specification/exportSettings.js'); class PlaylistExportDialog { constructor($scope, $mdDialog) { this.mdDialog_ = $mdDialog; /** * @type {?ExportSettings} */ this.initialSettings; /** * @type {!ExportSettings} */ this.settings = this.initia...
package com.eeeya.fantuan.im.client.vo; import com.eeeya.fantuan.im.client.utils.HTTPClientUtils; import com.fasterxml.jackson.databind.node.JsonNodeFactory; import org.apache.http.client.HttpClient; import java.net.URL; /** * Credentail * * @author Lynch 2014-09-15 * */ public abstract class Credential { pr...
@interface PodsDummy_Pods_DATTouchID_Tests : NSObject @end @implementation PodsDummy_Pods_DATTouchID_Tests @end
package mesosphere.marathon.client; import feign.Feign; import feign.RequestInterceptor; import feign.RequestTemplate; import feign.gson.GsonDecoder; import feign.gson.GsonEncoder; import mesosphere.marathon.client.utils.ModelUtils; public class MarathonClient { static class MarathonHeadersInterceptor implements Req...
// Copyright 2022 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include "iree/compiler/Modules/HAL/Loader/Conversion/HALLoaderToVM/Patterns.h" #include "iree/c...
import * as React from 'react'; import { OverridableStringUnion } from '@material-ui/types'; import { SxProps } from '@material-ui/system'; import { PropTypes, Theme } from '..'; import { OverridableComponent, OverrideProps } from '../OverridableComponent'; export interface ChipPropsVariantOverrides {} export interfa...
<?php namespace app\controllers; use Yii; use app\common\Utility; use app\models\WorkProgress; use app\models\WorkProgressSearch; use yii\web\Controller; use yii\web\NotFoundHttpException; use yii\filters\VerbFilter; /** * WorkProgressController implements the CRUD actions for WorkProgress model. */ class WorkProg...
Latest release notes for the latest version of the c# [ServiceStack.Redis](~/redis-client/redis-client). # Redis Client v1.30 Release Notes This version adds support for the recently released [Redis v2.0](http://code.google.com/p/redis/wiki/Redis_2_0_0_Changelog). This release also fixes a major performance issue wit...
try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup from pyarm import __version__ as VERSION # See : http://pypi.python.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = ['Development Status :: 4 - Beta', 'Intended Audience :: Education', ...
<?php namespace Instudies\SiteBundle\Entity; use Doctrine\ORM\Mapping as ORM, Doctrine\Common\Collections\ArrayCollection, Symfony\Bridge\Doctrine\Validator\Constraints as DoctrineAssert, Symfony\Component\Validator\Constraints as Assert ; /** * Instudies\SiteBundle\Entity\Attachment * * @ORM\Tabl...
<!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.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http...
const database = require("../database"); module.exports = function (req, res) { database.updatePicture(req.params.id, req.body).then(function () { res.sendStatus(200); }); };
/* * Game Objects * ============ * * interface GameObject * -------------------- * * A unit in the game that is updated every frame * */ interface GameObject { update(timeSinceLastFrame: number): void; }
<project name="portlet_init"> <body> <menu ref="parent"/> <menu ref="license"/> <menu ref="modules"/> <menu ref="reports"/> </body> <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> <version>1.4</version> </skin> </pro...
cask 'arq-cloud-backup' do version '1.2.9' sha256 'b3c09f9db152f80c0e5ab3bf5d0f939a5442b6fee9b432ae5228ea22d737ec8f' url 'https://www.arqbackup.com/download/arqcloudbackup/ArqCloudBackup.dmg' appcast 'https://www.arqbackup.com/download/arqcloudbackup/arqcloudbackup_release_notes.html' name 'Arq Cloud Backup'...
![cover_art](assets/cover.png) Yet another flappy bird clone! You need a local server to play this game offline. Play online [HERE](http://saikatbasak.in/public/games/CrappyBird/).
using System; namespace DragonSpark.Activation.Location { [AttributeUsage( AttributeTargets.Property )] public sealed class SingletonAttribute : Attribute {} }
int main(int argc, const char * argv[]) { unsigned long int hexdouble; double a; sscanf(argv[1], "%lX", &hexdouble); a = *(double*)(&hexdouble); double b; sscanf(argv[2], "%lX", &hexdouble); b = *(double*)(&hexdouble); double c; sscanf(argv[3], "%lX", &hexdouble); c = *(double*)(&hexdouble); double result = gsl_sf_hype...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_20) on Sat May 23 19:34:50 GMT+09:00 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SKVer</title> <meta na...
/*! * Ext JS Library 3.3.1 * Copyright(c) 2006-2010 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ /** * Tests Ext.data.Store functionality * @author Ed Spencer */ (function() { var suite = Ext.test.session.getSuite('Ext.data.GroupingStore'), assert = Y.Assert; //a ...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 The Android Open Source Project 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/license...
@echo off rem JPPF rem Copyright (C) 2005-2012 JPPF Team. rem http://www.jppf.org rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem you may not use this file except in compliance with the License. rem You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-...
int string_putint(struct string* s, int i) { char buf[MAXSTRINGLEN]; int len; len = snprintf(buf, MAXSTRINGLEN, "%d", i); if (len >= (MAXSTRINGLEN - 1)) { (void)fputs("error: increase MAXSTRINGLEN in string_putint\n", stderr); exit(1); } return string_concatb(s, buf, len); }
package info.iconmaster.typhon.model; import java.util.Arrays; import java.util.List; import java.util.Map; import info.iconmaster.typhon.TyphonInput; import info.iconmaster.typhon.antlr.TyphonParser.ExprContext; import info.iconmaster.typhon.antlr.TyphonParser.TypeContext; import info.iconmaster.typhon.comp...
MIT License Copyright (c) 2016 Daniel Hanly Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
console.log('loaded plotAll.js'); // for debugging run directly as // VCFmodule(VCF.dir.vcfs[0].div) // after uncommenting module existance check in vcf.js VCFmodule=function(div){ var divBB = jQuery('#divBodyBody',div)[0]; divBB.textContent='... work in progress ...'; divBB.style.color='red'; sv = ...
<!DOCTYPE html> <html lang="en"> <head><title>Form Components | Forms</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="images/icons/favicon.ico"> <link ...
maicaila ======== to tell your husband to buy vegetable. 买菜。
#include "lapacke.h" #include "lapacke_utils.h" lapack_int LAPACKE_zheevd( int matrix_order, char jobz, char uplo, lapack_int n, lapack_complex_double* a, lapack_int lda, double* w ) { lapack_int info = 0; lapack_int liwork = -1; lapack_int lrwork = -1; lapack_int lwork = -...
<?php namespace Opensoft\WsdlProxyGenerator\Command; use Opensoft\WsdlProxyGenerator\SoapClient; use SoapFault; use InvalidArgumentException; use RuntimeException; use LogicException; /** * Validator functions. * * @author Dmitry Petrov <dmitry.petrov@opensoftdev.ru> */ class Validators { private static $r...
<OutputCache(CacheProfile:="Cache1Hour")> Public Class BootstrapController Inherits System.Web.Mvc.Controller ' ' GET: /Bootstrap Function Index() As ActionResult Return View() End Function Function GettingStarted() As ActionResult Return View() End Function Function...
package com.yingjunyu.GetInfo.weather.widget; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import android.widget.ImageView;...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/label" android:layout_width="match_parent" android:layout_height="wrap...
package org.turner.otp.generators; import java.security.MessageDigest; import net.java.quickcheck.Generator; import net.java.quickcheck.generator.support.LongGenerator; import org.turner.opie.OPIESecretState; /** * * @author turner */ public class OPIEStateGenerator implements Generator<OPIESecretState> { priva...
require File.dirname(__FILE__) + "/../spec_helper" import "java_integration.fixtures.MethodNames" describe "The Ruby methods representing Java static methods" do it "should be accessible through Ruby's Module#method method" do method = MethodNames.method("lowercase1") method.should_not == nil end it ...
module ActivePoro module Model extend ActiveSupport::Concern include Associations end end
<script type="text/javascript" src="/app/auth.js"></script>
var Token = require('lang-js/token'), Lang = require('lang-js'), createNestingParser = Lang.createNestingParser, createSpec = require('spec-js'), combinedTokensResult = require('./combinedTokensResult'), runTerm = require('./runTerm'), Term = require('./term'), Scope = Lang.Scope; function ...
/** * yii2-dynamic-form * * A jQuery plugin to clone form elements in a nested manner, maintaining accessibility. * * @author Wanderson Bragança <wanderson.wbc@gmail.com> */ (function ($) { var pluginName = 'yiiDynamicForm'; var regexID = /^(.+?)([-\d-]{1,})(.+)$/i; var regexName = /(^.+?)([\[\d{1,}...