Home
last modified time | relevance | path

Searched +defs:description +defs:long (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/flickcurl/flickcurl-1.26/utils/
H A Dlist-methods.c70 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
71 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
72 #define HELP_ARG(short, long) "--" #long argument
75 #define HELP_TEXT(short, long, description) " -" short " " description argument
76 #define HELP_TEXT_LONG(long, description) argument
77 #define HELP_ARG(short, long) "-" #short argument
H A Dflickcurl.c107 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
108 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
109 #define HELP_ARG(short, long) "--" #long argument
112 #define HELP_TEXT(short, long, description) " -" short " " description argument
113 #define HELP_TEXT_LONG(long, description) argument
114 #define HELP_ARG(short, long) "-" #short argument
H A Dcodegen.c71 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
72 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
73 #define HELP_ARG(short, long) "--" #long argument
76 #define HELP_TEXT(short, long, description) " -" short " " description argument
77 #define HELP_TEXT_LONG(long, description) argument
78 #define HELP_ARG(short, long) "-" #short argument
H A Dflickrdf.c80 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
81 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
82 #define HELP_ARG(short, long) "--" #long argument
85 #define HELP_TEXT(short, long, description) " -" short " " description argument
86 #define HELP_TEXT_LONG(long, description) argument
87 #define HELP_ARG(short, long) "-" #short argument
H A Dmangen.c54 #define HELP_TEXT(short, long, description) " -" short " " description argument
55 #define HELP_TEXT_LONG(long, description) argument
56 #define HELP_ARG(short, long) "-" #short argument
/dports/textproc/rasqal/rasqal-0.9.33/utils/
H A Dtestrunner.c73 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
74 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
75 #define HELP_ARG(short, long) "--" #long argument
78 #define HELP_TEXT(short, long, description) " -" short " " description argument
79 #define HELP_TEXT_LONG(long, description) argument
80 #define HELP_ARG(short, long) "-" #short argument
H A Dcheck_query.c89 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
90 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
91 #define HELP_ARG(short, long) "--" #long argument
94 #define HELP_TEXT(short, long, description) " -" short " " description argument
95 #define HELP_TEXT_LONG(long, description) argument
96 #define HELP_ARG(short, long) "-" #short argument
H A Droqet.c77 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
78 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
79 #define HELP_ARG(short, long) "--" #long argument
82 #define HELP_TEXT(short, long, description) " -" short " " description argument
83 #define HELP_TEXT_LONG(long, description) argument
84 #define HELP_ARG(short, long) "-" #short argument
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFBTreeByteArray.m40 - (NSString*)description { method
90 …eSlice *)sliceContainingByteAtIndex:(unsigned long long)offset beginningOffset:(unsigned long long…
130 - (BOOL)fastPathInsertByteSlice:(HFByteSlice *)slice atOffset:(unsigned long long)offset {
145 - (void)insertByteSlice:(HFByteSlice *)slice atOffset:(unsigned long long)offset {
/dports/textproc/raptor2/raptor2-2.0.15/utils/
H A Drapper.c173 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
174 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
175 #define HELP_ARG(short, long) "--" #long argument
176 #define HELP_ARG_BOTH(short, long) " \"-" short "\" or \"--" long "\"" argument
179 #define HELP_TEXT(short, long, description) " -" short " " description argument
180 #define HELP_TEXT_LONG(long, description) argument
181 #define HELP_ARG(short, long) "-" #short argument
182 #define HELP_ARG_BOTH(short, long) "\"-" short "\"" argument
/dports/textproc/raptor/raptor-1.4.21/utils/
H A Drapper.c167 #define HELP_TEXT(short, long, description) " -" short ", --" long " " description argument
168 #define HELP_TEXT_LONG(long, description) " --" long " " description argument
169 #define HELP_ARG(short, long) "--" #long argument
170 #define HELP_ARG_BOTH(short, long) " \"-" short "\" or \"--" long "\"" argument
173 #define HELP_TEXT(short, long, description) " -" short " " description argument
174 #define HELP_TEXT_LONG(long, description) argument
175 #define HELP_ARG(short, long) "-" #short argument
176 #define HELP_ARG_BOTH(short, long) "\"-" short "\"" argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/UAccCOM/
H A DAccActionBase.cxx104 …_NOTHROW STDMETHODIMP CAccActionBase::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()
129 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_name( long, BSTR __RPC_FAR *) in get_name() argument
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_localizedName( long, BSTR __RPC_FAR *) in get_localizedName() argument
150 /* [in] */ long actionIndex, in get_keyBinding() argument
H A DAccTable.cxx118 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_columnDescription(long column, BSTR * description) in get_columnDescription()
337 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_rowDescription(long row, BSTR * description) in get_rowDescription()
456 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedRows(long, long ** rows, long * nRows) in get_selectedRows() argument
495 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedColumns(long, long ** columns, long * numC… in get_selectedColumns() argument
929 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_rowColumnExtentsAtIndex(long, in get_rowColumnExtentsAtIndex() argument
930 long *, in get_rowColumnExtentsAtIndex() argument
978 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedChildren(long, long **children, long *nChi… in get_selectedChildren() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/UAccCOM/
H A DAccActionBase.cxx104 …_NOTHROW STDMETHODIMP CAccActionBase::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()
129 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_name( long, BSTR __RPC_FAR *) in get_name() argument
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_localizedName( long, BSTR __RPC_FAR *) in get_localizedName() argument
150 /* [in] */ long actionIndex, in get_keyBinding() argument
H A DAccTable.cxx118 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_columnDescription(long column, BSTR * description) in get_columnDescription()
337 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_rowDescription(long row, BSTR * description) in get_rowDescription()
456 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedRows(long, long ** rows, long * nRows) in get_selectedRows() argument
495 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedColumns(long, long ** columns, long * numC… in get_selectedColumns() argument
929 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_rowColumnExtentsAtIndex(long, in get_rowColumnExtentsAtIndex() argument
930 long *, in get_rowColumnExtentsAtIndex() argument
978 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTable::get_selectedChildren(long, long **children, long *nChi… in get_selectedChildren() argument
/dports/lang/ruby26/ruby-2.6.9/spec/mspec/lib/mspec/utils/
H A Doptions.rb6 attr_reader :short, :long, :arg, :description, :block accessor in MSpecOption
8 def initialize(short, long, arg, description, block) argument
84 def add(short, long, arg, description, block) argument
/dports/devel/libdap/libdap-3.20.8/
H A DD4AsyncUtil.cc256 …riteD4AsyncResponseRejected(XMLWriter &xml, RejectReasonCode code, string description, string *sty… in writeD4AsyncResponseRejected()
335 void D4AsyncUtil::writeD2AsyncRequired(XMLWriter &/*xml*/, long /*expectedDelay*/, long /*responseL… in writeD2AsyncRequired() argument
339 void D4AsyncUtil::writeD2AsyncAccepted(XMLWriter &, long , long , string /*asyncResourceUrl*/) { in writeD2AsyncAccepted() argument
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dtbb_profiling.h275 …id register_node_addr( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in register_node_addr()
278 … itt_make_task_group( itt_domain_enum /*domain*/, void* /*group*/, unsigned long long /*group_extr… in itt_make_task_group()
281 … itt_metadata_str_add( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in itt_metadata_str_add()
284 …oid itt_relation_add( itt_domain_enum /*domain*/, void* /*addr0*/, unsigned long long /*addr0_extr… in itt_relation_add()
287 …inline void itt_task_begin( itt_domain_enum /*domain*/, void* /*task*/, unsigned long long /*task_… in itt_task_begin()
292 …id itt_region_begin( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_begin()
295 …void itt_region_end( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_end()
330 static void emit(const std::string &description) { in emit()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dtbb_profiling.h275 …id register_node_addr( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in register_node_addr()
278 … itt_make_task_group( itt_domain_enum /*domain*/, void* /*group*/, unsigned long long /*group_extr… in itt_make_task_group()
281 … itt_metadata_str_add( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in itt_metadata_str_add()
284 …oid itt_relation_add( itt_domain_enum /*domain*/, void* /*addr0*/, unsigned long long /*addr0_extr… in itt_relation_add()
287 …inline void itt_task_begin( itt_domain_enum /*domain*/, void* /*task*/, unsigned long long /*task_… in itt_task_begin()
292 …id itt_region_begin( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_begin()
295 …void itt_region_end( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_end()
330 static void emit(const std::string &description) { in emit()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dtbb_profiling.h275 …id register_node_addr( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in register_node_addr()
278 … itt_make_task_group( itt_domain_enum /*domain*/, void* /*group*/, unsigned long long /*group_extr… in itt_make_task_group()
281 … itt_metadata_str_add( itt_domain_enum /*domain*/, void* /*addr*/, unsigned long long /*addr_extra… in itt_metadata_str_add()
284 …oid itt_relation_add( itt_domain_enum /*domain*/, void* /*addr0*/, unsigned long long /*addr0_extr… in itt_relation_add()
287 …inline void itt_task_begin( itt_domain_enum /*domain*/, void* /*task*/, unsigned long long /*task_… in itt_task_begin()
292 …id itt_region_begin( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_begin()
295 …void itt_region_end( itt_domain_enum /*domain*/, void* /*region*/, unsigned long long /*region_ext… in itt_region_end()
330 static void emit(const std::string &description) { in emit()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSProxy/
H A Dtest01.m89 -(long)longPlong:(long)v; argument
90 -(unsigned long)uLongPuLong:(unsigned long)v;
91 -(long long)longlongPlonglong:(long long)v; argument
92 -(unsigned long long)ulonglongPulonglong:(unsigned long long)v;
116 -(long)longPlong:(long)v { return v - 1; } argument
117 -(unsigned long)uLongPuLong:(unsigned long)v { return v - 1; }
118 -(long long)longlongPlonglong:(long long)v { return v - 1; } argument
119 -(unsigned long long)ulonglongPulonglong:(unsigned long long)v { return v - 1; }
157 {
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-search.md45 #### description subsubsection
67 #### long subsubsection
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-search.md45 #### description subsubsection
67 #### long subsubsection
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-search.md45 #### description subsubsection
67 #### long subsubsection
/dports/www/node10/node-v10.24.1/deps/npm/docs/content/cli-commands/
H A Dnpm-search.md45 #### description subsubsection
67 #### long subsubsection

1234567