Home
last modified time | relevance | path

Searched refs:new_doc (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_230b_image_in_layout_context.py170 def new_doc(): function
174 def test_new_image_def(new_doc): argument
175 rootdict = new_doc.rootdict
193 msp = new_doc.modelspace()
222 new_doc.entitydb.purge()
238 def test_create_and_copy_image(new_doc): argument
239 msp = new_doc.modelspace()
240 entitydb = new_doc.entitydb
267 msp = new_doc.modelspace()
270 blk = new_doc.blocks.new('TEST')
[all …]
H A Dtest_231_underlay_2.py79 def new_doc(): function
84 def test_new_pdf_underlay_def(new_doc): argument
85 rootdict = new_doc.rootdict
87 underlay_def = new_doc.add_underlay_def('underlay.pdf', format='pdf', name='u1')
97 def test_new_pdf(new_doc): argument
98 msp = new_doc.modelspace()
99 underlay_def = new_doc.add_underlay_def('underlay.pdf')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/cbook/
H A Ddeprecation.py174 def finalize(wrapper, new_doc): argument
176 obj.__doc__ = new_doc
189 def finalize(wrapper, new_doc): argument
191 wrapper.__doc__ = new_doc
197 def finalize(wrapper, new_doc): argument
199 wrapper.__doc__ = new_doc
212 new_doc = (('\n.. deprecated:: %(since)s'
218 new_doc += r'\ '
220 return finalize(wrapper, new_doc)
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dspline_create_all_types.py18 def new_doc(): function
82 doc, msp = new_doc()
108 doc, msp = new_doc()
143 doc, msp = new_doc()
159 doc, msp = new_doc()
178 doc, msp = new_doc()
202 doc, msp = new_doc()
215 doc, msp = new_doc()
233 doc, msp = new_doc()
250 doc, msp = new_doc()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/
H A Ddeprecation.py265 def finalize(wrapper, new_doc): argument
273 def finalize(wrapper, new_doc): argument
288 new_doc = ('\n.. deprecated:: {}'
293 new_doc += r'\ '
295 return finalize(wrapper, new_doc)
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-gridfs-bucket-file.c466 bson_t new_doc; in _mongoc_gridfs_bucket_file_save() local
490 bson_init (&new_doc); in _mongoc_gridfs_bucket_file_save()
491 BSON_APPEND_VALUE (&new_doc, "_id", file->file_id); in _mongoc_gridfs_bucket_file_save()
492 BSON_APPEND_INT64 (&new_doc, "length", file->length); in _mongoc_gridfs_bucket_file_save()
493 BSON_APPEND_INT32 (&new_doc, "chunkSize", file->chunk_size); in _mongoc_gridfs_bucket_file_save()
494 BSON_APPEND_DATE_TIME (&new_doc, "uploadDate", bson_get_monotonic_time ()); in _mongoc_gridfs_bucket_file_save()
495 BSON_APPEND_UTF8 (&new_doc, "filename", file->filename); in _mongoc_gridfs_bucket_file_save()
497 BSON_APPEND_DOCUMENT (&new_doc, "metadata", file->metadata); in _mongoc_gridfs_bucket_file_save()
501 file->bucket->files, &new_doc, NULL, NULL, &file->err); in _mongoc_gridfs_bucket_file_save()
502 bson_destroy (&new_doc); in _mongoc_gridfs_bucket_file_save()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-navqueue.c14 GeanyDocument *old_doc, *new_doc; in Navqueue_goto_line() local
33 new_doc = py_doc_new->doc; in Navqueue_goto_line()
36 if ( (old_doc != NULL && !DOC_VALID(old_doc)) || !DOC_VALID(new_doc) ) in Navqueue_goto_line()
38 if (navqueue_goto_line(old_doc, new_doc, line)) in Navqueue_goto_line()

12345678910