Home
last modified time | relevance | path

Searched defs:lineno (Results 126 – 150 of 12397) sorted by relevance

12345678910>>...496

/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/parsers/rst/
H A Droles.py94 def role(role_name, language_module, lineno, reporter): argument
195 def __call__(self, role, rawtext, text, lineno, inliner, argument
219 def __call__(self, role, rawtext, text, lineno, inliner, argument
231 def generic_custom_role(role, rawtext, text, lineno, inliner, argument
255 def pep_reference_role(role, rawtext, text, lineno, inliner, argument
276 def rfc_reference_role(role, rawtext, text, lineno, inliner, argument
303 def raw_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
325 def code_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
358 def math_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
371 def unimplemented_role(role, rawtext, text, lineno, inliner, attributes={}): argument
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/parsers/rst/
H A Droles.py94 def role(role_name, language_module, lineno, reporter): argument
195 def __call__(self, role, rawtext, text, lineno, inliner, argument
219 def __call__(self, role, rawtext, text, lineno, inliner, argument
231 def generic_custom_role(role, rawtext, text, lineno, inliner, argument
255 def pep_reference_role(role, rawtext, text, lineno, inliner, argument
276 def rfc_reference_role(role, rawtext, text, lineno, inliner, argument
303 def raw_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
325 def code_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
358 def math_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
371 def unimplemented_role(role, rawtext, text, lineno, inliner, attributes={}): argument
/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/
H A Droles.py94 def role(role_name, language_module, lineno, reporter): argument
195 def __call__(self, role, rawtext, text, lineno, inliner, argument
219 def __call__(self, role, rawtext, text, lineno, inliner, argument
231 def generic_custom_role(role, rawtext, text, lineno, inliner, argument
255 def pep_reference_role(role, rawtext, text, lineno, inliner, argument
276 def rfc_reference_role(role, rawtext, text, lineno, inliner, argument
303 def raw_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
325 def code_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
358 def math_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
371 def unimplemented_role(role, rawtext, text, lineno, inliner, attributes={}): argument
/dports/devel/eric6/eric6-21.11/eric/eric6/Utilities/ClassBrowsers/
H A Didlclbr.py111 def __init__(self, module, name, file, lineno): argument
132 def __init__(self, module, name, superClasses, file, lineno): argument
157 def __init__(self, module, name, file, lineno, signature='', argument
184 def __init__(self, module, name, file, lineno): argument
254 def calculateEndline(lineno, lines): argument
282 def calculateMethodEndline(lineno, lines): argument
H A DClbrBaseClasses.py15 def __init__(self, module, name, file, lineno): argument
48 def __init__(self, module, name, file, lineno): argument
210 def __init__(self, module, name, file, lineno): argument
227 def addAssignment(self, lineno): argument
242 def __init__(self, module, name, superClasses, file, lineno): argument
267 def __init__(self, module, name, file, lineno): argument
291 def __init__(self, module, name, file, lineno, signature='', separator=',', argument
323 def __init__(self, module, file, lineno, coding): argument
345 def __init__(self, module, name, file, lineno): argument
H A Dprotoclbr.py107 def __init__(self, module, name, file, lineno): argument
128 def __init__(self, module, name, file, lineno): argument
149 def __init__(self, module, name, file, lineno): argument
171 def __init__(self, name, file, lineno, signature, returns): argument
245 def calculateEndline(lineno, lines): argument
H A Dpyclbr.py162 def __init__(self, module, name, superClasses, file, lineno): argument
181 def __init__(self, module, name, file, lineno, signature='', separator=',', argument
205 def __init__(self, module, name, file, lineno): argument
222 def __init__(self, module, file, lineno, idents): argument
255 def addImport(self, moduleName, names, lineno): argument
313 def addImport(self, lineno, importedNames): argument
403 def calculateEndline(lineno, lines, indent): argument
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs-jni/
H A Djni_ErrorMsg.c52 ctx_t ctx, uint32_t lineno, const char * fmt, va_list args ) in ErrorVThrow()
113 void ErrorMsgThrow ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, const char *fmt, ... ) in ErrorMsgThrow()
136 void RuntimeExceptionThrow ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, const char *fmt, ... ) in RuntimeExceptionThrow()
157 void ErrorMsgAssertU32 ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, jint i ) in ErrorMsgAssertU32()
166 void ErrorMsgAssertU64 ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, jlong i ) in ErrorMsgAssertU64()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs-jni/
H A Djni_ErrorMsg.c52 ctx_t ctx, uint32_t lineno, const char * fmt, va_list args ) in ErrorVThrow()
113 void ErrorMsgThrow ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, const char *fmt, ... ) in ErrorMsgThrow()
136 void RuntimeExceptionThrow ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, const char *fmt, ... ) in RuntimeExceptionThrow()
157 void ErrorMsgAssertU32 ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, jint i ) in ErrorMsgAssertU32()
166 void ErrorMsgAssertU64 ( JNIEnv * jenv, ctx_t ctx, uint32_t lineno, jlong i ) in ErrorMsgAssertU64()
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Ddirectors.py102 def get_disable_after(self, lineno): argument
113 def start(cls, lineno): argument
126 def start(cls, lineno): argument
134 def add_lpar(self, lineno): argument
138 def add_rpar(self, lineno): argument
145 def contains(self, lineno): argument
155 def start(cls, lineno, token, attribute_variable_annotations): argument
190 def add_token(self, lineno, token): argument
370 def _process_comment(self, line, lineno, col, type_comment_set): argument
391 def _process_type(self, lineno, code, data, is_nested, type_comment_set): argument
[all …]
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c61 static int dsaschema_parse_at(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_at()
92 static int dsaschema_parse_oc(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_oc()
123 static int dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_cr()
158 int savelineno, lineno; in dsaschema_read_config() local
282 int lineno, in fp_parse_line()
387 fp_getline( FILE *fp, int *lineno ) in fp_getline()
433 fp_getline_init( int *lineno ) in fp_getline_init()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c61 static int dsaschema_parse_at(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_at()
92 static int dsaschema_parse_oc(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_oc()
123 static int dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_cr()
158 int savelineno, lineno; in dsaschema_read_config() local
282 int lineno, in fp_parse_line()
387 fp_getline( FILE *fp, int *lineno ) in fp_getline()
433 fp_getline_init( int *lineno ) in fp_getline_init()
/dports/devel/z88dk/z88dk/src/z80asm/lib/
H A Dalloc.c40 int lineno; /* line number where allocated */ member
143 static MemBlock *new_block( size_t client_size, const char *file, int lineno ) in new_block()
189 static MemBlock *find_block( void *memptr, char *file, int lineno ) in find_block()
256 void *m_malloc_( size_t size, const char *file, int lineno ) in m_malloc_()
266 void *m_calloc_( size_t num, size_t size, const char *file, int lineno ) in m_calloc_()
276 char *m_strdup_(const char *source, const char *file, int lineno ) in m_strdup_()
284 void *m_realloc_( void *memptr, size_t size, char *file, int lineno ) in m_realloc_()
339 void m_free_( void *memptr, char *file, int lineno ) in m_free_()
378 void *m_set_destructor_( void *memptr, destructor_t destructor, char *file, int lineno ) in m_set_destructor_()
391 void *m_set_in_collection_( void *memptr, bool in_collection, char *file, int lineno ) in m_set_in_collection_()
[all …]
/dports/devel/py-fastimport/fastimport-0.9.14/fastimport/
H A Derrors.py34 def __init__(self, lineno): argument
45 def __init__(self, lineno, expected, found): argument
57 def __init__(self, lineno, terminator): argument
67 def __init__(self, lineno, cmd): argument
77 def __init__(self, lineno, cmd, section): argument
89 def __init__(self, lineno, cmd, section, text): argument
102 def __init__(self, lineno, timezone, reason=None): argument
116 def __init__(self, lineno): argument
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/BaseMemoryLibSse2/Ia32/
H A DScanMem8.nasm19 ; BaseMemoryLibMmx
20 ; BaseMemoryLibSse2
33 ; IN UINTN Length,
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/TigerlakeSiliconPkg/Include/ConfigBlock/Smbus/
H A DSmbusConfig.h20 typedef struct { in ecpg_free()
21 /** in ecpg_free()
22 Revision 1: Init version in ecpg_free()
33 …/// <b>(Test)</b> SPD Write Disable, 0: leave SPD Write Disable bit; <b>1: set SPD Write Disable b… in ecpg_free()
50 #endif // _SMBUS_CONFIG_H_
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-json/
H A Dscope.json6 "lineno" : 57, number
23 "lineno" : 41, number
41 "lineno" : 42, number
59 "lineno" : 43, number
77 "lineno" : 44, number
95 "lineno" : 45, number
113 "lineno" : 46, number
131 "lineno" : 47, number
149 "lineno" : 50, number
167 "lineno" : 51, number
[all …]
/dports/www/kf5-kjsembed/kjsembed-5.89.0/examples/kjsconsole/
H A Dnumberedtextview.cpp48 void NumberBar::setCurrentLine(int lineno) in setCurrentLine()
53 void NumberBar::setStopLine(int lineno) in setStopLine()
58 void NumberBar::setBugLine(int lineno) in setBugLine()
189 void NumberedTextView::setCurrentLine(int lineno) in setCurrentLine()
195 void NumberedTextView::setStopLine(int lineno) in setStopLine()
200 void NumberedTextView::setBugLine(int lineno) in setBugLine()
/dports/devel/global/global-6.6.7/libutil/
H A Dlinetable.c64 int lineno, offset; in linetable_open() local
117 linetable_put(int offset, int lineno) in linetable_put()
135 linetable_get(int lineno, int *offset) in linetable_get()
162 linetable_print(FILE *op, int lineno) in linetable_print()
/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/parser/
H A Dctypesparser.py190 def handle_declaration(self, declaration, filename, lineno): argument
215 def handle_ctypes_new_type(self, ctype, filename, lineno): argument
218 def handle_ctypes_typedef(self, name, ctype, filename, lineno): argument
221 def handle_ctypes_function(self, name, restype, argtypes, errcheck, filename, lineno): argument
224 def handle_ctypes_variable(self, name, ctype, filename, lineno): argument
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/src/
H A Dblock_locator.c18 int _strip(Py_UNICODE *begin, Py_UNICODE *end, int *lineno, Py_UNICODE **out) { in _strip()
32 _BlockLocator_push_lineno(BlockLocator *self, int lineno) { in _BlockLocator_push_lineno()
41 int lineno; in _BlockLocator_pop_lineno() local
96 int len = -1, lineno = -1; in _BlockLocator_flush_properties() local
147 int len, lineno = -1; in _BlockLocator_end_block1() local
183 int len, lineno = -1; in _BlockLocator_end_property() local
/dports/devel/bsdelf/elftoolchain-0.7.1/libdwarf/
H A Ddwarf_pro_macinfo.c32 _dwarf_add_macro(Dwarf_P_Debug dbg, int type, Dwarf_Unsigned lineno, in _dwarf_add_macro()
76 dwarf_def_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_def_macro()
90 dwarf_undef_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_undef_macro()
104 dwarf_start_macro_file(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, in dwarf_start_macro_file()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libdwarf/
H A Ddwarf_pro_macinfo.c32 _dwarf_add_macro(Dwarf_P_Debug dbg, int type, Dwarf_Unsigned lineno, in _dwarf_add_macro()
76 dwarf_def_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_def_macro()
90 dwarf_undef_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_undef_macro()
104 dwarf_start_macro_file(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, in dwarf_start_macro_file()
/dports/graphics/gource/gource-0.51/src/core/
H A Dconffile.h37 int lineno; variable
47 int lineno; variable
98 int lineno; variable
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dconffile.h37 int lineno; variable
47 int lineno; variable
98 int lineno; variable

12345678910>>...496