text
stringlengths
2
1.04M
meta
dict
<?php /* * This file is part of the Paginate package * * (c) Christian Hoegl <chrigu@sirprize.me> */ namespace Sirprize\Paginate\Range; /** * RangeInterface. * * @author Christian Hoegl <chrigu@sirprize.me> */ interface RangeInterface { public function setTotalItems($totalItems); public function getT...
{ "content_hash": "89b8c23f72944f3456641018c14edae6", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 47, "avg_line_length": 18.82608695652174, "alnum_prop": 0.7020785219399538, "repo_name": "sirprize/paginate", "id": "57e1d2bfaff71ef195b96c46e317a42e34a73ac8", "size": "433...
<?php namespace ElkArte\sources\subs\ScheduledTask; if (!defined('ELK')) die('No access...'); /** * Perform the standard checks on expiring/near expiring subscriptions: * * - remove expired subscriptions * - notify of subscriptions about to expire * * @package ScheduledTasks */ class Paid_Subscriptions imp...
{ "content_hash": "54b451a3d27898c4bc4cfa0f519707e5", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 172, "avg_line_length": 28.686274509803923, "alnum_prop": 0.6363636363636364, "repo_name": "wizardaf/Elkarte", "id": "61ea6651596a925e25cfb89d2495297013d00bf4", "size": "3...
.. _stateful-behaviour: ****************** Stateful Behaviour ****************** .. rubric:: Most web services tend to have some state, which changes as you and others interact with it. So it's pretty useful to be able to simulate this when you've swapped a real service for a test double. .. _stateful-behav...
{ "content_hash": "a33d8402b16415ee4e0ebbcc57068c57", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 120, "avg_line_length": 35.21848739495798, "alnum_prop": 0.5802910999761394, "repo_name": "edgarvonk/wiremock", "id": "485ad3e9cacef3adbe30c97ba549545485a2e5ec", "size": "...
import os import config import web import app.controllers urls = ( # front page '/', 'app.controllers.home.index', '/hello/', 'app.controllers.hello.index', ) app = web.application(urls, globals()) def notfound(): render = web.template.render(config.global_template_path, base='layout', cache=config...
{ "content_hash": "850bfabbb516908a8b7268e1a1332321", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 128, "avg_line_length": 31.314285714285713, "alnum_prop": 0.7071167883211679, "repo_name": "neuweb/mvc-webpy", "id": "a97b2131ffa4e62d492f6f5c46cd8414d6b6c8e1", "size": "11...
import time from openerp.osv import fields, osv from openerp.osv.orm import browse_record, browse_null from openerp.tools.translate import _ class purchase_requisition_partner(osv.osv_memory): _name = "purchase.requisition.partner" _description = "Purchase Requisition Partner" _columns = { 'partner...
{ "content_hash": "c0592eb2b30afdc67f388e560f8d21b8", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 123, "avg_line_length": 43.8125, "alnum_prop": 0.6697574893009985, "repo_name": "chjw8016/GreenOdoo7-haibao", "id": "58a72556b221925ed3dfa87cb79a89e316b347ee", "size": "238...
package fi.nls.oskari.annotation; import fi.nls.oskari.service.OskariComponent; import javax.annotation.processing.RoundEnvironment; import javax.annotation.processing.SupportedAnnotationTypes; import javax.annotation.processing.SupportedSourceVersion; import javax.lang.model.SourceVersion; import javax.lang.model.e...
{ "content_hash": "b6101dd4d8dcceaeb876481e1a55ea78", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 136, "avg_line_length": 42.11827956989247, "alnum_prop": 0.6272657646157774, "repo_name": "uhef/Oskari-Routing", "id": "c437d17376d734448d4dbeaad055d0bfc8f6617c", "size": "...
package org.wso2.siddhi.core.table; import org.wso2.siddhi.core.config.ExecutionPlanContext; import org.wso2.siddhi.core.event.ComplexEvent; import org.wso2.siddhi.core.event.ComplexEventChunk; import org.wso2.siddhi.core.event.MetaComplexEvent; import org.wso2.siddhi.core.executor.VariableExpressionExecutor; import...
{ "content_hash": "1c025f6eeb07290a22a5a836aa9c36cd", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 282, "avg_line_length": 40.22222222222222, "alnum_prop": 0.8342541436464088, "repo_name": "mt0803/siddhi", "id": "3212dae52fbabb22829c3ec4394edcb6ac7b1a0a", "size": "2088",...
// Copyright 2015 Google Inc. All Rights Reserved. // // 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/licenses/LICENSE-2.0 // // Unless required by applicable...
{ "content_hash": "8784579d4e8c33a122ca0d55ee5f46c6", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 98, "avg_line_length": 30.85211267605634, "alnum_prop": 0.655786350148368, "repo_name": "IanLewis/dashboard", "id": "638e8b4dbd467f36f1facaf8c7c3813201f47323", "size": "43...
using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using System.Security.Claims; namespace QuoteMyGoods.Models { public class QMGUser:IdentityUser { //public string JoinTheDotsKey { get; set; } } public static class PrincipleExtensions { public static string GetJoinTheDots(t...
{ "content_hash": "2a220f5f28a07c4adab0e589d8996c6d", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 75, "avg_line_length": 24.25, "alnum_prop": 0.6742268041237114, "repo_name": "PSCAlex/QuoteMyGoods", "id": "5b173f7c26fc6bd5e496c1c11faaffb5190c722e", "size": "487", "bin...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 27 00:03:31 CET 2014 --> <title>Uses of Class com.jgoodies.looks.windows.WindowsTabbedPaneUI (JGoodies Looks 2.6 API)</t...
{ "content_hash": "547eead4ad30b4dbbc7576d7e6cd4aea", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 155, "avg_line_length": 37.87931034482759, "alnum_prop": 0.6249431042330451, "repo_name": "pohh-mell/BeerHousePOS", "id": "7a50d0aee237b18e557c6d121d68a6f4e0abe696", "size...
package high.mackenzie.autumn.lang.compiler.utils; import autumn.lang.DefinedFunctor; import com.google.common.base.Preconditions; import high.mackenzie.autumn.lang.compiler.typesystem.design.IMethod; import high.mackenzie.autumn.lang.compiler.typesystem.design.IVariableType; /** * An instance of this class is used ...
{ "content_hash": "80d931cff40fa34cf822b52553a732e5", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 111, "avg_line_length": 33.41463414634146, "alnum_prop": 0.6532846715328468, "repo_name": "Mackenzie-High/autumn", "id": "ef5c2e6ae3cb46d0eeeee7c7f2364dd2cafaaf70", "size":...
Given(/^I use (?:a|the) fixture(?: named)? "([^"]*)"$/) do |name| copy File.join(aruba.config.fixtures_path_prefix, name), name cd name end Given(/^I copy (?:a|the) (file|directory)(?: (?:named|from))? "([^"]*)" to "([^"]*)"$/) do |file_or_directory, source, destination| copy source, destination end Given(/^I m...
{ "content_hash": "092871e67096e9aa24565cd1690d1c6a", "timestamp": "", "source": "github", "line_count": 201, "max_line_length": 226, "avg_line_length": 33.298507462686565, "alnum_prop": 0.630509487524279, "repo_name": "jasnow/aruba", "id": "7fa9f4f85d952d3b79fe4b21d483b8d16b7f2a9d", "size": "6693",...
/* * � 2001-2009, Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. * * 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....
{ "content_hash": "f46bcb5657513439c085c7ef63525882", "timestamp": "", "source": "github", "line_count": 360, "max_line_length": 139, "avg_line_length": 37.61944444444445, "alnum_prop": 0.5342243225282434, "repo_name": "JunSoftware109/Java_Exercises", "id": "7b3db0ea2d7e5aef9e77dd33ee5f90efddee5dba", ...
SYNONYM #### According to Integrated Taxonomic Information System #### Published in Scripta Hierosolymitana 12:90. 1963 #### Original name null ### Remarks null
{ "content_hash": "ba65387ba0971726341e2fcd7fcc79a9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 12.615384615384615, "alnum_prop": 0.7439024390243902, "repo_name": "mdoering/backbone", "id": "3cd24caca5bf7c020c52ea2ef1d8e7fd0492cb61", "size": "24...
<!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...
{ "content_hash": "900895be94799f713cac809810a81370", "timestamp": "", "source": "github", "line_count": 204, "max_line_length": 412, "avg_line_length": 56.490196078431374, "alnum_prop": 0.6894307532106907, "repo_name": "CCTLib/cctlib", "id": "57ca4ff5188c865e15c85f9a568894284e895f0a", "size": "1152...
MESSAGE(STATUS "Looking for libmill...") find_path(LIBMILL_ROOT_DIR NAMES include/libmill.h ) find_path(LIBMILL_INCLUDE_DIR NAMES libmill.h HINTS ${LIBMILL_ROOT_DIR}/include ) find_library(LIBMILL_LIBRARY_SHARED NAMES libmill.dylib HINTS ${LIBMILL_ROOT_DIR}/lib ) find_library(LIBMILL_LIBRARY_STATIC...
{ "content_hash": "c1ba04b49958a8bf9457da0eecc88bc7", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 101, "avg_line_length": 24.545454545454547, "alnum_prop": 0.75, "repo_name": "lucmichalski/hunter", "id": "3bf287ced32d9e1dcbc04e6989476f2a810724b0", "size": "1464", "bin...
package org.codehaus.groovy.grails.commons; import grails.util.Environment; import java.io.IOException; import org.codehaus.groovy.grails.commons.spring.GrailsResourceHolder; import org.codehaus.groovy.grails.compiler.support.GrailsResourceLoader; import org.codehaus.groovy.grails.compiler.support.GrailsResourceLoa...
{ "content_hash": "6f09730974aa184a115a020dde07c4f9", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 109, "avg_line_length": 34.77777777777778, "alnum_prop": 0.7160543130990416, "repo_name": "erdi/grails-core", "id": "8353e08d05b049b90126b6fdf8270e05cc419543", "size": "310...
<?xml version="1.0" encoding="utf-8"?> <PRONOM-Report xmlns="http://pronom.nationalarchives.gov.uk"> <report_format_detail> <FileFormat> <FormatID>350</FormatID> <FormatName>Microsoft Access Database</FormatName> <FormatVersion>95</FormatVersion> <FormatAliases> </FormatAliases> ...
{ "content_hash": "337213f2c5f39bee5044c41e84e250af", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 440, "avg_line_length": 42.3125, "alnum_prop": 0.6824224519940916, "repo_name": "opf-attic/ref", "id": "00d3064d56a3098ad86a7890dcaf6299dc108304", "size": "3389", "binary...
package dk.siman.jive.ui; import android.app.Activity; import android.app.ActivityOptions; import android.app.FragmentManager; import android.content.Context; import android.content.Intent; import android.content.res.Configuration; import android.graphics.Color; import android.os.Bundle; import android.os.Handler; im...
{ "content_hash": "4b8c91d3d080a2dc6168ddb3fac0dda4", "timestamp": "", "source": "github", "line_count": 457, "max_line_length": 120, "avg_line_length": 38.59518599562363, "alnum_prop": 0.6272820047624447, "repo_name": "TeamEOS/gradle_Jive", "id": "27431f41aa07046bc1956b4f6d3795d0012fbfae", "size": ...
--- license: > 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 ...
{ "content_hash": "1c776f7be14d1998221f678f89241886", "timestamp": "", "source": "github", "line_count": 162, "max_line_length": 427, "avg_line_length": 39.851851851851855, "alnum_prop": 0.7193308550185874, "repo_name": "drbeermann/cordova-docs", "id": "d145c3cb77eb20fb54ce34125f7a4946f236a95e", "si...
<?php /** * @file * Contains \Drupal\Core\Cache\CacheCollector. */ namespace Drupal\Core\Cache; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\DestructableInterface; use Drupal\Core\Lock\LockBackendInterface; /** * Default implementation for CacheCollectorInterface. * * By default, the class acc...
{ "content_hash": "b746c44de14e9ab122cc4ae3da77435b", "timestamp": "", "source": "github", "line_count": 311, "max_line_length": 112, "avg_line_length": 27.14790996784566, "alnum_prop": 0.627383631410636, "repo_name": "nickopris/musicapp", "id": "21d54878ff334edd78a1852955d30d3c8c1c361f", "size": "8...
import { ModuleWithProviders } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { AppComponent } from './app.component'; // Pages import { LandingComponent } from './pages/landing/landing.component'; import { PortfolioComponent } from './pages/portfolio/portfolio.component'; import ...
{ "content_hash": "051035d2abeb9b99b9e7f33b7f4a284c", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 95, "avg_line_length": 29.91176470588235, "alnum_prop": 0.7168141592920354, "repo_name": "AlvSovereign/NG2-AlvSovPortfolio", "id": "5122278edd7ebb7906ae7677140f54e8cee8593c",...
This folder contains manifests for installing `notebook-controller`. The structure is the following: ``` . ├── crd ├── default ├── manager ├── rbac ├── samples ├── base ├── overlays │ ├── kubeflow │ └── standalone ``` The breakdown is the following: - `crd`, `default`, `manager`, `rbac`, `samples`: Kubebuilder-ge...
{ "content_hash": "741619e453342519b413326cefeb9165", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 337, "avg_line_length": 54.25, "alnum_prop": 0.7465437788018433, "repo_name": "kubeflow/manifests", "id": "8a3af908b22c9ecaa574c74a937ddaf986691a4d", "size": "1592", "bin...
<?php /** * Subclass for representing a row from the 'gg_purchase_calc' table. * * * * @package lib.model */ class GgPurchaseCalc extends BaseGgPurchaseCalc { }
{ "content_hash": "388bb071a511993100eeada8c6abd38b", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 69, "avg_line_length": 15.083333333333334, "alnum_prop": 0.6353591160220995, "repo_name": "vincent03460/fxcmiscc-partner", "id": "887a7ab19534ac5038e0a1a66d4dc3db1964d2c2", ...
package sistema_de_diagnostico; import com.nilo.plaf.nimrod.NimRODLookAndFeel; import com.nilo.plaf.nimrod.NimRODProgressBarUI; import com.nilo.plaf.nimrod.NimRODTheme; import java.awt.Color; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.ImageIcon; import javax.swing.UIManager; im...
{ "content_hash": "d0121a4d18fde06d276f94402e548871", "timestamp": "", "source": "github", "line_count": 138, "max_line_length": 98, "avg_line_length": 40.971014492753625, "alnum_prop": 0.5933852140077821, "repo_name": "HConsu/sepsm", "id": "4943f1addf996e29d5fff363771dd673bd0438a1", "size": "5655",...
<?xml version="1.0" encoding="UTF-8"?> <recipeml version="0.5"> <recipe> <head> <title>"Drunken" Pork Chops</title> <categories> <cat>Pork</cat> <cat>Main dish</cat></categories> <yield>4</yield></head> <ingredients> <ing> <amt> <qty>4</q...
{ "content_hash": "8c364e396abf23a9d3ccca0edb6c079c", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 85, "avg_line_length": 32.07462686567164, "alnum_prop": 0.545835272219637, "repo_name": "coogle/coogle-recipes", "id": "5bf39f0dc6966d7a972e81490cb8456e6f113ea9", "size": "...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ReniUI { public interface IApplication { void Register(Form frame); } }
{ "content_hash": "9e842456de3a103e9b358aba83529653", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 34, "avg_line_length": 16.416666666666668, "alnum_prop": 0.7157360406091371, "repo_name": "hahoyer/reni.cs", "id": "4ee4b53f20bdaeb19e32ec63b214df2473a4dac4", "size": "197"...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | Invoice</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!...
{ "content_hash": "d0e57afcc1d134eb3087cf1e2c1907ba", "timestamp": "", "source": "github", "line_count": 886, "max_line_length": 165, "avg_line_length": 39.103837471783294, "alnum_prop": 0.4505859262252497, "repo_name": "danemmanuel/freenew", "id": "5f22fc908d34e50d0719c3eeb5699558d7a5bbf4", "size":...
namespace ROOT_PROJECT_NAMESPACE.Areas.HelpPage.ModelDescriptions { public class DictionaryModelDescription : KeyValuePairModelDescription { } }
{ "content_hash": "3ea40ab0e696daf26e0c54863999a40b", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 74, "avg_line_length": 26.166666666666668, "alnum_prop": 0.7898089171974523, "repo_name": "Terminator-Aaron/Katana", "id": "591cc41f1417bca14ba9395a9b13e2c7900311c8", "size"...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using RxAs.Rx4.ProofTests.Mock; using System.Concurrency; namespace RxAs.Rx4.ProofTests.Operators { [TestFixture] public class WndowWithTimeFixture { private StatsObserver<IObservable<int>>...
{ "content_hash": "d532072bc032a4606071503ff5e7e93c", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 94, "avg_line_length": 27.11864406779661, "alnum_prop": 0.619375, "repo_name": "richardszalay/raix", "id": "86479a4e4d102dd8f5b0268851cb5fa655dc62e2", "size": "1602", "bi...
<!DOCTYPE html> <html> <head> <meta name='viewport' content:'width=device-width, initial-scale=1.0'> <meta charset='utf-8'> <title>Bulgakov Layout</title> <link rel='stylesheet' href='../src/bulgakov.css'> <link rel='stylesheet' href='example.css'> </head> <body> <div class='bkv_container'> <nav class='...
{ "content_hash": "09fdef44da8dcc0d806847a0b5ef9872", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 72, "avg_line_length": 22.5, "alnum_prop": 0.5982905982905983, "repo_name": "sethbonnie/Bulgakov", "id": "05c5c48e36ead95988fdb4f2c31abd2c2d7d2bad", "size": "585", "binar...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Incomplete Beta Functions</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="../../...
{ "content_hash": "1e74dba6969139f476f0ee643a1191b2", "timestamp": "", "source": "github", "line_count": 982, "max_line_length": 676, "avg_line_length": 49.294297352342156, "alnum_prop": 0.5098229594893301, "repo_name": "cpascal/af-cpp", "id": "a2c6a0d4c4b6a19d02bc59c31812cbf95f14f448", "size": "484...
# Tightly ## What is this? This is a tool for populating [sightly](http://blogs.adobe.com/experiencedelivers/experience-management/sightly-intro-part-1/) templates with dummy data via JavaScript. It's rather simple, in that it simply looks for a sightly-templated string as directed and replaces it with a string cont...
{ "content_hash": "8538476ccb8d9e83c1b201c5174bf7c6", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 207, "avg_line_length": 36, "alnum_prop": 0.5544704861111112, "repo_name": "fairfaxmedia/tightly", "id": "2c90c2ec8f135636e659757f4903047fb00e64a9", "size": "4608", "bin...
FROM balenalib/hummingboard2-debian:jessie-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some sample build time...
{ "content_hash": "3f8331d5c233a6f4ca423530fe6b2cd6", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 678, "avg_line_length": 48.03125, "alnum_prop": 0.6997397527651269, "repo_name": "nghiant2710/base-images", "id": "65e4bb16d446ff6f9218ceaf7672e3b5ab4cdebc", "size": "3095"...
<?php declare(strict_types=1); namespace Sylius\Bundle\ResourceBundle\Controller; use Doctrine\Common\Persistence\ObjectManager; use FOS\RestBundle\View\View; use Sylius\Bundle\ResourceBundle\Event\ResourceControllerEvent; use Sylius\Component\Resource\Exception\UpdateHandlingException; use Sylius\Component\Resour...
{ "content_hash": "954108242791229fd813ec462c97bb3f", "timestamp": "", "source": "github", "line_count": 509, "max_line_length": 179, "avg_line_length": 35.854616895874265, "alnum_prop": 0.6290958904109589, "repo_name": "regnisolbap/Sylius", "id": "7536c174e869a3096241d0afd70e6981ec4e011e", "size": ...
// ---------------------------------------------------------------------------------- // <copyright file="IndexAccessRewriter.cs" company="NMemory Team"> // Copyright (C) 2012-2014 NMemory Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associ...
{ "content_hash": "4a70436d97530012579ccc8be46295a3", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 86, "avg_line_length": 39.75949367088607, "alnum_prop": 0.5428207577204712, "repo_name": "daryllabar/XrmUnitTest", "id": "a4922fd5bfda92255f8a459d98f43c56f610e0d1", "size":...
\hypertarget{_u_i_picker_action_sheet_8h}{\section{/\-Users/\-Kalai/\-Desktop/classes/\-U\-I\-Picker\-Action\-Sheet.h File Reference} \label{_u_i_picker_action_sheet_8h}\index{/\-Users/\-Kalai/\-Desktop/classes/\-U\-I\-Picker\-Action\-Sheet.\-h@{/\-Users/\-Kalai/\-Desktop/classes/\-U\-I\-Picker\-Action\-Sheet.\-h}} } {...
{ "content_hash": "2d775ec59da3137de3765c7486e62fa4", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 182, "avg_line_length": 59.81818181818182, "alnum_prop": 0.6990881458966566, "repo_name": "nurimelia/PSM", "id": "6106388348d14a17f4ca226332471f1428a621b9", "size": "658", ...
local ClearCache = require "elasticsearch.endpoints.Indices.ClearCache" local MockTransport = require "lib.MockTransport" local getmetatable = getmetatable -- Setting up environment local _ENV = lunit.TEST_CASE "tests.endpoints.IndicesTest.ClearCacheTest" -- Declaring local variables local endpoint local mockTranspor...
{ "content_hash": "4d2a94df889b1fabb7a96d026d454555", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 73, "avg_line_length": 22.528301886792452, "alnum_prop": 0.7361809045226131, "repo_name": "DhavalKapil/elasticsearch-lua", "id": "f53af3d6d2eec19631b6404a9386d62630131732", ...
<?php use SharePoint\PHP\Client\AuthenticationContext; use SharePoint\PHP\Client\ClientContext; require_once(__DIR__ . '/../src/ClientContext.php'); require_once(__DIR__.'/../src/auth/AuthenticationContext.php'); require_once 'Settings.php'; try { $authCtx = new AuthenticationContext($Settings['Url']); $au...
{ "content_hash": "fe0bf2cec0044349f34f983e79c25dfc", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 79, "avg_line_length": 23.051724137931036, "alnum_prop": 0.6192969334330591, "repo_name": "ctcudd/phpSPO", "id": "85b24519f8854b0f751ad39477e751eafdd8e581", "size": "1337",...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class MY_Exceptions extends CI_Exceptions { protected $ci = null; /** * Initialize execption class * * @return void */ public function __construct() { parent::__construct(); if (function_exists(...
{ "content_hash": "5280b4dd1dc36652a1e307ff0033e06e", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 86, "avg_line_length": 27.689655172413794, "alnum_prop": 0.5, "repo_name": "ericariyanto/starter-public-edition-3", "id": "1b0b0b01eaa2a84a6fd0dcf89b03f36f427f4c85", "size"...
using System; using System.Linq.Expressions; using Zarf.Extensions; using Zarf.Generators; using Zarf.Generators.Functions.Handlers.Dates; namespace Zarf.SqlServer.Generators.Functions.Handlers { public class SqlServerDateTimeFunctionHandler : DateTimeFunctionHandler { public override bool HandleFunct...
{ "content_hash": "ed8139c862371bfe7bd4992dea5787a4", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 118, "avg_line_length": 33.23972602739726, "alnum_prop": 0.53389655882959, "repo_name": "HastenS/zarf", "id": "2767f299064dba3f192f562568f829756a6ec120", "size": "4855", ...
namespace asio { namespace detail { class std_event : private noncopyable { public: // Constructor. std_event() : signalled_(false) { } // Destructor. ~std_event() { } // Signal the event. template <typename Lock> void signal(Lock& lock) { ASIO_ASSERT(lock.locked()); (void)lock;...
{ "content_hash": "d917f2ca3241a60947313719ef8e5168", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 79, "avg_line_length": 19.96969696969697, "alnum_prop": 0.6332827516439049, "repo_name": "laeotropic/HTTP-Proxy", "id": "a66a3272511e4f86a4e0cd79dc264ccf573a1daf", "size": ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5511ad1464145fda6288dd31a59c9ce6", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "505410779c894826f7c2c156650c973ccafba5a2", "size": "18...
package com.streamsets.pipeline.lib.io; import com.streamsets.pipeline.api.impl.Utils; import com.streamsets.pipeline.config.FileRollMode; import com.streamsets.pipeline.config.PostProcessingOptions; import com.streamsets.pipeline.lib.executor.SafeScheduledExecutorService; import com.streamsets.pipeline.lib.util.Glob...
{ "content_hash": "6f3b4c654c699b63076a8c913ba4382a", "timestamp": "", "source": "github", "line_count": 294, "max_line_length": 116, "avg_line_length": 34.554421768707485, "alnum_prop": 0.6927847229057978, "repo_name": "rockmkd/datacollector", "id": "3b711ed506ddc2bee93f685040c7e3dd71a88f2f", "size...
<?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...
{ "content_hash": "eb530fafcd1774629b87c5138ec2b0e5", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 100, "avg_line_length": 46.054054054054056, "alnum_prop": 0.7001173708920188, "repo_name": "IAMTJW/Tomcat-8.5.20", "id": "e500d9c0eb9b34220986cab8f72f1562f1680006", "size":...
(function( $ ){ /* * Handle input. Call public functions and initializers */ $.fn.tablerodecontrol = function(data){ var _this = $(this); var plugin = _this.data('tablerodecontrol'); /*Inicializado ?*/ if (!plugin) { plugin = ...
{ "content_hash": "34cef179869cba7b19ddf531b646c80f", "timestamp": "", "source": "github", "line_count": 613, "max_line_length": 168, "avg_line_length": 48.783034257748774, "alnum_prop": 0.3972378277153558, "repo_name": "dcastanedob/feetcenter", "id": "40f395b49c4b5f470bb0e7c9c513d6e6062d599f", "siz...
package org.elasticsearch.search.aggregations.metrics; import org.elasticsearch.common.io.stream.Writeable.Reader; import org.elasticsearch.search.DocValueFormat; import org.elasticsearch.search.aggregations.ParsedAggregation; import org.elasticsearch.test.InternalAggregationTestCase; import java.util.HashMap; impo...
{ "content_hash": "81e2ff73b7b9184bd83ffde540c81e29", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 113, "avg_line_length": 35.48913043478261, "alnum_prop": 0.618989280245023, "repo_name": "HonzaKral/elasticsearch", "id": "3a3def49f3c616bd3056dd64546f84a4b94fe0cc", "size"...
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Copyright © 2013-2015 The Nxt Core Developers. ~ ~ ~ ~ See the AUTHORS.txt, DEVELOPER-AGREEMENT.txt and LICENSE.txt files at ~ ...
{ "content_hash": "a2fb85965c8bcdbefa654f50890561a8", "timestamp": "", "source": "github", "line_count": 597, "max_line_length": 371, "avg_line_length": 76.73031825795645, "alnum_prop": 0.5383120852252882, "repo_name": "OKtoshi/ROKOS", "id": "9169f97500ee7378010670cf9a47970b7e8d0ff2", "size": "45809...
package git4idea.branch; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.Messages; import com.intellij.openapi.util.Condition; import com.intellij.openapi.util.Couple; import com.inte...
{ "content_hash": "92802b0610cd9cc1e8e53e1fcf7c0181", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 138, "avg_line_length": 44.61748633879781, "alnum_prop": 0.7376607470912431, "repo_name": "hurricup/intellij-community", "id": "b7d14ea9f283dcc7829906264467e37bda085eea", ...
package org.wso2.developerstudio.eclipse.gmf.esb.provider; import java.util.Collection; import java.util.List; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; import org.eclipse.emf.edit.provider....
{ "content_hash": "20afaa78cc29a70f2e2ca244ebd36d1d", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 125, "avg_line_length": 35.0828025477707, "alnum_prop": 0.6350762527233116, "repo_name": "prabushi/devstudio-tooling-esb", "id": "569d0f4660d2fe950d5237aee1f207ddecf82b05", ...
<?php namespace Scalr\Service\Aws\Ec2\DataType; use Scalr\Service\Aws\Ec2\Ec2ListDataType; /** * InternetGatewayList * * @author Vitaliy Demidov <vitaliy@scalr.com> * @since 03.04.2012 */ class InternetGatewayList extends Ec2ListDataType { /** * List of the public properties * which is mana...
{ "content_hash": "c14adbf2b4a4b6148fd96ad6b721b62c", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 102, "avg_line_length": 25.53488372093023, "alnum_prop": 0.6366120218579235, "repo_name": "AlphaStaxLLC/scalr", "id": "bb95db3dcb46e87b6d281132affd5f32bbf39eab", "size": "1...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>basic_datagram_socket::close (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href=...
{ "content_hash": "4ce68c83141800b44a4ff5a8f33a24c1", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 437, "avg_line_length": 56.47872340425532, "alnum_prop": 0.6317573931060463, "repo_name": "davehorton/drachtio-server", "id": "e4dcea4b46e566b42fc2dff12303aea710e5a2f7", "s...
package org.dita.dost.module.reader; import org.dita.dost.exception.DITAOTException; import org.dita.dost.exception.DITAOTXMLErrorHandler; import org.dita.dost.log.MessageUtils; import org.dita.dost.pipeline.AbstractPipelineInput; import org.dita.dost.pipeline.AbstractPipelineOutput; import org.dita.dost.reader.GenL...
{ "content_hash": "5f2c7462afd953e4448cd7e858f468c0", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 121, "avg_line_length": 33.095238095238095, "alnum_prop": 0.6503597122302158, "repo_name": "shaneataylor/dita-ot", "id": "fdce493d1d573149a80a209f278dcab7287ad02f", "size"...
package com.gersion.superlock.lockadapter; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.ObjectAnimator; import android.content.Context; import android.os.Handler; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageVi...
{ "content_hash": "27836c6783d08d0238fd6ce9a28d78a8", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 150, "avg_line_length": 34.298136645962735, "alnum_prop": 0.5923578413618255, "repo_name": "GaoGersy/PasswordManager", "id": "00515d42bb09c05465fe50cb79f5d1c2bb8a74f1", "s...
<!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_60-ea) on Thu Dec 15 09:48:36 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
{ "content_hash": "d36b65b14461f9fa9e31e9ae0ba848d4", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 636, "avg_line_length": 56.70873786407767, "alnum_prop": 0.6720595788392398, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "3ed710b44861dfc2dd109193f61128667e7a...
package com.zc.express; import android.app.Application; import android.app.Notification; import com.tencent.bugly.crashreport.CrashReport; import com.zc.express.api.ExpressApiProvider; import com.zc.express.data.network.OkHttp; import com.zc.express.utils.ToastUtils; import cn.jpush.android.api.BasicPushNotification...
{ "content_hash": "6a11024c00ed819fc2f40cd22bc195f2", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 139, "avg_line_length": 32.31818181818182, "alnum_prop": 0.729957805907173, "repo_name": "JK2DOG/OneOrderExpress", "id": "c7b1c225e17424ec5f0592dbf1b89d98cba1204b", "size":...
<!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_65) on Wed Dec 03 20:05:06 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>net.sourceforge.pmd...
{ "content_hash": "98097225c885bf6be0bfe7bcdc009004", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 186, "avg_line_length": 53.714285714285715, "alnum_prop": 0.6950354609929078, "repo_name": "byronka/xenos", "id": "c43399eb7c4b79ea26e4eed69a15b13069c238b9", "size": "1128"...
'use strict'; var utils = require('./utils'); var isDeleted = require('./deps/docs/isDeleted'); var merge = require('./merge'); var errors = require('./deps/errors'); var EE = require('events').EventEmitter; var evalFilter = require('./evalFilter'); var evalView = require('./evalView'); module.exports = Changes; utils....
{ "content_hash": "b60c784376c456f80870d1e04ee87f26", "timestamp": "", "source": "github", "line_count": 272, "max_line_length": 79, "avg_line_length": 26.573529411764707, "alnum_prop": 0.579136690647482, "repo_name": "mattbailey/pouchdb", "id": "8aa9c08d2e476b71a6b84aa905fcf3504f4f7593", "size": "7...
using System.Web; using System.Web.Optimization; namespace Nimbow.Samples.AspNetMvcMfa { public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { ...
{ "content_hash": "1b12d1e806792adcab85c1b89fdffbc4", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 112, "avg_line_length": 41.516129032258064, "alnum_prop": 0.5633255633255633, "repo_name": "Nimbow/Client-DotNet", "id": "154545c1b5a62070388edec63cb34f42e123f19b", "size":...
<?php /** * Squiz_Sniffs_CSS_ColourDefinitionSniff. * * Ensure colours are defined in upper-case and use shortcuts where possible. * * @category PHP * @package PHP_CodeSniffer * @author Greg Sherwood <gsherwood@squiz.net> * @copyright 2006-2012 Squiz Pty Ltd (ABN 77 084 670 600) * @license https://gi...
{ "content_hash": "f3990a5a76e0a35b5afb70f921edea8a", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 98, "avg_line_length": 29.414634146341463, "alnum_prop": 0.5402155887230514, "repo_name": "boratek/simple-site-inzf2", "id": "a6aa7e8ca74cee1607fa32bbab869f313ccd4143", "si...
<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence https://raw.github.com/impetus-opensource/Kundera/Kundera-2.0.4/kundera-core/src/test/resources/META-INF/persistence_2_0.xsd" version="2.0"> <...
{ "content_hash": "fa48061cd0c8c80f5c441fc395794793", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 126, "avg_line_length": 42.45161290322581, "alnum_prop": 0.7344224924012158, "repo_name": "lgscofield/Kundera", "id": "daf682ac9142d686cce11d08c50d099fdc04f800", "size": "2...
<template name="_tabsHeader"> {{> ionHeaderBar class="bar-assertive"}} {{#contentFor "headerButtonLeft"}} {{>ionNavBackButton path="index"}} {{/contentFor}} {{#contentFor "headerTitle"}} Tabs {{/contentFor}} </template>
{ "content_hash": "148033b1d32525d6e0d9c52d069e9f6d", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 44, "avg_line_length": 28.444444444444443, "alnum_prop": 0.60546875, "repo_name": "cyclops24/ionic-demo", "id": "86f17529b2d481fd8a0bad648685321d6f191761", "size": "256", ...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v11/enums/product_channel.proto namespace Google\Ads\GoogleAds\V11\Enums\ProductChannelEnum; use UnexpectedValueException; /** * Enum describing the locality of a product offer. * * Protobuf type <code>google.ads.googl...
{ "content_hash": "441dc85146cf3da2ab23ca2659c58141", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 109, "avg_line_length": 28.3943661971831, "alnum_prop": 0.6096230158730159, "repo_name": "googleads/google-ads-php", "id": "20b42b029f48c55020b972d7e17b1c674d30236b", "size...
% Filename: validateAssemblyAnalysis.m % Author: Samuel Acuña % Date: 02 Dec 2016 % % About: % Driver file for the simEngine3D framework. Defines the system, the % bodies in the system, and the constraints in the system. % Uses the double pendulum to test assembly analysis clear; clc; close all % access dir...
{ "content_hash": "9efae2afb0101e5e4021451bf6411f35", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 108, "avg_line_length": 30.05785123966942, "alnum_prop": 0.6882045642012647, "repo_name": "saacuna/simEngine3D", "id": "5fb914f5506c2354c03cf7d2978cf9ea9dec109f", "size": ...
#import "NSObject.h" #import "NSCopying-Protocol.h" #import "NSMutableCopying-Protocol.h" @class NSManagedObjectID; // Not exported @interface _CDSnapshot : NSObject <NSCopying, NSMutableCopying> { int _cd_rc; int _cd_version; NSManagedObjectID *_cd_objectID; struct _snapshotFlags_st { unsi...
{ "content_hash": "ed4f2cf7611336c9219b9625a15e0181", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 101, "avg_line_length": 23.346153846153847, "alnum_prop": 0.6911037891268533, "repo_name": "matthewsot/CocoaSharp", "id": "cffbb9fc223f2c9eab148b39e9810516f80615d6", "size"...
#include "tensorflow/core/profiler/rpc/client/capture_profile.h" #include <cstdio> #include <ctime> #include <vector> #include "grpcpp/grpcpp.h" #include "absl/strings/escaping.h" #include "absl/strings/match.h" #include "tensorflow/core/distributed_runtime/rpc/grpc_util.h" #include "tensorflow/core/lib/core/errors....
{ "content_hash": "c27901cd6211390e60fbb45598b6736d", "timestamp": "", "source": "github", "line_count": 261, "max_line_length": 80, "avg_line_length": 41.05747126436781, "alnum_prop": 0.6605076521089959, "repo_name": "ghchinoy/tensorflow", "id": "06a97b4874ef247ee6f766de0e5589b593463795", "size": "...
%% Machine Learning Online Class % Exercise 8 | Anomaly Detection and Collaborative Filtering % % Instructions % ------------ % % This file contains code that helps you get started on the % exercise. You will need to complete the following functions: % % estimateGaussian.m % selectThreshold.m % cofiCos...
{ "content_hash": "1ca7c148e862b4afc54c01754dc1a970", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 81, "avg_line_length": 30.983739837398375, "alnum_prop": 0.6937811598005773, "repo_name": "mungobungo/ml_2016", "id": "a636ff6bd86c10e505228af608e093d6560baae1", "size": "...
import re import json import dateutil import logging import urllib3 import collections from bson import ObjectId from urllib.parse import urlparse, parse_qs, parse_qsl from datetime import date, datetime import requests from functools import partial from time import time, sleep from slovar.strings import split_strip,...
{ "content_hash": "baa38fa6c51658a13a1a912b149b2413", "timestamp": "", "source": "github", "line_count": 651, "max_line_length": 105, "avg_line_length": 27.043010752688172, "alnum_prop": 0.5413234876455553, "repo_name": "vahana/prf", "id": "6282ea7fbb0af6689b777f13dbe251b583b64d46", "size": "17605",...
package org.apache.giraph.utils; import com.google.common.collect.UnmodifiableIterator; import org.apache.hadoop.io.IntWritable; /** * {@link UnmodifiableIterator} over a primitive int array */ public class UnmodifiableIntArrayIterator extends UnmodifiableIterator<IntWritable> { private final int[] a...
{ "content_hash": "f7078f8c1d24f7cf5c42b8287ee15091", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 58, "avg_line_length": 20.677419354838708, "alnum_prop": 0.6708268330733229, "repo_name": "serafett/giraphx", "id": "e01d242f929e9e6cbe19264e5be947846f89a051", "size": "144...
package com.facebook.buck.features.d; import com.facebook.buck.core.model.BuildTarget; import com.facebook.buck.core.model.FlavorDomain; import com.facebook.buck.core.model.targetgraph.AbstractNodeBuilder; import com.facebook.buck.core.toolchain.ToolchainProvider; import com.facebook.buck.core.toolchain.impl.Toolcha...
{ "content_hash": "4e82e707e1cfc9f10512a768fbb839a5", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 100, "avg_line_length": 39.1578947368421, "alnum_prop": 0.7547043010752689, "repo_name": "brettwooldridge/buck", "id": "f6e32745e2504462a54db8cd78994ba1087f4b2a", "size": "...
@interface DetailViewController () @end @implementation DetailViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } @end
{ "content_hash": "0ff04207dd868f08e7f838f69a9cedcd", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 54, "avg_line_length": 18.764705882352942, "alnum_prop": 0.7304075235109718, "repo_name": "ArslanBilal/Instagram-Client", "id": "bceb81cfef67c60bd7b86743c06907efa6c9bc04", ...
@interface ALRKeyboardViewController : UIViewController @end
{ "content_hash": "1c6e18be44fe738993035fff685225d3", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 55, "avg_line_length": 20.666666666666668, "alnum_prop": 0.8548387096774194, "repo_name": "cheungacc/AutoLayoutRecipes", "id": "283bb1c058b190d2ea8f4a45e85ad1fb288921ef", "s...
class UserPreview < ActionMailer::Preview end
{ "content_hash": "7288f3258af654cd49300b438f6b9b7d", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 41, "avg_line_length": 23, "alnum_prop": 0.8260869565217391, "repo_name": "5xRuby/daikichi", "id": "820d915264cfa47d6bcbfa70958f5d3648e2cd71", "size": "142", "binary": fal...
class BookmarkMenuController; class Browser; class BrowserWindowGtk; class GtkThemeService; class MenuGtk; class TabstripOriginProvider; namespace content { class PageNavigator; } class BookmarkBarGtk : public ui::AnimationDelegate, public BookmarkModelObserver, public Me...
{ "content_hash": "f13da9c9ab4ee635ee813b843fb88d0d", "timestamp": "", "source": "github", "line_count": 382, "max_line_length": 80, "avg_line_length": 38.86649214659686, "alnum_prop": 0.6998720280191284, "repo_name": "keishi/chromium", "id": "5fb88cfe46a169e9b612fc7fa0f760d96654ed21", "size": "1611...
<?php if (!class_exists('Aws\Sqs\SqsClient')) { //include the AWS auto-loader, because the weird namespacing doesn't play nice //with Magentos auto-loader. require 'AWSSDKforPHP/aws.phar'; } //use the namespaces we need use Aws\Sqs\SqsClient; /** * The Amazon SQS queue adaptor * * @category Lilmucker...
{ "content_hash": "b67e7172212bc3f930ae38e8560aa942", "timestamp": "", "source": "github", "line_count": 522, "max_line_length": 93, "avg_line_length": 27.988505747126435, "alnum_prop": 0.5566735112936345, "repo_name": "lilmuckers/magento-lilmuckers_queue", "id": "ae1affc54f7d331db834d80b8be7a89598421...
declare namespace mockjs { type N = number; type S = string; type B = boolean; // Interface for global namespace 'Mockjs' interface Mockjs { mock: MockjsMock; setup: MockjsSetup; Random: MockjsRandom; valid: MockjsValid; toJSONSchema: MockjsToJSONSchema; version: number; } // Moc...
{ "content_hash": "27fbb7c8c49e36f6b4878f8aa97bb1a9", "timestamp": "", "source": "github", "line_count": 275, "max_line_length": 153, "avg_line_length": 22.061818181818182, "alnum_prop": 0.6034283830558761, "repo_name": "aaronryden/DefinitelyTyped", "id": "9be645b791288dbe8e210dfa7921b31db2c12608", ...
 FCKConfig.CustomConfigurationsPath = '' ; FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; FCKConfig.EditorAreaStyles = '' ; FCKConfig.ToolbarComboPreviewCSS = '' ; FCKConfig.DocType = '' ; FCKConfig.BaseHref = '' ; FCKConfig.FullPage = false ; // The following option determines whether...
{ "content_hash": "17fd98b4643217100bb2bbc9573fe8e6", "timestamp": "", "source": "github", "line_count": 300, "max_line_length": 406, "avg_line_length": 42.39, "alnum_prop": 0.6963906581740976, "repo_name": "fwdfn/Test", "id": "3c3b7d1a2bb87b4d3c95e932cb3a2fd716d0da0b", "size": "13503", "binary": ...
alias echo='echo foo' BUFFER='echo bar' expected_region_highlight=( '1 4 alias' # echo '1 4 builtin' # echo '6 8 default' # bar )
{ "content_hash": "12b2998ac2fca977b8fd116ef0d94d08", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 27, "avg_line_length": 15.333333333333334, "alnum_prop": 0.6376811594202898, "repo_name": "codeprimate/arid", "id": "88ed3c8be89127448d5a059e2701976fd215b175", "size": "2150...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace HoloLensModule.Input { // オブジェクトのサイズ public class ObjectScaleControl : MonoBehaviour { [Range(0.1f, 10.0f)] public float SizeScale = 1.0f; public float MinSize = 0.001f; ...
{ "content_hash": "494c3507f6ecef822e23caeeb5ea995e", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 116, "avg_line_length": 38.51111111111111, "alnum_prop": 0.6491633006347375, "repo_name": "akihiro0105/MixedPresentation", "id": "2114b6728aa71314dad401655889cf926e293658", ...
package csci599; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import java.io.*; import java.util.*; public class JSONGenerator { static ObjectMapper mapper = new ObjectMapper(); // This assumes that fingerprint and correlationStrengths h...
{ "content_hash": "71517f5766f3fb3f940f11443e13c427", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 155, "avg_line_length": 40.935483870967744, "alnum_prop": 0.6729708431836091, "repo_name": "usc-cs599-group5/mime-diversity", "id": "2c5fb56e3bf2935cda37fc322cbbc1ef58fa8b02"...
import zlib import cPickle import sqlite3 try: from cyordereddict import OrderedDict except: from collections import OrderedDict def pack_blob(obj): return sqlite3.Binary(zdumps(obj)) def unpack_genotype_blob(blob): return cPickle.loads(zlib.decompress(blob)) def unpack_ordereddict_blob(blob): ...
{ "content_hash": "ad930efcd0071e2e3d9e277df6fc2bcd", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 73, "avg_line_length": 22.48148148148148, "alnum_prop": 0.7347611202635914, "repo_name": "bpow/gemini", "id": "63dbf34f94b2f5a84e8f9ce89d0ea1760c2f1c74", "size": "607", "...
namespace faint{ MAKE_FAINT_COMMAND_EVENT(PICKED_HUE_SAT); class LightnessBackground : public SliderBackground{ public: explicit LightnessBackground(const HS& hueSat) : m_hueSat(hueSat) {} void Draw(Bitmap& bmp, const IntSize& size, SliderDir) override{ if (!bitmap_ok(m_bitmap) || m_bitmap.GetSize() !=...
{ "content_hash": "b59317de9f3404537bf74c4f25395143", "timestamp": "", "source": "github", "line_count": 388, "max_line_length": 106, "avg_line_length": 32.396907216494846, "alnum_prop": 0.6356404136833731, "repo_name": "tectronics/faint-graphics-editor", "id": "3fa3ee4e2e71c89c24b22990e99adfca05c6b24...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Diplodina moelleriana N.F. Buchw. ### Remarks null
{ "content_hash": "2205e3b61328d60ee37ec842f01bc6ae", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 10.615384615384615, "alnum_prop": 0.7028985507246377, "repo_name": "mdoering/backbone", "id": "e25bfc63765ed364db188568967a3f8fee261684", "size": "19...
import collections import six import unittest2 as unittest from fabricio import docker, utils class OptionsTestCase(unittest.TestCase): def test_str_version(self): cases = dict( empty_options_list=dict( options=collections.OrderedDict(), expected_str_version=...
{ "content_hash": "6558588923e1464d5f2163812333df28", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 81, "avg_line_length": 36.744680851063826, "alnum_prop": 0.47278517660683267, "repo_name": "renskiy/fabricio", "id": "b5ebdd3797ed9725c9b55e053c59bab3a63d7f15", "size": "34...
package models; import java.util.List; public class ExhibitionHallsDto { public List<ExhibitionHall> exhibitionHalls; }
{ "content_hash": "474909e96d3fd52caa24dc2b7984f673", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 45, "avg_line_length": 17.571428571428573, "alnum_prop": 0.8048780487804879, "repo_name": "tom1120/ninja", "id": "2c2c60fc132fe59034bb8ffbae135b4778b59e10", "size": "123", ...
#import <OBAKit/OBAMapDataLoader.h> #import <OBAKit/OBAKit-Swift.h> @interface OBAMapDataLoader () @property (nonatomic, strong, readwrite) OBASearchResult *result; @property (nonatomic, strong) OBANavigationTarget *target; @property (nonatomic, strong) CLLocation *lastCurrentLocationSearch; @property (nonatomic, st...
{ "content_hash": "171d3da921e98931030a4e7d0e3010da", "timestamp": "", "source": "github", "line_count": 264, "max_line_length": 122, "avg_line_length": 30.272727272727273, "alnum_prop": 0.68506006006006, "repo_name": "themonki/onebusaway-iphone", "id": "d42a8682b4a7dfa4863c2f1d89a78318544678d0", "s...
/** * Autogenerated by Thrift Compiler (0.9.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.hadoop.hive.metastore.api; import org.apache.commons.lang.builder.HashCodeBuilder; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.Scheme...
{ "content_hash": "961ffaf670a0901235faf9f98d2ffff6", "timestamp": "", "source": "github", "line_count": 1381, "max_line_length": 200, "avg_line_length": 33.629978276611155, "alnum_prop": 0.6559223133733825, "repo_name": "dayutianfei/impala-Q", "id": "19ff4f2b8ab20f963e1c961b7b4a9492247c5904", "size...
<?php namespace estvoyage\risingsun\comparison\unary; class blank extends equal { function __construct() { parent::__construct(''); } }
{ "content_hash": "01543dbd8944019ef33c64cf147741ad", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 53, "avg_line_length": 15.777777777777779, "alnum_prop": 0.6971830985915493, "repo_name": "estvoyage/risingsun", "id": "adca1fc3fa17de8f842db524748cfbe2ed85bcff", "size": "1...
<?php namespace backend\controllers; use Yii; use common\models\Slider; use common\models\SliderSearch; use backend\components\Controller; use yii\web\NotFoundHttpException; use yii\filters\VerbFilter; use yii\filters\AccessControl; use yii\web\UploadedFile; /** * SliderController implements the CRUD actions for Sl...
{ "content_hash": "573080a4f82f49010889fef40dfd77b5", "timestamp": "", "source": "github", "line_count": 154, "max_line_length": 85, "avg_line_length": 26.818181818181817, "alnum_prop": 0.4801452784503632, "repo_name": "James88/www.yii2.com", "id": "37241ef713dee5597be9fa3dddef3075412c5266", "size":...
module LookML module Test class YAMLTest attr_reader :group attr_reader :title def initialize(hash, group: nil) @group = group @title = hash["test"] @query = hash["query"] @assertions = [hash["assert"]].flatten.map do |definition| if definition == "suc...
{ "content_hash": "a545cb7f209d4c27c192e2499c1bbfd3", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 111, "avg_line_length": 25.75, "alnum_prop": 0.5563106796116505, "repo_name": "looker/lookml-test-runner", "id": "e15de584b1be686bdd670b3a748f254fd1b4e9a2", "size": "1030",...
package models; import javax.persistence.*; import play.db.ebean.*; import java.util.Date; @Entity @Table(schema = "salesforce", name = "session__c") public class Session extends Model { @Id public String Id; public String Name; public static Finder<Long, Session> find = new Finder<Long, Session>...
{ "content_hash": "243b59521c546f62d814e698c5715e93", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 100, "avg_line_length": 17.55, "alnum_prop": 0.698005698005698, "repo_name": "developerforce/salesforce-developer-workshop-java", "id": "dc66b4a727f570e998f40e5c82348343173bd...
'use strict'; /*global setTimeout, exports, require*/ var File = java.io.File; /************************************************************************ ## The watcher Module This module exposes functions for watching for changes to files or directories. ### watcher.watchFile() function Watches for changes to the gi...
{ "content_hash": "8ca95e582741b7d2aad3e0f7ed759f97", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 87, "avg_line_length": 25.756613756613756, "alnum_prop": 0.6207888249794576, "repo_name": "itrion/ScriptCraft", "id": "7970d6c8332cda12a34775eaf9fd8a5ba7b25e0d", "size": "...
/** * 前一个练习不是很面向对象。提供一个通用的超类 UnitConversion * 并定义扩展该超类的 InchesToCentimeters,GallonsToLiters 和 MilesToKilometers 对象 */ abstract class UnitConversion(val factor:Double){ def convert(value: Double): Double = factor * value } object InchesToSantimeters extends UnitConversion(2.54) object GallonsToLiters extends UnitCo...
{ "content_hash": "11185d12e5ea43d7d54f3faafc989940", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 71, "avg_line_length": 39.8, "alnum_prop": 0.8266331658291457, "repo_name": "vernonzheng/scala-for-the-Impatient", "id": "1a1857c70d2cfcdc68bf7021a26208affce7bac1", "size":...
--- id: 5a24c314108439a4d4036183 title: Use Advanced JavaScript in React Render Method challengeType: 6 forumTopicId: 301415 dashedName: use-advanced-javascript-in-react-render-method --- # --description-- In previous challenges, you learned how to inject JavaScript code into JSX code using curly braces, `{ }`, for t...
{ "content_hash": "1c7100d50c8b1877942f7621341e1c41", "timestamp": "", "source": "github", "line_count": 334, "max_line_length": 562, "avg_line_length": 24.769461077844312, "alnum_prop": 0.5997824247552278, "repo_name": "FreeCodeCamp/FreeCodeCamp", "id": "d9bccebbf2f75477f8bec37cd422ad85a4a3ab60", "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">...
{ "content_hash": "79f276482b7689d5d6930c1a5cf584ed", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 125, "avg_line_length": 38.94117647058823, "alnum_prop": 0.6007049345417925, "repo_name": "CISprague/Astro.IQ", "id": "11515e04437f02fac15720ba2f22d57c37a33014", "size": "1...
description: This template allows you to create an HDInsight cluster running Linux. This template also creates an Azure Storage account. The SSH authentication method for the cluster is username / public key. page_type: sample products: - azure - azure-resource-manager urlFragment: hdinsight-linux-ssh-publickey languag...
{ "content_hash": "8266f2f9fd0fc25c8fdfe872bb9a4d21", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 394, "avg_line_length": 99.79310344827586, "alnum_prop": 0.8324118866620595, "repo_name": "Azure/azure-quickstart-templates", "id": "85816ecfae4abaa5971000fe684e9f1f5ba38563"...
<!-- new GDS navigation pattern --> <div class="content-width big-space"> <nav id="nav" class="menu"> <div class="navbar"> <ul class="navbar__list-items menu-left"> <li class="navlink active"> <a href="/v24/wirs/licences">View licences</a> </li> <li class="navlink"> ...
{ "content_hash": "3e07128428894282781c5d120b293312", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 68, "avg_line_length": 24.333333333333332, "alnum_prop": 0.541095890410959, "repo_name": "christinagyles-ea/water", "id": "ea3716c84de7f9e82668fc3953011511b7264557", "size"...
package org.apache.activemq.artemis.tests.integration.openwire.amq; import java.util.Arrays; import java.util.Collection; import javax.jms.DeliveryMode; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.Session; import org.apache.activemq.ActiveMQConnection; import org.apache.activemq.com...
{ "content_hash": "b2da337c6eb046b141f17cf39268c52c", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 101, "avg_line_length": 32.94565217391305, "alnum_prop": 0.7007588254701419, "repo_name": "glaucio-melo-movile/activemq-artemis", "id": "c4be09317da70412635a3c13e26183f182b1e...
pub struct GraphemeBytesIter<'a> { source: &'a str, offset: usize, grapheme_count: usize, } impl<'a> GraphemeBytesIter<'a> { /// Creates a new grapheme iterator from a string source. pub fn new(source: &'a str) -> GraphemeBytesIter<'a> { GraphemeBytesIter { source, of...
{ "content_hash": "0b6658bb5f5004fb06a91b652fb1203b", "timestamp": "", "source": "github", "line_count": 315, "max_line_length": 101, "avg_line_length": 32.48571428571429, "alnum_prop": 0.44893970487638035, "repo_name": "danielpclark/array_tool", "id": "a1e0afa9ae43dee195669f2f553b5831efab5255", "si...
'use strict'; var pluginPath = '../index'; var axeCore = require(pluginPath); var gulp = require('gulp'); var path = require('path'); var fs = require('fs-extra'); var assert = require('assert'); var sassert = require('stream-assert'); require('mocha'); var fixtures = function(glob) { return path.join(__dirname, './f...
{ "content_hash": "5143ece11fff03b7774bb28b5a1d3722", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 91, "avg_line_length": 27.568181818181817, "alnum_prop": 0.6205001374003847, "repo_name": "felixzapata/gulp-axe-core", "id": "fbf8823aeaf1995d82b9d36d2c43eb0b09e703fe", "s...