Home
last modified time | relevance | path

Searched refs:unknown (Results 1 – 25 of 121) sorted by relevance

12345

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php305 * @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 DChangeLog37 * 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 DODTStyle.php148 $unknown = ODTUnknownStyle::importODTStyle($xmlCode);
149 $unknown->setElementName($element);
150 return $unknown;
/plugin/combo/ComboStrap/
H A DBrand.php36 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 Dmerge.rst20 {% set items = { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'unknown' } %}
39 {% set items = { 'apple': 'unknown' }|merge(items) %}
/plugin/authsmf20/
H A Dstyle.css36 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 Dsandbox_disabling_ignore_missing.test4 {{ include("unknown.twig", sandboxed = true, ignore_missing = true) }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/
H A Dundefined_block.legacy.test5 {% block foo %}{{ parent() }}{{ block('unknown') }}{{ block('bar') }}{% endblock %}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon9 - '#Call to method getCode\(\) on an unknown class JsonException#'
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_unknown_argument.test2 Exception for multiline function with unknown argument
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon13 …rty Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#'
/plugin/idoit/
H A Dsyntax.php118 return 'JSON decode error: unknown';
/plugin/ajaxedit/
H A Daction.php36 * @param unknown $param
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php530 throw new \Exception('unknown error');
/plugin/sha3sum/
H A DPlugin.txt11 conflicts : unknown
/plugin/zotero/
H A Dconfig.ini.dist8 ; 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 Dconfig-hash.asciidoc42 // Set $quiet to true to ignore the unknown `imNotReal` key
/plugin/code3/styles/schemes/
H A Ddefault.css1 div.PSyHi_Container span.unknown {
/plugin/pgpinlinesupport/
H A DPlugin.txt11 conflicts : unknown
/plugin/openid/Auth/OpenID/
H A DDiscover.php61 return 'unknown';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php803 '{DAV:}unknown' => 'foo',
810 '{DAV:}unknown' => 403,
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md37 * 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 DClientBuilder.php192 * @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 DJira.service.php470 return new RequestResult(400, 'unknown webhook event');
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md735 {{#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.

12345