Home
last modified time | relevance | path

Searched refs:parameter (Results 51 – 75 of 234) sorted by relevance

12345678910

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowImportant.txt
H A DHTML.FlashAllowFullScreen.txt
H A DCSS.AllowTricky.txt
H A DCSS.MaxImgLength.txt
/plugin/onlineordering/
H A Dstyle.css14 #onlineordering_error #parameter {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md3 - Using a deprecated parameter is notified triggering a [E_USER_DEPRECATED](https://www.php.net/manual/en/errorfunc.constants.php)
4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
/plugin/adfs/phpsaml/
H A DCHANGELOG29 …thod from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutReq…
30 * Add support for Subjects on AuthNRequests by the new parameter
38 * Add parameter to the decryptElement method to make optional the formatting
49 …arseRemoteXML and parseFileXML. Internal calls to parseXML missed the desiredNameIdFormat parameter
157 * Fix getter for lastRequestID parameter in OneLogin_Saml2_Auth class
158 * Add $wantEncrypted parameter on addX509KeyDescriptors method that will allow to set KeyDescriptor…
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
178 …ork for applications not leveraging php session_start. Added a callback parameter in order to clos…
/plugin/dwspecialist/
H A Dsyntax.php181 list($matchall, $crlf, $listoffset, $prolog, $parameter)=$match;
183 $parameters=explode("&", $parameter);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst12 if the foo parameter equals to the foo string. #}
H A Dreplace.rst12 if the foo parameter equals to the foo string. #}
/plugin/issuetracker/
H A Ditsearch.php18 $search_words = explode(' ', $this->parameter);
164 …sev_filter" name="it_str_search" id="it_str_search" type="text" value="'.$this->parameter.'"/>'.NL.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php314 throw new BadRequest('The "href" POST parameter is required');
317 throw new BadRequest('The "access" POST parameter is required');
/plugin/gitlabapi/
H A DREADME.md39 The plugin displays following information if you add corresponded parameter:
67 Then you can add `server` parameter as follows:
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php208 foreach ($parameters as $parameter) {
209 if ($parameter instanceof Node) {
210 $unknownParameter = $parameter;
/plugin/typography/
H A DREADME.md7 The parameter consists of CSS property-value pairs (`property: value;`), each pair must be separate…
35 ### Single parameter example:
45 ### Multiple parameter example:
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt26 * [bugfix: G178] missing quality parameter in webp
274 * Bugfix: 'nocache' parameter was forbidden
396 ¤ Added "dpi" (Dots Per Inch) parameter to specify
460 full HTTP paths for "src" parameter
524 as 'fltr') by appending $value to $parameter
832 * Unused parameter 'bgt' removed
841 * Bugfix: default 'f' parameter ('jpeg') overrode
1075 * Added 'zc' (Zoom Crop) parameter
1391 by the 'bg' parameter
1438 'file' parameter, where 'goto' is a URL that is
[all …]
/plugin/externalembed/
H A Dsyntax.php451 …$parameter = explode(": ", $item); //creates key value pairs for parameters…
452 … $query[strtolower($parameter[0])] = str_replace('"', '', $parameter[1]); //removes quotes
/plugin/admnote/
H A DREADME.md25 This plugin uses the `<adm></adm>` tag pair to start and end a note. The first parameter of the ope…
31 You can replace the standard heading by adding your heading text as a third parameter in the `<adm>…
/plugin/dirtylittlehelper/mermaid/editor/src/
H A DApp.svelte14 // Wildcard parameter
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 …ing to the formulas are now generated only once. The vertical alignment parameter is now recorded …
/plugin/contactmodern/
H A DREADME.textile50 p. You can also specify several parameters. If you only need one parameter you simply use:
62 …e it. You must activate the captcha by default in order to change its status with this parameter. |
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php172 if ($class->parameter) {
174 $this->visit($class->parameter);
/plugin/airtable/
H A Dsyntax.php492 …$parameter = explode(": ", $item); //creates key value pairs for parameters…
493 … $query[strtolower($parameter[0])] = trim(str_replace('"', '', $parameter[1])); //removes quotes
H A DREADME.md17 * set **Max Records** parameter - this will add a limit to the number of rows in a table that a use…
24 Each parameter: is followed by a space and values enclosed in "". Parameters are separated by ' | '…
109 This display type requires the additional parameter: `fields`
/plugin/minimap/
H A DREADME.md41 …* the `debug` parameter prints debug information if set to true below the panel header and in the …
42 * the `namespace` parameter (default to the current namespace) may be used to change the namespace
94 * If you don't have any home page, you can set the parameter `showHeader` to `false`

12345678910