| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/ |
| D | connector.asp | 36 If ( ConfigIsEnabled = False ) Then 38 End If 43 If ( Not IsEmpty( ConfigUserFilesPath ) ) Then 46 If ( Right( sUserFilesPath, 1 ) <> "/" ) Then 48 End If 51 End If 57 If ( Right( sUserFilesDirectory, 1 ) <> "\" ) Then 59 End If 68 If ( sCommand = "" ) Then Exit Sub 71 If ( sResourceType = "" ) Then Exit Sub [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
| D | upload.asp | 45 If ( ConfigIsEnabled = False ) Then 47 End If 51 If ( Request.QueryString("Type") <> "" ) Then 55 End If 65 If oUploader.ErrNum > 1 Then 76 If ( Right( sServerDir, 1 ) <> "\" ) Then 78 End If 80 If ( ConfigUseFileType = True ) Then 82 End If 99 If ( oFSO.FileExists( sFilePath ) ) Then [all …]
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | class_upload.asp | 34 ' If you have a modification version, 110 If aCType(0) <> "multipart/form-data" Then 113 End If 117 If nTotalSize < 1 Then 120 End If 121 If nMaxSize > 0 And nTotalSize > nMaxSize Then 124 End If 143 If nPartBytes + ReadBytes > nTotalBytes Then 145 End If 183 If InStr(45, sFormHeader, " filename=", 1) > 0 Then [all …]
|
| D | io.asp | 83 If ( NOT oFSO.FolderExists( sParent ) ) Then CreateServerFolder( sParent ) 85 If ( oFSO.FolderExists( folderPath ) = False ) Then 111 End If 128 If sDenied <> "" Then 131 End If 133 If IsAllowedExt And sAllowed <> "" Then 136 End If 168 If ( sCurrentFolder = "" ) Then sCurrentFolder = "/" 171 If ( Right( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = sCurrentFolder & "/" 172 If ( Left( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = "/" & sCurrentFolder [all …]
|
| D | connector.asp | 36 If ( ConfigIsEnabled = False ) Then 38 End If 49 If ( sResourceType = "" ) Then sResourceType = "File" 64 If ( sCommand = "FileUpload" ) Then 67 End If
|
| D | commands.asp | 85 If ( iFileSize < 1 AND oFile.size <> 0 ) Then iFileSize = 1 101 If ( sNewFolderName = "" OR InStr( 1, sNewFolderName, ".." ) > 0 ) Then 130 End If 151 If oUploader.ErrNum > 0 Then 176 If ( oFSO.FileExists( sFilePath ) ) Then 182 If oUploader.ErrNum > 0 Then sErrorNumber = "202" 184 End If 187 End If
|
| /plugin/accscounter/lang/en/ |
| D | viewer.txt | 5 …r Check" or "Delete the Log" from the pull down, then click "Run" button. If you do nothing, you … 7 [NOTE] If you click the "Run" button, the system will start checking or deleting **without notice**. 9 [NOTE] If you use the Spammer Check function, set values of "sfsExFreq" and "sfsExConf" from Config… 11 [NOTE] The Spammer Check function needs connection to api.stopforumspam.org. If you specify many p…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | serializers.asciidoc | 21 The `SmartSerializer` inspects the data to be encoded. If the request body is 26 If the data is an array, it is converted to JSON. If the data provided was an 36 `content_type` headers to determine the appropriate encoding. If the data is 69 The `ArrayToJSONSerializer` inspects the data to be encoded. If the request body 74 If the data is an array, it is converted to json. If the data provided was an 83 When decoding the response body, everything is decoded to JSON from JSON. If the 114 If the data provided was an empty array, the serializer manually converts the 118 If the data was not an array and/or not convertible to JSON, the method returns 125 When decoding the response body, everything is decoded to JSON from JSON. If the 149 If you want to use your own custom serializer, you need to implement the
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | slice.rst | 46 If the start is non-negative, the sequence will start at that start in the 47 variable. If start is negative, the sequence will start that far from the end 50 If length is given and is positive, then the sequence will have up to that 51 many elements in it. If the variable is shorter than the length, then only the 52 available variable elements will be present. If length is given and is 54 variable. If it is omitted, then the sequence will have everything from offset
|
| D | split.rst | 17 * If ``limit`` is positive, the returned array will contain a maximum of 20 * If ``limit`` is negative, all components except the last -limit are 23 * If ``limit`` is zero, then this is treated as 1. 30 If the ``delimiter`` is an empty string, then value will be split by equal
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.AllowedElements.txt | 7 If HTML Purifier's tag set is unsatisfactory for your needs, you can 8 overload it with your own list of tags to allow. If you change 14 If you attempt to allow an element that HTML Purifier does not know 20 <strong>Warning:</strong> If another directive conflicts with the
|
| D | URI.OverrideAllowedSchemes.txt | 5 If this is set to true (which it is by default), you can override 7 registry. If false, you will also have to update that directive in order
|
| D | HTML.DefinitionID.txt | 8 Unique identifier for a custom-built HTML definition. If you edit 11 If you change your custom edits, you should change this directive, or 25 If someone else attempts to use the default configuration, these two
|
| /plugin/metaheaders/ |
| D | README | 19 - If possible, use DokuWiki's plugin manager to install the plugin. Have a 23 - If you have to install the plugin manually: Download the package from the 28 over the existing one. If you got any problems, remove the plugin and 48 If you need help, check the FAQ [1] and try to find useful information by 49 using the DokuWiki Search page [2]. If you found nothing helpful, ask your 61 If you think you have found a bug or have a useful idea (a.k.a. "feature 77 If you like this free project, you might buy us a coffee [1], or get some
|
| /plugin/asciidocjs/node_modules/promise/ |
| D | Readme.md | 8 **N.B.** This promise exposes internals via underscore (`_`) prefixed properties. If you use these… 59 If you need [domains](https://iojs.org/api/domain.html) support, you should instead use: 65 If you are in an environment that implements `setImmediate` and don't want the optimisations provid… 71 If you only want part of the features, e.g. just a pure ES6 polyfill: 121 …alled with a single argument. If it is called with a non-promise value then the promise is fulfil… 132 …eign promises into Promises/A+ promises. If you pass it a value then it returns a Promise for tha… 140 Returns a promise for an array. If it is called with a single argument that `Array.isArray` then t… 184 If the last argument passed to `module.exports` is a function, then it will be treated like a node.… 196 If the promise is fulfilled then `onFulfilled` is called. If the promise is rejected then `onRejec… 198 …If the handler that is called returns a promise, the promise returned by `.then` takes on the stat… [all …]
|
| /plugin/contactmodern/ |
| D | README.textile | 18 p. If you have some more ideas, feel free to contact me. 48 …d "comment" field. It will send an email to whatever the default value is. If you enabled the capt… 50 p. You can also specify several parameters. If you only need one parameter you simply use: 60 | subj | If the subject is specified in the parameters then it is not a field on the contact form. | 61 | to | If you choose another profile then emails will be send to the profile email address. You hav… 62 | captcha | If set to true, the captcha will be enabled. Set it on false to disable it. You must ac…
|
| /plugin/redirectssl/lang/en/ |
| D | settings.php | 4 …or the HTTPS redirect. If not set, the plugin will attempt to determine the server name from the s… 5 …his is usually 443, but some servers may have been configured differently. If the HTTP port is the…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | SecurityNamespace.asciidoc | 72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this … 139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o… 155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make th… 169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o… 183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o… 197 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this … 211 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this … 225 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this … 345 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o… 398 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o… [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/version/ |
| D | README.md | 11 If you only need this library during development, for instance to run your project's test suite, th… 40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` … 41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is… 42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `… 43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
|
| /plugin/json/demo/ |
| D | json_plugin.txt | 85 …g/|JSON]] data can be located between %%<json ...>%% and %%</json>%% tags. If both, inline data an… 95 …base.person1.address''. ''.'' (dot) is used as a delimiter between tokens. If tokens contains spac… 97 If token is number, then it points to n-th array member. ''0'' points to first array member and so … 99 If there are already data on the specified path, then new data will recursively replace overlapped … 105 If path attribute is not specified, data is combined with the 'json_database' directly. 123 …t must have an 'id' attribute. It is referenced as in third example above. If target %%<json>%% el… 142 …tribute. We can put multiple arguments separated by ''&'' in Query string. If we want to specify s… 144 If besides 'src_ext' also 'src' attribute is specified, then 'src_ext' has precedence. If link for … 149 If attribute ''src_path'' is specified, then only part of database referenced by 'src' attribute is… 170 If we want to add some tokens to default 'display' options, we can use comma in front of our token(… [all …]
|
| /plugin/jsongendoc/demo/ |
| D | jsongendoc_plugin.txt | 40 | ''@%%%$%%-start(''// filter //'')%''// dokuwiki_section //''%%%$%%end%@'' | If //filter// (see [[… 55 …* **Button** - After user presses a button, a command is sent to the server. If there are no error… 58 If this attribute is omitted or it is empty string, then newly generated file will be stored to the… 61 …for the new document(if //mime// is undefined). If it is not specified, then current location is u… 64 It specifies the template file. If template is not specified, then [[https://www.dokuwiki.org/names… 67 If specified, then it will be shown in **Inpit field** as default for the new document name. If val… 75 If this attribute is not specified, then Select box is not shown. Complete JSON data are passed to …
|
| /plugin/newpagetemplate/lang/en/ |
| D | howto.txt | 3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''…
|
| /plugin/groupmail/ |
| D | README.textile | 20 p. If you have some more ideas, feel free to contact me. 50 …d "comment" field. It will send an email to whatever the default value is. If you enabled the capt… 52 p. You can also specify several parameters. If you only need one parameter you simply use: 88 | subject=... | If the subject is specified in the parameters then it is not a field on the email f… 89 | autofrom | If specified, the sender fields are not shown in the email form. | 101 | captcha | If set to true, the captcha will be enabled. Set it on false to disable it. You must ac…
|
| /plugin/tokenbucketauth/lang/en/ |
| D | banned.txt | 6 If you did nothing wrong you might be the innocent victim of someone else's 7 misbehavior who had your IP before. If this is the case you should contact the
|
| /plugin/photogallery/phpThumb/ |
| D | phpThumb.config.php.default | 43 …isplaying any information about your system. If true, phpThumbDebug and error messages will be dis… 44 …] = true; // DO NOT DISABLE THIS ON ANY PUBLIC-ACCESSIBLE SERVER. If disabled, your serve… 56 // If the directory is not writable no error will be generated but caching will be disabled. 66 $PHPTHUMB_CONFIG['cache_disable_warning'] = false; // If [cache_directory] is non-existant or not w… 67 $PHPTHUMB_CONFIG['cache_directory_depth'] = 2; // If this larger than zero, cache structure will be… 93 // If cache_default_only_suffix is non-empty, GETstring parameters (except 'src') are ignored and o… 109 // Leave this value as NULL in most cases. If you get errors about "failed to open <filename> for w… 117 $PHPTHUMB_CONFIG['prefer_imagemagick'] = true; // If true, use ImageMagick to resize thumbn… 118 $PHPTHUMB_CONFIG['imagemagick_use_thumbnail'] = true; // If true, use ImageMagick's "-thumbnail" r… 129 // NOTE: "max_source_pixels" only affects GD-resized thumbnails. If you have ImageMagick installed … [all …]
|