Home
last modified time | relevance | path

Searched refs:constant (Results 101 – 125 of 163) sorted by path

1234567

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst760 {% if post.status is constant('Post::PUBLISHED') %}
766 {% if post.status is not constant('Post::PUBLISHED') %}
769 {% if not (post.status is constant('Post::PUBLISHED')) %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst1 ``constant``
5 constant now accepts object instances as the second argument.
7 ``constant`` checks if a variable has the exact same value as a constant. You
12 {% if post.status is constant('Post::PUBLISHED') %}
20 {% if post.status is constant('PUBLISHED', post) %}
H A Dindex.rst7 constant
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1610 * @param string $constant The name of the constant
1615 function twig_constant($constant, $object = null) argument
1618 $constant = \get_class($object).'::'.$constant;
1621 return \constant($constant);
1627 * @param string $constant The name of the constant
1632 function twig_constant_is_defined($constant, $object = null) argument
1635 $constant = \get_class($object).'::'.$constant;
1638 return \defined($constant);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dconstant.test2 "constant" function
4 {{ constant('DATE_W3C') == expect ? 'true' : 'false' }}
5 {{ constant('ARRAY_AS_PROPS', object) }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dconstant.test4 {{ 8 is constant('E_NOTICE') ? 'ok' : 'no' }}
5 {{ 'bar' is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
6 {{ value is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
7 {{ 2 is constant('ARRAY_AS_PROPS', object) ? 'ok' : 'no' }}
H A Ddefined_for_constants.test4 {{ constant('DATE_W3C') is defined ? 'ok' : 'ko' }}
5 {{ constant('ARRAY_AS_PROPS', object) is defined ? 'ok' : 'ko' }}
6 {{ constant('FOOBAR') is not defined ? 'ok' : 'ko' }}
7 {{ constant('FOOBAR', object) is not defined ? 'ok' : 'ko' }}
/plugin/flowcharts/
H A Dmermaid.min.js1constant=function(n){return arguments.length?t(vy(e=+n),by(e)):e},oy(n)}function _y(){var t=xy(ry(… function
24 …e:function(t,e){return e()}}},function(t,e,n){var r;try{r={clone:n(169),constant:n(78),each:n(79),… property in AnonymousFunction6e8e00855e300.r
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog588 constraints containing table cells /with/ constant width
858 * Change: several routines reworked to reduce constant script
991 * Fixed: nested mixed percentage-width and constant-width
1768 constant" notices when E_NOTICE is enabled
H A DLICENSE59 Finally, software patents pose a constant threat to the existence of
H A Dbox.button.php83 if (!is_null($hc->constant)) {
84 $hc->constant[0] -= $this->get_padding_top() + $this->get_padding_bottom();
H A Dbox.table.php1093 (is_null($hc->constant)) &&
1112 (!is_null($hc->constant) ? !$hc->constant[1] : true) &&
1192 $flags[$i] = is_null($hc->constant);
H A Dfilter.pre.height-constraint.class.php23 if (is_null($parent_hc->constant) &&
24 $hc->constant[1]) {
25 $hc->constant = null;
H A Dheight.php16 if (!is_null($hc1->constant)) { return $hc1; };
20 if (!is_null($hc2->constant)) { return $hc2; };
47 var $constant; variable in HCConstraint
52 if (!is_null($this->constant)) {
141 $constant = null;
143 $constant = array($value->getPercentage(), true);
145 $constant = array($value->getPoints(), false);
178 function HCConstraint($constant, $min, $max) { argument
179 $this->constant = $constant;
201 if (!is_null($this->constant)) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php190 $token = constant($token);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php173 …$keyword = $phpcsFile->findNext(constant('T_'.strtoupper($keywordType)), ($stackPtr + 1), $opening…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php535 'code' => constant($value),
602 'code' => constant($value),
640 'code' => constant($value),
840 $finalTokens[($newStackPtr - 1)]['code'] = constant('T_LNUMBER');
843 $finalTokens[($newStackPtr - 1)]['code'] = constant('T_DNUMBER');
H A DPHP.php1574 $newToken['code'] = constant($newToken['type']);
1693 $newToken['code'] = constant($newToken['type']);
/plugin/icons/syntax/
H A Dicon.php205 return constant("$class_icon::IS_ICON");
210 return constant("$class_icon::IS_FONT_ICON");
/plugin/idoit/
H A DREADME.md59 For available methods and categories as strings, see the constant definitions in [https://bitbucket…
/plugin/issuetracker/
H A Daction.php3235 …if($up) { @array_multisort($up, constant($this->getConf('global_sort')), $down, SORT_ASC, $issues)…
H A Dsyntax.php1980 …if($up) { @array_multisort($up, constant($this->getConf('global_sort')), $down, SORT_ASC, $issues)…
/plugin/jmol2/jmol/
H A DCHANGES.txt4347 # scales with the model, so arrow head:atom size ratio remains constant
H A DLICENSE.txt59 Finally, software patents pose a constant threat to the existence of
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md429 correct, assuming that data is constant throughout the file)

1234567