/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | EvalBarrett.php | 305 * @param string $unknown 315 $size = count($' . $unknown . '); 318 - $' . $unknown . '[$i] 340 $sum = $' . $known . '[$i] - $' . $unknown . '[$i] - $carry; 363 * @param string $unknown 371 $code = '$' . $result . ' = $' . $unknown . ';'; 373 …$code .= '$sum = $' . $unknown . '[' . $j . '] * ' . $class::BASE_FULL . ' + $' . $unknown . '[' .… 428 * @param string $unknown 436 $clength = count($' . $unknown . '); 443 case $' . $unknown . '[' . $i . '] > ' . $known[$i] . ': [all …]
|
/plugin/countdown/ |
H A D | ChangeLog | 37 * lang/: French language file <unknown>. 42 * lang/: Estonian language file <unknown>. 47 * lang/: Polish language file <unknown>. 60 * lang/: Swedish language file <unknown>.
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyle.php | 148 $unknown = ODTUnknownStyle::importODTStyle($xmlCode); 149 $unknown->setElementName($element); 150 return $unknown;
|
/plugin/combo/ComboStrap/ |
H A D | Brand.php | 36 private bool $unknown = false; variable in ComboStrap\\Brand 82 $this->unknown = true; 208 * If the brand name is unknown (ie custom) 213 return $this->unknown; 272 // Unknown or current brand / unknown color
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | merge.rst | 20 {% set items = { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'unknown' } %} 39 {% set items = { 'apple': 'unknown' }|merge(items) %}
|
/plugin/authsmf20/ |
H A D | style.css | 36 a.userlink.gender-unknown { 37 background: url('images/user-unknown.png') no-repeat 0% 50%;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ |
H A D | sandbox_disabling_ignore_missing.test | 4 {{ include("unknown.twig", sandboxed = true, ignore_missing = true) }}
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/ |
H A D | undefined_block.legacy.test | 5 {% block foo %}{{ parent() }}{{ block('unknown') }}{{ block('bar') }}{% endblock %}
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | phpstan.neon | 9 - '#Call to method getCode\(\) on an unknown class JsonException#'
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | multiline_function_with_unknown_argument.test | 2 Exception for multiline function with unknown argument
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | phpstan.neon | 13 …rty Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#'
|
/plugin/idoit/ |
H A D | syntax.php | 118 return 'JSON decode error: unknown';
|
/plugin/ajaxedit/ |
H A D | action.php | 36 * @param unknown $param
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | OSM.php | 530 throw new \Exception('unknown error');
|
/plugin/sha3sum/ |
H A D | Plugin.txt | 11 conflicts : unknown
|
/plugin/zotero/ |
H A D | config.ini.dist | 8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | config-hash.asciidoc | 42 // Set $quiet to true to ignore the unknown `imNotReal` key
|
/plugin/code3/styles/schemes/ |
H A D | default.css | 1 div.PSyHi_Container span.unknown {
|
/plugin/pgpinlinesupport/ |
H A D | Plugin.txt | 11 conflicts : unknown
|
/plugin/openid/Auth/OpenID/ |
H A D | Discover.php | 61 return 'unknown';
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractPDOTest.php | 803 '{DAV:}unknown' => 'foo', 810 '{DAV:}unknown' => 403,
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | CHANGELOG.md | 37 * Autoloader: Propagate unknown entity on the stack. (Ivan Enderlin, 2015-12-03T11:04:57+01:00)
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
H A D | ClientBuilder.php | 192 * @param bool $quiet False if unknown settings throw exception, true to silently 193 * ignore unknown settings 214 $unknown = implode(array_keys($config)); 215 throw new RuntimeException("Unknown parameters provided: $unknown");
|
/plugin/issuelinks/services/ |
H A D | Jira.service.php | 470 return new RequestResult(400, 'unknown webhook event');
|
/plugin/combo/vendor/salesforce/handlebars-php/ |
H A D | README.md | 735 {{#each objects}}{{@first}}, {{@last}}, {{@index}}, {{@unknown}}{{/each}} 743 $object->{'@unknown'} = 'zucchini'; 762 variables defined in the data and any data variable prefixed with `@` that is unknown will be blank.
|