content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
package com.apkscanner.gui.easymode.test;
import java.awt.Container;
import java.awt.Desktop;
import java.awt.FlowLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseListener;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.concurrent.ExecutionException;
import javax.swing... | __label__POS | 0.853251 |
package com.apkscanner.gui.easymode.test;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
public class Align {
private static final int PREF_HEIGHT = 100;
Align() {
JFrame frame = n... | __label__POS | 0.999119 |
package com.apkscanner.gui.easymode.test;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Point;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.sw... | __label__POS | 0.907924 |
package com.apkscanner.gui.easymode.test;
import java.awt.*;
import javax.swing.*;
public class DisplayDifferentFonts extends JComponent {
private static final long serialVersionUID = -8219013563323954697L;
String[] differentFonts;
Font[] font;
static final int IN = 15;
public DisplayDifferentFo... | __label__POS | 0.997862 |
package com.apkscanner.gui.easymode.test;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.util.Arrays;
import java.util.List;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing... | __label__POS | 0.804572 |
package com.apkscanner.gui.easymode.test;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.OverlayLayout;
public class OverlayLayoutExample extends JFrame {
private static final long s... | __label__POS | 0.98129 |
package com.apkscanner.gui.easymode.test;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.EventQueue;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import java.awt.datatransfer.UnsupportedFlavorException;
import java.awt.dnd.DragSource;
import java.io.IOEx... | __label__POS | 0.860142 |
package com.apkscanner.gui.easymode.test;
import java.awt.image.BufferedImage;
import java.awt.image.WritableRaster;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class TestColorReplace {
public static void main(String[] args) {
try {
BufferedImage img ... | __label__POS | 0.997839 |
package com.apkscanner.gui.easymode.test;
import java.awt.BorderLayout;
import java.awt.Color;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class TransparentBorder {
public TransparentBorder() {
... | __label__POS | 0.85652 |
package com.apkscanner.gui.easymode.core;
import java.util.ArrayList;
import java.util.Arrays;
import javax.swing.JFrame;
import com.apkscanner.gui.MessageBoxPool;
import com.apkscanner.gui.UiEventHandler;
import com.apkscanner.resource.RComp;
import com.apkscanner.resource.RImg;
import com.apkscanner.resource.RProp... | __label__POS | 0.711632 |
package com.apkscanner.gui.easymode.core;
import java.io.Serializable;
import javax.swing.ImageIcon;
import com.apkscanner.resource.RComp;
public class ToolEntry implements Serializable {
private static final long serialVersionUID = 8819359209402028535L;
private String title;
private String description... | __label__POS | 0.640493 |
package com.apkscanner.gui.easymode.core;
import java.awt.Component;
import java.awt.Dimension;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.swing.JTable;
import javax.swing.table.TableCellRenderer;
import javax.swing.table.TableColumn;
public class ColumnGroup {
... | __label__POS | 0.923218 |
package com.apkscanner.gui.easymode.core;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.swing.table.JTableHeader;
import javax.swing.table.TableColumn;
import javax.swing.table.TableColumnModel;
public class GroupableTableHeader extends JTableHeader {
private stati... | __label__POS | 0.972325 |
package com.apkscanner.gui.easymode.dlg;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JDialog;
import javax.swing.JList;
import javax.swing.JPanel;
import ja... | __label__POS | 0.674272 |
package com.apkscanner.gui.easymode.dlg;
import java.awt.Component;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import java.awt.datatransfer.UnsupportedFlavorException;
import java.awt.dnd.DragSource;
import java.io.IOException;
import java.util.Objects;
import javax.swing.Defa... | __label__POS | 0.8452 |
package com.apkscanner.gui.easymode.dlg;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.MalformedURLException;
import j... | __label__POS | 0.686497 |
//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// ignore_for_file: unused_element, unused_import
// ignore_for_file: always_put_required_named_parameters_first
// ignore_for_file: constant_identifier_names
// ignore_for_file: lines_longer_than_80_chars
library openapi.api;
import 'dart:async';
import 'da... | __label__POS | 0.972748 |
<?php
/**
* Configuration
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-g... | __label__POS | 0.726985 |
<?php
/**
* V1ChainNetworkAddress
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitool... | __label__POS | 0.711872 |
<?php
/**
* V1OrderBookBase
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/open... | __label__POS | 0.706724 |
<?php
/**
* V1ExchangeRatesTimeseriesItem
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/ope... | __label__POS | 0.743431 |
<?php
/**
* V1SymbolMapping
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/open... | __label__POS | 0.696179 |
<?php
/**
* V1LastTrade
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-... | __label__POS | 0.672137 |
<?php
/**
* V1Asset
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gene... | __label__POS | 0.775614 |
<?php
/**
* V1OrderBookDepth
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/ope... | __label__POS | 0.676777 |
<?php
/**
* V1QuoteTrade
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi... | __label__POS | 0.722596 |
<?php
/**
* OptionsStrike
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openap... | __label__POS | 0.65613 |
<?php
/**
* V1Symbol
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gen... | __label__POS | 0.695032 |
<?php
/**
* V1Quote
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gene... | __label__POS | 0.726983 |
<?php
/**
* V1ExchangeRate
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/opena... | __label__POS | 0.736793 |
<?php
/**
* ModelInterface
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client\Model
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools... | __label__POS | 0.979228 |
<?php
/**
* V1ExchangeRates
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/open... | __label__POS | 0.74698 |
<?php
/**
* V1MetricInfo
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi... | __label__POS | 0.707505 |
<?php
/**
* V1Exchange
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-g... | __label__POS | 0.769758 |
<?php
/**
* V1TimeseriesPeriod
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/o... | __label__POS | 0.710334 |
<?php
/**
* V1Chain
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gene... | __label__POS | 0.709709 |
<?php
/**
* V1Icon
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gener... | __label__POS | 0.734038 |
<?php
/**
* V1Metric
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gen... | __label__POS | 0.729783 |
<?php
/**
* ModelsExchangeTimeseriesItem
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/open... | __label__POS | 0.724821 |
<?php
/**
* V1ExchangeRatesRate
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/... | __label__POS | 0.732677 |
<?php
/**
* V1MetricData
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi... | __label__POS | 0.713982 |
<?php
/**
* V1GeneralData
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openap... | __label__POS | 0.676316 |
<?php
/**
* V1OrderBook
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-... | __label__POS | 0.69948 |
<?php
/**
* V1TimeseriesItem
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/ope... | __label__POS | 0.717998 |
<?php
/**
* OptionsOptionExchangeGroup
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openap... | __label__POS | 0.703401 |
<?php
/**
* V1Trade
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gene... | __label__POS | 0.671473 |
<?php
/**
* V1ListingItem
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* CoinAPI Market Data REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openap... | __label__POS | 0.755 |
*dataflo.ws*: dataflow processing for javascript
=============================================
[](https://travis-ci.org/apla/dataflo.ws)
[](https://www.npmjs.org/package/dataflo.ws)
[
{
//__init();
}
V1.TimeseriesPeriod::~V1.TimeseriesPeriod()
{
//__cl... | __label__POS | 0.678314 |
#include <iostream>
#include <sstream>
#include <cstdlib>
#include <map>
#include <list>
#include <cstring>
#include "Helpers.h"
#include "Object.h"
using namespace std;
using namespace Tizen::ArtikCloud;
void helper_func(JsonObject *object, const gchar* member_name, JsonNode *member_node,gpointer user_data)
{
gcha... | __label__POS | 0.781922 |
package io.github.aplini.autoupdateplugins;
import com.google.common.io.ByteStreams;
import com.google.gson.Gson;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.comma... | __label__POS | 0.666837 |
# MNBVC 去重部分
### 项目描述
本项目的主要目的是:
1. 将外界输入的文件以文件md5和文件大小进行重复检测,删除不同来源的同一文件。
2. 将大量文本文件(目前仅有txt文件)转换为格式化的、易于查询的数据。
3. 在个人电脑上,实现对百万个文件的量级的快速去重操作。
4. (TODO)在集群上,对全部类型的文件进行重复检测。
### 环境安装
1. 从gtihub下载本项目
```shell
git clone https://github.com/aplmikex/deduplication_mnbvc
```
2. 使用 `pip`命令安装所需的库
```shell
# ... | __label__POS | 0.999583 |
# MNBVC 基本去重
### 项目描述
本项目的主要目的是:
1. 指定一个文件夹,设定定时任务,定时新增从外界获取的文件的信息追加至pkl二进制文件中。
2. 按照文件大小与文件md5值,输出完全相同的文件至一个txt中。
3. 根据用户需要,用户手动写脚本删除txt中的完全相同的文件名。
### 使用说明
1. #### write_meta_data_pkl.py
1. 使用说明:
- `write_meta_data_pkl.py`是把文件夹内不同格式的文件追加的写入到pkl文件中。
- 可以对一个文件夹反复运行此代码,只要路径不改变,pkl文件不会重复添加。
- ... | __label__POS | 0.996462 |
# MNBVC 格式化
### 项目描述
本项目的主要目的是:
1. 将大量文本文件转换为格式化的、易于查询的jsonl数据。
2. 快速标注同一文件内是否有明显重复的情况,统一放在 `problem_i.jsonl`里面。
### convert.py 使用说明
1. 使用说明:
* `convert.py`是快速把txt文件转化为jsonl文件,并挑出明显自我重复的txt文件留待观察。
* 本项目假设所有需要被去重的txt文件编码均为UTF-8编码,批量转换请参考[chatset-mnbvc](https://github.com/alanshi/charset_mnbvc)。
* 本项目暂时只实现了... | __label__POS | 0.998554 |
/*
* v1_symbol.h
*
* Represents a symbol data model.
*/
#ifndef _v1_symbol_H_
#define _v1_symbol_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
typedef struct v1_symbol_t v1_symbol_t;
typedef struct v1_sym... | __label__POS | 0.93521 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.util (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="20... | __label__POS | 0.784677 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.collections (Oracle - Berkeley DB Java API)</title>
<meta name="date" cont... | __label__POS | 0.823078 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.db (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2015... | __label__POS | 0.96985 |
<nav search_view="search" color="#131B23">
<collection label="Attack Analysis">
<view name="attacker_overview" default="true" />
<a href="/app/tango/session_overview">Session Playlog</a>
<a href="/app/tango/attacker_profile">Attacker Profile</a>
<a href="/app/tango/attacker_session_analysis">Session Analysis<... | __label__POS | 0.981085 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.persist (Oracle - Berkeley DB Java API)</title>
<meta name="date" content=... | __label__POS | 0.792326 |
goog.provide('API.Client.v1.Asset');
/**
* Represents an asset.
* @record
*/
API.Client.V1Asset = function() {}
/**
* Gets or sets the asset ID.
* @type {!string}
* @export
*/
API.Client.V1Asset.prototype.assetId;
/**
* Gets or sets the name of the asset.
* @type {!string}
* @export
*/
API.Client.V1Asset.... | __label__POS | 0.775382 |
goog.provide('API.Client.v1.Exchange');
/**
* Represents an exchange.
* @record
*/
API.Client.V1Exchange = function() {}
/**
* Gets or sets the exchange ID.
* @type {!string}
* @export
*/
API.Client.V1Exchange.prototype.exchangeId;
/**
* Gets or sets the website URL of the exchange.
* @type {!string}
* @ex... | __label__POS | 0.674503 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework CLI Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\CLI;
use JetBrains\PhpStorm\Pur... | __label__POS | 0.711051 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
... | __label__POS | 0.99795 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
... | __label__POS | 0.781101 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
... | __label__POS | 0.746531 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Email Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Email\Debug;
use Framework\De... | __label__POS | 0.702042 |
export function reshape<T>(flat: ArrayLike<T>, shape: number[], fortranOrder = false): any {
// Return the single element if shape is empty
if (!shape.length) return flat[0];
// Check if the total number of elements matches
const totalSize = shape.reduce((a, b) => a * b, 1);
if (flat.length !== tot... | __label__POS | 0.994975 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database;
use Framework\Da... | __label__POS | 0.87009 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database;
/**
* Class Sta... | __label__POS | 0.887665 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework HTTP Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\HTTP;
use InvalidArgumentExcep... | __label__POS | 0.811694 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework HTTP Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\HTTP;
use InvalidArgumentExcep... | __label__POS | 0.859154 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database\Manipulation;
use... | __label__POS | 0.699475 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database\Definition\Table;
... | __label__POS | 0.833939 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework HTTP Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\HTTP;
/**
* Class ResponseHea... | __label__POS | 0.863037 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database\Definition\Table;
... | __label__POS | 0.777643 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.persist.evolve (Oracle - Berkeley DB Java API)</title>
<meta name="date" c... | __label__POS | 0.832405 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework HTTP Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\HTTP;
/**
* Class RequestHead... | __label__POS | 0.934155 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework HTTP Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\HTTP;
use BadMethodCallExcepti... | __label__POS | 0.770337 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Database Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Database\Manipulation\Trait... | __label__POS | 0.836957 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.persist.model (Oracle - Berkeley DB Java API)</title>
<meta name="date" co... | __label__POS | 0.880815 |
package org.openapitools.client.infrastructure
enum class ResponseType {
Success, Informational, Redirection, ClientError, ServerError
}
interface Response
abstract class ApiResponse<T>(val responseType: ResponseType): Response {
abstract val statusCode: Int
abstract val headers: Map<String,List<String>>... | __label__POS | 0.619605 |
=begin
#CoinAPI Market Data REST API
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
req... | __label__POS | 0.922766 |
=begin
#CoinAPI Market Data REST API
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
req... | __label__POS | 0.783161 |
=begin
#CoinAPI Market Data REST API
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
req... | __label__POS | 0.761326 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.bind.tuple (Oracle - Berkeley DB Java API)</title>
<meta name="date" conte... | __label__POS | 0.880648 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework MVC Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\MVC;
use BadMethodCallException... | __label__POS | 0.614923 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework MVC Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\MVC;
use Framework\Helpers\Isol... | __label__POS | 0.621403 |
<?php
/*
* This file is part of Aplus Framework MVC Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tests\MVC;
use PHPUnit\Framework\TestCase;
/**
* Class Languages... | __label__POS | 0.749282 |
<?php declare(strict_types=1);
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Framework\Pagination;
use Framewor... | __label__POS | 0.793866 |
<!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_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>com.sleepycat.bind.serial (Oracle - Berkeley DB Java API)</title>
<meta name="date" cont... | __label__POS | 0.724668 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.724442 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.799807 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.759398 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.745909 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.984844 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.645342 |
<?php
/*
* This file is part of Aplus Framework Pagination Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @var Framework\Pagination\Pager $pager
*/
$language = $pager->... | __label__POS | 0.665111 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.