text
stringlengths
3
1.05M
.class public final enum Lorg/apache/commons/compress/archivers/dump/DumpArchiveConstants$SEGMENT_TYPE; .super Ljava/lang/Enum; .source "DumpArchiveConstants.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lorg/apache/commons/compress/archivers/dump/DumpArchiveConstants; .end ann...
'use strict'; var fs = require('fs') , path = require('path') , browserify = require('browserify') , uglify = require('uglify-js'); var pkg = process.argv[2] , standalone = process.argv[3] , compress = process.argv[4]; var packageDir = path.join(__dirname, '..'); if (pkg != '.') packageDir = path.join(pack...
<?php namespace makroxyz\materializecss; /** * Badge renders a materialize button. * * For example, * * ```php * echo Progress::widget([ * 'percent' => 70, * 'options' => ['class' => 'red'], * ]); * ``` * or * * ```php * echo Progress::widget([ * 'determinate' => false,...
/** * @class Ext.fx.Queue * Animation Queue mixin to handle chaining and queueing by target. * @private */ Ext.define('Ext.fx.Queue', { requires: ['Ext.util.HashMap'], constructor: function() { this.targets = new Ext.util.HashMap(); this.fxQueue = {}; }, // @private getFxDef...
<div class="header-proposition"> <div class="content"> <a href="#proposition-links" class="js-header-toggle menu">Menu</a> <nav id="proposition-menu"> <a href="/" id="proposition-name">Service Name <span class="alpha-tag">Alpha</span></a> <ul id="proposition-links"> <li><a href="url-to-pag...
<?php return array( 'router' => array( 'routes' => array( 'blogFeedPosts' => array( 'type' => 'segment', 'options' => array( 'route' => '/blog-feed[/:tag]', 'constraints' => array( ...
"use strict"; // The MIT License (MIT) // // Copyright (c) 2017 Firebase // // 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 // ...
<?php defined('SYSPATH') or die('No direct script access.'); class Keys extends Keys_Core { }
@protocol MoreViewDelegate <NSObject> -(void)more_actionUserInfo; -(void)more_actionManageFriend; -(void)more_actionShareDevice; -(void)more_about800lock; -(void)more_useHelp; -(void)more_clearCache; -(void)more_alterUserPwd; -(void)more_useLogout; -(void)more_useExit; -(void)more_bell; -(void)more_selectcountry; @end...
(function () { // Utils Object.extend = function () { var destination = typeof arguments[0] === 'object' ? arguments[0] : {}; for (var i = 1; i < arguments.length; i++) { if (arguments[i] && typeof arguments[i] === 'object') for (var property in arguments[i]) destination[property] = arguments[i][prop...
_START_GOOGLE_NAMESPACE_ // TOOD(hamaji): Use signal instead of sigaction? #ifdef HAVE_SIGACTION namespace { // We'll install the failure signal handler for these signals. We could // use strsignal() to get signal names, but we don't use it to avoid // introducing yet another #ifdef complication. // // The list sho...
package com.datatorrent.benchmark.spillable; import java.io.File; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileUtil; import com.datatorrent.api.DAG; impo...
> Functions to recursively walk collections which are trees. Documentation should use [Journo](https://github.com/jashkenas/journo) formats and standards. _.walk = walk; postorder: function(obj, visitor, context) preorder: function(obj, visitor, context) walk(obj, visitor, null, context) ...
#include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <err.h> #include <assert.h> #include <sys/ioctl.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/mman.h> #include "i915_drm.h" #include "intel_chipset.h" #include "igt_core.h" /** * SECTION:intel_chi...
package com.sishuok.es.common.repository.support; import com.google.common.collect.Sets; import com.sishuok.es.common.entity.search.Searchable; import com.sishuok.es.common.plugin.entity.LogicDeleteable; import com.sishuok.es.common.repository.BaseRepository; import com.sishuok.es.common.repository.RepositoryHelper; ...
Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md). ## Setup > Install yarn on your system: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) ```sh $ git clone https://github.com/netlify/netlify-cms $ cd ...
package org.springframework.boot.loader.jar; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.security.CodeSigner; import java.security.cert.Certificate; import java.util.jar.Attributes; import java.util.jar.Manifest; /** * Extended variant of {@link java.util.jar...
package org.apache.camel.util.jsse; import java.io.IOException; import java.security.GeneralSecurityException; import java.security.SecureRandom; import java.security.Security; import java.util.List; import javax.net.ssl.KeyManager; import javax.net.ssl.SSLContext; import javax.net.ssl.SSLEngine; import javax.net.ss...
<!DOCTYPE html> <html> <body> <div>Test for Bugzilla bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=84624"> 84624</a> RenderBlock incorrectly calculates pref width when a replaced object follows a RenderInline with width.</div> <div>This test verifies that the containing block grows in order to accomodate it's re...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_wchar_t_memmove_67a.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml Template File: sources-sink-67a.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSo...
1.4.6 / 2016-05-02 ================== * package: bump engine.io 1.4.5 / 2016-01-26 ================== * fix closing the underlying `http.Server` 1.4.4 / 2016-01-10 ================== * package: bump `engine.io` 1.4.3 / 2016-01-08 ================== * bump `socket.io-client` 1.4.2 / 2016-01-07 ==========...
#ifndef HEADER_CURL_SPLAY_H #define HEADER_CURL_SPLAY_H #include "curl_setup.h" struct Curl_tree { struct Curl_tree *smaller; /* smaller node */ struct Curl_tree *larger; /* larger node */ struct Curl_tree *same; /* points to a node with identical key */ struct timeval key; /* this node's "sort" ke...
select (STDOUT); $| = 1; print "Content-Type: text/xml\r\n"; print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\r\n"; print "Cache-Control: no-store, no-cache, must-revalidate\r\n"; print "Pragma: no-cache\r\n"; print "\r\n"; print "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xh...
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build ignore /* Input to cgo -godefs. See README.md */ // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6...
plist.js ======== ### Mac OS X Plist parser/builder for Node.js and browsers [![Sauce Test Status](https://saucelabs.com/browser-matrix/plistjs.svg)](https://saucelabs.com/u/plistjs) [![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js) Provides f...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.IO.Pipes; using System.Runtime.Remoting; using System.Threading; using System.Threading.Tasks; namespace Microso...
<?php namespace Acme\DomBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class AcmeDomBundle extends Bundle { }
import os, sys, subprocess, types, re, uuid, platform from tiapp import * from manifest import * template_dir = os.path.abspath(os.path.dirname(sys._getframe(0).f_code.co_filename)) def die(msg): print msg sys.exit(1) def validate_project_name(name): if re.match("^[A-Za-z]+[A-Za-z0-9_-]*",name)==None: die("Inv...
<?php namespace Symfony\Component\OptionsResolver\Tests; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\OptionsResolver\Options; class LegacyOptionsResolverTest extends \PHPUnit_Framework_TestCase { /** * @var OptionsResolver */ private $resolver; protected func...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using Syst...
Personal Cloud API [![Build Status](https://travis-ci.org/cobweb-eu/pcapi.svg?branch=master)](https://travis-ci.org/cobweb-eu/pcapi) ================== PCAPI is a **storage middleware** that abstracts access to Cloud Storage providers in addition to its own local storage. Authentication to external providers like e.g....
package org.apache.camel.component.websocket; import java.net.URI; import java.net.URISyntaxException; import java.util.List; import java.util.Map; import org.apache.camel.Consumer; import org.apache.camel.Processor; import org.apache.camel.Producer; import org.apache.camel.impl.DefaultEndpoint; import org.apache.ca...
package org.squbs.pattern.timeoutpolicy import java.util.concurrent.TimeUnit import org.scalatest.{FlatSpecLike, Matchers} import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.duration._ import scala.concurrent.{Await, Future} import scala.util.{Random, Try} class TimeoutPolicyFeature...
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/jax/output/SVG/autoload/multiline.js * * Implements the SVG output for <mrow>'s that contain line breaks. * * ---------------...
angular.module('sprints', ['resources.sprints', 'services.crud', 'tasks']) .config(['crudRouteProvider', function(crudRouteProvider){ var projectId = ['$route', function($route) { return $route.current.params.projectId; }]; var productBacklog = ['$route', 'ProductBacklog', function ($route, ProductBacklog)...
package jadx.core.utils.files; import jadx.core.utils.exceptions.JadxRuntimeException; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.jar.JarEntry; import java.util.jar.JarOutputStream; public class FileUtils { private FileUtils...
// scalastyle:off println package org.apache.spark.examples.mllib import org.apache.spark.{SparkConf, SparkContext} // $example on$ import org.apache.spark.mllib.tree.DecisionTree import org.apache.spark.mllib.tree.model.DecisionTreeModel import org.apache.spark.mllib.util.MLUtils // $example off$ object DecisionTr...
/** * React (with addons) v16.0.0-alpha.2 */ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Web.Http; using Microsoft.VisualStudio.TestTools.UnitTesting; using AfternoonDelight; using AfternoonDelight.Controllers; namespace AfternoonDelight.Tests.Controllers { [TestClass] public ...
# PDF::Writer::Lang::EN is the English-language output module. It contains a # hash, @message, that contains the messages that may be reported by any # method in the PDF library. The messages are identified by a Symbol. # # <b>Symbol</b>:: <b>Meaning</b> # <b>:uri_09x</b>:: URIs must be HTTP o...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { /** * Index Page for this controller. * * Maps to the following URL * http://example.com/index.php/welcome * - or - * http://example.com/index.php/welcome/index * - or - * Since this contro...
(function () { 'use strict'; var babelHelpers = {}; babelHelpers.typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typ...
MathJax.Localization.addTranslation("bcc","FontWarnings",{version:"2.7.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/FontWarnings.js");
import UIManager from '../../exports/UIManager'; /** * This class is responsible for coordinating the "focused" * state for TextInputs. All calls relating to the keyboard * should be funneled through here */ var TextInputState = { /** * Internal state */ _currentlyFocusedNode: null, /** * Returns ...
<?php namespace Concrete\Core\Entity\Attribute\Value; use Concrete\Core\Entity\File\Version; use Concrete\Core\File\File; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity * @ORM\Table( * name="FileAttributeValues" * ) */ class FileValue extends AbstractValue { /** * @ORM\Id * @ORM\Column(type...
* [CHANGE] Drop support for Ruby 2.5.x (by [@cleicar][]) * [CHANGE] Drop support for Ruby 2.4.x (by [@rishijain][]) * [FEATURE] Add ruby_extensions configuration option (by [@stufro][]) * [CHANGE] Include files which have a ruby shebang (by [@stufro][]) * [CHANGE] Fix some typos (by [@ydah][]) * [CHANGE] Remove wrong R...
require 'set' require 'timers' module Celluloid # Allow methods to directly interact with the actor protocol class Receivers def initialize(timers) @receivers = Set.new @timers = timers end # Receive an asynchronous message def receive(timeout = nil, &block) if Celluloid.exclusi...
import React, {Component, PropTypes} from 'react'; import ClockNumber from './ClockNumber'; import ClockPointer from './ClockPointer'; import {getTouchEventOffsetValues, rad2deg} from './timeUtils'; class ClockMinutes extends Component { static propTypes = { initialMinutes: PropTypes.number, onChange: PropTy...
'use strict'; describe('jsdoc/tutorial', function() { var tutorial = require('jsdoc/tutorial'); var name = 'tuteID'; var content = 'Tutorial content blah blah blah & <'; var tute = new tutorial.Tutorial(name, content, tutorial.TYPES.NOTAVALUE); var par = new tutorial.Tutorial('parent', "# ...
namespace seqan { // ---------------------------------------------------------------------------- // Function _tryCast() // ---------------------------------------------------------------------------- template <typename TTarget, typename TString> inline bool _tryCast(TTarget & dest, TString const source) { std::is...
<!--[metadata]> +++ title = "docker.io accounts API" description = "API Documentation for docker.io accounts." keywords = ["API, Docker, accounts, REST, documentation"] [menu.main] parent = "engine_remoteapi" weight=90 +++ <![end-metadata]--> # docker.io accounts API ## Get a single user `GET /api/v1.1/users/:usern...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you ma...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
namespace Test { using System; internal struct AA { private static float[] s_af; private static bool s_b; private static float[] Method1() { return s_af = new float[5]; } private static int Main() { bool b = false; if (b) b =...
package org.elasticsearch.transport; import org.elasticsearch.cluster.node.DiscoveryNode; /** * */ public interface TransportServiceAdapter { void received(long size); void sent(long size); /** called by the {@link Transport} implementation once a request has been sent */ void onRequestSent(Dis...
<!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_101) on Mon Nov 28 20:02:53 GMT+01:00 2016 --> <title>neuralnetworksimulator</title> <meta name="date" content="2016-11-28"> <link rel="stylesh...
package net.glowstone.command.minecraft; import net.glowstone.command.CommandTest; public class CloneCommandTest extends CommandTest<CloneCommand> { // TODO: Add more tests. public CloneCommandTest() { super(CloneCommand::new); } }
namespace webview { // Events. const char kEventClose[] = "webview.onClose"; const char kEventConsoleMessage[] = "webview.onConsoleMessage"; const char kEventContentLoad[] = "webview.onContentLoad"; const char kEventDialog[] = "webview.onDialog"; const char kEventExit[] = "webview.onExit"; const char kEventLoadAbort[]...
<?php /** * Logical XOR. * * @since Class available since Release 3.0.0 */ class PHPUnit_Framework_Constraint_Xor extends PHPUnit_Framework_Constraint { /** * @var PHPUnit_Framework_Constraint[] */ protected $constraints = []; /** * @param PHPUnit_Framework_Constraint[] $constraints ...
package org.apache.hadoop.hdfs.server.namenode; import io.hops.exception.StorageException; import io.hops.transaction.handler.HDFSOperationType; import io.hops.transaction.handler.HopsTransactionalRequestHandler; import io.hops.transaction.lock.LockFactory; import io.hops.transaction.lock.TransactionLockTypes.LockTy...
PREFIX?=$(shell pwd) # Used to populate version variable in main package. VERSION=$(shell git describe --match 'v[0-9]*' --dirty='.m' --always) # Allow turning off function inlining and variable registerization ifeq (${DISABLE_OPTIMIZATION},true) GO_GCFLAGS=-gcflags "-N -l" VERSION:="$(VERSION)-noopt" endif GO_LD...
 #pragma once #include <aws/pinpoint-sms-voice-v2/PinpointSMSVoiceV2_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace PinpointSMSVoiceV2 { namespace Model { enum class PoolFilterName { NOT_SET, status, message_type, two_way_enabled, self_managed_opt_outs_e...
import org.jetbrains.annotations.NotNull; class A { private static final boolean ourOverrideFinalFields = false; public static String createShared(char[] chars) { if (ourOverrideFinalFields) { String s = newMethod(); return s; } String s = newMethod(); return new String(chars); } ...
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> <a name="line.17"></a> <FONT color="green">018</FONT> <a name="line.18"></a> <FONT color="green">019</FONT> package org.apache.hadoop.io.compress;<a name="line.19"></a> <FONT color="green">020</FONT> <a name="line.20"></a> <FONT color="green...
package tools.fastlane.localetester; import android.content.DialogInterface; import android.os.Bundle; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.view.View; import android.widget.Button; public class AnotherActivity extends AppCompatActivity { priva...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2...
// 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.IO; using System.L...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011....
using Nito.Disposables; using System; using System.Collections.Generic; using System.Threading; namespace Nito { /// <summary> /// A cancellation token wrapper that may represent multiple linked cancellation tokens. Instances of this type should always be disposed. /// </summary> public sealed class N...
#!/bin/sh # This file is part of the Symfony Standard Edition. # # (c) Fabien Potencier <fabien@symfony.com> # # For the full copyright and license information, please view the LICENSE # file that was distributed with this source code. if [ ! $1 ]; then echo "\033[37;41mYou must pass the build dir as an absolute ...
var font_14pt = { family: 'Source Sans Pro', size: 14, color: '#000000', }; var last_full_update = Math.min(); // TODO: should take a dict of arrays and do it for all keys function partial_sums(array) { var accumulator = 0; return array.map(function (o) { accumulator += o; return a...
/* * Numeric function Round * Author : Xiaoyu Ma@UC Irvine * 01/30/2012 */ package org.apache.asterix.runtime.evaluators.functions; import java.io.DataOutput; import org.apache.asterix.dataflow.data.nontagged.serde.ADoubleSerializerDeserializer; import org.apache.asterix.dataflow.data.nontagged.serde.AFloatSeria...
// Code generated by protoc-gen-go. // source: health.proto // DO NOT EDIT! /* Package grpc_health_v1alpha is a generated protocol buffer package. It is generated from these files: health.proto It has these top-level messages: HealthCheckRequest HealthCheckResponse */ package grpc_health_v1alpha import proto "gi...
package com.alibaba.cobar.server.response; import java.nio.ByteBuffer; import com.alibaba.cobar.config.Fields; import com.alibaba.cobar.mysql.PacketUtil; import com.alibaba.cobar.net.mysql.EOFPacket; import com.alibaba.cobar.net.mysql.FieldPacket; import com.alibaba.cobar.net.mysql.ResultSetHeaderPacket; import com....
'use strict'; /** * @ngdoc function * @name sbAdminApp.controller:MainCtrl * @description * # MainCtrl * Controller of the sbAdminApp */ angular.module('sbAdminApp') .controller('FormCtrl', function($scope) { });
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lic...
package com.signalcollect.configuration /** * An execution mode specifies the order in which signal/collect * operations get scheduled. There are currently four supported execution modes: * - SynchronousExecutionMode * - PureAsynchronousExecutionMode * - OptimizedAsynchronousExecutionMode * - Continuo...
#ifndef httpclient_parser_h #define httpclient_parser_h #include <http11/http11_common.h> typedef struct httpclient_parser { int cs; size_t body_start; int content_len; int status; int chunked; int chunks_done; int close; size_t nread; size_t mark; size_t field_start; size_t field_len; voi...
<!doctype html> <html lan="en" class="no-scrollbar"> <head> <meta charset="UTF-8"> <title>Cardborde</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <!-- Styles --> <link rel="stylesheet" type="text/css" href="/components/normalize.css/normalize....
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_he...
<?php namespace Illuminate\Foundation\Console; use Illuminate\Support\Str; use Illuminate\Console\GeneratorCommand; use Symfony\Component\Console\Input\InputOption; class HandlerEventCommand extends GeneratorCommand { /** * The console command name. * * @var string */ protected $name = 'h...
<?php // autoload_classmap.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname(dirname($vendorDir)); return array( 'ClassMapFoo' => $baseDir . '/composersrc/foo.php', );
require "formula" class MediaInfo < Formula homepage "https://mediaarea.net/" url "https://mediaarea.net/download/binary/mediainfo/0.7.72/MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2" version "0.7.72" sha1 "e0f495f8c589ec2dc1c84011ddbf8946f28ab186" bottle do cellar :any sha1 "aa9ad2b2c7f6a813041f85a2...
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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...
var consts = { config_fn: __dirname + '/../config/app.js', tmp_dir: '/tmp', appId: 'webService', sessionSecretKeys: ['some secret key'], accessLogFileName: __dirname + '/../log/access.log' }; module.exports = consts;
class Link < ActiveRecord::Base belongs_to :group belongs_to :custom_source belongs_to :user, :foreign_key => "posted_by" scope :not_posted, -> { where(posted: false) } scope :recent, -> { order(created_at: :desc) } validates :url, :title, presence: true validates :posted_by, presence:true, if: 'gro...
module Pry::Config::Convenience SHORTCUTS = [ :input, :output, :commands, :print, :exception_handler, :hooks, :color, :pager, :editor, :memory_size, :ext...
import sys import unittest from datetime import date, timedelta from django.conf import settings from django.contrib.auth.models import User from django.contrib.auth.tokens import PasswordResetTokenGenerator from django.test import TestCase class TokenGeneratorTest(TestCase): def test_make_token(self): ...
DROP TABLE IF EXISTS `{database_prefix}config`; CREATE TABLE `{database_prefix}config`( `id` SMALLINT(6) NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) DEFAULT '' NOT NULL, `value` VARCHAR(255) DEFAULT '' NOT NULL, PRIMARY KEY(`id`), INDEX(`name`) ); DROP TABLE IF EXISTS `{database_prefix}sessions`; CREATE TABLE ...
package org.apereo.cas.couchdb.audit; import lombok.Getter; import lombok.val; import org.apereo.inspektr.audit.AuditActionContext; import org.ektorp.ComplexKey; import org.ektorp.CouchDbConnector; import org.ektorp.support.CouchDbRepositorySupport; import org.ektorp.support.View; import java.time.LocalDate; import j...
@implementation SamuraiCSSObject(NumberConstant) - (BOOL)isConstant { return NO; } @end #pragma mark - @implementation SamuraiCSSNumberConstant + (instancetype)parseValue:(KatanaValue *)value { if ( NULL == value ) return nil; SamuraiCSSNumberConstant * result = nil; if ( KATANA_VALUE_NUMBER == value->un...
require 'flatware' module Flatware class Sink PORT = 'ipc://sink' class << self def push(message) client.push message end def start_server(*args) Server.new(*args).start end private def client @client ||= Client.new end end %w[finis...
WalletFrame { border-image: url(':/images/crownium/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; /* background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #222222, stop: .1 #EEEEEE, stop: .9 #EEEEEE, stop: 1 #222222); */ border-top:0px solid #000; margin:0; padding:0; } QStatusBar { backgro...
cask 'paste' do version '2.4.0,24' sha256 '0eaba121e240ec9c23df5edbce8abeeb376951bc57745fde59660545faf730c5' # rink.hockeyapp.net/api/2/apps/f44b38c5d9824344acdb920513bbbf8f was verified as official when first introduced to the cask url "https://rink.hockeyapp.net/api/2/apps/f44b38c5d9824344acdb920513bbbf8f/ap...
/*jslint eqeqeq: false, plusplus: false, evil: true, onevar: false, browser: true, forin: false*/ /*global module, require, window*/ /** * Fake timer API * setTimeout * setInterval * clearTimeout * clearInterval * tick * reset * Date * * Inspired by jsUnitMockTimeOut from JsUnit * * @author Christian Joha...
cask "runescape" do version "1.0" sha256 :no_check url "https://content.runescape.com/downloads/osx/RuneScape.dmg" name "RuneScape" homepage "https://www.runescape.com/" app "RuneScape.app" end
// This file was automatically generated by informer-gen package v1 import ( core_v1 "k8s.io/api/core/v1" meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" internalinterfaces "k8s.io/client-go/informers/internalinterfaces" kubernetes...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_01) on Mon Aug 04 16:56:48 EDT 2008 --> <TITLE> GrayRectStretch </TITLE> <META NAME="date" CONTENT="2008-08-04"> <LINK REL ="stylesheet"...
"""Tool for checking a lot of DNS servers from stdin for possible inclusion.""" __author__ = 'tstromberg@google.com (Thomas Stromberg)' import re import sys import pygeoip sys.path.append('..') sys.path.append('/Users/tstromberg/namebench') import third_party from libnamebench import nameserver_list from libnamebench...
namespace ImGui { class PdfPagePanel; class PdfViewer #if (defined(IMGUITABWINDOW_H_) && !defined(IMGUIPDFVIEWER_NO_TABLABEL)) : public TabWindow::TabLabel #endif //IMGUITABWINDOW_H_ { public: IMGUI_API PdfViewer(); # if (defined(IMGUITABWINDOW_H_) && !defined(IMGUIPDFVIEWER_NO_TABLABEL)) IMGUI_API virtual ~...