Home
last modified time | relevance | path

Searched +refs:make +refs:instances +refs:obsolete +refs:semi +refs:standard +refs:class (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Drandom.rst23 generates a random float uniformly in the semi-open range [0.0, 1.0). Python
33 instances of :class:`Random` to get generators that don't share state. This is
35 :class:`Random` for each thread, and using the :meth:`jumpahead` method to make
82 If *a* is not ``None`` or an :class:`int` or a :class:`long`, then
114 conjunction with multiple instances of the :class:`Random` class:
115 :meth:`setstate` or :meth:`seed` can be used to force all instances into the
117 instances' states far apart.
251 Gaussian distribution. *mu* is the mean, and *sigma* is the standard
259 distribution, you'll get a normal distribution with mean *mu* and standard
266 Normal distribution. *mu* is the mean, and *sigma* is the standard deviation.
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Drandom.rst23 generates a random float uniformly in the semi-open range [0.0, 1.0). Python
33 instances of :class:`Random` to get generators that don't share state. This is
35 :class:`Random` for each thread, and using the :meth:`jumpahead` method to make
82 If *a* is not ``None`` or an :class:`int` or a :class:`long`, then
114 conjunction with multiple instances of the :class:`Random` class:
115 :meth:`setstate` or :meth:`seed` can be used to force all instances into the
117 instances' states far apart.
251 Gaussian distribution. *mu* is the mean, and *sigma* is the standard
259 distribution, you'll get a normal distribution with mean *mu* and standard
266 Normal distribution. *mu* is the mean, and *sigma* is the standard deviation.
[all …]
/dports/java/sablevm/sablevm-1.13/
H A DNEWS5 - Updated the class library to the GNU Classpath 0.19 release.
113 - Solved a class loading related deadlock.
133 - Added --with-profiling switch to make most functions non-"static".
134 - Made sablevm-classpath install its files in more standard locations.
138 - Removed some obsolete code from various places.
153 - GNU make detection on non-GNU/Linux platforms.
174 - Added detection of non-GNU-compatible "make" to issue warnings and
238 - Cleaned up build process so that "./configure ; make ; make install"
266 - many bug fixes, and feature enhancements (such as semi-automatic
365 - Two-word object header. ("java.lang.Object" instances are 2 words
[all …]
/dports/lang/kawa/kawa-3.1.1/
H A DChangeLog211 * configure.ac: Remove obsolete --with-jline2 option.
2604 * kawa/standard/Scheme.java: Use new static instances to replace some
4841 semi-deprecated SFormat.print.
5002 If compiling .class to native, no longer need to make classes.jar.
5378 instead of semi-deprecated GenericException.
6768 * kawa/standard/make.java: New ProcedureN class.
7031 (Scheme): Support multiple instances and environments.
7138 * kawa/lang/Symbol: This is now a helper class, with no instances.
7889 (execute): Remove obsolete interface.
7937 UnquoteSplicing}.java: Remove obsolete classes.
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A DChangeLog7282 (make-instances-obsolete-<semi-standard-class>-nonrecursive):
18294 (make-instances-obsolete-<semi-standard-class>): use CLOS-WARNING
32836 (make-instances-obsolete-<semi-standard-class>)
32837 (make-instances-obsolete-<semi-standard-class>-nonrecursive):
34451 (make-instances-obsolete-<semi-standard-class>): Rename from
34452 make-instances-obsolete-standard-class.
34453 (make-instances-obsolete-<semi-standard-class>-nonrecursive): Rename
34454 from make-instances-obsolete-standard-class-nonrecursive.
38283 * clos-class2.lisp (make-instances-obsolete-standard-class): Apply
38458 (make-instances-obsolete-standard-class): New function.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.172217 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
2985 Ensure all remaining instances of `package-desc-kind' handle the 'dir
3167 Mark as obsolete the <class>-child-p function.
3171 (eieio-defclass-autoload): Use eieio--class-make.
3174 Mark as obsolete the <class>-list-p function, the <class> variable and
12635 with make-obsolete-variable.
16373 (make-obsolete): Remove interactive spec.
18129 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
22750 (package-obsolete-list): Rename from package-obsolete-alist, and make
23403 (eieio-class-name, define-obsolete-function-alias)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.172217 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
2985 Ensure all remaining instances of `package-desc-kind' handle the 'dir
3167 Mark as obsolete the <class>-child-p function.
3171 (eieio-defclass-autoload): Use eieio--class-make.
3174 Mark as obsolete the <class>-list-p function, the <class> variable and
12635 with make-obsolete-variable.
16373 (make-obsolete): Remove interactive spec.
18129 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
22750 (package-obsolete-list): Rename from package-obsolete-alist, and make
23403 (eieio-class-name, define-obsolete-function-alias)
[all …]
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dglasgow_exts.rst1630 necessary instances for lists, which make :extension:`MonadComprehensions`
2045 except that the semi-colons between guards in a multi-way if are
2497 declarations can also derive instances of standard type classes
3941 declaration, to generate a standard instance declaration for specified class.
3970 :shortdesc: Allow deriving instances of standard type classes for
3975 Allow deriving instances of standard type classes for empty data types.
6975 client module, where the instances are *used*. These rules make it
8641 However, type class instances of instances of data families can be
10223 dependency. In class instances, we define the type instances of FD
11715 The obsolete language option :extension:`Rank2Types` is a synonym for
[all …]
/dports/lang/python-legacy/Python-2.7.18/Misc/
H A DHISTORY643 custom ``__eq__()`` method to confuse dict internals when class instances
3688 with open files that aren't instances of the standard file type
7771 least 6 months) to make it standard. The option can be enabled on a
10926 undocumented Netrc class in ftplib.py is now obsolete.)
11594 - Add some semi-thread-safety to random.gauss() (it used to be able to
12696 going through individual attribute assignments, for class instances
12765 - All standard exceptions are now classes by default; use -X to make
13461 class. Jim Fulton will love it -- it also works with instances of his
14449 - A subtle change in the unpickling of class instances makes it possible
16240 * Class instances now know their class name.
[all …]
/dports/lang/python27/Python-2.7.18/Misc/
H A DHISTORY643 custom ``__eq__()`` method to confuse dict internals when class instances
3688 with open files that aren't instances of the standard file type
7771 least 6 months) to make it standard. The option can be enabled on a
10926 undocumented Netrc class in ftplib.py is now obsolete.)
11594 - Add some semi-thread-safety to random.gauss() (it used to be able to
12696 going through individual attribute assignments, for class instances
12765 - All standard exceptions are now classes by default; use -X to make
13461 class. Jim Fulton will love it -- it also works with instances of his
14449 - A subtle change in the unpickling of class instances makes it possible
16240 * Class instances now know their class name.
[all …]
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/
H A DTODO20 ** See commonqt's qt.asd and qtools's qt-libs.asd for instances of ugliness.
48 ;; Or should the base class be plan-traversal or such?
122 but possibly also triggered by the non-standard declaim.
232 (let ((asdf:*verbose-out* *standard-output*))
256 ** To allow semantically distinct operations of the same class:
258 in the *OPERATIONS* memoization table, not by class name,
269 using MAKE-INSTANCE on an operation class,
276 rather than by operation class,
284 * Hunt systems that use obsolete APIs
413 that is meant to be semi-automatically managed, there could be
[all …]
/dports/print/texinfo/texinfo-6.8/js/examples/kawa/
H A Dnews.texi46 If you @code{(import (scheme base))} standard procedures
365 algorithm from RFC-3986, rather than the obsolete RFC-2396 algorithm
516 instances of @code{java.lang.Boolean} for which @code{booleanValue}
1363 A hex escape in a string literal should be terminated by a semi-colon,
1365 escape. (A terminating semi-colon will be skipped, though a different
1520 Scheme symbols are now instances of
1712 Contructing an instance (perhaps using @code{make}) of a class defined
2184 All output ports (OutPort instances) are now automatically flushed on
2512 kawa.lang or kawa.standard are now there.
2548 than make up for the slowdown.
[all …]
/dports/lang/kawa/kawa-3.1.1/doc/
H A Dnews.texi130 If you @code{(import (scheme base))} standard procedures
461 algorithm from RFC-3986, rather than the obsolete RFC-2396 algorithm
612 instances of @code{java.lang.Boolean} for which @code{booleanValue}
1459 A hex escape in a string literal should be terminated by a semi-colon,
1461 escape. (A terminating semi-colon will be skipped, though a different
1616 Scheme symbols are now instances of
1808 Contructing an instance (perhaps using @code{make}) of a class defined
2280 All output ports (OutPort instances) are now automatically flushed on
2608 kawa.lang or kawa.standard are now there.
2644 than make up for the slowdown.
[all …]
/dports/graphics/dia/dia-0.97.3/
H A DChangeLog.pre-git3342 semi-random vertical alignment in UML attributes and operations,
5428 * configure.in: Remove obsolete entry for no_NO
6706 * lib/text.c lib/font.c objects/standard/line.c object/UML/class.c
7102 * objects/UML/class.c : finally make "attributes", "operations", "templates"
8031 * objects/standard/image.c(get_directory) : make
11176 Cancel, for instances escaping out of a menu closes the dialog.
15316 * acconfig.h: removed (now obsolete)
18378 use xmlChar instead of obsolete CHAR.
19602 While at it, killed all instances of (Object *) downcasts (phew !)
22849 obsolete comment cleaned up
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python37/Python-3.7.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python311/Python-3.11.0a3/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python-tools/Python-3.8.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python38/Python-3.8.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python39/Python-3.9.9/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/lang/python310/Python-3.10.1/Misc/
H A DHISTORY9539 - Issue #11893: Remove obsolete internal wrapper class ``SSLFakeFile`` in the
12907 - The __complex__ method is now looked up on the class of instances to make it
21072 with open files that aren't instances of the standard file type
25150 least 6 months) to make it standard. The option can be enabled on a
28305 undocumented Netrc class in ftplib.py is now obsolete.)
30075 going through individual attribute assignments, for class instances
30144 - All standard exceptions are now classes by default; use -X to make
30840 class. Jim Fulton will love it -- it also works with instances of his
31828 - A subtle change in the unpickling of class instances makes it possible
33619 * Class instances now know their class name.
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/packaging/doc/
H A Dgnashuser.ref.in1221 make
1845 Use of MozPlugger is obsolete now that the Gnash plugin works.
2754 You may also see instances of the _env_ pointer being used. This
2799 exported interface (*note Prototype::) or attached to instances of the
3680 instances are being used, the C API is used. These functions are
3748 three Flash movies on a web page, then three instances are created.
3927 (defun-close-semi)
3933 (add-to-list 'c-hanging-semi&comma-criteria
3934 'c-semi&comma-no-newlines-before-nonblanks)
3935 (add-to-list 'c-hanging-semi&comma-criteria
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/etc/
H A DChangeLog-5.1245 to the "begin of get + N" in obsolete strstream; bug #1536503,
283 in _TpWithState class to make gcc happy when class is instanciated
2188 * stlport/stl/_exception.h: Delete obsolete workaround for
2388 to avoid possible static instances duplication.
3254 * stlport/stl/_rope.c: Removed extra semi-colons.
3880 fix some obsolete comments.
3926 * test/unit/cppunit/cppunit_mini.h: Removed redondant semi column in
4292 correct initialization order of static instances.
6944 * stlport/stl/_streambuf.h: export template class, to make VCs to be happy.
7249 to the standard.
[all …]

12345678910>>...65