Home
last modified time | relevance | path

Searched refs:next_wrapper (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/py-jc/jc-1.17.5/jc/
H A Dutils.py31 next_wrapper = TextWrapper(width=columns, initial_indent=' ' * 15,
42 message = next_wrapper.fill(line)
63 next_wrapper = TextWrapper(width=columns, initial_indent=' ' * 13,
74 message = next_wrapper.fill(line)
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/
H A Dreporter.py71 next_wrapper = textwrap.TextWrapper(
92 next_wrapper.fill(line) for line in lines[1:]))
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/mpris/
H A Ddbus.cpp6 static int next_wrapper(sd_bus_message* m, void* data, sd_bus_error* err) { in next_wrapper() function
286 SD_BUS_METHOD("Next", "", "", next_wrapper, 0),
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_json_func.cc3326 Json_wrapper next_wrapper; in val_json() local
3327 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3343 Json_dom *next_dom= next_wrapper.to_dom(); in val_json()
3349 next_wrapper.set_alias(); in val_json()
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/configuration/
H A Dapp_config.py131 def __init__(self, controller_wrapper, config, next_wrapper): argument
140 return next_wrapper(tg.config._current_obj(),
/dports/mail/geary/geary-40.0/src/client/sidebar/
H A Dsidebar-tree.vala620 EntryWrapper next_wrapper = get_wrapper(next);
623 … store.insert_before(out insertion_iter, parent_wrapper.get_iter(), next_wrapper.get_iter());
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_json_func.cc3191 Json_wrapper next_wrapper; in val_json() local
3192 if (get_json_wrapper(args, idx, &m_value, func_name(), &next_wrapper)) in val_json()
3204 Json_dom_ptr next_dom(next_wrapper.to_dom(thd)); in val_json()
3205 next_wrapper.set_alias(); in val_json()
/dports/graphics/shotwell/shotwell-0.30.14/src/sidebar/
H A DTree.vala625 EntryWrapper next_wrapper = get_wrapper(next);
628 … store.insert_before(out insertion_iter, parent_wrapper.get_iter(), next_wrapper.get_iter());
/dports/graphics/elementary-photos/photos-2.7.1/src/sidebar/
H A DTree.vala588 EntryWrapper next_wrapper = get_wrapper (next);
591 … store.insert_before (out insertion_iter, parent_wrapper.get_iter (), next_wrapper.get_iter ());
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-compiler.cc3264 size_t next_wrapper = js_to_wasm_wrapper_id_.load(std::memory_order_relaxed); in NumOutstandingCompilations() local
3266 next_wrapper >= js_to_wasm_wrapper_units_.size() in NumOutstandingCompilations()
3268 : js_to_wasm_wrapper_units_.size() - next_wrapper; in NumOutstandingCompilations()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dlatex2html2598 # s/^\$\$|([^\\])\$\$/{$1.&next_wrapper('tex2html_double_dollar')}/ge;
2600 # s/^\$|([^\\])\$/{$1.&next_wrapper('$')}/ge;
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dlatex2html2598 # s/^\$\$|([^\\])\$\$/{$1.&next_wrapper('tex2html_double_dollar')}/ge;
2600 # s/^\$|([^\\])\$/{$1.&next_wrapper('$')}/ge;
H A Dlatex2html.pin2627 # s/^\$\$|([^\\])\$\$/{$1.&next_wrapper('tex2html_double_dollar')}/ge;
2629 # s/^\$|([^\\])\$/{$1.&next_wrapper('$')}/ge;
9760 sub next_wrapper {
/dports/textproc/latex2html/latex2html-2016/
H A Dlatex2html.pin2549 # s/^\$\$|([^\\])\$\$/{$1.&next_wrapper('tex2html_double_dollar')}/ge;
2551 # s/^\$|([^\\])\$/{$1.&next_wrapper('$')}/ge;
9653 sub next_wrapper {