Home
last modified time | relevance | path

Searched refs:optional (Results 226 – 248 of 248) sorted by path

12345678910

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1566 .replace(namedParam, function(match, optional) { argument
1567 return optional ? match : '([^/?]+)';
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2339 optional-dev-dependency@^2.0.0:
2341 …resolved "https://registry.yarnpkg.com/optional-dev-dependency/-/optional-dev-dependency-2.0.0.tgz…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css100 .dr-optional {
/plugin/siteexport/
H A DREADME.md96 ### Select one of the Help Creation Options (optional)
97 This is totaly optional.
/plugin/socialshareprivacy2/SSP/
H A DREADME.md64 * [jQuery cookies plugin](https://github.com/panzi/jQuery-Cookies) (optional)
65 * [uglifyjs](https://npmjs.org/package/uglify-js) (optional)
66 * [uglifycss](https://npmjs.org/package/uglifycss) (optional)
/plugin/strata/helper/
H A Dsyntax.php362 // extract optional groups
363 $optionals = $this->extractGroups($root,'optional');
396 foreach($optionals as $optional) {
397 // convert eacfh optional
398 list($optional, $s) = $this->transformGroup($optional, $typemap);
401 'type'=>'optional',
403 'rhs'=>$optional
961 * otherwise the property may not be set since all properties are optional.
962 * Either 'choices' or 'pattern' must be set (not both), all other values are optional
[all...]
/plugin/strata/
H A Dmanual.txt91 optional {
120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
122 You can have multiple optional blocks. You can even have optional blocks inside optional blocks.
220 The query blocks are [[#optional]], [[#minus]], [[#union]].
298 optional {
[all...]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1optional properties:\n * <li>`addG` {Boolean} Add flag g while copying the regex.\n * <li>`add…
/plugin/todo/
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (by using <todo>This is a ToDo</todo>). In combination with dokuwiki searchpattern plugin it is a lightweight task list management system.
/plugin/twofactor/lang/en/
H A Doptin.txt3 However, this is completely optional. You can always come back here later.
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md11 - **optional PSR3 compatibility**
/plugin/virtualkeyboard/vk/
H A Dlicense.txt187 be optional: if the application does not supply it, the square
/plugin/vshare/
H A Dsites.ini5 ; emb = optional special URL to use for extracting the vid
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md71 * #657: Support for optional auth using `{DAV:}unauthorized` and `{DAV:}all`
692 * Changed: `PrincipalBackend::searchPrincipals` has a new optional `test`
1548 * Added: Made it optional to supply carddata from an Addressbook backend when
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md62 now optional.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso70 -optional='fileUrl',
72 -optional='fileName',
74 -optional='customMsg',
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso48 -optional='width', -type='string',
49 -optional='height', -type='string',
50 -optional='toolbarset', -type='string',
51 -optional='initialvalue', -type='string',
52 -optional='basepath', -type='string',
53 -optional='config', -type='array'
H A Dlicense.txt501 be optional: if the application does not supply it, the square
/plugin/xcom/lang/en/
H A Dhowto.txt74 The fact that the fields are optional means that you don't have to enter passwords (or even user na…
/plugin/xcom/scripts/
H A Dsample.xcom.ini3 ; Eeach site requires a title and three optional entries for each site
H A Dxcom.ini3 ; Eeach site requires a title and three optional entries for each site
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28152 state.optional = false;
28274 Node.prototype.optional = function optional() {
28276 state.optional = true;
28284 state.optional = true;
28354 if (state.optional) {
28517 if (state.optional && data === undefined) {
69969 ….optional(), this.key('curve').objid().optional(), this.key('params').seq().obj(this.key('p').int(…
69987 …eKey').octstr(), this.key('parameters').optional().explicit(0).use(ECParameters), this.key('public…
70016 …his.key('algorithm').objid(), this.key('parameters').optional(), this.key('curve').objid().optiona…
70039optional(), this.key('serialNumber').int(), this.key('signature').use(AlgorithmIdentifier), this.k…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …,...],\n\tcollections:{\n\t\t\tcollectionName:[\n\t\t\t\t{key:, label:, optional:...},...\n\t\t\t]…

12345678910