Home
last modified time | relevance | path

Searched +defs:a +defs:lst (Results 1 – 25 of 1887) sorted by relevance

12345678910>>...76

/dports/devel/py-jedi/jedi-0.18.0/test/completion/
H A Ddynamic_arrays.py64 a = set(arr) variable
79 lst = list() variable
95 lst = [1] variable
99 lst = list(s) variable
119 lst = [1] variable
125 lst = list(s) variable
143 def app(a): argument
258 a = set([1.0]) variable
265 def first(a): argument
271 def second(a): argument
[all …]
/dports/math/lrcalc/lrcalc-1.3/src/
H A Dlist.h14 #define l_elem(lst, i) ((lst)->array[i]) argument
15 #define l_length(lst) ((lst)->length) argument
16 #define l_allocated(lst) ((lst)->allocated) argument
32 #define l_intelem(lst,i) ((int) (lst)->array[i]) argument
33 #define l_appendint(lst,a) l_append(lst,(void *)(a)) argument
/dports/multimedia/mpv/waf-2.0.20/playground/compress/
H A Doptim.py28 def gen(lst, options): argument
33 def compare(a, b): argument
38 def compare(a, b): argument
120 lst = read_wafdir() variable
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/taskjuggler/
H A DCoreAttributesList.cpp86 QList<CoreAttributes*> lst = *this; in sort() local
109 CoreAttributes *a = at(pos); in createIndex() local
120 CoreAttributes *a = at(pos); in createIndex() local
129 CoreAttributes *a = at(pos); in createIndex() local
141 CoreAttributes *a = at(pos); in getIndex() local
153 CoreAttributes *a = at(pos); in maxDepth() local
267 QStringList lst; in getSortCriteria() local
286 QDebug operator<<(QDebug dbg, const TJ::CoreAttributesList& lst) in operator <<()
/dports/devel/py-flynt/flynt-0.69/test/integration/expected_out_single_line/
H A Dstring_in_string.py1 lst = [2, 3, 4] variable
2 a = f"beautiful numbers to follow: {' '.join(lst)}" variable
3 a = "beautiful numbers to follow: {}".format("\t".join(lst)) variable
4 a = f"beautiful numbers to follow: {' '.join(lst)}" variable
5 a = "beautiful numbers to follow: {}".format('\n'.join(lst)) variable
/dports/devel/py-flynt/flynt-0.69/test/integration/samples_in/
H A Dstring_in_string.py1 lst = [2, 3, 4] variable
2 a = "beautiful numbers to follow: {}".format(" ".join(lst)) variable
3 a = "beautiful numbers to follow: {}".format("\t".join(lst)) variable
4 a = "beautiful numbers to follow: {}".format(' '.join(lst)) variable
5 a = "beautiful numbers to follow: {}".format('\n'.join(lst)) variable
/dports/devel/py-flynt/flynt-0.69/test/integration/expected_out/
H A Dstring_in_string.py1 lst = [2, 3, 4] variable
2 a = f"beautiful numbers to follow: {' '.join(lst)}" variable
3 a = "beautiful numbers to follow: {}".format("\t".join(lst)) variable
4 a = f"beautiful numbers to follow: {' '.join(lst)}" variable
5 a = "beautiful numbers to follow: {}".format('\n'.join(lst)) variable
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dutils.h261 #define DEBUG(a,b) { \ argument
274 #define MAX(a,b) (((a) < (b)) ? (b) : (a)) argument
282 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
303 #define ELM(lst,i) (lst->ptr[i]) argument
310 #define LEN(lst) (lst->len) argument
319 # define AddList(a,b) ADD_LIST( __FILE__, __LINE__, a, b ) argument
331 # define List(a) LIST( __FILE__, __LINE__, a ) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/scripts/
H A Dgenutil.py191 def isEqual(a, b): return Scalar(a.isEqual(b)) argument
194 def isNotEqual(a, b): return Scalar(not a.isEqual(b)) argument
200 def length(a): return a.length() argument
203 def distance(a, b): return a.distance(b) argument
206 def dot(a, b): return a.dot(b) argument
209 def cross(a, b): return a.cross(b) argument
212 def normalize(a): return a.normalize() argument
215 def boolAny(a): return a.boolAny() argument
218 def boolAll(a): return a.boolAll() argument
221 def boolNot(a): return a.boolNot() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/scripts/
H A Dgenutil.py191 def isEqual(a, b): return Scalar(a.isEqual(b)) argument
194 def isNotEqual(a, b): return Scalar(not a.isEqual(b)) argument
200 def length(a): return a.length() argument
203 def distance(a, b): return a.distance(b) argument
206 def dot(a, b): return a.dot(b) argument
209 def cross(a, b): return a.cross(b) argument
212 def normalize(a): return a.normalize() argument
215 def boolAny(a): return a.boolAny() argument
218 def boolAll(a): return a.boolAll() argument
221 def boolNot(a): return a.boolNot() argument
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dlistobj.py784 def list_ne_impl(a, b): argument
792 def list_le_impl(a, b): argument
807 def list_lt_impl(a, b): argument
822 def list_ge_impl(a, b): argument
830 def list_gt_impl(a, b): argument
859 def list_copy_impl(lst): argument
1036 def gt(a, b): argument
1185 def impl(lst, x): argument
1194 def literal_list_count(lst): argument
1196 def impl(lst): argument
[all …]
/dports/audio/csound/csound-6.15.0/Top/
H A Dopcode.c36 static int opcode_cmp_func(const void *a, const void *b) in opcode_cmp_func()
65 void *lst = NULL; in csoundNewOpcodeList() local
161 PUBLIC void csoundDisposeOpcodeList(CSOUND *csound, opcodeListEntry *lst) in csoundDisposeOpcodeList()
168 opcodeListEntry *lst; in list_opcodes() local
/dports/graphics/qgis/qgis-3.22.3/src/app/layout/
H A Dqgslayout3dmapwidget.cpp38 …const QList<Qgs3DMapCanvasDockWidget *> lst = QgisApp::instance()->findChildren<Qgs3DMapCanvasDock… in _prepare3DViewsMenu() local
42 QAction *a = menu->addAction( dock->mapCanvas3D()->objectName(), w, slot ); in _prepare3DViewsMenu() local
60 …const QList<Qgs3DMapCanvasDockWidget *> lst = QgisApp::instance()->findChildren<Qgs3DMapCanvasDock… in _dock3DViewFromSender() local
96 QList<QgsDoubleSpinBox *> lst; in QgsLayout3DMapWidget() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/layout/
H A Dqgslayout3dmapwidget.cpp38 …const QList<Qgs3DMapCanvasDockWidget *> lst = QgisApp::instance()->findChildren<Qgs3DMapCanvasDock… in _prepare3DViewsMenu() local
42 QAction *a = menu->addAction( dock->mapCanvas3D()->objectName(), w, slot ); in _prepare3DViewsMenu() local
60 …const QList<Qgs3DMapCanvasDockWidget *> lst = QgisApp::instance()->findChildren<Qgs3DMapCanvasDock… in _dock3DViewFromSender() local
96 QList<QgsDoubleSpinBox *> lst; in QgsLayout3DMapWidget() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptcontextinfo/
H A Dtst_qscriptcontextinfo.cpp77 QScriptValue testSlot(double a, double b) in testSlot()
110 QList<QScriptContextInfo> lst; in getContextInfoList() local
127 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in nativeFunction() local
173 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in scriptFunction() local
235 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in qtFunction() local
275 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in qtPropertyFunction() local
345 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in streaming() local
385 QList<QScriptContextInfo> lst = qscriptvalue_cast<QList<QScriptContextInfo> >(ret); in assignmentAndComparison() local
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/kms-message/src/
H A Dkms_request.c27 kms_kv_list_t *lst = kms_kv_list_new (); in parse_query_params() local
268 cmp_query_params (const void *a, const void *b) in cmp_query_params()
283 kms_kv_list_t *lst; in append_canonical_query() local
307 append_canonical_headers (kms_kv_list_t *lst, kms_request_str_t *str) in append_canonical_headers()
341 append_signed_headers (kms_kv_list_t *lst, kms_request_str_t *str) in append_signed_headers()
372 kms_kv_list_t *lst; in finalize() local
422 cmp_header_field_names (const void *a, const void *b) in cmp_header_field_names()
431 kms_kv_list_t *lst; in canonical_headers() local
445 kms_kv_list_t *lst; in kms_request_get_canonical() local
620 kms_kv_list_t *lst = NULL; in kms_request_get_signature() local
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/kms-message/src/
H A Dkms_request.c27 kms_kv_list_t *lst = kms_kv_list_new (); in parse_query_params() local
268 cmp_query_params (const void *a, const void *b) in cmp_query_params()
283 kms_kv_list_t *lst; in append_canonical_query() local
307 append_canonical_headers (kms_kv_list_t *lst, kms_request_str_t *str) in append_canonical_headers()
341 append_signed_headers (kms_kv_list_t *lst, kms_request_str_t *str) in append_signed_headers()
372 kms_kv_list_t *lst; in finalize() local
422 cmp_header_field_names (const void *a, const void *b) in cmp_header_field_names()
431 kms_kv_list_t *lst; in canonical_headers() local
445 kms_kv_list_t *lst; in kms_request_get_canonical() local
620 kms_kv_list_t *lst = NULL; in kms_request_get_signature() local
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DAxesDialog.cpp751 QStringList lst = formatInfo[axis].split(";", Qt::KeepEmptyParts); in showAxisFormatOptions() local
856 int a = axesTitlesList->currentRow(); in showAxis() local
1150 int a = mapToQwtAxisId(); in updateAxisColor() local
1178 int a = Graph::mapToQwtAxis(axesList->currentRow()); in updatePlot() local
1432 int a = Graph::mapToQwtAxis(axis); in updateScale() local
1454 QwtValueList lst = scDiv->ticks(QwtScaleDiv::MajorTick); in updateScale() local
1575 int a = mapToQwtAxisId(); in setAxisType() local
1587 int a = mapToQwtAxisId(); in setBaselineDist() local
1593 int a = mapToQwtAxisId(); in setTicksType() local
1792 int a = mapToQwtAxisId(); in updateLabelsFormat() local
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptcalendarmodel.cpp221 Calendar *a = calendar(index); in parent() local
378 QStringList lst; in timeZone() local
448 QStringList lst; in holidayRegion() local
495 Calendar *a = calendar(index); in data() local
522 Calendar *a = calendar(index); in setData() local
657 QList<Calendar*> lst; in calendarList() local
680 QList<Calendar*> lst = calendarList(stream); in dropAllowed() local
1303 Calendar *a = calendar(index); in data() local
1337 QVariantList lst = value.toList(); in setData() local
1389 QVariantList lst = value.toList(); in setData() local
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A DaviIndexAvi.cpp30 aviIndexAvi::aviIndexAvi(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk ): aviIndexBase(father… in aviIndexAvi()
110 #define ix32(a) memIo.write32(myIndex[i].a) in writeIndex() argument
114 AviListAvi *lst=new AviListAvi("idx1",_masterList->getFile()); in writeIndex() local
146 aviIndexBase::aviIndexBase(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk) in aviIndexBase()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A DaviIndexAvi.cpp30 aviIndexAvi::aviIndexAvi(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk ): aviIndexBase(father… in aviIndexAvi()
110 #define ix32(a) memIo.write32(myIndex[i].a) in writeIndex() argument
114 AviListAvi *lst=new AviListAvi("idx1",_masterList->getFile()); in writeIndex() local
146 aviIndexBase::aviIndexBase(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk) in aviIndexBase()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A DaviIndexAvi.cpp30 aviIndexAvi::aviIndexAvi(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk ): aviIndexBase(father… in aviIndexAvi()
110 #define ix32(a) memIo.write32(myIndex[i].a) in writeIndex() argument
114 AviListAvi *lst=new AviListAvi("idx1",_masterList->getFile()); in writeIndex() local
146 aviIndexBase::aviIndexBase(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk) in aviIndexBase()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A DaviIndexAvi.cpp30 aviIndexAvi::aviIndexAvi(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk ): aviIndexBase(father… in aviIndexAvi()
110 #define ix32(a) memIo.write32(myIndex[i].a) in writeIndex() argument
114 AviListAvi *lst=new AviListAvi("idx1",_masterList->getFile()); in writeIndex() local
146 aviIndexBase::aviIndexBase(aviWrite *father,AviListAvi *lst,uint64_t odmlChunk) in aviIndexBase()
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dmuir.c7 INT cc_muir_mms_partition_partition_(a,b,c,f) OP a,b,c,f; in cc_muir_mms_partition_partition_() argument
34 struct lst{ struct cel *deb; }; struct
585 static INT t_lst_SYM_new(lst,res,f)struct cel * lst; in t_lst_SYM_new() argument
631 static INT l_schur_monomial_mult_new(lg,a,b,c,f) OP lg,a,b,c,f; in l_schur_monomial_mult_new() argument
636 struct lst lst; local
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/inc/hocon/
H A Dfunctional_list.hpp107 bool all(List<T> const & lst, P & p) in all()
121 FwdListIter(List<T> const & lst) : _cur(lst._head) in FwdListIter()
162 FwdListIter<T> begin(List<T> const & lst) in begin()
167 FwdListIter<T> end(List<T> const & lst) in end()
174 List<T> concat(List<T> const & a, List<T> const & b) in concat()
182 auto fmap(F f, List<T> lst) -> List<decltype(f(lst.front()))> in fmap()
194 List<T> filter(P p, List<T> lst) in filter()
261 void forEach(List<T> lst, F f) in forEach()
290 void printRaw(List<T> lst) in printRaw()
301 std::ostream& operator<<(std::ostream& os, List<T> const & lst) in operator <<()
[all …]

12345678910>>...76