Home
last modified time | relevance | path

Searched refs:parameter (Results 176 – 200 of 234) sorted by last modified time

12345678910

/plugin/rater/
H A Daction.php17 var $parameter = ""; variable in action_plugin_rater
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1parameter to make sure\n\t * that the flush is complete. So we don't have to output an\n\t …
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md808 `false` to the `fallback` parameter.
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md339 * Now all callback functions (complete, error, load) receive additional parameter: chart
/plugin/authyubikey/
H A DREADME.md21 disable "User profile" with the parameter "disableactions".
/plugin/authyubikey/lib/
H A DNEWS23 *** New parameter to constructor to disable verification.
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php307 foreach ($this->parameters as $parameter) {
308 if ($parameter->name === 'VALUE') {
311 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
355 foreach ($this->parameters as $parameter) {
357 if ($parameter->name === 'VALUE') {
361 $parameters[] = $parameter;
371 foreach ($parameters as $parameter) {
373 $writer->startElement(strtolower($parameter->name));
374 $writer->write($parameter);
438 foreach ($this->parameters as $parameter) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md48 * Better error message when parsing objects with an invalid `VALUE` parameter.
55 `TYPE` parameter. (@kbond)
108 * #41: Support the `ENCODING` parameter from vCard 2.1.
244 * #216: `ENCODING` parameter is now validated for all document types.
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
508 * Added: Parameter::has() for easily checking if a parameter value exists.
568 * Fixed: Iterating parameter values should now fully work as expected.
614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
654 * Fixed: #94: Better parameter escaping.
669 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
/plugin/judge/
H A Dsyntax.php110 foreach ($parameters as $parameter) {
111 if (strpos($parameter, '=') == false) {
116 switch ($parameter) {
118 $type = $parameter;
121 $type = $parameter;
124 $method = $parameter;
127 $method = $parameter;
130 $method = $parameter;
166 if (is_numeric($parameter)) {
167 $runtime = $parameter;
[all …]
/plugin/authsqlite/
H A DREADME.md9 options for PostgreSQL, authsqlite allows the %{animal} parameter in all
/plugin/medialist/
H A DREADME.md14 Specify a scope parameter that defines the output of the list of media files. The scope can be a “p…
17 …2. **namespace** : look up media files stored in the namespace. The parameter ends by `:` or `:*`,
20 in order to specify the scope parameter.
44 In ehe older release 2009-05-21 version, the scope parameter could be one of literal keywords, `@PA…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowImportant.txt
H A DCore.ConvertDocumentToFragment.txt
H A DCSS.MaxImgLength.txt
H A DCore.LexerImpl.txt
H A DHTML.FlashAllowFullScreen.txt
H A DCSS.AllowTricky.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/topbarsyntax/
H A DREADME17 css compatible width values allowed (like px, %, em). The second parameter configures
/plugin/anewssystem/
H A Daction.php18 var $parameter = ""; variable in action_plugin_anewssystem
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php250 * If you try to add your own proxy, check the <code>proxies_path</code> parameter.
/plugin/pgn4web/pgn4web/
H A DREADME.txt120 …ion), "variation" (go to the first variation) are also accepted. Second parameter if true applies …
334 returns the custom tag value and the `gameNumber` parameter, if unassigned,
339 elements. The function returns the custom tag value and the `plyNumber` parameter,
H A Dpgn-standard-proposed-supplement.txt102 Either a single parameter or a comma delimited list of parameter values.
140 This parameter syntax is based on the epd opcode syntax described at 16.2.4 of
196 All these commands take one and only one parameter which is a time value in the
222 Takes one parameter in the format h:mm:ss
229 Takes one parameter in the format h:mm:ss
/plugin/mediasyntax/
H A DREADME55 2010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'.
/plugin/acronym/
H A DREADME35 …rk with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to…

12345678910