Home
last modified time | relevance | path

Searched refs:formulae (Results 1 – 25 of 1885) sorted by relevance

12345678910>>...76

/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/enhancedpath/
H A DCalloutShapeFactory.cpp101 ComplexType formulae; in squareProperties() local
102 formulae["f0"] = "$0 -10800"; in squareProperties()
103 formulae["f1"] = "$1 -10800"; in squareProperties()
122 formulae["f20"] = "abs(?f0)"; in squareProperties()
123 formulae["f21"] = "abs(?f1)"; in squareProperties()
142 formulae["f40"] = "$0"; in squareProperties()
143 formulae["f41"] = "$1"; in squareProperties()
192 ComplexType formulae; in addRoundedCallout() local
193 formulae["f0"] = "$0 -10800"; in addRoundedCallout()
233 formulae["f40"] = "$0"; in addRoundedCallout()
[all …]
H A DEnhancedPathShapeFactory.cpp150 ComplexType formulae; in addCross() local
186 ComplexType formulae; in addArrow() local
219 ComplexType formulae; in addArrow() local
252 ComplexType formulae; in addArrow() local
285 ComplexType formulae; in addArrow() local
322 ComplexType formulae; in addSmiley() local
359 ComplexType formulae; in addCircularArrow() local
361 formulae["f0"] = "$0"; in addCircularArrow()
362 formulae["f1"] = "$1"; in addCircularArrow()
363 formulae["f2"] = "$2"; in addCircularArrow()
[all …]
H A DCalloutShape.cpp101 CalloutShapeFactory::ComplexType formulae; in parameters() local
104 formulae[i.key()] = i.value()->toString(); in parameters()
106 params.setProperty("formulae", formulae); in parameters()
170 CalloutShapeFactory::ComplexType formulae = params.property("formulae").toMap(); in setParameters() local
171 CalloutShapeFactory::ComplexType::const_iterator formula = formulae.constBegin(); in setParameters()
172 CalloutShapeFactory::ComplexType::const_iterator lastFormula = formulae.constEnd(); in setParameters()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/enhancedpath/
H A DEnhancedPathShapeFactory.cpp157 ComplexType formulae; in addCross() local
194 ComplexType formulae; in addArrow() local
228 ComplexType formulae; in addArrow() local
330 ComplexType formulae; in addCallout() local
371 formulae["f40"] = "$0"; in addCallout()
372 formulae["f41"] = "$1"; in addCallout()
413 ComplexType formulae; in addSmiley() local
450 ComplexType formulae; in addCircularArrow() local
452 formulae["f0"] = "$0"; in addCircularArrow()
453 formulae["f1"] = "$1"; in addCircularArrow()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/src/
H A DPluralFormula.php41 protected $formulae; variable in Drupal\\locale\\PluralFormula
59 $this->formulae[$langcode] = [
63 $this->state->set('locale.translation.formulae', $this->formulae);
78 if (!isset($this->formulae[$langcode]['plurals'])) {
81 return $this->formulae[$langcode]['plurals'];
89 …return isset($this->formulae[$langcode]['formula']) ? $this->formulae[$langcode]['formula'] : FALS…
98 if (!isset($this->formulae)) {
99 $this->formulae = $this->state->get('locale.translation.formulae', []);
107 $this->formulae = NULL;
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/src/
H A DPluralFormula.php41 protected $formulae; variable in Drupal\\locale\\PluralFormula
59 $this->formulae[$langcode] = [
63 $this->state->set('locale.translation.formulae', $this->formulae);
78 if (!isset($this->formulae[$langcode]['plurals'])) {
81 return $this->formulae[$langcode]['plurals'];
89 …return isset($this->formulae[$langcode]['formula']) ? $this->formulae[$langcode]['formula'] : FALS…
98 if (!isset($this->formulae)) {
99 $this->formulae = $this->state->get('locale.translation.formulae', []);
107 $this->formulae = NULL;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php29 private $formulae; variable in Assetic\\Factory\\LazyAssetManager
44 $this->formulae = array();
105 return isset($this->formulae[$name]);
123 if (!isset($this->formulae[$name])) {
127 return $this->formulae[$name];
138 $this->formulae[$name] = $formula;
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
174 if (!parent::has($name) && isset($this->formulae[$name])) {
175 list($inputs, $filters, $options) = $this->formulae[$name];
189 return isset($this->formulae[$name]) || parent::has($name);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php29 private $formulae; variable in Assetic\\Factory\\LazyAssetManager
44 $this->formulae = array();
105 return isset($this->formulae[$name]);
123 if (!isset($this->formulae[$name])) {
127 return $this->formulae[$name];
138 $this->formulae[$name] = $formula;
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
174 if (!parent::has($name) && isset($this->formulae[$name])) {
175 list($inputs, $filters, $options) = $this->formulae[$name];
189 return isset($this->formulae[$name]) || parent::has($name);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/uri/lib/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php59 $formulae = array();
62 $formulae[$node->getAttribute('name')] = array(
91 $formulae[$options['name']] = array($inputs, $filters, $options);
96 $formulae += $this->loadNode($child);
102 $formulae += $this->loadNode($child);
106 return $formulae;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php59 $formulae = array();
62 $formulae[$node->getAttribute('name')] = array(
91 $formulae[$options['name']] = array($inputs, $filters, $options);
96 $formulae += $this->loadNode($child);
102 $formulae += $this->loadNode($child);
106 return $formulae;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php59 $formulae = array();
62 $formulae[$node->getAttribute('name')] = array(
91 $formulae[$options['name']] = array($inputs, $filters, $options);
96 $formulae += $this->loadNode($child);
102 $formulae += $this->loadNode($child);
106 return $formulae;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/psr/http-message/Loader/
H A DCachedFormulaLoader.php54 $formulae = array();
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
66 return $formulae;
H A DBasePhpFormulaLoader.php95 $formulae = array();
97 $formulae += call_user_func_array(array($this, 'processCall'), $call);
100 return $formulae;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php54 $formulae = array();
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
66 return $formulae;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php54 $formulae = array();
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
66 return $formulae;
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/solvers/
H A Dsolver.py154 def get_values(self, formulae): argument
168 for f in formulae:
250 def get_py_values(self, formulae): argument
256 for f in formulae:
465 def get_values(self, formulae, model_completion=True): argument
472 for f in formulae:
487 def get_py_values(self, formulae, model_completion=True): argument
494 for f in formulae:
/dports/math/spot/spot-2.10.2/bench/ltl2tgba/
H A DREADME14 The three benchmarks features respectively 200, 200, and 184 formulae,
47 100 small formulae (size 10, 4 propositions) and their negations
48 100 big formulae (size 12..15, 8 propositions) and their negations
49 92 known formulae (produced by genltl, see below) and their negations
107 of these formulae, yielding 178 unique formulas.
124 all formulae, tool by tool. They display an additional column, called
125 'count', giving the number of formulae successfully translated (the
126 missing formulae correspond to timeouts).
/dports/math/py-spot/spot-2.10.2/bench/ltl2tgba/
H A DREADME14 The three benchmarks features respectively 200, 200, and 184 formulae,
47 100 small formulae (size 10, 4 propositions) and their negations
48 100 big formulae (size 12..15, 8 propositions) and their negations
49 92 known formulae (produced by genltl, see below) and their negations
107 of these formulae, yielding 178 unique formulas.
124 all formulae, tool by tool. They display an additional column, called
125 'count', giving the number of formulae successfully translated (the
126 missing formulae correspond to timeouts).
/dports/textproc/py-rdflib/rdflib-5.0.0/docs/
H A Dpersisting_n3_terms.rst47 …t a formula-aware store would assign Blank Node identifiers as names of formulae that appear in a …
64 …e`` statements) to model the distinction of Blank Nodes associated with formulae. However, would t…
72 …s distinction by implementing a method that returns an iterator over all the formulae in the store:
76 def formulae(triple=None)
78 This function would return all the Blank Node identifiers assigned to formulae or just those that c…
80formulae terms as first class objects (perhaps to be returned by the :meth:`~rdflib.Graph.triple` …
82formulae) be considered optimizations only since you have the distinction by the kinds of terms tr…
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/brew/
H A DREADME.md16 | `brews` | `brew list -1` | List installed formulae or the installed files…
17 | `brewsp` | `brew list --pinned` | List pinned formulae, or show the version of a…
18 …ate && brew outdated` | Update Homebrew data, then list outdated formulae and casks. …
19 | `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae and casks, then run …
/dports/net-p2p/bitcoin/bitcoin-22.0/doc/
H A Dbuild-osx.md15 [automake](https://formulae.brew.sh/formula/automake) | Build | Generate makefile
16 [libtool](https://formulae.brew.sh/formula/libtool) | Build | Shared library support
17 [pkg-config](https://formulae.brew.sh/formula/pkg-config) | Build | Configure compiler and li…
18 [boost](https://formulae.brew.sh/formula/boost) | Utility | Library for threading, da…
19 [libevent](https://formulae.brew.sh/formula/libevent) | Networking | OS independent asynchrono…
25 [berkeley-db@4](https://formulae.brew.sh/formula/berkeley-db@4) | Berkeley DB | Wallet storage…
26 [qt@5](https://formulae.brew.sh/formula/qt@5) | GUI | GUI toolkit (o…
27 [qrencode](https://formulae.brew.sh/formula/qrencode) | QR codes in GUI | Generating QR …
29 [sqlite](https://formulae.brew.sh/formula/sqlite) | SQLite DB | Wallet storage…
30 [miniupnpc](https://formulae.brew.sh/formula/miniupnpc) | UPnP Support | Firewall-jumpi…
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/doc/
H A Dbuild-osx.md15 [automake](https://formulae.brew.sh/formula/automake) | Build | Generate makefile
16 [libtool](https://formulae.brew.sh/formula/libtool) | Build | Shared library support
17 [pkg-config](https://formulae.brew.sh/formula/pkg-config) | Build | Configure compiler and li…
18 [boost](https://formulae.brew.sh/formula/boost) | Utility | Library for threading, da…
19 [libevent](https://formulae.brew.sh/formula/libevent) | Networking | OS independent asynchrono…
25 [berkeley-db@4](https://formulae.brew.sh/formula/berkeley-db@4) | Berkeley DB | Wallet storage…
26 [qt@5](https://formulae.brew.sh/formula/qt@5) | GUI | GUI toolkit (o…
27 [qrencode](https://formulae.brew.sh/formula/qrencode) | QR codes in GUI | Generating QR …
29 [sqlite](https://formulae.brew.sh/formula/sqlite) | SQLite DB | Wallet storage…
30 [miniupnpc](https://formulae.brew.sh/formula/miniupnpc) | UPnP Support | Firewall-jumpi…
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/doc/
H A Dbuild-osx.md15 [automake](https://formulae.brew.sh/formula/automake) | Build | Generate makefile
16 [libtool](https://formulae.brew.sh/formula/libtool) | Build | Shared library support
17 [pkg-config](https://formulae.brew.sh/formula/pkg-config) | Build | Configure compiler and li…
18 [boost](https://formulae.brew.sh/formula/boost) | Utility | Library for threading, da…
19 [libevent](https://formulae.brew.sh/formula/libevent) | Networking | OS independent asynchrono…
25 [berkeley-db@4](https://formulae.brew.sh/formula/berkeley-db@4) | Berkeley DB | Wallet storage…
26 [qt@5](https://formulae.brew.sh/formula/qt@5) | GUI | GUI toolkit (o…
27 [qrencode](https://formulae.brew.sh/formula/qrencode) | QR codes in GUI | Generating QR …
29 [sqlite](https://formulae.brew.sh/formula/sqlite) | SQLite DB | Wallet storage…
30 [miniupnpc](https://formulae.brew.sh/formula/miniupnpc) | UPnP Support | Firewall-jumpi…
[all …]
/dports/math/spot/spot-2.10.2/bench/ltlcounter/
H A DREADME16 For a description of these formulae, you may also see
19 This benchmark used this family of formulae to plot the performance
21 on this class of formulae helped us to improve the translation.
/dports/math/py-spot/spot-2.10.2/bench/ltlcounter/
H A DREADME16 For a description of these formulae, you may also see
19 This benchmark used this family of formulae to plot the performance
21 on this class of formulae helped us to improve the translation.

12345678910>>...76