text stringlengths 3 1.05M |
|---|
<?php
/**
* User: Alex Gusev <alex@flancer64.com>
*/
namespace Praxigento\Downline\Repo\Dao;
use Magento\Framework\App\ResourceConnection;
use Praxigento\Core\Api\App\Repo\Generic as IRepoGeneric;
use Praxigento\Downline\Repo\Data\Customer as ECustomer;
use Praxigento\Downline\Repo\Data\Snap as Entity;
use Praxigen... |
// This contextual profiler can be used to wrap a react sub-tree. It will bind
// the RelayProfiler during the render phase of these components. Allows
// collecting metrics for a specific part of your application.
'use strict';
const React = require('react');
export type ProfilerContextType = {
wrapPrepareQuery... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>File: opinio_s... |
layout: post
date: 2017-07-07
title: "Pronovias NARELA Short Sleeves Short/Mini Sheath/Column"
category: Pronovias
tags: [Pronovias,Sheath/Column,V-neck,Short/Mini,Short Sleeves]
---
### Pronovias NARELA
Just **$279.99**
### Short Sleeves Short/Mini Sheath/Column
<table><tr><td>BRANDS</td><td>Pronovias</td></tr><tr>... |
package pl.pg.eti.kio.skroom.model;
import pl.pg.eti.kio.skroom.model.dba.tables.records.UserRolesInProjectRecord;
/**
* Created by Marek Czerniawski on 2016-11-21.
*/
public class UserRolesInProject {
private int id;
private String role;
private String color;
private boolean privileges;
... |
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
border-color: #FFFFFF;
border-width: 3px;
max-width: 50px;
}
hr.light {
border-color: white;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dialog Visual Test</title>
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
<script src="../../../jquery-1.10.2.js"></script>
<script src="../../../ui/jquery.ui.core.js"></script>
<script src="../../../ui/jquery.ui.widget.j... |
<!--
Description: Otilde
Expect: feed['title'] == u'testing \xd5 entity'
-->
<rss>
<channel>
<title>testing Õ entity</title>
</channel>
</rss> |
define(["cmwapi/Channels", "cmwapi/map/feature/status/Sublayers", "cmwapi/map/Error", "cmwapi/Validator",
"test/mock/OWF", "test/mock/Ozone"],
function(Channels, Sublayers, Error, Validator, OWF, Ozone) {
describe("Verify " + Channels.MAP_FEATURE_STATUS_SUBLAYERS + " module", function() {
var INS... |
@interface CHCardPayloadTemplate : CHCardPayloadBase
@property (nonatomic, strong) NSString* templateType;
@property (nonatomic, strong) NSString* url;
@end
|
import json
import os
import re
import subprocess
import sys
import urllib2
try:
import jira.client
JIRA_IMPORTED = True
except ImportError:
JIRA_IMPORTED = False
PROJECT_NAME = 'incubator-distributedlog'
CAPITALIZED_PROJECT_NAME = 'DL'
# Location of the local git repository
REPO_HOME = os.environ.get('{0}_HO... |
package main
import (
"encoding/json"
"encoding/xml"
"fmt"
"os"
"text/template"
"github.com/umschlag/umschlag-go/umschlag"
"gopkg.in/urfave/cli.v2"
)
// tmplUserList represents a row within user listing.
var tmplUserList = "Slug: \x1b[33m{{ .Slug }} \x1b[0m" + `
ID: {{ .ID }}
Username: {{ .Username }}
`
// t... |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="ncl-tools" \
container="ncl-tools" \
about.summary="tools to deal with NEXUS files" \
about.home="http://sourceforge.net/projects/ncl/" \
software.version="2.1.18dfsg-2b1-deb" ... |
/**
* @license Highcharts JS v9.0.1 (2021-02-16)
*
* Highcharts funnel module
*
* (c) 2010-2021 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
(function (factory) {
if (typeof module === 'object' && module.exports) {
factory['default'] = factory;
module.exports = fac... |
<div class="wrap clearfix" id="sendgrid-statistics-page">
<div class="pull-left sendgrid-statistics-header">
<div id="icon-sendgrid" class="icon32"><br></div>
<h2 id="sendgrid-wordpress-statistics-header" class="sendgrid-statistics-header-toggle">SendGrid Wordpress Statistics</h2>
<h2 id="sendgrid-general... |
var fs = require('fs');
var colors = require('colors');
var program = require('commander');
var chc = require('../');
program
.usage('[options] URL...')
.option('-t, --host <host>', 'Remote Debugging Protocol host')
.option('-p, --port <port>', 'Remote Debugging Protocol port')
.option('-o, --output <f... |
module Fog
module Compute
class Exoscale
class Real
# Creates resource tag(s)
#
# {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/createTags.html]
def create_tags(*args)
options = {}
if args[0].is_a? Hash
... |
package com.hiklas.mucking.around.api;
import com.hiklas.mucking.around.entity.Entity;
/**
* @author Fiona Bianchi
* @since 2017-10-11
*/
public class LocationID extends Entity<LocationID> {
/**
* Create a new LocationID object from a StringID
*
* @param id
* @throws IllegalArgumentExcepti... |
ATP_FirstPersonProjectile::ATP_FirstPersonProjectile()
{
// Use a sphere as a simple collision representation
CollisionComp = CreateDefaultSubobject<USphereComponent>(TEXT("SphereComp"));
CollisionComp->InitSphereRadius(5.0f);
CollisionComp->BodyInstance.SetCollisionProfileName("Projectile");
CollisionComp->OnCom... |
namespace Microsoft.Web.Mvc.Internal {
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Web.Mvc;
using System.Web.Routing;
using Microsoft.Web.Resources;
public static class ExpressionHelper {
public static RouteValueDictionary GetRouteValuesFromEx... |
<?php
declare(strict_types=1);
namespace app\models;
use Yii;
use app\components\helpers\Translator;
use yii\db\ActiveRecord;
use yii\helpers\ArrayHelper;
/**
* This is the model class for table "salmon_fail_reason2".
*
* @property integer $id
* @property string $key
* @property string $name
*
* @property ... |
<?php
/*
Unsafe sample
input : execute a ls command using the function system, and put the last result in $tainted
sanitize : none
construction : concatenation with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and... |
import json
import os
import re
import shutil
from PblCommand import PblCommand
from PblProjectCreator import *
def read_c_code(c_file_path):
C_SINGLELINE_COMMENT_PATTERN = '//.*'
C_MULTILINE_COMMENT_PATTERN = '/\*.*\*/'
with open(c_file_path, 'r') as f:
c_code = f.read()
c_code = re.su... |
package main
import (
"fmt"
)
// Notes:
// - Boolean types occupy the entire register. 0=false, 1=true.
// Suffixes encode the bit width of various instructions:
//
// D (double word) = 64 bit int
// W (word) = 32 bit int
// H (half word) = 16 bit int
// B (byte) = 8 bit int
// S (single) = 32... |
<?php
class FormRendererProvider
{
static protected $defaults = array(
"FieldSet" => "FieldSet",
"Form" => "Form",
"TextField" => "InputField",
"NumberField" => "InputField",
"PasswordField" => "InputField",
"HiddenField" => "InputField",
... |
import * as Scripts from '../../scripts/farm/collector.js';
export default class CollectorWorker {
static spawn() {
let src = createWorkerSrc();
let blob = new Blob([src], {
type: 'text/javascript'
});
let url = URL.createObjectURL(blob);
const worker = new Worker(url);
worker.url = wo... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package org.apache.skywalking.apm.toolkit.activation.trace;
import java.lang.reflect.Method;
import java.util.Map;
import org.apache.skywalking.apm.agent.core.context.ContextManager;
import org.apache.skywalking.apm.agent.core.context.trace.AbstractSpan;
import org.apache.skywalking.apm.agent.core.plugin.interceptor... |
package flex.management.runtime.messaging;
import java.util.Date;
import java.util.concurrent.atomic.AtomicInteger;
import flex.management.BaseControl;
import flex.management.runtime.AdminConsoleTypes;
import flex.messaging.Destination;
import javax.management.ObjectName;
/**
* The <code>MessageDestinationControl... |
const gulp = require('gulp');
const concat = require('gulp-concat');
const uglify = require('gulp-uglify');
const postcss = require('gulp-postcss');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
const uncss = require('uncss');
const postcss_uncss = require('postcss-uncss');
const ima... |
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".header-collapse">
<span class="sr-only">{{ trans('partials.toggle_navigation') }}</span>
<span class="icon-bar"></span>... |
/* LearnWords2 -- Gruntfile.js
Aim:
Define the tasks for the grunt task runner.
http://gruntjs.com/
Date:
6th February 2017
Contents of the file:
- The "wrapper" function
- Project and task configuration
- Loading Grunt plugins and tasks
- Custom tasks
Structure of the file:
Thi... |
'use strict';
import {AUTH_EVENTS} from '../services/AuthenticationService';
export default function hasPermission(AuthorizationService) {
return {
link: function(scope, element, attrs) {
if(!angular.isString(attrs.hasPermission)) {
throw 'hasPermission value must be a string';
}
var value = attrs.ha... |
// Type: Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDial
using System.Collections;
using Newtonsoft.Json;
namespace Highsoft.Web.Mvc.Charts
{
public class PlotOptionsGaugeDial : BaseObject
{
public PlotOptionsGaugeDial()
{
this.BackgroundColor = this.BackgroundColor_DefaultValue = "... |
using System;
using System.Collections.Generic;
using System.Linq;
class Sort_Array_Using_Insertion_Sort
{
static void Main()
{
var numbersList = Console.ReadLine().Split(' ').Select(int.Parse).ToList();
for (int i = 0; i < numbersList.Count - 1; i++)
{
var current = i + 1... |
<?php
function theme_styles() {
wp_enqueue_style( 'bootstrap_css', get_template_directory_uri() . '/css/bootstrap.min.css' );
wp_enqueue_style( 'main_css', get_template_directory_uri() . '/style.css' );
}
add_action( 'wp_enqueue_scripts', 'theme_styles' );
function theme_js() {
global $wp_scripts;
wp_register... |
package org.bsworks.misc.xrds;
/**
* MediaType SEL.
*
* @author Lev Himmelfarb
*/
class MediaTypeSEL
extends SEL<String> {
/**
* Serial version id.
*/
private static final long serialVersionUID = 1L;
/**
* Create new SEL.
*
* @param value SEL value.
* @param select Select attribute.
* @param ... |
<?xml version="1.0" encoding="UTF-8" ?>
<class name="NodePath" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Pre-parsed scene tree path.
</brief_description>
<description>
A pre-parsed relative or absolute path in a scene tre... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>homePage</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
<... |
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('formly', '0007_help_text_and_label_to_textfield'),
]
atomic = False
operations = [
migrations.RenameModel(
old_name='LikertChoice',
... |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jjl.jjlaccounttest.nativelibs" />
|
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model richkay\geesgii\models\DevRecord */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="dev-record-form">
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, 'tabel_name')->textIn... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="#66808080"
android:startColor="#00808080" />
</shape> |
package ru.prbb.common.xml;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
/**
* @author lesinsa
*/
public class TimestampXmlAdapter extends XmlAdapter<String, Timestamp> {
private final DateFormat df = ... |
<html lang="en">
<head>
<title>MIPS Stabs - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="MIPS_002dDependent.html#MIPS_002dDepend... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2022 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/l... |
from __future__ import absolute_import, division, print_function, unicode_literals
from pants.backend.codegen.antlr.java.antlr_java_gen import AntlrJavaGen
from pants.backend.codegen.antlr.java.java_antlr_library import JavaAntlrLibrary
from pants.build_graph.build_file_aliases import BuildFileAliases
from pants.goal.... |
from sklearn import svm
import numpy as np
import matplotlib.pyplot as plt
from sklearn.preprocessing import Imputer
from experiments.base import CompleteExperiment
class BrazilExperiment(CompleteExperiment):
title = 'iso-brazil'
data_file = '../../datasets/brazil/bra_Country_en_csv_v2.csv'
plotting = Tru... |
Array.prototype.isArray = true;
exports.create = function() {
var faq = {
"Wann findet die nächste Nacht des Wissens statt?" : "Am Samstag, dem 2. November 2013, um 17 Uhr beginnt die nächste Wissensnacht. Bis 24.00 Uhr können Sie das Nacht-Programm in den teilnehmenden Einrichtungen besuchen.",
"Wer organisiert d... |
using System.ComponentModel.Composition;
using Waf.Writer.Applications.Services;
namespace Test.Writer.Applications.Services;
[Export(typeof(IPrintDialogService)), Export]
public class MockPrintDialogService : IPrintDialogService
{
public bool ShowDialogResult { get; set; }
public object? Document... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="true"
android:orientation="vertical">
... |
// Copyright 2018 Tharanga Nilupul Thennakoon
//
// 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 ... |
namespace blink {
const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonNone,
"Unknown",
"No reason given" },
{ CompositingReason3DTransform,
"transform3D",
"Has a 3d transform" },
{ CompositingReasonVideo,
"video",
"Is an acce... |
<?php
/*
|--------------------------------------------------------------------------
| Model Factories
|--------------------------------------------------------------------------
|
| Here you may define all of your model factories. Model factories give
| you a convenient way to create models for testing and seeding yo... |
import imp
import sys
import types
import importlib
#内建函数
_is_builtin = imp.is_builtin
#重载
_reload = reload
#to do
def watch(addr):
pass
def import_str(objpath):
objlist = objpath.split('.')
func = objlist[-1]
module_path = objlist[:-1]
obj = __import__(module_path,globals(),locals(),[func])
... |
import logging
import json
from lxml import html
from lems_ui.models import LemsElement, LemsModel
from lems.model import model, component
from lems.parser import LEMS
LOG = logging.getLogger(__name__)
def component_json_to_model_root_id(model_json):
html_root = html.fromstring(json.loads(model_json)['ins... |
#ifndef VRFACTORY_H
#define VRFACTORY_H
#include <display/VRDisplayNode.h>
#include <display/VRGraphicsToolkit.h>
#include <display/VRWindowToolkit.h>
#include <input/VRInputDevice.h>
#include <main/VRMainInterface.h>
#include <main/VRItemFactory.h>
namespace MinVR {
class VRMain;
/** The master factory class for... |
To test app, play this video clip on a seperate device (same as emulator is fine) with volume at normal level.
http://steventking.com/clients/testing_sm.mov
Built with Angular.js
Need to run an HTTP server
python -m SimpleHTTPServer 8000
**Recent Changes** (too long & confusing to include all of in commit log)
* Sw... |
{% extends 'base/api-result-single.html' %}
{% block content_heading %}version{% endblock %}
{% block api_list_dl_opts %}class="version"{% endblock %}
|
<!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">
<title>Dimension class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required because all the lin... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#AE000000"
android:orientation="vertical">
<LinearLayout
android:id="@+id/ll... |
import fnmatch
import hashlib
import re
from StringIO import StringIO
from regex import run_regex_tests
from validator.contextgenerator import ContextGenerator
from validator.constants import MAX_JS_THRESHOLD
from validator import decorator
from validator import submain as testendpoint_validator
from validator import ... |
__authors__ = ['"Liu Fei" <fei.liu@cs2c.com.cn>']
__version__ = "V0.1"
'''
# ChangeLog:
#---------------------------------------------------------------------------------
# Version Date Desc Author
#-----------------------------------------------------------------------... |
/*!
* FullCalendar v2.2.3 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
.offroadCalendar {
background-color: #FB2004 !important;
}
.onroadCalendar {
background-color: #2D3E50 !important;
}
.ovalCalendar {
background-color: #302F2F !important;
}
.statusCalendar ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
using namespace boost::interprocess;
int main ()
{
BOOST_TRY{
//Open a message queue.
message_queue mq
(open_only //only open
,"message_queue" //name
);
unsigned int priority;
message_queue::size_type recvd_size;
//Receive 100 numbers
for(int ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Aide_Dilicom3.Network
{
public class NetworkConstants
{
//URLs
public const string BASE_URL = "http:///";
public const string INTERNET_PROTOCOL = "http://";
public const string HTTP_... |
<p id="stanton-cook.mitchell" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/stanton-cook.mitchell.jpg' alt='Mitchell Stanton-Cook' />">
<span class="person">Mitchell Stanton-Cook</span>
is a Software Engineer and Systems Administrator in the Beatson
Microbial Genomics Group at the Universi... |
<ion-header>
<ion-navbar>
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>
{{"app.survey.title" | translate}}
</ion-title>
</ion-navbar>
</ion-header>
<ion-content class="survey-index" >
<div class="loading" text-c... |
Simple Crunchbase is a terse Crunchbase.com REST API client built for Python.
You can find out more regarding the Crunchbase API in the [Official Crunchbase.com REST API Documentation](https://developer.crunchbase.com).
## Example
Getting information from Crunchbase is fairly straightforward.
Once you creat the ```Cru... |
FROM balenalib/up-core-alpine:3.10-run
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' >... |
<!DOCTYPE html>
<html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Abel</title>
<meta name="author" content=... |
/* global document, Notify */
'use strict';
var play = false;
/**
* Mithril Namespaces
*/
var services = services || {};
/**
* Views DOM anchors
*/
var servicesView = document.getElementById('services-container');
var countdownView = document.getElementById('countdown') || null;
var timerView = document.getEleme... |
package com.ma.test.classloading;
public class ConstClass {
static {
System.out.println("ConstClass init!");
str="";
System.out.println(str);
}
public static String str= "ConstStr";
}
|
class Cquotation:
'''
This class encodes source and quotation
'''
def __init__(self, sip):
'''
Constructor for quotations object
'''
self.sip = sip
self.span = None
self.string = None
self.beginOffset = None
self.endOffset = None
s... |
RenderController::RenderController()
{
selectedStrategyKey = __RENDER_NAME_SIZE__;
Strategies = new RenderStrategy*[__RENDER_NAME_SIZE__]();
for (int i = 0; i < __RENDER_NAME_SIZE__; i++)
Strategies[i] = nullptr;
}
RenderController::~RenderController()
{
for (auto observer : observers)
observer->removeObservab... |
namespace content {
MockBrowserPluginManager::MockBrowserPluginManager(
RenderViewImpl* render_view)
: BrowserPluginManager(render_view),
last_plugin_(NULL) {
}
MockBrowserPluginManager::~MockBrowserPluginManager() {
}
BrowserPlugin* MockBrowserPluginManager::CreateBrowserPlugin(
RenderViewImpl* re... |
#import "TiBase.h"
#import "TiEvaluator.h"
#import "KrollCallback.h"
#import "KrollObject.h"
#import <pthread.h>
@class KrollBridge;
@class KrollObject;
//Common exceptions to throw when the function call was improper
extern NSString * const TiExceptionInvalidType;
extern NSString * const TiExceptionNotEnoughArgumen... |
{% extends "base_minimal.html" %}
{% load i18n %}
{% load staticfiles %}
{% block content %}
<div class="block-center">
{% if not error %}
<h3 class="block-center-heading">
{% if application.logo %}<img src="{{ MEDIA_URL }}{{ application.logo }}"
wid... |
require_relative '../../spec_helper'
require_relative 'shared/codepoints'
require_relative 'shared/each_codepoint_without_block'
with_feature :encoding do
describe "String#each_codepoint" do
it_behaves_like :string_codepoints, :each_codepoint
it_behaves_like :string_each_codepoint_without_block, :each_codepo... |
var roleBuilder = {
/** @param {Creep} creep **/
run: function(creep) {
if(creep.memory.newSpawn)
{
creep.moveTo(17,18);
creep.memory.newSpawn = false;
}
if(creep.memory.building && creep.carry.energy === 0) {
creep.memory.building = false;
... |
<resources>
<!-- Application theme. -->
<style name="AppTheme" parent="@android:style/Theme.Holo.NoActionBar">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources> |
@interface SearchListViewController : BaseViewController
@property (nonatomic, assign) BOOL isDelete; //if u want clean
@end
@interface SearchCell : UITableViewCell
@property (nonatomic, strong) UIImageView *logoImageView;
@property (nonatomic, strong) UILabel *titleALbel;
@property (nonatomic, strong) UILabel *detail... |
import os
from setuptools import setup, find_packages
import md_pypispy_users
def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname)).read()
except IOError:
return ''
setup(
name="md-pypispy-users",
version=md_pypispy_users.__version__,
description=read(... |
/*****************************************************************************/
/* StormPort.h Copyright (c) Marko Friedemann 2001 */
/*---------------------------------------------------------------------------*/
/* Portability module for the StormLib library. Contains a wrapper symbols */
... |
<section data-name="Summary">
<p>Encodes Scripts.</p>
</section>
<section data-name="Description">
<p>The <b>server.luau</b> format is an alias for <a
href="format:script.luau">script.luau</a>.</p>
<table>
<thead>
<tr>
<th>Direction</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Decode</td... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$datetimepick=isset($_POST['datetimepick'])?$_POST['datetimepick']:'';
$datetimepick=isset($_POST['datetimepick2'])?$_POST['datetimepick2']:'';
$textarea=isset($_POST['textarea'])?$_POST['textarea']:'';
$executors=isset($_POST['executors'])?$_POST['e... |
struct UserPtr {
int screenRes;
fsuint bufferId;
};
void updateAtlas(void* _userPtr, unsigned int _xoff, unsigned int _yoff,
unsigned int _width, unsigned int _height, const unsigned int* _pixels) {}
void createAtlas(void* _userPtr, unsigned int _width, unsigned int _height) {
REQ... |
class CPhanTomCtr
{
public:
CPhanTomCtr();
virtual ~CPhanTomCtr();
public:
void InitHD();
void ComputeForce();
void ComputeVelocity();
void ComputeForceDrv();
void SpringDamper();
void KelvinModel();
void KelvinModel1();
void ExSDInit();
void ExKelvinInit();
void ExSpringDamper();
void ExKelvin();
pub... |
/*
* This file is generated by jOOQ.
*/
package com.rpkit.locks.bukkit.database.jooq.tables;
import com.rpkit.locks.bukkit.database.jooq.RpkitLocks;
import com.rpkit.locks.bukkit.database.jooq.tables.records.RpkitLockedBlockRecord;
import org.jooq.Field;
import org.jooq.ForeignKey;
import org.jooq.Name;
import org... |
ALTER TABLE `usuarios` ADD `dataExpiracao` DATE NOT NULL ;
UPDATE usuarios SET dataExpiracao = '3000-01-01'; |
let Schema = require('mongoose').Schema;
let authUtils = require('../../utils/auth');
const collection = 'Trips';
module.exports = {
type: 'form',
requestType: 'get',
schemaFields: ['status'], // pick fields configuration from default schema
schemaOverrideFeilds: {
status: {
required: true
... |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2013-2017 Adam Wulkiewicz, Lodz, Poland.
// This file was modified by Oracle on 2014, 2016, 2017, 2018, 2019.
// Modifications copyright (c) 2014-2019, Oracle and/or its affili... |
/*
* The attachment library directive.
*
* Usage:
* <attachment-library uploader-options="Object expr">
* </attachment-library>
*
* The uploader options are passed to the uploader directive.
* We provide one uploader (which we then use by default): The `fine-uploader`
* directive. However, you can create y... |
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that... |
package com.neusoft.knowledge.common.filter;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import javax.servlet.ReadListener;
import javax.servlet.ServletInputStream;
import javax.servlet.http.... |
package org.gradle.api.plugins.quality.internal;
import org.gradle.api.Task;
import org.gradle.api.plugins.quality.CodeNarcReports;
import org.gradle.api.reporting.SingleFileReport;
import org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport;
import org.gradle.api.reporting.internal.TaskReportContainer;
... |
// RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... |
<?php
// +------------------------------------------------------------------------+
// | class.upload.nl_NL.php |
// +------------------------------------------------------------------------+
// | Copyright (c) Alfons Knaapen 2007. All rights reserved. |
//... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.Content;
using Android.Content.Res;
using Android.Database;
namespace Xamarin
{
internal class GenericQueryReader<T> : IEnumerable<T>
{
private readonly ContentResolver content;
... |