Home
last modified time | relevance | path

Searched refs:new_spacing (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dscalespace.py385 new_spacing = np.zeros(self.dim)
387 new_spacing[min_index] = input_spacing[min_index] * factor
392 new_spacing[j] = input_spacing[j] * factor
393 min_diff = np.abs(new_spacing[j] - new_spacing[min_index])
395 diff = input_spacing[j] * f - new_spacing[min_index]
399 new_spacing[j] = input_spacing[j] * f
421 self.spacings.append(new_spacing)
/dports/print/texlive-base/texlive-20150521-source/texk/musixtnt/musixtnt-2015-02-09/
H A Dfixmsxpart.c195 PRIVATE char *spacing_note (char *s, int new_spacing) in spacing_note() argument
202 fprintf (stderr, "\nspacing_note: spacing=%d new_spacing=%d s=%s\n", spacing, new_spacing, s); in spacing_note()
203 if (spacing != new_spacing) in spacing_note()
207 switch (new_spacing) in spacing_note()
219 spacing = new_spacing; in spacing_note()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dformatter.py275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass member in NullWriter
335 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python37/Python-3.7.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dformatter.py315 self.writer.new_spacing(spacing)
354 def new_spacing(self, spacing): pass member in NullWriter
388 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python27/Python-2.7.18/Lib/
H A Dformatter.py275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass member in NullWriter
335 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python39/Python-3.9.9/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dformatter.py275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass member in NullWriter
335 def new_spacing(self, spacing): member in AbstractWriter
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dformatter.py275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass member in NullWriter
335 def new_spacing(self, spacing): member in AbstractWriter
/dports/lang/python38/Python-3.8.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dformatter.py278 self.writer.new_spacing(spacing)
311 def new_spacing(self, spacing): pass member in NullWriter
338 def new_spacing(self, spacing): member in AbstractWriter
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dformatter.pyi70 def new_spacing(self, spacing: Optional[str]) -> None: ...
83 def new_spacing(self, spacing: Optional[str]) -> None: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dformatter.pyi70 def new_spacing(self, spacing: Optional[str]) -> None: ...
83 def new_spacing(self, spacing: Optional[str]) -> None: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dformatter.pyi72 def new_spacing(self, spacing: Optional[str]) -> None: ...
85 def new_spacing(self, spacing: Optional[str]) -> None: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dformatter.pyi70 def new_spacing(self, spacing: Optional[str]) -> None: ...
83 def new_spacing(self, spacing: Optional[str]) -> None: ...
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-table.c1048 gint new_spacing; in table_set_spacing() local
1054 new_spacing = t->spacing + spacing; in table_set_spacing()
1056 new_spacing = spacing; in table_set_spacing()
1057 if (new_spacing < 0) in table_set_spacing()
1058 new_spacing = 0; in table_set_spacing()
1059 if (new_spacing == t->spacing) in table_set_spacing()
1069 t->spacing = new_spacing; in table_set_spacing()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dflex_layout.cc258 const int new_spacing = get_view_spacing_.Run(prev, view_index) + in GetAddDelta() local
260 return new_spacing - old_spacing; in GetAddDelta()
988 const int new_spacing = temp_spacing.GetTotalSpace(); in AllocateFlexExcessAtOrder() local
989 const int delta = new_spacing - old_spacing; in AllocateFlexExcessAtOrder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Dflex_layout.cc257 const int new_spacing = get_view_spacing_.Run(prev, view_index) + in GetAddDelta() local
259 return new_spacing - old_spacing; in GetAddDelta()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/util/
H A DHTMLPiddler.py163 def new_spacing(self, spacing): member in _HtmlPiddleWriter
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/doc-converter/
H A Drewrite_pydoc.py145 def new_spacing(self, spacing): pass member in NullWriter
368 self.writer.new_spacing(spacing)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_stroke.c791 float new_spacing = paint_space_stroke_spacing(C, scene, stroke, new_size_pressure, pressure); in paint_space_stroke_spacing_variable() local
793 return 0.5f * (last_spacing + new_spacing); in paint_space_stroke_spacing_variable()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dformatter.rst261 .. method:: writer.new_spacing(spacing)

12