| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | default.test | 5 {{ definedVar |default('default') is same as('default') ? 'ko' : 'ok' }} 6 {{ zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }} 7 {{ emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }} 8 {{ nullVar |default('default') is same as('default') ? 'ok' : 'ko' }} 9 {{ undefinedVar |default('default') is same as('default') ? 'ok' : 'ko' }} 11 {{ nested.definedVar |default('default') is same as('default') ? 'ko' : 'ok' }} 12 {{ nested['definedVar'] |default('default') is same as('default') ? 'ko' : 'ok' }} 13 {{ nested.zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }} 14 {{ nested.emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }} 15 {{ nested.nullVar |default('default') is same as('default') ? 'ok' : 'ko' }} [all …]
|
| /plugin/asciidocjs/node_modules/minimist/test/ |
| D | bool.js | 58 t.same(aliasedArgv, expected); 59 t.same(propertyArgv, expected); 77 t.same(aliasedArgv, expected); 78 t.same(propertyArgv, expected); 99 t.same(aliasedArgv, expected); 100 t.same(propertyArgv, expected); 101 t.same(altPropertyArgv, expected); 120 t.same(aliasedArgv, expected); 121 t.same(propertyArgv, expected); 131 t.same(parsed.boool, true); [all …]
|
| D | unknown.js | 22 t.same(unknown, ['--derp', '-d']); 36 t.same(unknown, ['--tacos=good', 'cow', '-p']); 37 t.same(argv, { 60 t.same(unknown, ['--derp', '-d']); 80 t.same(unknown, []); 98 t.same(unknown, ['--bad']); 99 t.same(argv, {
|
| D | parse.js | 97 t.same(s.length, 2); 98 t.same(typeof s[0], 'string'); 99 t.same(s[0], ' '); 100 t.same(typeof s[1], 'string'); 101 t.same(s[1], ' '); 160 t.same( 164 t.same( 199 t.same(argv.foo, { 207 t.same(argv.beep, { boop: true });
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | sameas.test | 2 Twig supports the "same as" operator 4 {{ 1 is same as(1) ? 'OK' }} 5 {{ 1 is not same as(true) ? 'OK' }} 6 {{ 1 is same as(1) ? 'OK' }} 7 {{ 1 is not same as(true) ? 'OK' }} 8 {{ 1 is same as (1) ? 'OK' }} 10 same
|
| D | floats.test | 8 {{ val is same as (0.0) ? 'Yes' : 'No' }} 9 {{ val2 is same as (0.0) ? 'Yes' : 'No' }} 10 {{ val is same as (val2) ? 'Yes' : 'No' }}
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tests/ |
| D | sameas.rst | 1 ``same as`` 5 The ``same as`` test was added in Twig 1.14.2 as an alias for ``sameas``. 7 ``same as`` checks if a variable is the same as another variable. 12 {% if foo.attribute is same as(false) %}
|
| D | constant.rst | 7 ``constant`` checks if a variable has the exact same value as a constant. You 13 the status attribute is exactly the same as Post::PUBLISHED 21 the status attribute is exactly the same as Post::PUBLISHED
|
| /plugin/asciidocjs/node_modules/concat-map/test/ |
| D | map.js | 11 t.same(ys, [ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ]); 12 t.same(ixes, [ 0, 1, 2, 3, 4, 5 ]); 21 t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); 30 t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); 37 t.same(ys, [ undefined, undefined, undefined, undefined ]);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
| D | vendor-prefixes.js | 16 function same(value1, value2) { function 22 same: same property
|
| /plugin/editions/ |
| D | README | 18 c. all page names must be the same between the different editions 19 d. all paragraphs need to be in the same order across same pages
|
| /plugin/orgchart/ |
| D | README | 23 The line manager's name must be the same as it appears in the name column of that manager. 30 …ename, when using simple string it needs to be the exact same string for each entry of the same ma… 51 * order is important (same as above)
|
| /plugin/phpbblinks/ |
| D | action.php | 135 $same = true; 142 $same = false; 150 $same = false; 154 if (!$same)
|
| /plugin/404manager/ |
| D | README.md | 31 * Redirection by to the start page of the same namespace 84 * the pages with the same name 88 * When a page have the same name (by default 4) 97 * We have one page with the same name : namespace1:pagename 101 …* The score for the page with the same name is : 9 = 5 (because namespace1 is present in the asked… 107 …same algorithm that the [redirection by best namepage](#Redirection by best namepage) but only for… 113 We have the same score and the redirection occur on the smallest start page : first start page.
|
| /plugin/strreplace/ |
| D | README | 5 The plugin keeps track of the pages which it has processed and will not re-process the same page tw… 6 during the same search and replace session. To start a new session, set the 'do_replace' option to…
|
| /plugin/stylingpages/ |
| D | README | 33 You can have multiple entries with the same page. 41 Different pages aiming for the same file won't combine their code. 58 /* combined with the code above (same file) */
|
| /plugin/pglist/ |
| D | syntax.php | 76 // 'same' => 0, /** If there is a dir have the same name of the file make it as namespac… 100 if(preg_match('/\bsame\b/i',$params)) $conf['same'] = 1;
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | raw.rst | 25 does not render the same as 27 but renders the same as
|
| /plugin/asciidocjs/node_modules/jake/test/integration/ |
| D | jakefile.js | 327 const same = []; 329 same.push("leaf"); 333 task("same", same, { concurrency: 2 }, function () {
|
| /plugin/404manager/_test/ |
| D | manager.test.php | 303 …_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_BAD_TARGET, 'Page with the same name', 'but without… 362 …ters::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_BAD_TARGET, 'Page with the same name', 'but without… 364 …_TO_NAMESPACE_START_PAGE_PARENT_GOOD_TARGET, 'The start page that has the same name that it\'s par…
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nn/ |
| D | nn.txt | 13 …si i denne pakta, på grunnleggjande menneskerettar, på menneskeverd og på same rett for mann og kv… 26 Alle menneske er fødde til fridom og med same menneskeverd og menneskerettar. Dei har fått fornuft … 46 Alle er like for lova og har krav på same rettsvern, utan skilnad av noko slag. Alle har krav på sa… 55 Alle har same rett til å få saka si rettferdig og offentleg granska av ein sjølvstendig og upartisk… 68 2. Det skal også vere full rett til å reise ut or det landet ein bur i, same kva land det er, og ti… 81 …o slag på grunn av rase, nasjonalitet eller religion. Dei har krav på dei same rettane når det gje… 106 2. Alle skal ha same retten til å gjere teneste i offentlege ombod i landet sitt. 116 2. Alle har same rett til å få lik betaling for likt arbeid, utan skilnad av noko slag. 128 2. Mor og barn har rett til særskild omsorg og hjelp. Alle barn skal ha same sosiale vern, anten de…
|
| /plugin/ckgdoku/ckeditor/plugins/headerbuttons/lang/ |
| D | de.js | 2 same: 'Überschrift des gleichen Levels', property
|
| D | en.js | 2 same: 'Same Level Header', property
|
| /plugin/ckgedit/ckeditor/plugins/headerbuttons/lang/ |
| D | de.js | 2 same: 'Überschrift des gleichen Levels', property
|
| D | en.js | 2 same: 'Same Level Header', property
|