repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
forxer/okatea | Okatea/Tao/L10n/country-list/fo_FO/country.php | 5531 | <?php
return array(
'AD' => 'Andorra',
'AE' => 'Sameindu Emirríkini',
'AF' => 'Afganistan',
'AG' => 'Antigua og Barbuda',
'AI' => 'Anguilla',
'AL' => 'Albania',
'AM' => 'Armenia',
'AN' => 'Niðurlendsku Antilloyggjar',
'AO' => 'Angola',
'AQ' => 'Antarktis',
'AR' => 'Argentina',
'AS' => 'Amerikanska Sámoa',
... | mit |
yanivefraim/theme-creator-demo-angular-2 | app/components/font-family-component/font-family-component.ts | 656 | import {Component, View, FORM_DIRECTIVES, EventEmitter, NgFor} from 'angular2/angular2';
@Component({
selector: 'font-family-component',
inputs: ['fontFamily'],
outputs: ['fontFamilyChange']
})
@View({
template: `
<select class="form-control" [ng-model]="fontFamily" (input)="fontFamilyChange.next($event.ta... | mit |
tgriesser/azul | lib/relations/belongs_to_config.js | 6858 | 'use strict';
var _ = require('lodash');
var util = require('util');
var property = require('corazon/property');
var inflection = require('../util/inflection');
var Mixin = require('corazon/mixin');
/**
* A helper function for creating config properties that either reads from a
* cached value or calls a function to... | mit |
drhenner/elzzad | app/controllers/myaccount/base_controller.rb | 149 | class Myaccount::BaseController < ApplicationController
before_filter :require_user
protected
def ssl_required?
ssl_supported?
end
end | mit |
DoSomething/rogue | database/migrations/2017_12_08_203149_add_indexes_to_posts.php | 763 | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class AddIndexesToPosts extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('posts', function ... | mit |
cyberdelia/dynamodb | types/attributes_test.go | 1829 | package types
import (
"reflect"
"testing"
"time"
)
type structTest struct {
Int int
IntArray []int
Float float32
FloatArray []float64
String string
StringArray []string
Blob []byte
BlobArray [][]byte
Time time.Time
}
var marshallTests = []struct {
item structTest... | mit |
asudhak/One-Button-App---Android | lib/commons-httpclient-3.0.1/docs/xref/org/apache/commons/httpclient/HeaderGroup.html | 19680 | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>HeaderGroup xref</title>
<link type="text/... | mit |
huntervwang/bobingqing_www | gradle_groovydoc/org/gradle/api/plugins/quality/FindBugsXmlReport.html | 13677 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. *... | mit |
selvasingh/azure-sdk-for-java | sdk/datamigration/mgmt-v2017_11_15_preview/src/main/java/com/microsoft/azure/management/datamigration/v2017_11_15_preview/implementation/IdParsingUtils.java | 1762 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.datamigration.v2017_11_15_preview.implementation;... | mit |
Mozu/mozu-java | mozu-javaasync-core/src/main/java/com/mozu/api/contracts/productadmin/CurrencyLocalizationCollection.java | 1459 | /**
* This code was auto-generated by a Codezu.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*/
package com.mozu.api.contracts.productadmin;
import java.util.List;
import java.util.HashMap;
import java.io.Serializable;
import com.fasterxml.j... | mit |
ParticularLabs/GitVersion | src/GitVersionCore.Tests/BuildAgents/GitHubActionsTests.cs | 6097 | using System.Collections.Generic;
using System.IO;
using GitVersion;
using GitVersion.BuildAgents;
using GitVersionCore.Tests.Helpers;
using Microsoft.Extensions.DependencyInjection;
using NUnit.Framework;
using Shouldly;
using Environment = System.Environment;
namespace GitVersionCore.Tests.BuildAgents
{
[TestFi... | mit |
OGRECave/ogre | RenderSystems/Vulkan/src/OgreVulkanQueue.cpp | 40249 | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-present Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any pers... | mit |
michaelghinrichs/hello-world | scope-chains-closures/scopes.js | 37 | function foo() {
var bar = '';
};
| mit |
erniu/air | test-air.js | 442 | /*--
简单测试node.js端使用的air-js
-note 所有的模块以模块简称为属性名挂载在air上
*/
var air = require('air-js');
var byteLength = air.byteLength;
console.log(byteLength('中国人')); // => 6
console.log(byteLength('air')); // => 3
console.log(air.byteLength('air')); // => 3
console.log(air.clip('我是中国人', 8)); // => 我是中国…
console.log(ai... | mit |
chirashijs/chirashi | lib/_internals/_parseAndApply.js | 261 | import forIn from '../core/forIn'
import forElements from '../core/forElements'
export default function _parseAndApply (parse, apply, elements, options) {
forIn(options, parse.bind(null, options))
return forElements(elements, apply.bind(null, options))
}
| mit |
beni55/vektor | sonar-scan/public/js/node_modules/jeesh/node_modules/bonzo/tests/tests.html | 5302 | <!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>Bonzo Tests</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../node_modules/sink-test/src/sink.css" type="text/css">
<style type="text/css">
#fixtures {
position: absolute;
... | mit |
bburnichon/PHPExiftool | lib/PHPExiftool/Driver/Tag/DICOM/SelectorSequencePointer.php | 822 | <?php
/*
* This file is part of the PHPExifTool package.
*
* (c) Alchemy <support@alchemy.fr>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\DICOM;
use JMS\Serializer\Annotation\ExclusionPolicy;... | mit |
jakobjohansson/Verbalizer | framework/Http/Middleware/AuthorizesRequests.php | 304 | <?php
namespace kiwi\Http\Middleware;
use kiwi\Http\Request;
trait AuthorizesRequests
{
/**
* Dont access without authorizing.
*
* @return void
*/
public function middleware()
{
if (!auth()->check()) {
Request::redirect('/login');
}
}
}
| mit |
nilportugues/php_forbidden_functions | src/ForbiddenFunctions/Console/Application.php | 778 | <?php
namespace NilPortugues\ForbiddenFunctions\Console;
use NilPortugues\ForbiddenFunctions\Command\CheckCommand;
class Application extends \Symfony\Component\Console\Application
{
/**
* Construct method
*/
public function __construct()
{
$name = <<<NAME
------------------------------... | mit |
plattformbrandenburg/ldadmin | src/main/java/de/piratenpartei/berlin/ldadmin/dbaccess/generated/routines/DelegationChainForClosedIssue.java | 2840 | /**
* This class is generated by jOOQ
*/
package de.piratenpartei.berlin.ldadmin.dbaccess.generated.routines;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = { "http://www.jooq.org", "3.4.4" },
comments = "This class is generated by jOOQ")
@java.lang.Sup... | mit |
moyunmo/CMTabbarView | Example/Pods/Target Support Files/Pods-StoryboardDemo/Pods-StoryboardDemo-acknowledgements.markdown | 1241 | # Acknowledgements
This application makes use of the following third party libraries:
## CMTabbarView
Copyright (c) 2017 momo605654602@gmail.com <moyunmo@hotmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to ... | mit |
TypeW/eShopOnContainers | src/BuildingBlocks/EventBus/EventBusServiceBus/DefaultServiceBusPersisterConnection.cs | 1621 | using Microsoft.Azure.ServiceBus;
using Microsoft.Extensions.Logging;
using System;
using System.IO;
namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
{
public class DefaultServiceBusPersisterConnection :IServiceBusPersisterConnection
{
private readonly ILogger<DefaultServiceBusP... | mit |
jumpinjackie/mapguide-ajax-viewer | shared/src/fusion/widget.ts | 448 | /// <reference path="./event.ts" />
module Fusion {
/**
* Represents a component of discrete functionality in a Fusion application
*/
export interface Widget extends EventEmittable {
}
/**
* Represents a component of discrete functionality in a Fusion application
*/
... | mit |
dgreenway/til | git/ignore-files-specific-to-your-workflow.md | 1193 | # Ignore Files Specific To Your Workflow
_If you want to watch instead of read, I explore this in [Four Ways to Ignore
Files with Git](https://www.youtube.com/watch?v=ip06v7Wnfz0)._
The most common way to tell git to ignore files is to add them to a project's
`.gitignore` file. This file is kept under version control... | mit |
h0m3/python-mprint | README.md | 959 | # mprint

mprint stands for **M**arkup **Print**, is an easy way to use Markup Tags to format your text,
you can set colors, bold, italic. All with simple markup tags.
- Simple to use, you can just use markup tags and format your text.
- Uses ANSI Escape Sentences, its compatible ... | mit |
delainewendling/NP_trip_planner | deploy/app/controllers/DeleteTripModalCtrl.js | 1660 | 'use strict';
app.controller('DeleteTripModalCtrl', function($scope, $uibModalInstance, TripFactory, $routeParams, $window, ActivityFactory, MemberFactory){
let tripId = $routeParams.tripId;
$scope.close = () => {
$uibModalInstance.close();
};
//Not only do we want to delete the trip object connected to... | mit |
windracer/xmlguy | src/XmlElement.cs | 1589 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace XmlGuy
{
public class XmlElement : AbstractXmlElement
{
public XmlElement(XmlElement parent = null) : base(parent)
{
Children = new List<IXmlElement>();
Attributes = new Dictionary<string, string>();
}
pub... | mit |
andene/substance | model/data/PropertyIndex.js | 2682 | import isArray from '../../util/isArray'
import forEach from '../../util/forEach'
import TreeIndex from '../../util/TreeIndex'
import NodeIndex from './NodeIndex'
class PropertyIndex extends NodeIndex {
constructor(property) {
super()
this._property = property || 'id'
this.index = new TreeIndex()
}
... | mit |
rails/jquery-ujs | test/public/test/call-remote.js | 6202 | (function(){
function buildForm(attrs) {
attrs = $.extend({ action: '/echo', 'data-remote': 'true' }, attrs);
$('#qunit-fixture').append($('<form />', attrs))
.find('form').append($('<input type="text" name="user_name" value="john">'));
};
module('call-remote');
function submit(fn) {
$('form')
.on('aj... | mit |
shanejdonnelly/smush-in | smushIn.js | 3613 | /*
* Smush In - jQuery plugin
*
* Copyright (c) 2013 Shane Donnelly
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Project home:
* http://shanejdonnelly.github.io/smush-in
* Version: 1.0
*
*/
;(function ($) {
"use strict";
/* CLASS DEFINITION
* =========... | mit |
DevKhater/YallaWebSite | app/cache/prod/assetic/config/4/423e5d4324992a3bd20ae71d066b011d.php | 75 | <?php
// SonataMediaBundle:Form:media_widgets.html.twig
return array (
);
| mit |
leekelleher/Umbraco-CMS | src/Umbraco.Web.UI.Client/src/views/components/media/umb-media-node-info.html | 9872 | <div class="umb-package-details">
<umb-load-indicator ng-if="loading === true"></umb-load-indicator>
<!-- Main Column -->
<div class="umb-package-details__main-content" ng-if="loading === false">
<!-- Links -->
<umb-box data-element="node-info-urls" class="mb4">
<umb-box-heade... | mit |
yaelduckwen/lo_imaginario | web2/plugins/vmpayment/mercadopago/mercadopago/tmpl/mercadopago_checkout_standard.php | 491 | <?php
defined('_JEXEC') or die('Restricted access');
/**
* Mercado Pago plugin
*
* @author Developers Mercado Pago <modulos@mercadopago.com>
* @version 2.0.5
* @package VirtueMart
* @subpackage payment
* @link https://www.mercadopago.com
* @copyright Copyright © 2016 MercadoPago.com
* @license http://www.gnu... | mit |
g0v/laweasyread-data | rawdata/lawstat/version2/01468/0146894011100.html | 6825 | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01468/0146894011100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:11:06 GMT -->
<head><title>ªk½s¸¹:01468 ª©¥»:094011100</title>
<link rel="stylesheet" type="text/css" ... | mit |
NewSpring/apollos-core | .bin/index.js | 5565 | #!/usr/bin/env node
"use strict";
// XXX currently this project is written to support node 0.10.*
// when Meteor 1.4 is ready, we can rewrite in es6
var Vorpal = require("vorpal")(),
Path = require("path"),
Fs = require("fs"),
Exec = require("child_process").exec,
Spawn = require("child_process").spawn... | mit |
maniero/SOpt | JavaScript/Algorithm/Bmi2.js | 207 | function calculaIMC(altura, peso) { return peso / (altura * altura); }
console.log("O seu imc é: " + calculaIMC(prompt("Sua altura? "), prompt("Seu peso? ")));
//https://pt.stackoverflow.com/q/327751/101
| mit |
guowilling/iOSExamples | ObjC/Others/AllUIFonts/AllUIFonts/AppDelegate.h | 275 | //
// AppDelegate.h
// iOSAllFonts
//
// Created by Willing Guo on 17/1/8.
// Copyright © 2017年 SR. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| mit |
ThirteenAG/limit_adjuster_gta3vcsa | src/sample/sample.cpp | 2162 | /*
* Sample Adjuster
*
*/
#include "LimitAdjuster.h"
// Sample Simple Adjuster
class Sample1 : public SimpleAdjuster
{
public:
const char* GetLimitName() { return GetGVM().IsSA()? "FoodLimit" : nullptr; }
void ChangeLimit(int, const std::string& value) { injector::WriteMemory(0xF00D, std::stof... | mit |
DimensionDataCBUSydney/DimensionData.ComputeClient | docs/powershell/_build/html/Wait-CaasServerOperation.html | 7069 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Wait-CaasServerOperation — CaaS PowerShell 3.... | mit |
jujudellago/yc2016 | web/app/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php | 55910 | <?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* Class Vc_Vendor_Woocommerce
*
* @since 4.4
* @todo move to separate file and dir.
*/
class Vc_Vendor_Woocommerce {
protected static $product_fields_list = false;
protected static $order_fields_list = false;
/**
* @since 4.4
*/
public function lo... | mit |
rkq/cxxexp | third-party/src/boost_1_56_0/doc/html/boost/posix_time/operator-__idp106693728.html | 4591 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function operator-=</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The B... | mit |
ccwang002/2014-ggplot2-intro | DRAFT.md | 48 | ## Specs
- Max 25 mins, recommended 15-20 mins
| mit |
LazyTarget/ProcHelper | src/Remotus.Base/Observables/DelegateObserver.cs | 1134 | using System;
using System.Threading;
namespace Remotus.Base.Observables
{
public sealed class DelegateObserver<T> : IObserver<T>, IDisposable
{
private readonly Action _onCompleted;
private readonly Action<Exception> _onError;
private readonly Action<T> _onNext;
private int _i... | mit |
ericholscher/pinax | pinax/apps/topics/urls.py | 399 | from django.conf.urls.defaults import *
urlpatterns = patterns('',
url(r'^$', 'topics.views.topics', name="topic_list"),
url(r'^(?P<topic_id>\d+)/edit/$', 'topics.views.topic', kwargs={"edit": True}, name="topic_edit"),
url(r'^(?P<topic_id>\d+)/delete/$', 'topics.views.topic_delete', name="topic_delete"),
... | mit |
abock/roslyn | src/VisualStudio/Core/Def/Implementation/TaskList/ExternalErrorDiagnosticUpdateSource.cs | 31502 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel.Com... | mit |
vinzBad/checklost | main.go | 965 | package main
import (
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
"html/template"
"log"
"net/http"
"os"
)
const (
addr = "127.0.0.1:8090"
)
var (
indexTemplate = template.Must(template.ParseFiles("index.html"))
tasks = []Task{
Task{1, "Learn golang", true},
Task{2, "Write webapp", tru... | mit |
etewiah/property-web-builder | app/controllers/pwb/omniauth_controller.rb | 520 | module Pwb
class OmniauthController < ApplicationController
# https://github.com/plataformatec/devise/wiki/How-To:-OmniAuth-inside-localized-scope
def localized
# Just save the current locale in the session and redirect to the unscoped path as before
session[:omniauth_login_locale] = I18n.locale
... | mit |
alterway/component-workflow | src/Exception/MoreThanOneOpenTransitionException.php | 264 | <?php
namespace Alterway\Component\Workflow\Exception;
class MoreThanOneOpenTransitionException extends \LogicException
{
public function __construct()
{
return parent::__construct('More than one open transition with current context');
}
}
| mit |
YawLife/LIFE | html/ui/js/ats.js | 6337 | /**
* JS initialization and core functions for API test servlet
*
* @depends {3rdparty/jquery.js}
* @depends {3rdparty/bootstrap.js}
* @depends {3rdparty/highlight.pack.js}
*/
var ATS = (function(ATS, $, undefined) {
ATS.apiCalls = [];
ATS.selectedApiCalls = [];
ATS.init = function() {
hljs.... | mit |
yimingkuan/PhoneGapPluginDemo | www/file-filetransfer.html | 2284 | <!DOCTYPE html>
<html>
<head>
<title>file.fileTransfer</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
function getTitle() {
document.getElementById("ct").innerHTML = "DEMO: " + document.title;
}
</script>
<script type="text/javascript" charset="utf-8" src="cordova.js"></s... | mit |
manonsys/MVC | libs/Jena/javadoc-core/org/apache/jena/graph/class-use/FrontsTriple.html | 6573 | <!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_66-internal) on Tue Dec 08 09:26:31 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface o... | mit |
yahehe/Nancy.Swagger | samples/Nancy.Swagger.Autofac.Demo/AutofacBootstrapper.cs | 1351 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices.ComTypes;
using System.Threading.Tasks;
using Autofac;
using Nancy.Bootstrapper;
using Nancy.Bootstrappers.Autofac;
using Nancy.Swagger.Annotations;
using Nancy.Swagger.Autofac.Demo.Modules;
using Nancy.Swagger.Serv... | mit |
mandino/nu | wp-content/plugins/advanced-access-manager/Application/Core/Subject.php | 7033 | <?php
/**
* ======================================================================
* LICENSE: This file is subject to the terms and conditions defined in *
* file 'license.txt', which is part of this source code package. *
* ======================================================================
*/
/**
* A... | mit |
marszczybrew/Diorite | DioriteCore/src/main/java/org/diorite/impl/connection/packets/play/server/PacketPlayServerResourcePackSend.java | 2319 | package org.diorite.impl.connection.packets.play.server;
import java.io.IOException;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.diorite.impl.connection.EnumProtocol;
import org.diorite.impl.connection.EnumProtocolDirection;
import org.di... | mit |
michael-munoz/MooMooPlanet | Project455/Assets/Scripts/ShapeInfo.cs | 145 | using UnityEngine;
using System.Collections;
public class ShapeInfo
{
public int Column { get; set; }
public int Row { get; set; }
}
| mit |
sbt/sbt-assembly | src/sbt-test/shading/unmanagedjars/src/main/scala/toshade/ShadeClass.scala | 33 | package toshade
class ShadeClass | mit |
selvasingh/azure-sdk-for-java | sdk/resourcemanager/azure-resourcemanager-trafficmanager/src/main/java/com/azure/resourcemanager/trafficmanager/implementation/TrafficManagerNestedProfileEndpointImpl.java | 1325 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.resourcemanager.trafficmanager.implementation;
import com.azure.core.management.Region;
import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils;
import com.azure.resourcemanager.t... | mit |
evgenypoyarkov/bodybuilder | lib/aggregations/terms-aggregation.js | 1036 | 'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _assign = require('lodash/assign');
var _assign2 = _interopRequireDefault(_assign);
exports.default = termsAggregation;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _defin... | mit |
braz/mojito-helloworld | node_modules/mojito/node_modules/yui/selector/selector.js | 93 | YUI.add('selector', function (Y, NAME) {
}, '3.10.3', {"requires": ["selector-native"]});
| mit |
AlejandroCano/framework | Signum.Test/LinqProvider/JoinGroupTest.cs | 6007 | using System.Linq;
using Xunit;
using Signum.Engine;
using Signum.Entities;
using Signum.Utilities;
using Signum.Test.Environment;
namespace Signum.Test.LinqProvider
{
/// <summary>
/// Summary description for LinqProvider
/// </summary>
public class JoinGroupTest
{
public Joi... | mit |
Estevo-Aleixo/grimoire | _posts/2014-08-24-thunderous-smite.markdown | 598 | ---
layout: post
title: "Thunderous Smite"
date: 2014-08-24
tags: [paladin, level1, evocation]
---
**1st-level evocation**
**Casting Time**: 1 bonus action
**Range**: Self
**Components**: V
**Duration**: Concentration, up to 1 minute
The first time you hit with a melee weapon attack during this spell's duratio... | mit |
KamevoTeam/Kamevo | kamevo_src/user.php | 962 | <?php
session_start();
require('php/userProfile.class.php'); //load userProfileclass
?>
<!DOCTYPE html>
<html>
<head>
<?php
require("head_userpage.php"); //load special header only for this page
?>
</head>
<body>
<?php
if(isset($_SESSION['ID'])){ //load the appropriate menu
require("menu_co.php");
}else{
... | mit |
dushka-dragoeva/TelerikSeson2016 | Software Technologies/Data Base/01. XML-Basics/01. XmlLanguage.md | 605 | ##XML Language
**XML** is an extesible markup languageor describing structured data using text with tags and attributes.
It is worldwild standart supported by W3C. XML stores data in plain text format.
The data is stored together with the meta-data about it.
**XML** is used to describe other languages (formats) for d... | mit |
solag/Sofia | app/cache/prod/annotations/b2a8b2d443b35df2d93d6ecfc343a901b065def5$id.cache.php | 386 | <?php return unserialize('a:3:{i:0;O:27:"Doctrine\\ORM\\Mapping\\Column":9:{s:4:"name";s:7:"DBMS_ID";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\\ORM\\Mapping\\Id":0:{}i:2;O:35:"Doctrine... | mit |
newset/theme | backend/normal/Fusion/maps.html | 46120 | <!DOCTYPE html>
<html>
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<title>Fusion - A Responsive HTML5 Admin UI Template Theme</title>
<meta name="keywords" content="HTML5 Bootstrap 3 Admin Template UI Theme" />
<meta name="description" content="Fusion - A Responsive HTML5 Admin UI Template T... | mit |
bburnichon/PHPExiftool | lib/PHPExiftool/Driver/Tag/Pentax/InternalSerialNumber.php | 862 | <?php
/*
* This file is part of the PHPExifTool package.
*
* (c) Alchemy <support@alchemy.fr>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Pentax;
use JMS\Serializer\Annotation\ExclusionPolicy... | mit |
stuartleeks/nether | rundev.ps1 | 2347 | # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
function CheckDependencies()
{
$missing = @()
if((Get-Command "node" -ErrorAction SilentlyContinue) -eq $null)
{
$missing += "Node.js ... | mit |
canton7/Stylet | Stylet/StyletIoC/Internal/Creators/CreatorBase.cs | 2037 | using StyletIoC.Creation;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
namespace StyletIoC.Internal.Creators
{
/// <summary>
/// Base class for all ICreators (which want to use it). Provides convenience
/// </summary>
internal abstract class CreatorBase : ICreator
... | mit |
Olog/olog.github.com | 2.2.4-SNAPSHOT/modules/olog-service/xref/edu/msu/nscl/olog/Logbooks.html | 12532 | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Logbooks xref</title>
<link type="text/css" re... | mit |
OlivierCoue/invow | src/app/tc-shared/tc-sortable.directive.ts | 2177 | import { Directive, ElementRef, EventEmitter, Output, Input, OnInit } from '@angular/core';
import { TcCollectionService } from '../tc-collection/tc-collection.service';
import { TcCollection } from '../tc-collection/tc-collection.class';
declare var $: any;
@Directive({ selector: '[tc-sortable]' })
export class ... | mit |
demisto/content | Packs/CVE_2021_44228/ReleaseNotes/1_0_1.md | 79 |
#### Playbooks
##### CVE-2021-44228 - Log4j RCE
- Added Sigma and Yara rules.
| mit |
PS-Group/cg_course_examples | chapter_4/lesson_19/main.cpp | 620 | #include "stdafx.h"
#include "WindowClient.h"
#include <SDL2/SDL.h>
int main(int, char *[])
{
try
{
CWindow window(ContextProfile::RobustOpenGL_3_2, ContextMode::Normal);
// window.ShowFullscreen("Demo #19 (Particle Systems)");
window.Show("Demo #19 (Particle Systems)", {800, 600});
... | mit |
georghinkel/ttc2017smartGrids | solutions/eMoflon/rgse.ttc17.metamodels.src/src/gluemodel/COSEM/COSEMObjects/impl/PushScheduleImpl.java | 844 | /**
*/
package gluemodel.COSEM.COSEMObjects.impl;
import gluemodel.COSEM.COSEMObjects.COSEMObjectsPackage;
import gluemodel.COSEM.COSEMObjects.PushSchedule;
import gluemodel.COSEM.InterfaceClasses.impl.SingleactionscheduleImpl;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementatio... | mit |
floooh/oryol | code/Modules/LocalFS/private/dummy/dummyFSWrapper.cc | 1707 | //------------------------------------------------------------------------------
// dummyFSWrapper.cc
//------------------------------------------------------------------------------
#include "Pre.h"
#include "dummyFSWrapper.h"
namespace Oryol {
namespace _priv {
//---------------------------------------------------... | mit |
amirbawab/CPP-LAB | design-patterns/factory-method/SolidFrame.h | 165 | #ifndef FACTORY_METHOD_SOLIDFRAME_H
#define FACTORY_METHOD_SOLIDFRAME_H
#include "Frame.h"
class SolidFrame : public Frame {
public:
void print();
};
#endif
| mit |
mixxmac/jekyll | lib/jekyll/version.rb | 48 | module Jekyll
VERSION = '3.0.0.pre.beta6'
end
| mit |
ilendl2/wagtail-cookiecutter-foundation | {{cookiecutter.project_slug}}/gallery/models.py | 4587 | import logging
from django.conf import settings
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger
from django.db import models
from django.utils.translation import ugettext_lazy as _
from wagtail.admin.edit_handlers import FieldPanel, MultiFieldPanel
from wagtail.core.fields import RichTextField... | mit |
enotio/Tempest | docs/html/class_tempest_1_1_layout-members.html | 10961 | <!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... | mit |
mojmir-svoboda/BlackBoxTT | 3rd_party/asio/src/examples/cpp03/porthopper/client.cpp | 6839 | //
// client.cpp
// ~~~~~~~~~~
//
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <asio.hpp>
#include <boost/lambda/lamb... | mit |
darul75/nsjoy.github.io2 | packages/articles/public/routes/articles.js | 1768 | 'use strict';
//Setting up route
angular.module('mean.articles').config(['$stateProvider', 'markedProvider',
function($stateProvider, markedProvider) {
markedProvider.setOptions({
gfm: true,
tables: true,
breaks: true,
highlight: function (code) {
/* jshint ignore:start */
... | mit |
EngineDreamer/DreamEngine | Engine/script/runtimelibrary/MeshRenderComponent_register.cs | 2409 | /****************************************************************************
Copyright (c) 2011-2013,WebJet Business Division,CYOU
http://www.genesis-3d.com.cn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
... | mit |
misuqian/ExcelTool | eclipse/poi-3.12/docs/apidocs/org/apache/poi/hslf/model/textproperties/AlignmentTextProp.html | 14938 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>AlignmentTextProp (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<s... | mit |
rmorrin/sample-code-csharp | PaypalExpressCheckout/PriorAuthorizationCapture.cs | 3051 | using System;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
using AuthorizeNet.Api.Controllers;
using AuthorizeNet.Api.Contracts.V1;
using AuthorizeNet.Api.Controllers.Bases;
namespace net.authorize.sample
{
class PayPalPriorAuthorizationCapture
{
public static voi... | mit |
jaredjbarnes/WoodlandCreatures | packages/WebLib.2.0.0.724/content/lib/weblib/lib/BASE/LG/core/dataModel/core/PeopleGroupToPermission.js | 545 | BASE.require(["Object"], function () {
BASE.namespace("LG.core.dataModel.core");
LG.core.dataModel.core.PeopleGroupToPermission = (function (Super) {
var PeopleGroupToPermission = function () {
var self = this;
if (!(self instanceof arguments.callee)) {
return ne... | mit |
lucidphp/mux | tests/RouteTest.php | 4374 | <?php
/*
* This File is part of the Lucid\Mux package
*
* (c) iwyg <mail@thomas-appel.com>
*
* For full copyright and license information, please refer to the LICENSE file
* that was distributed with this package.
*/
namespace Lucid\Mux\Tests;
use Lucid\Mux\Route;
/**
* @class RouteTest
*
* @package Lucid... | mit |
samwisehawkins/wrftools | util/split_time_dimension.py | 1878 | """Splits the time dimension into an reftime and a leadtime
so that multiple files can be concatenated more easily"""
import sys
from netCDF4 import Dataset, num2date, date2num
for f in sys.argv[1:]:
dataset = Dataset(f, 'a')
# rename record dimension to reftime
dataset.renameDimension('record', 'reftime... | mit |
VirtualClub/vclub | browserExtensions/chromeExtension/content-script.js | 658 | /* global chrome */
const VERSION = 1;
const handlers = {
'vclub:screenShare:requestSourceId': () => {
chrome.runtime.sendMessage({ type: 'vclub:requestSourceId' }, (response) => {
window.postMessage({
type: 'vclub:screenShare:response',
response,
}, '*');
});
},
'vclub:ping'... | mit |
v-iam/azure-sdk-for-python | azure-mgmt-devtestlabs/azure/mgmt/devtestlabs/models/target_cost_properties.py | 2286 | # coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | mit |
miguelgrinberg/Flask-HTTPAuth | tests/test_basic_hashed_password.py | 2215 | import unittest
import base64
from hashlib import md5 as basic_md5
from flask import Flask
from flask_httpauth import HTTPBasicAuth
def md5(s):
if isinstance(s, str):
s = s.encode('utf-8')
return basic_md5(s)
class HTTPAuthTestCase(unittest.TestCase):
def setUp(self):
app = Flask(__name_... | mit |
andysylvester/TSW_WebAudioPrimer | ex06/index06.html | 3114 | <!DOCTYPE html>
<html lang="en">
<head>
<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="description" content="">
<meta name="author" content="">
<title>Starter Template for Bootstrap<... | mit |
mrdoob/three.js | docs/api/en/textures/CubeTexture.html | 1733 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Texture] →
<h1>[name]</h1>
<p class="desc">Creates a cube texture made up of six images.</p>
... | mit |
GlobalcachingEU/GAPP | GAPPSF/UIControls/UpDownCtrls/TimeCtrl.xaml.cs | 35541 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
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;
using System.Windows.Navigati... | mit |
rsredsq/AtomicGameEngine | Source/Atomic/UI/SystemUI/Sprite.h | 4555 | //
// Copyright (c) 2008-2015 the Urho3D project.
//
// 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, mod... | mit |
dmullins78/easybatch-framework | easybatch-integration/easybatch-apache-commons-csv/src/test/java/org/easybatch/integration/apache/common/csv/ApacheCommonCsvRecordReaderTest.java | 3254 | /*
* The MIT License
*
* Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr)
*
* 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 witho... | mit |
PyORBIT-Collaboration/py-orbit | py/orbit/time_dep/time_dep.py | 4174 | """
Module. Includes classes for all time dependent lattice.
"""
import sys
import os
import math
from orbit.teapot import TEAPOT_Lattice
from orbit.parsers.mad_parser import MAD_Parser, MAD_LattLine
from orbit.lattice import AccNode, AccActionsContainer
from orbit.time_dep import waveform
class TIME_DEP_Lattice(TEAP... | mit |
sjsinju/coreclr | src/mscorlib/src/System/Text/EncoderBestFitFallback.cs | 8893 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//
// This is used internally to create best fit behavior as per the original windows best fit behavior.
//
using S... | mit |
JuliaPackageMirrors/Stochy.jl | src/cps.jl | 8446 | using Base.Meta
export @cps
const compops = [symbol("=="), :>, :<, :>=, :<=]
Atom = Union(Number, Bool, Symbol, String, QuoteNode)
function cps(expr, cont)
strippedexpr = striplineinfo(expr)
cpsexpr = tc(strippedexpr, cont)
# Trampolining function definitions prevent them from been added
# to the cal... | mit |
nodejitsu/service-select | index.js | 3961 | 'use strict';
var Pagelet = require('pagelet')
, async = require('async')
, path = require('path');
Pagelet.extend({
view: 'view.ejs',
css: 'css.styl',
js: 'client.js',
//
// Allow FORM submits to be streaming.
//
streaming: true,
//
// Force a name.
//
name: 'service-select',
//
/... | mit |
toajs/toajs.com | public/src/views/docs/guide.html | 47151 | <h1>Toa</h1>
<p>简洁而强大的 web 框架。</p>
<h2>Thanks to <a href="https://github.com/koajs/koa">Koa</a> and it’s authors</h2>
<h2 id="doc-summary">Summary</h2>
<ul>
<li><a href="#toa">Toa 简介</a></li>
<li><a href="#application">Application 应用</a></li>
<li><a href="#context">Context 对象</a></li>
<li><a href="#request">Request 对象<... | mit |
BrighterCommand/Brighter | tests/Paramore.Brighter.Core.Tests/CommandProcessors/TestDoubles/MyPostLoggingHandlerAsyncAttribute.cs | 1576 | #region Licence
/* The MIT License (MIT)
Copyright © 2015 Ian Cooper <ian_hammond_cooper@yahoo.co.uk>
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 limitat... | mit |