repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
streamglider/streamglider | StreamGlider App/NSAttributedString-HTML/Classes/DTAttributedTextContentView.h | //
// TextView.h
// CoreTextExtensions
//
// Created by <NAME> on 1/9/11.
// Copyright 2011 D<EMAIL>. All rights reserved.
//
#import <CoreText/CoreText.h>
#import "NSAttributedString+HTML.h"
#import "DTCoreTextLayouter.h"
#import "DTTextAttachment.h"
@class DTAttributedTextContentView;
@class DTCoreTextLayoutF... |
streamglider/streamglider | StreamGlider App/Classes/StreamCastStateController.h | <gh_stars>1-10
//
// StreamCastStateController.h
// StreamCast
//
// Created by <NAME> on 17/12/2010.
// Copyright 2010 StreamGlider, Inc. All rights reserved.
//
// This program is free software if used non-commercially: you can redistribute it and/or modify
// it under the terms of the BSD 4 Clause License as p... |
streamglider/streamglider | StreamGlider App/NSAttributedString-HTML/Classes/DTWebVideoView.h | <reponame>streamglider/streamglider
//
// DTWebVideoView.h
// CoreTextExtensions
//
// Created by <NAME> on 8/5/11.
// Copyright 2011 <EMAIL>. All rights reserved.
//
#import <UIKit/UIKit.h>
@class DTTextAttachment;
@class DTWebVideoView;
@protocol DTWebVideoViewDelegate <NSObject>
@optional
- (BOOL)videoView:(... |
streamglider/streamglider | StreamGlider App/Classes/Loader.h | //
// Loader.h
// StreamCast
//
// Created by <NAME> on 7/16/10.
// Copyright 2010 StreamGlider, Inc. All rights reserved.
//
// This program is free software if used non-commercially: you can redistribute it and/or modify
// it under the terms of the BSD 4 Clause License as published by
// the Free Software Fou... |
streamglider/streamglider | StreamGlider App/NSAttributedString-HTML/Classes/DTCoreTextGlyphRun.h | //
// DTCoreTextGlyphRun.h
// CoreTextExtensions
//
// Created by <NAME> on 1/25/11.
// Copyright 2011 <EMAIL>. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreText/CoreText.h>
@class DTCoreTextLayoutLine;
@class DTTextAttachment;
@interface DTCoreTextGlyphRun : NSObject
{
CTRunRef _run... |
streamglider/streamglider | StreamGlider App/HMTL-Parser/HTMLParser.h | <reponame>streamglider/streamglider
//
// HTMLParser.h
// StackOverflow
//
// Created by <NAME> on 09/03/2010.
// Copyright 2010 <NAME>. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <libxml/HTMLparser.h>
#import "HTMLNode.h"
@class HTMLNode;
@interface HTMLParser : NSObject
{
@public
html... |
streamglider/streamglider | StreamGlider App/NSAttributedString-HTML/Classes/DTCSSListStyle.h | <gh_stars>1-10
//
// DTCSSListStyle.h
// CoreTextExtensions
//
// Created by <NAME> on 8/11/11.
// Copyright 2011 <EMAIL>. All rights reserved.
//
typedef enum
{
DTCSSListStyleTypeInherit = 0,
DTCSSListStyleTypeNone,
DTCSSListStyleTypeCircle,
DTCSSListStyleTypeDecimal,
DTCSSListStyleTypeDecimal... |
mono0926/flutter_text_to_speech | ios/Classes/FlutterTextToSpeechPlugin.h | <gh_stars>1-10
#import <Flutter/Flutter.h>
@interface FlutterTextToSpeechPlugin : NSObject<FlutterPlugin>
@end
|
jk1mly/fm-bcd | fmled.c | /*
* FM tuner for PIC16F1503
* indicates a frequency by BCD(Binary-coded decimal)
*
* JA1YTS:Toshiba Amature Radio Station
* JK1MLY:<NAME>
*
* (C)2022 JA1YTS,JK1MLY All rights reserved.
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided t... |
jlaine/quant | lib/src/loop.h | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/marshall.c | <reponame>jlaine/quant
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source c... |
jlaine/quant | lib/src/quic.c | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/qlog.c | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/frame.h | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | bin/client.c | <reponame>jlaine/quant<filename>bin/client.c
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redis... |
jlaine/quant | bin/server.c | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/recovery.c | <reponame>jlaine/quant
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source c... |
jlaine/quant | lib/src/stream.c | <reponame>jlaine/quant
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source c... |
jlaine/quant | lib/src/conn.c | <gh_stars>0
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must re... |
jlaine/quant | lib/src/recovery.h | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/frame.c | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/tls.c | <gh_stars>0
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must re... |
jlaine/quant | lib/src/conn.h | <reponame>jlaine/quant
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source c... |
jlaine/quant | lib/src/loop.c | // SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the abo... |
jlaine/quant | lib/src/quic.h | <gh_stars>0
// SPDX-License-Identifier: BSD-2-Clause
//
// Copyright (c) 2016-2019, NetApp, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must re... |
danilw/vulkan-shadertoy-launcher | os_utils/wayland_utils.h | <filename>os_utils/wayland_utils.h<gh_stars>10-100
// from https://wayland-book.com/seat/example.html
// used stable xdg-shell
// Wayland does not have stable "decoration" support, xdg-decoration not supported
// zxdg_toplevel_decoration_v1 is unstable
// https://wayland-book.com/xdg-shell-in-depth/interactive.html
... |
danilw/vulkan-shadertoy-launcher | build_scripts/yariv/yariv.h | // The latest version of this library is available on GitHub;
// https://github.com/sheredom/yari-v
// This is free and unencumbered software released into the public domain.
//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
/... |
danilw/vulkan-shadertoy-launcher | vk_utils/vk_render_helper.c |
// Danil, 2021+ Vulkan shader launcher, self https://github.com/danilw/vulkan-shadertoy-launcher
// The MIT License
#include "vk_render_helper.h"
int vk_render_get_essentials(struct vk_render_essentials *essentials, struct vk_physical_device *phy_dev,
struct vk_device *dev, struct vk_swapchain *swapchain)
{
... |
danilw/vulkan-shadertoy-launcher | launcher/textures.h |
static vk_error init_texture_mem(struct vk_physical_device *phy_dev, struct vk_device *dev, struct vk_render_essentials *essentials,
struct vk_image *image, uint8_t *texture, int width, int height, const char *name, bool mipmaps, bool linear)
{
vk_error retval = VK_ERROR_NONE;
VkFo... |
danilw/vulkan-shadertoy-launcher | os_utils/xcb_x11_utils.h | #include <xcb/xcb_keysyms.h>
static uint8_t local_k_map[0xff+1]={0}; //+1 to have 0xff index
static uint8_t get_ASCII_key(uint8_t key){return local_k_map[key];}
static void get_modifiers(uint32_t mask, bool *c_lock, bool *n_lock, bool *s_lock);
static uint8_t check_num(bool nmod,uint8_t key);
static void app_handle_x... |
danilw/vulkan-shadertoy-launcher | build_scripts/yariv/main.c | <reponame>danilw/vulkan-shadertoy-launcher
#include <stdio.h>
#include <string.h>
#include "yariv.h"
void *spirv;
size_t spirv_size;
static void replacestr(char *line, const char *search, const char *replace)
{
char *sp;
if ((sp = strstr(line, search)) == NULL) {
return;
}
int search_le... |
danilw/vulkan-shadertoy-launcher | launcher/main.c | // Danil, 2021+ Vulkan shadertoy launcher, self https://github.com/danilw/vulkan-shadertoy-launcher
#include <stdio.h>
#include <stdlib.h>
// USEFUL defines (list, use search to see what they do)
// NO_RESIZE_BUF
// CUSTOM_BUF_SIZE
// USE_stb_image
// OFFSCREEN_BUFFERS
// IMAGE_TEXTURES
// USE_MIPMAPS
... |
AbigailBuccaneer/alive2 | llvm_util/llvm2alive.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/function.h"
#include <optional>
#include <ostream>
namespace llvm {
class DataLayout;
class Function;
class TargetLibraryInfo;
}
namespace llvm_util {
struct initi... |
AbigailBuccaneer/alive2 | llvm_util/known_fns.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/function.h"
#include <functional>
#include <memory>
#include <utility>
namespace llvm {
class CallInst;
class ConstantExpr;
class TargetLibraryInfo;
}
namespace IR ... |
AbigailBuccaneer/alive2 | ir/value.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/state.h"
#include "ir/type.h"
#include "smt/expr.h"
#include <ostream>
#include <string>
#include <variant>
namespace smt { class Model; }
namespace IR {
class Voi... |
AbigailBuccaneer/alive2 | smt/smt.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include <string>
namespace smt {
struct smt_initializer {
smt_initializer();
~smt_initializer();
void reset();
private:
void init();
void destroy();
};
void set_qu... |
AbigailBuccaneer/alive2 | smt/exprs.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "smt/expr.h"
#include <map>
#include <set>
#include <utility>
namespace smt {
template <typename T>
class DisjointExpr {
std::map<T, expr> vals; // val -> domain
st... |
AbigailBuccaneer/alive2 | tools/alive_parser.h | <reponame>AbigailBuccaneer/alive2
#pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "tools/transform.h"
#include <string>
#include <string_view>
#include <vector>
namespace IR { class Type; }
namespace tools {
std::ve... |
AbigailBuccaneer/alive2 | tools/alive_lexer.h | <reponame>AbigailBuccaneer/alive2
#pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include <string>
#include <string_view>
namespace tools {
enum token {
#define TOKEN(x) x,
#include "tools/tokens.h"
#undef TOKEN
};
struct y... |
AbigailBuccaneer/alive2 | ir/state.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/memory.h"
#include "ir/state_value.h"
#include "smt/expr.h"
#include "smt/exprs.h"
#include <array>
#include <ostream>
#include <set>
#include <tuple>
#include <unord... |
AbigailBuccaneer/alive2 | tools/transform.h | <filename>tools/transform.h
#pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/function.h"
#include "smt/solver.h"
#include "util/errors.h"
#include <string>
#include <ostream>
#include <unordered_map>
namespace tool... |
AbigailBuccaneer/alive2 | ir/globals.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
namespace IR {
/// Upperbound of the number of non-local pointers returned by instructions
extern unsigned num_max_nonlocals_inst;
/// Upperbound of the number of local blocks (... |
AbigailBuccaneer/alive2 | ir/memory.h | <filename>ir/memory.h
#pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
#include "ir/state_value.h"
#include "ir/type.h"
#include "smt/expr.h"
#include "smt/exprs.h"
#include <optional>
#include <ostream>
#include <string>
#inclu... |
AbigailBuccaneer/alive2 | util/config.h | #pragma once
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.
namespace util::config {
extern bool symexec_print_each_value;
extern bool skip_smt;
extern bool disable_poison_input;
extern bool disable_undef_input;
}
|
ethers/elements | src/pow.h | <filename>src/pow.h<gh_stars>10-100
// Copyright (c) 2009-2010 <NAME>
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_POW_H
#define BITCOIN_POW_H
#include <s... |
ethers/elements | src/callrpc.h | <filename>src/callrpc.h<gh_stars>10-100
// Copyright (c) 2009-2010 <NAME>
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CALLRPC_H
#define BITCOIN_CALLRPC_H
... |
ethers/elements | src/secp256k1/src/schnorr_impl.h | /***********************************************************************
* Copyright (c) 2015 <NAME> *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php. *
**********************************... |
ethers/elements | src/blind.h | <reponame>ethers/elements
#ifndef BITCOIN_BLIND_H_
#define BITCOIN_BLIND_H_ 1
#include "key.h"
#include "pubkey.h"
#include "primitives/transaction.h"
void ECC_Blinding_Start();
void ECC_Blinding_Stop();
int UnblindOutput(const CKey& blinding_key, const CTxOut& txout, CAmount& amount_out, std::vector<unsigned char>&... |
ethers/elements | src/primitives/transaction.h | <gh_stars>10-100
// Copyright (c) 2009-2010 <NAME>
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_PRIMITIVES_TRANSACTION_H
#define BITCOIN_PRIMITIVES_TRANSACTION... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/FTUtils/FTUtils+UIGestureRecognizer.h | <gh_stars>1-10
/*
The MIT License
Copyright (c) 2011 Free Time Studios and <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the righ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonLibraryMacroConfig.h | <gh_stars>1-10
//
// CommonLibraryMacroConfig.h
// TCShow
//
// Created by AlexiChen on 16/6/2.
// Copyright © 2016年 AlexiChen. All rights reserved.
//
#ifndef CommonLibraryMacroConfig_h
#define CommonLibraryMacroConfig_h
// 是否支持ADAnimation
#ifndef kSupportADTransition
#define kSupportADTransition 0
#endif
// 是否... |
754340156/NQ_quanfu | allrichstore/AppDelegate/BaseAppDelegate.h | <reponame>754340156/NQ_quanfu
//
// BaseAppDelegate.h
// CommonLibrary
//
// Created by Alexi on 3/6/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BaseAppDelegate : UIResponder<UIApplicationDelegate>
{
@protected
UIBackgroundTaskIdentifier _backgroundTaskI... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/CustomCell/Image_Text_Ver_Cell.h | //
// Image_Text_Ver_Cell.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/11.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Image_Text_Ver_Cell : UICollectionViewCell
@property (nonatomic, strong) UIImageView *imageView;
@property (nonatomic, strong) UILabel *label;
@end
|
754340156/NQ_quanfu | allrichstore/UI/Common/Search/C/SearchResultVC.h | <reponame>754340156/NQ_quanfu
//
// SearchResultVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/8.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "GoodsListSecondStyleVC.h"
@interface SearchResultVC : GoodsListSecondStyleVC
@property (nonatomic, strong) UITextField *searchTF;
@property (nonat... |
754340156/NQ_quanfu | allrichstore/UI/Home/Message/C/MessageVC.h | <filename>allrichstore/UI/Home/Message/C/MessageVC.h
//
// MessageVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface MessageVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/ADTransition.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// ADTransition.h
// CommonLibrary
//
// Created by James on 3/7/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#if kSupportADTransition
#import <Foundation/Foundation.h>
@interface ADTransition : NSObject
// modify by James to Add Scale Transition
... |
754340156/NQ_quanfu | allrichstore/UI/Common/Main/M/BannerModel.h | <filename>allrichstore/UI/Common/Main/M/BannerModel.h
//
// BannerModel.h
// LiveTest
//
// Created by 任强宾 on 16/8/29.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import "BaseModel.h"
#import "SDCycleScrollView+Extend.h" //轮播图扩展
@interface BannerModel : BaseModel<SDCycleModelAble, NSCopying>
//图片的地... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/GuidePagesView.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// GuidePagesView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
#define MainScreen_width [UIScreen mainScreen].bounds.size.width//宽
#define MainScreen_height [UIScreen mainScreen].bounds.siz... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Global.h | //
// NSObject_Global.h
// CommonLibrary
//
// Created by AlexiChen on 14-1-16.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
//主窗口的宽、高
#define kMainScreenWidth MainScreenWidth()
#define kMainScreenHeight MainScreenHeight()
#define Localized(Str) NSLocalizedString(Str, Str)
static __inline__ CGF... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UIScrollView++/UIScrollView+qbExtension.h | <filename>allrichstore/Tools/QBClass/QBCategory/UIScrollView++/UIScrollView+qbExtension.h
//
// UIScrollView+qbExtension.h
// allrichstore
//
// Created by 任强宾 on 16/11/27.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIScrollView (qbExtension)
@property (nonatomic, ... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/QBNaviBarView.h | //
// QBNaviBarView.h
// PRJ_CreditRecruit
//
// Created by 任强宾 on 16/5/17.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QBNaviBarView : UIView
@property (nonatomic, strong) UIView *statusBar;
@property (nonatomic, strong) UIView *naviBar;
@property (nonatomic, c... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/NSString++/NSString+Base64.h | //
// NSString+Base64.h
// LiveTest
//
// Created by 任强宾 on 16/8/1.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (Base64)
/**
* 转换为Base64编码
*/
- (NSString *)base64EncodedString;
/**
* 将Base64编码还原
*/
- (NSString *)base64DecodedString;
@end
|
754340156/NQ_quanfu | allrichstore/Other/Rule.h | <filename>allrichstore/Other/Rule.h<gh_stars>1-10
//
// Rule.h
// FullRich
//
// Created by 任强宾 on 16/10/26.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef Rule_h
#define Rule_h
/*********************字符长度********************/
#define MaxLength_Title 16 //标题的最大长度
#define Length_verifiCode 6 //短... |
754340156/NQ_quanfu | allrichstore/UI/Home/SelfBusiness/C/SelfBusinessVC.h | //
// SelfBusinessVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/4.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
#import "PulldownMoreView.h" //下拉展示更多菜单
@interface SelfBusinessVC : BaseVC
@end
@interface SelfBusinessModel : NSObject<PulldownMoreModelAble, NSCoding>
@property ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/ADHeaders.h | <reponame>754340156/NQ_quanfu
//
// ADHeaders.h
// CommonLibrary
//
// Created by James on 3/7/14.
// Copyright (c) 2014 CommonLibrary. All rights reserved.
//
#if kSupportADTransition
#ifndef CommonLibrary_ADHeaders_h
#define CommonLibrary_ADHeaders_h
#import "UIView+CaptureImage.h"
#import "ADTransition.h"
#im... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UIView+CaptureImage.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// UIView+CaptureImage.h
// CommonLibrary
//
// Created by AlexiChen on 15/12/5.
// Copyright © 2015年 AlexiChen. All rights reserved.
//
#if kSupportADTransition
#import <UIKit/UIKit.h>
@interface UIView (CaptureImage)
- (UIImage *)captureImage;
- (UIImage *)captu... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/CustomCell/CustomCellHeader.h | <gh_stars>1-10
//
// CustomCellHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/11.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef CustomCellHeader_h
#define CustomCellHeader_h
#import "TitleAndPromptCell.h"
#import "IconAndTitleCell.h"
#import "Image_Text_Ver_Cell.h"
#endif /* CustomCellHeader_h *... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/NSObject+KVOCategory.h | //
// NSObject+KVOCategory.h
// CommonLibrary
//
// Created by Alexi on 5/16/14.
// Copyright (c) 2014 Alexi. All rights reserved.
//
#if kSupportNSObjectKVOCategory
#import <Foundation/Foundation.h>
@interface NSObject (KVOCategory)
- (void)observedBy:(NSObject *)observer forKeyPaths:(NSArray *)keyPaths;
-... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UITextField++/UITextFieldCategoryHeader.h | <filename>allrichstore/Tools/QBClass/QBCategory/UITextField++/UITextFieldCategoryHeader.h<gh_stars>1-10
//
// UITextFieldCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UITextFieldCategoryHeader_h
#define UITextFieldCategoryHeader_h
#import ... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/UIFramework/NSObject+loadPadClass.h | //
// NSObject+loadClass.h
// CommonLibrary
//
// Created by <NAME> on 2/28/13.
// Copyright (c) 2013 AlexiChen. All rights reserved.
//
#import <Foundation/Foundation.h>
// 声明:
// 为了区分设备:(iphone ipad)上同一逻辑界面,不同的展现,以及不同的业务处理所封装
// 因为优先完成iphone相关逻辑,对于ipad上不同的处理,作选择性继承
// 命名规则:
// AClassName: iphone处理下相关的类名
// 如果判... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/BlankPageView.h | //
// BlankPageView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/4.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, BlankPageType)
{
BlankPageTypeView = 0,
BlankPageTypeProject,
BlankPageTypeNoButton,
BlankPageTypeMaterialScheduling
};
@interfa... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UINavigationController++/UINavigationControllCategoryHeader.h | <gh_stars>1-10
//
// UINavigationControllCategoryHeader.h
// allrichstore
//
// Created by 任强宾 on 16/11/2.
// Copyright © 2016年 allrich88. All rights reserved.
//
#ifndef UINavigationControllCategoryHeader_h
#define UINavigationControllCategoryHeader_h
#import "UINavigationController+QBTransition.h"
#endif /* UI... |
754340156/NQ_quanfu | allrichstore/UI/Home/Main/V/GoodsListLayoutCell.h | //
// GoodsListLayoutCell.h
// allrichstore
//
// Created by zhaozhe on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseCollectionViewCell.h"
@class GoodsModel;
@interface GoodsListLayoutCell : BaseCollectionViewCell
/** model */
@property(nonatomic,strong) GoodsModel * model;
@end
|
754340156/NQ_quanfu | allrichstore/UI/Home/SelfBusiness/V/PulldownMenuView/PulldownView.h | <gh_stars>1-10
//
// PulldownView.h
// allrichstore
//
// Created by 任强宾 on 16/11/4.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol PulldownViewDelegate <NSObject>
@end
@class PulldownModel;
@interface PulldownView : UIView
{
UIColor *_oneMenuCell_NormalColor; //... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Category/UIView+ModifyFrame.h | <reponame>754340156/NQ_quanfu<gh_stars>1-10
//
// UIView+ModifyFrame.h
// CommonLibrary
//
// Created by Alexi on 14-2-21.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#if kUnSupportModifyFrame
#import <UIKit/UIKit.h>
@interface UIView (ModifyFrame)
@property float x;
@property float y;
@p... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/TipUtility/HUDHelper.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/Tools/CommonLibrary/TipUtility/HUDHelper.h
//
// HUDHelper.h
//
//
// Created by Alexi on 12-11-28.
// Copyright (c) 2012年 . All rights reserved.
//
#import "MBProgressHUD.h"
@interface HUDHelper : NSObject
{
@private
MBProgressHUD *_syncHUD;
}
+ (HUDHelp... |
754340156/NQ_quanfu | allrichstore/UI/Common/Invoice/V/InvoiceInfoCell.h | //
// InvoiceInfoCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/21.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseTableViewCell.h"
@interface InvoiceInfoCell : BaseTableViewCell
@property (nonatomic, strong) UITextField *rightTF;
@end
|
754340156/NQ_quanfu | allrichstore/UI/GoodsClass/Main/V/GoodsClassCell.h | <reponame>754340156/NQ_quanfu
//
// GoodsClassCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/24.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseCollectionViewCell.h"
#import "GoodsClassModel.h"
//分类菜单的cell
@interface GoodsClassCell : BaseCollectionViewCell
@property (nonatomic, stron... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/FTUtils/FTAnimation+UIView.h | /*
The MIT License
Copyright (c) 2009 Free Time Studios and <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, cop... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBCategory/UILabel++/UILabelCategoryHeader.h | <gh_stars>1-10
//
// UILabelCategoryHeader.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/29.
// Copyright © 2016年 任强宾. All rights reserved.
//
#ifndef UILabelCategoryHeader_h
#define UILabelCategoryHeader_h
#import "UILabel+Compute.h" //计算
#endif /* UILabelCategoryHeader_h */
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/Flip/UIViewController+ADFlipTransition.h | <reponame>754340156/NQ_quanfu
/*
* The MIT License (MIT)
*
* Copyright (c) 2012-2013 <NAME>. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction,... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/FoldMenuView/FoldMenu_HeaderView.h | <gh_stars>1-10
//
// FoldMenu_HeaderView.h
// allrichstore
//
// Created by 任强宾 on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FoldMenu_HeaderView : UITableViewHeaderFooterView
@property (nonatomic, strong) QButton *menuBtn;
@end
|
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/M/SecondCommentModel.h | //
// SecondCommentModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/23.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
@interface SecondCommentModel : BaseModel
/** icon */
@property(nonatomic,copy) NSString * icon;
/** title */
@property(nonatomic,copy) NSString * title;... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/LabelCell.h | //
// LabelCell.h
// allrichstore
//
// Created by 任强宾 on 16/11/17.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LabelCell : UITableViewCell
@property (nonatomic, strong) UILabel *label;
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/ImageTitleButton.h | //
// ImageTitleButton.h
// CommonLibrary
//
// Created by Alexi on 3/21/14.
// Copyright (c) 2014 Alexi. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MenuButton.h"
typedef enum
{
EImageTopTitleBottom,
ETitleTopImageBottom,
EImageLeftTitleRight,
ETitleLeftImageRight,
EImageLe... |
754340156/NQ_quanfu | allrichstore/UI/Login/C/LoginVC.h | <filename>allrichstore/UI/Login/C/LoginVC.h<gh_stars>1-10
//
// LoginVC.h
// allrichstore
//
// Created by 任强宾 on 16/10/31.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface LoginVC : BaseVC
/** 登录成功回调 */
@property(nonatomic,copy) void (^loginSuccessBlock)();
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/CommonView/CommonViewHeaders.h | <reponame>754340156/NQ_quanfu
//
// CommonViewHeaders.h
// CommonLibrary
//
// Created by AlexiChen on 14-1-17.
// Copyright (c) 2014年 CommonLibrary. All rights reserved.
//
#ifndef CommonLibrary_CommonViewHeaders_h
#define CommonLibrary_CommonViewHeaders_h
#import "MenuButton.h"
#if kSupportUnusedCommonView
#i... |
754340156/NQ_quanfu | allrichstore/UI/Common/GoodDetail/Comment/C/CommentVC.h | <reponame>754340156/NQ_quanfu<filename>allrichstore/UI/Common/GoodDetail/Comment/C/CommentVC.h<gh_stars>1-10
//
// CommentVC.h
// allrichstore
//
// Created by zhaozhe on 16/11/3.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface CommentVC : BaseVC
/** 商品id */
@property(nonato... |
754340156/NQ_quanfu | allrichstore/Library/SGPickerView_DatePicker/SGLocationPickerSheetView.h | //
// SGLocationPickerSheetView.h
// SGPickerView_DatePickerExample
//
// Created by Sorgle on 16/9/23.
// Copyright © 2016年 Sorgle. All rights reserved.
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //
//
// - - 如在使用中, 遇到什么问题或者有更好建议者, 请于<EMAIL>邮箱联系 - - - - - //
// - - - - - -... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBViewClass/PickerView.h | //
// PickerView.h
// MeiYiQuan
//
// Created by 任强宾 on 16/9/28.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, PickerViewType)
{
PickerViewTypeNormal = 0,
PickerViewTypeHaveBtn
};
typedef void(^PickerViewBlock)(NSArray *selectedArray);
@interface P... |
754340156/NQ_quanfu | allrichstore/Tools/QBClass/QBUIClass/TextField.h | //
// TextField.h
// PRJ_CreditRecruit
//
// Created by apple on 16/2/29.
// Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TextField : UITextField
@end
|
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Animation/ADTransition/Flip/ADFlipTransition.h | #if kSupportADTransition
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
// Flip Transition
@interface ADFlipTransition : ADTransition
@end
#endif |
754340156/NQ_quanfu | allrichstore/UI/Login/C/ThirdLoginVC.h | <gh_stars>1-10
//
// ThirdLoginVC.h
// allrichstore
//
// Created by 任强宾 on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface ThirdLoginVC : BaseVC
//第三方登录的类型
@property (nonatomic, assign) ThirdLoginType thirdLoginType;
//第三方登录的昵称
@property (nonatomic, copy) NSString... |
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderMessageCell.h | //
// CreateOrderMessageCell.h
// allrichstore
//
// Created by zhaozhe on 16/11/21.
// Copyright © 2016年 allrich88. All rights reserved.
//买家留言
#import "BaseTableViewCell.h"
@interface CreateOrderMessageCell : BaseTableViewCell
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/C/CreateOrderVC.h | //
// CreateOrderVC.h
// allrichstore
//
// Created by zhaozhe on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseVC.h"
@interface CreateOrderVC : BaseVC
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/Main/M/ShoppingCartModel.h | //
// ShoppingCartModel.h
// allrichstore
//
// Created by zhaozhe on 16/11/15.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import "BaseModel.h"
#define kCellHeight 120.0f
#define kHeaderH 45.0f
typedef NS_ENUM(NSInteger, HeadClickState) {
HeadClickStateNormal,
HeadClickStateSelected
};
typede... |
754340156/NQ_quanfu | allrichstore/Base/V/NetErrorItem.h | //
// NetErrorItem.h
// LiveTest
//
// Created by 任强宾 on 16/9/13.
// Copyright © 2016年 NeiQuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NetErrorItem : UICollectionViewCell
@end
|
754340156/NQ_quanfu | allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderHeaderView.h | <gh_stars>1-10
//
// CreateOrderHeaderView.h
// allrichstore
//
// Created by zhaozhe on 16/11/16.
// Copyright © 2016年 allrich88. All rights reserved.
//
#import <UIKit/UIKit.h>
@class CreateOrderModel;
@protocol CreateOrderHeaderViewDelegate <NSObject>
- (void)CreateOrderHeaderViewDelegate_clickSelf;
@end
@i... |
754340156/NQ_quanfu | allrichstore/Tools/CommonLibrary/Font/FontHelper.h | <gh_stars>1-10
//
// FontHelper.h
// CommonLibrary
//
// Created by Alexi on 13-10-22.
// Copyright (c) 2013年 ywchen. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FontHelper : NSObject
// 标题字体
@property (nonatomic, readonly) UIFont *titleFont;
// 子标题字体
@property (nonatomic, readonly) UIFont *sub... |
754340156/NQ_quanfu | allrichstore/Base/V/BaseTableViewCell.h | //
// BaseTableViewCell.h
// MeiYiQuan
//
// Created by 任强宾 on 16/10/21.
// Copyright © 2016年 任强宾. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, CellBtnStyle)
{
CellBtnStyle_Play = 1,
CellBtnStyle_Share,
CellBtnStyle_Comment,
CellBtnStyle_Like,
CellBtnStyle_DisLik... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.