text stringlengths 2 99.5k | meta dict |
|---|---|
// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
var $export = require('./_export');
$export($export.S, 'Array', { isArray: require('./_is-array') });
| {
"pile_set_name": "Github"
} |
.outer
.container
%h1= title
.danger-zone
%h2= t("account.danger_zone")
%p= t("account.warning", subdomain: @current_domain)
= button_to(t("account.delete"), { controller: :accounts, action: :destroy }, |
method: :delete, data: { confirm: t("account.confirm_destroy") })
| {
"pile_set_name": "Github"
} |
ะัะฐัะธะฝ ะะฝะดัะตะน | Software engineer, ะฏะฝะดะตะบั
| {
"pile_set_name": "Github"
} |
namespace ClassLib095
{
public class Class066
{
public static string Property => "ClassLib095";
}
}
| {
"pile_set_name": "Github"
} |
FreezeGun is a library that allows your python tests to travel
through time by mocking the datetime module.
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -E -verify %s
#pragma GCC dependency "./_Pragma-dependency.c"
#define self "./_Pragma-dependency.c"
// expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
#pragma GCC dependency self
#define DO_PRAGMA _Pragma
#define STR "GCC dependency \"parse.y\"")
// expected-error@+1 {{'parse.y' file not ... | {
"pile_set_name": "Github"
} |
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /posts/{postID} {
allow read: if true;
allow write: if false;
}
}
}
| {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<entity_group>
<group id='Visitor' name='Visitatore'/>
<group id='Guest' name='Ospite'/>
<group id='Customer' name='Cliente'/>
</entity_group>
| {
"pile_set_name": "Github"
} |
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Cocoa/NSDatePicker.h>
@interface NSDatePicker (PhotoDateAdditions)
- (void)setPhotoDate:(double)arg1;
- (double)photoDate;
@e... | {
"pile_set_name": "Github"
} |
package bind;
import a.b.c.d.SomeClass;
import x.y.z.A1;
import x.y.z.B2;
public class BindingFail1 extends SomeClass implements A1, B2, Int1 {
public void a() {
}
public void x() {
}
} | {
"pile_set_name": "Github"
} |
%include <typemaps/cmalloc.swg>
| {
"pile_set_name": "Github"
} |
id: dsq-747520853
date: 2007-06-04T18:06:03.0000000-07:00
name: Derek
avatar: https://disqus.com/api/users/avatars/Derek.jpg
message: <p>I went through the whole vi key remapping thing when I switched to Dvorak last year. It works, but I recommend staying with the non-remapped version. I've since switched back, and i... | {
"pile_set_name": "Github"
} |
Xft.dpi: 96
| {
"pile_set_name": "Github"
} |
// @ts-check
const os = require('os');
const fp = require('lodash/fp');
/**
* Get the local ip addresses
* @typedef {{ family: 'IPv4' | 'IPv6', internal: boolean, address: string }} NetworkInterface
*
* @return {NetworkInterface[]}
*/
module.exports.getAdresses = function getAdresses() {
return fp.flatten(fp.val... | {
"pile_set_name": "Github"
} |
// index.js
export { saveImage } from './saveImage';
export { resize } from './resizeCanavs';
export const biasMatrix = mat4.fromValues(
0.5, 0.0, 0.0, 0.0,
0.0, 0.5, 0.0, 0.0,
0.0, 0.0, 0.5, 0.0,
0.5, 0.5, 0.5, 1.0
); | {
"pile_set_name": "Github"
} |
package org.jokar.gankio.di.module.view;
import org.jokar.gankio.view.ui.DownloadView;
import dagger.Module;
import dagger.Provides;
/**
* Created by JokAr on 2016/9/24.
*/
@Module
public class DownloadViewModule {
private DownloadView mDownloadView;
public DownloadViewModule(DownloadView downloadView) {... | {
"pile_set_name": "Github"
} |
.TH libssh2_template 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
libssh2_template - short function description
.SH SYNOPSIS
#include <libssh2.h>
void
libssh2_template(void);
.SH DESCRIPTION
Long text describing the function and its input arguments.
.SH RETURN VALUE
Describe what the function returns.
.... | {
"pile_set_name": "Github"
} |
package body Dic3 is
function To_Int (R : Root_T) return Integer is (Integer (R));
function To_Int (D : Derived_T) return Integer is (Integer (D));
procedure Test is
X : Root_T;
Y : Derived_T;
begin
pragma Assert (Integer (X) = Integer (Y));
end Test;
end Dic3;
| {
"pile_set_name": "Github"
} |
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.21.0.4666 modeling language!*/
/**
* Abstract
*/
// line 38 "DMMOverview.ump"
// line 89 "DMMOverview.ump"
public class Relationship
{
//------------------------
// MEMBER VARIABLES
//------------------------
//-------... | {
"pile_set_name": "Github"
} |
import { Component, Input } from '@angular/core';
@Component({
selector: 'codelab-title-slide',
templateUrl: './title-slide.component.html',
styleUrls: ['./title-slide.component.css']
})
export class TitleSlideComponent {
@Input() title: string;
@Input() description: string;
@Input() prereqs: string;
}
| {
"pile_set_name": "Github"
} |
{
"lerna": "2.9.1",
"packages": [
"packages/*"
],
"version": "1.1.2",
"npmClient": "yarn"
}
| {
"pile_set_name": "Github"
} |
rdkit.Chem.Draw.qtCanvas module
===============================
.. automodule:: rdkit.Chem.Draw.qtCanvas
:members:
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @externs
* @suppress {duplicate} To prevent compiler errors with the namespace
* being declared both here and by goog.provide in the library.
*/
/** @namespace */
var shaka = {};
/**
* @namespace
* @exp... | {
"pile_set_name": "Github"
} |
%include <typemaps/typemaps.swg>
| {
"pile_set_name": "Github"
} |
%w[
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
].each { |path| Spring.watch(path) }
| {
"pile_set_name": "Github"
} |
// Copyright 2018 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 aix
package terminal
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
const ioctlWriteTermios = unix.TCSETS
| {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "้ๆฉๅๅธ",
"navigationBarBackgroundColor": "#00acff",
"navigationBarTextStyle": "white"
} | {
"pile_set_name": "Github"
} |
/**
* Removes `key` and its value from the stack.
*
* @private
* @name delete
* @memberOf Stack
* @param {string} key The key of the value to remove.
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
*/
function stackDelete(key) {
return this.__data__['delete'](key);
}
module.export... | {
"pile_set_name": "Github"
} |
//------------------------------------//
// $BUTTONS
//------------------------------------//
.btn {
display: inline-block;
margin: 0;
padding: .4em 1em;
color: $primary;
font-size: 1rem;
line-height: 1.6em;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid $gray;
... | {
"pile_set_name": "Github"
} |
# hello world
exec cat hello.text
stdout 'hello world\n'
! stderr .
-- hello.text --
hello world
| {
"pile_set_name": "Github"
} |
syntax = "proto3";
message PrimeRequest {
int64 input = 1;
}
message PrimeResponse {
repeated int64 output = 1;
}
service Prime {
rpc GetPrime (PrimeRequest) returns (PrimeResponse) {
}
}
| {
"pile_set_name": "Github"
} |
// run
// Copyright 2010 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.
package main
func main() {
const (
Delta = 100 * 1e6
Count = 10
)
_ = int64(Delta * Count)
var i interface{} = Count
j := i.(int)
if j != Cou... | {
"pile_set_name": "Github"
} |
Description:
Read a line from a stream, stopping at one of 2 delimiters, with bounded
memory allocation.
Files:
lib/getndelim2.h
lib/getndelim2.c
m4/getndelim2.m4
Depends-on:
ssize_t
stdbool
stdint
freadptr
freadseek
memchr2
configure.ac:
gl_GETNDELIM2
Makefile.am:
lib_SOURCES += getndelim2.c
Include:
"getndelim2.... | {
"pile_set_name": "Github"
} |
sha256:61a90f96abbafffce04b1224c4e45898d61e5eda81c8898aa3fa78ef998978c8
| {
"pile_set_name": "Github"
} |
<div>
Use relative links for jobs in this pipeline view to allow for easier navigation.
When drilling down on a job from the pipeline view, the name of the view is shown in the navigation menu.
</div>
| {
"pile_set_name": "Github"
} |
type = plugin
repository = https://gitlab.com/lusiadas/peco_utils
maintainer = hThoreau
description = A wrapper script for peco, the simplistic interactive filtering tool, with additional options and completions
| {
"pile_set_name": "Github"
} |
<?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:layout_gravity="center"
android:gravity="center">
<ProgressBar
android:layout_width="wrap_conten... | {
"pile_set_name": "Github"
} |
<div id="kustomer">
<kustomer
:params="{{ json_encode(config('kustomer')) }}"
:labels="{{ json_encode(trans('kustomer::kustomer')) }}"
></kustomer>
</div>
| {
"pile_set_name": "Github"
} |
---
redirect_to: upgrading_from_ce_to_ee.md
---
This document was moved to [another location](upgrading_from_ce_to_ee.md).
| {
"pile_set_name": "Github"
} |
plugin.description: This plugin provides some possibilities on automation.
plugin.author: dmrom
plugin.runlevel: 5
plugin.version: 3.10
rtorrent.remote: error
rtorrent.external.error: php
rtorrent.php.error: move.php,label.php,watch.php,autotools.php,util_rt.php,conf.php
plugin.help: https://github.com/Novik/ruTorrent/... | {
"pile_set_name": "Github"
} |
๏ปฟ// ยฉ 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
es_CR{
%%Parent{"es_419"}
Countries{
BA{"Bosnia y Herzegovina"}
TA{"Tristรกn de Acuรฑa"}
TL{"Timor-Leste"}
UM{"Islas menores alejadas de EE. UU."}
}
Coun... | {
"pile_set_name": "Github"
} |
# load all application code and gems
require 'bundler'
Bundler.require(:default, ENV['ENV'].to_s.to_sym)
# set Plezi to rake mode and load it's tasks (if relevant).
Plezi.no_autostart
# Add your tasks
| {
"pile_set_name": "Github"
} |
package main
import (
"github.com/docker/docker/daemon/config"
"github.com/spf13/pflag"
)
func attachExperimentalFlags(conf *config.Config, cmd *pflag.FlagSet) {
}
| {
"pile_set_name": "Github"
} |
namespace ClassLib091
{
public class Class015
{
public static string Property => "ClassLib091";
}
}
| {
"pile_set_name": "Github"
} |
๏ปฟ<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.Forms" version="2.0.0.6482" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
</packages> | {
"pile_set_name": "Github"
} |
๏ปฟ<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="ProductLaunch.Web.About" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2>
<h3>Your application description page.</h3>
<p... | {
"pile_set_name": "Github"
} |
new (A, B)
new (A || B)
new (X ? A : B) | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd">
<signatures version='0.9'/> | {
"pile_set_name": "Github"
} |
--! qt:dataset:srcpart
set hive.strict.checks.bucketing=false;
reset hive.mapred.mode;
set hive.strict.checks.no.partition.filter=true;
SELECT x.* FROM SRCPART x WHERE key = '2008-04-08';
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:po="http://www.example.com/PO1"
targetNamespace="http://www.example.com/PO1">
</xsd:schema>
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);
process.stdout.write(type + '\n');
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);
process.stdout.write(type + '\n');
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
'use strict... | {
"pile_set_name": "Github"
} |
namespace ClassLib010
{
public class Class020
{
public static string Property => "ClassLib010";
}
}
| {
"pile_set_name": "Github"
} |
set(TARGET Proto_MRA)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) | {
"pile_set_name": "Github"
} |
#name: File.readlines(...)
#key: file
# --
File.readlines(${1:path}).each do |line|
$0
end | {
"pile_set_name": "Github"
} |
```
pandoc -f latex -t native
\documentclass{article}
\usepackage{hyperref}
\begin{document}
The file id is \nolinkurl{ESP_123_5235}.
\end{document}
^D
[Para [Str "The",Space,Str "file",Space,Str "id",Space,Str "is",Space,Code ("",[],[]) "ESP_123_5235",Str "."]]
```
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f6315a9155238724c9b221c155c73f68
timeCreated: 1515601872
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#include "WindowCommand.h"
class WindowResize : public WindowCommand {
Q_OBJECT
public:
WindowResize(WebPageManager *, QStringList &arguments, QObject *parent = 0);
protected:
virtual void windowFound(WebPage *);
};
| {
"pile_set_name": "Github"
} |
<div class="stack-title">{0}</div>
| {
"pile_set_name": "Github"
} |
# ZTE / Vodafone K4201
TargetVendor=0x19d2
TargetProduct=0x0017
StandardEject=1
| {
"pile_set_name": "Github"
} |
---
# Source: grafana/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app: grafana
chart: grafana-1.19.0
heritage: Tiller
release: grafana
name: grafana
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "AB56AEDC-32DD-487C-8A33-2B18248C68CA"
type = "1"
version = "2.0">
</Bucket>
| {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function (fn) {
if (typeof fn !== 'function') throw new TypeError(fn + " is not a function");
return fn;
};
| {
"pile_set_name": "Github"
} |
๏ปฟ$Services = 'CDPUserSvc','MapsBroker','PcaSvc','ShellHWDetection','OneSyncSvc','WpnService'
foreach($Service in $Services){
Stop-Service -Name $Service -PassThru -Verbose | Set-Service -StartupType Disabled -Verbose
}
| {
"pile_set_name": "Github"
} |
a solid piece of journalistic work that draws a picture of a man for whom political expedience became a deadly foreign policy .
| {
"pile_set_name": "Github"
} |
๐ก
| {
"pile_set_name": "Github"
} |
#include "qaccessiblebridge.h"
| {
"pile_set_name": "Github"
} |
#!/bin/sh
mdtool build $@
| {
"pile_set_name": "Github"
} |
// This file is automatically generated. Please do not change this file!
export const mappings: string;
export const names: string;
export const pageSpinner: string;
export const small: string;
export const sourceRoot: string;
export const sources: string;
export const sourcesContent: string;
export const spin: string;... | {
"pile_set_name": "Github"
} |
<lcgdict>
<class pattern="VersionedSelector<*>"/>
<class pattern="MakeVersionedSelector<*>"/>
<class pattern="PrintVIDToString<*>"/>
<class pattern="MakePtrFromCollection<*>"/>
</lcgdict>
| {
"pile_set_name": "Github"
} |
Test Case: CERT_PATH_CRL_11
Purpose: Checks the behaviour of the application when a CRL contains a CRL Entry with an unknown critical extension. This path is invalid because the application cannot process the critical extension.
| {
"pile_set_name": "Github"
} |
fragment ParentFragment on Query {
mobile_checkins: checkinSearchQuery(query: {query: "mobile"}) {
query
}
...ChildFragment @arguments(inputs: [{query: "web"}])
}
fragment ChildFragment on Query
@argumentDefinitions(inputs: {type: "[CheckinSearchInput!]!"}) {
checkinSearchQuery(query: {query: "foo", inpu... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <NewsSubscription/NPManagerAssembly.h>
@interface NPManagerAssembly (NewsSubscription)
- (void)loadInRegistry:(id)arg1;
@end
| {
"pile_set_name": "Github"
} |
evalZ :: Algebra RingF Integer
evalZ RZero = 0
evalZ ROne = 1
evalZ (RAdd m n) = m + n
evalZ (RMul m n) = m * n
evalZ (RNeg n) = -n | {
"pile_set_name": "Github"
} |
//
// FormTextAreaCell.m
// 19. Fluid UI
//
// Created by Stephen Fortune on 28/12/2014.
// Copyright (c) 2014 IceCube Software Ltd. All rights reserved.
//
#import "FormTextAreaCell.h"
@implementation FormTextAreaCell
@end
| {
"pile_set_name": "Github"
} |
Readi ontology
Ontologies for representing requirements in OWL 2 as developed in the readi project
URI https://w3id.org/readi/
serves HTML documentation from demo-irm-dnvgl.northeurope.cloudapp.azure.com/ontology/readi
serves RDF serializations according to the accept header (text/turtle, application/rdf+xml, a... | {
"pile_set_name": "Github"
} |
"use strict";
require("retape")(require("./index")) | {
"pile_set_name": "Github"
} |
define(['c', 'exports'], function (c, exports) {
exports.name = 'b';
exports.c = c;
});
| {
"pile_set_name": "Github"
} |
---
name: Free form
about: For everything that is NOT a bug report.
title: ''
labels: ''
assignees: ''
---
<!--
DO NOT USE THIS TEMPLATE FOR BUG REPORTS!
IF YOU DO, THEY WILL BE CLOSED AND MARKED AS INVALID!
-->
| {
"pile_set_name": "Github"
} |
using System;
namespace NHibernate.Test.TypesTest
{
public class ChangeDefaultTypeClass
{
public int Id { get; set; }
public DateTime NormalDateTimeValue { get; set; } = DateTime.Today;
public string StringTypeLengthInType25 { get; set; }
public string StringTypeExplicitLength20 { get; set; }
public deci... | {
"pile_set_name": "Github"
} |
#include "qdatetimeedit.h"
| {
"pile_set_name": "Github"
} |
:l T4175.hs
:i A
:i B
:i D
:i E
:i ()
:i Maybe
:i Int
:i Z
| {
"pile_set_name": "Github"
} |
UPDATE `battlenet_components` SET `Build`=20216 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20201;
| {
"pile_set_name": "Github"
} |
"If you enjoy using %@, would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!" = "ืื ื ืื ืช ืืืฉืชืืฉ ื %@, ืืื ืชืกืืื ืืืจื ืืืชื? ืื ืื ืืงื ืืืชืจ ืืืงื. ืชืืื ืขื ืืชืืืื!";
"Rate %@" = "ืืจื ืืช %@";
"No, Thanks" = "ืื ืชืืื";
"Remind me later" = "ืืืืืจ ืืืชืจ"; | {
"pile_set_name": "Github"
} |
#import <LegacyComponents/TGModernGalleryImageItem.h>
@interface TGModernGalleryMessageImageItem : TGModernGalleryImageItem
@end
| {
"pile_set_name": "Github"
} |
# we reject a loop in base classes
{ 'struct': 'Loopy', 'base': 'Loopy', 'data': {} }
| {
"pile_set_name": "Github"
} |
This file
has a bunch
of line breaks
in it, and it also
has some useful
punctuation. | {
"pile_set_name": "Github"
} |
@Suppress("FOO") fun f() {
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "CDStructures.h"
@protocol NSUserInterfaceValidations
- (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)arg1;
@end
| {
"pile_set_name": "Github"
} |
// most Object methods by ES6 should accept primitives
var $export = require('./_export');
var core = require('./_core');
var fails = require('./_fails');
module.exports = function (KEY, exec) {
var fn = (core.Object || {})[KEY] || Object[KEY];
var exp = {};
exp[KEY] = exec(fn);
$export($export.S + $export.F * ... | {
"pile_set_name": "Github"
} |
\version "2.18.0"
\include "dynamic_defaults.ily"
\markup \icon #size1 \dynamic ff
| {
"pile_set_name": "Github"
} |
"""
Lightnet Data Module |br|
This module contains everything related to pre- and post-processing of your data.
It also has functionality to create datasets from images and annotations that are parseable with brambox_.
"""
from ._dataloading import *
from . import transform
# Lightnet
from ._dataset_brambox import *
f... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.study.xuan.gifshow"
>
<application android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
>
</application>
</manifest>
| {
"pile_set_name": "Github"
} |
import { AbstractModifier } from "./abstract.modifier";
export class RunningAnalysisGraph extends AbstractModifier {
public modify(): void {
let html = "<li>";
html += "<a data-menu='analysis/0/0' data-menu-alt='analysis' href='javascript:;'>Analysis Graph</a>";
html += "</li>";
$("[data-menu=\"segments\"]"... | {
"pile_set_name": "Github"
} |
// Highlight the word under the cursor.
var scimoz = ko.views.manager.currentView.scimoz;
var start = scimoz.wordStartPosition(scimoz.currentPos, true);
var end = scimoz.wordEndPosition(scimoz.currentPos, true);
scimoz.anchor = start;
scimoz.currentPos = end;
| {
"pile_set_name": "Github"
} |
namespace ClassLib078
{
public class Class040
{
public static string Property => "ClassLib078";
}
}
| {
"pile_set_name": "Github"
} |
<snippet>
<content><![CDATA[cc.TransitionSceneOriented]]></content>
<tabTrigger>TransitionSceneOriented</tabTrigger>
<scope>source.lua</scope>
<description>.</description>
</snippet>
| {
"pile_set_name": "Github"
} |
#define MAP_32BIT 0x40
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.