Home
last modified time | relevance | path

Searched defs:postFix (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/owncloud/owncloud/lib/public/
H A DITempManager.php40 public function getTemporaryFile($postFix = '');
49 public function getTemporaryFolder($postFix = '');
/dports/www/nextcloud/nextcloud/lib/public/
H A DITempManager.php39 public function getTemporaryFile($postFix = '');
48 public function getTemporaryFolder($postFix = '');
/dports/www/owncloud/owncloud/lib/private/
H A DTempManager.php66 private function buildFileNameWithSuffix($absolutePath, $postFix = '') {
82 public function getTemporaryFile($postFix = '') {
119 public function getTemporaryFolder($postFix = '') {
/dports/www/nextcloud/nextcloud/lib/private/
H A DTempManager.php69 private function buildFileNameWithSuffix($absolutePath, $postFix = '') {
85 public function getTemporaryFile($postFix = '') {
122 public function getTemporaryFolder($postFix = '') {
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/utils/
H A Dsettingsutils.h45 void fromSettings(const QString &postFix, in fromSettings()
63 void toSettings(const QString &postFix, in toSettings()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dsettingsutils.h36 void fromSettings(const QString &postFix, in fromSettings()
54 void toSettings(const QString &postFix, in toSettings()
/dports/devel/raylib/raylib-3.7.0/src/
H A Deasings.h157 float postFix = t/=d; in EaseBackIn() local
177 float postFix = t-=2.0f; in EaseBackInOut() local
191 float postFix = t-=(1.5f/2.75f); in EaseBounceOut() local
196 float postFix = t-=(2.25f/2.75f); in EaseBounceOut() local
201 float postFix = t-=(2.625f/2.75f); in EaseBounceOut() local
222 float postFix = a*powf(2.0f, 10.0f*(t-=1.0f)); in EaseElasticIn() local
250 float postFix = a*powf(2.0f, 10.0f*(t-=1.0f)); in EaseElasticInOut() local
254 float postFix = a*powf(2.0f, -10.0f*(t-=1.0f)); in EaseElasticInOut() local
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Deasings.h157 float postFix = t/=d; in EaseBackIn() local
177 float postFix = t-=2; in EaseBackInOut() local
191 float postFix = t-=(1.5f/2.75f); in EaseBounceOut() local
196 float postFix = t-=(2.25f/2.75f); in EaseBounceOut() local
201 float postFix = t-=(2.625f/2.75f); in EaseBounceOut() local
222 float postFix = a*pow(2, 10*(t-=1)); in EaseElasticIn() local
250 float postFix = a*pow(2, 10*(t-=1)); in EaseElasticInOut() local
254 float postFix = a*pow(2, -10*(t-=1)); in EaseElasticInOut() local
/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Deasings.h157 float postFix = t/=d; in EaseBackIn() local
177 float postFix = t-=2.0f; in EaseBackInOut() local
191 float postFix = t-=(1.5f/2.75f); in EaseBounceOut() local
196 float postFix = t-=(2.25f/2.75f); in EaseBounceOut() local
201 float postFix = t-=(2.625f/2.75f); in EaseBounceOut() local
222 float postFix = a*powf(2.0f, 10.0f*(t-=1.0f)); in EaseElasticIn() local
250 float postFix = a*powf(2.0f, 10.0f*(t-=1.0f)); in EaseElasticInOut() local
254 float postFix = a*powf(2.0f, -10.0f*(t-=1.0f)); in EaseElasticInOut() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java253 public void print(RecordedObject struct, String postFix) { in print()
282 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
361 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
373 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
400 private void printClass(RecordedClass clazz, String postFix) { in printClass()
465 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java261 public void print(RecordedObject struct, String postFix) { in print()
290 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
432 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
447 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
474 private void printClass(RecordedClass clazz, String postFix) { in printClass()
540 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java259 public void print(RecordedObject struct, String postFix) { in print()
288 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
433 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
445 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
472 private void printClass(RecordedClass clazz, String postFix) { in printClass()
538 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java259 public void print(RecordedObject struct, String postFix) { in print()
288 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
435 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
447 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
474 private void printClass(RecordedClass clazz, String postFix) { in printClass()
540 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java256 public void print(RecordedObject struct, String postFix) { in print()
285 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
432 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
444 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
471 private void printClass(RecordedClass clazz, String postFix) { in printClass()
537 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java261 public void print(RecordedObject struct, String postFix) { in print()
290 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
437 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
449 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
476 private void printClass(RecordedClass clazz, String postFix) { in printClass()
542 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java261 public void print(RecordedObject struct, String postFix) { in print()
290 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
437 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
452 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
479 private void printClass(RecordedClass clazz, String postFix) { in printClass()
545 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java259 public void print(RecordedObject struct, String postFix) { in print()
288 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
433 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
445 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
472 private void printClass(RecordedClass clazz, String postFix) { in printClass()
538 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java256 public void print(RecordedObject struct, String postFix) { in print()
285 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
432 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
444 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
471 private void printClass(RecordedClass clazz, String postFix) { in printClass()
537 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DPrettyWriter.java256 public void print(RecordedObject struct, String postFix) { in print()
285 private void printValue(Object value, ValueDescriptor field, String postFix) { in printValue()
432 private void printClassLoader(RecordedClassLoader cl, String postFix) { in printClassLoader()
444 private void printJavaFrame(RecordedFrame f, String postFix) { in printJavaFrame()
471 private void printClass(RecordedClass clazz, String postFix) { in printClass()
537 private void printThread(RecordedThread thread, String postFix) { in printThread()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp154 float postFix = a * pow(2, 10 * (t -= 1)); // this is a fix, again, with post-increment operators in in() local
175 float postFix = a * pow(2, 10 * (t -= 1)); // postIncrement is evil in in_out() local
178 float postFix = a * pow(2, -10 * (t -= 1)); // postIncrement is evil in in_out() local
243 float postFix = t -= (1.5f / 2.75f); in out() local
246 float postFix = t -= (2.25f / 2.75f); in out() local
249 float postFix = t -= (2.625f / 2.75f); in out() local
268 float postFix = t /= d; in in() local
280 float postFix = t -= 2; in in_out() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp154 float postFix = a * pow(2, 10 * (t -= 1)); // this is a fix, again, with post-increment operators in in() local
175 float postFix = a * pow(2, 10 * (t -= 1)); // postIncrement is evil in in_out() local
178 float postFix = a * pow(2, -10 * (t -= 1)); // postIncrement is evil in in_out() local
243 float postFix = t -= (1.5f / 2.75f); in out() local
246 float postFix = t -= (2.25f / 2.75f); in out() local
249 float postFix = t -= (2.625f / 2.75f); in out() local
268 float postFix = t /= d; in in() local
280 float postFix = t -= 2; in in_out() local
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp177 float postFix = a * pow(2, 10 * (t -= 1)); // this is a fix, again, with post-increment operators in in() local
198 float postFix = a * pow(2, 10 * (t -= 1)); // postIncrement is evil in in_out() local
201 float postFix = a * pow(2, -10 * (t -= 1)); // postIncrement is evil in in_out() local
266 float postFix = t -= (1.5f / 2.75f); in out() local
269 float postFix = t -= (2.25f / 2.75f); in out() local
272 float postFix = t -= (2.625f / 2.75f); in out() local
291 float postFix = t /= d; in in() local
303 float postFix = t -= 2; in in_out() local
/dports/devel/godot2/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp177 float postFix = a * pow(2, 10 * (t -= 1)); // this is a fix, again, with post-increment operators in in() local
198 float postFix = a * pow(2, 10 * (t -= 1)); // postIncrement is evil in in_out() local
201 float postFix = a * pow(2, -10 * (t -= 1)); // postIncrement is evil in in_out() local
266 float postFix = t -= (1.5f / 2.75f); in out() local
269 float postFix = t -= (2.25f / 2.75f); in out() local
272 float postFix = t -= (2.625f / 2.75f); in out() local
291 float postFix = t /= d; in in() local
303 float postFix = t -= 2; in in_out() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/editor/
H A DBrowserUtil.java34 boolean forceDBGPreview, String postFix) { in getShowInContext()
86 String postFix) { in showPreview()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformthemefactory.cpp91 const QString postFix = QLatin1String(" (from ") in keys() local

123456