Searched refs:Function (Results 1 – 25 of 104) sorted by relevance
12345
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
D | util.asp | 24 Function RemoveFromStart( sourceString, charToRemove ) 30 End Function 32 Function RemoveFromEnd( sourceString, charToRemove ) 38 End Function 40 Function ConvertToXmlAttribute( value ) 42 End Function 44 Function InArray( value, sourceArray ) 49 Exit Function 53 End Function
|
D | io.asp | 28 Function GetResourceTypePath( resourceType, sCommand ) 34 end Function 36 Function GetResourceTypeDirectory( resourceType, sCommand ) 53 end Function 55 Function GetUrlFromPath( resourceType, folderPath, sCommand ) 57 End Function 59 Function RemoveExtension( fileName ) 61 End Function 63 Function ServerMapFolder( resourceType, folderPath, sCommand ) 73 End Function [all …]
|
D | class_upload.asp | 276 Private Function IsAllowed(sExt) 291 End Function 293 Private Function IsHtmlExtension( sExt ) 295 Exit Function 307 End Function 309 Private Function SniffHtml( sData ) 324 Exit Function 330 End Function 333 Private Function ByteArray2Text(varByteArray) 346 End Function
|
/plugin/wrapadd/ |
D | README.md | 11 Function: Change format of an ordered list 39 Function: Adds simple message boxes 51 Function: Another box variant for formal purposes, especially when used with tables.
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/ |
D | convert.jst | 10 * @param {Function} [func] The function to wrap. 12 * @returns {Function|Object} Returns the converted function or object.
|
/plugin/socialshareprivacy2/SSP/ |
D | README.md | 418 <td>Function that stores the perma setting of the service specified by service_name.</td> 423 <td>Function that removes the perma setting of the service specified by service_name.</td> 428 <td>Function that gets the perma setting of all services in an object where the keys are 435 <td>Function that gets the perma setting of the service specified by service_name. 479 <td>[Function]</td> 484 elements. (Function or string)</td> 632 place for 20 characters for the shortened URL. (Function or string)</td> 637 <td>Twitter username (without the leading <code>@</code>). (Function or string)</td> 642 <td>URL of image that represents the thing to share. (Function or string)</td> 678 <td>Title of the new bookmark. (Function or string)</td> [all …]
|
/plugin/asciidocjs/node_modules/function-bind/ |
D | README.md | 19 PhantomJS does not have Function.prototype.bind :( 22 Function.prototype.bind = require("function-bind")
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
D | README.md | 119 ## `Function` 557 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element. 594 3. `[comparator]` *(Function)*: The comparator invoked per element. 694 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration. 740 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration. 826 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration. 872 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration. 1146 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element. 1179 2. `[comparator]` *(Function)*: The comparator invoked per element. 1396 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element. [all …]
|
/plugin/asciidocjs/node_modules/pug-attrs/ |
D | README.md | 52 finalResult = Function('pugRuntime, getBaz', 66 finalResult = Function('pugRuntime, getBaz',
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
D | upload.asp | 34 Function SendResults( errorNumber, fileUrl, fileName, customMsg ) 39 End Function
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/ |
D | connector.asp | 113 Function IsAllowedType( resourceType ) 123 End Function
|
/plugin/asciidocjs/node_modules/async/dist/ |
D | async.mjs | 13 * @param {Function} fn - The function you want to eventually apply all 17 * @returns {Function} the partially-applied function 104 * @param {Function} func - The synchronous function, or Promise-returning 466 * @param {Function} [callback] - A callback which is called when all 525 * @param {Function} [callback] - A callback which is called when all 652 * @param {Function} [callback] - A callback which is called when all `iteratee` 765 * @param {Function} [callback] - the final argument should be the callback, 802 * @param {Function} [callback] - A callback which is called when all `iteratee` 825 * @param {Function} [callback] - A callback which is called when all `iteratee` 848 * @param {Function} [callback] - the final argument should be the callback, [all …]
|
/plugin/accscounter/lang/en/ |
D | movedirection.txt | 9 ===== Function Menu =====
|
D | mngintro.txt | 13 ===== Function Menu =====
|
/plugin/codemirror/dist/modes/ |
D | nsis.min.js.map | 1 …Function|PageEx|Section(?:Group)?)\\b/, token: \"keyword\", indent: true},\n {regex: /^\\s*(?:(…
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
D | tableCell.js.unc | 23 // * @param {Function} setup Setup function which returns a value instead of setting it. 24 // * @returns {Function} A function to be used in dialog definition.
|
/plugin/asciidocjs/node_modules/once/ |
D | README.md | 18 Or add to the Function.prototype in a responsible way:
|
/plugin/asciidocjs/node_modules/core-js/ |
D | CHANGELOG.md | 140 - `Function#name` no longer cache the result for correct behaviour with inherited constructors, [#2… 174 - Added fallback for `Function#name` on non-extensible functions and functions with broken `toStrin… 225 …e future: `@@species` and `ToLength` logic in `Array` methods, `Date` parsing, `Function#bind`, etc 328 * Fixed `.name` property and `Function#toString` conversion some polyfilled methods 389 * Changed compression `client/*.min.js` options for safe `Function#name` and `Function#length`, sho… 403 * Added support native constructors to [`Function#bind`](https://github.com/zloirock/core-js/#ecmas… 463 * Wrapped `Function#toString` for correct work wrapped methods / constructors with methods similar … 482 * Added cap for `Function#@@hasInstance` 502 * Removed non-standard methods `Object#[_]` and `Function#only` - they solves syntax problems, but … 585 * Removed `Function#by` [all …]
|
/plugin/asciidocjs/node_modules/pug-runtime/ |
D | README.md | 31 var attr = Function('', src + ';return pug_attr;')();
|
/plugin/webcomponent/_test/data/pages/ |
D | navbar.txt | 82 [[code:function:|Function]]
|
/plugin/skype/ |
D | README.md | 59 <th align="left">Function</th>
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 43.43.js.map | 1 …Function.From',\n 'Function.Invoke',\n 'Function.InvokeAfter',\n 'Function.Is…
|
/plugin/asciidocjs/node_modules/babel-types/ |
D | README.md | 75 Aliases: `Scopable`, `Function`, `BlockParent`, `FunctionParent`, `Expression`, `Pureish` 321 Aliases: `Function`, `Scopable`, `BlockParent`, `FunctionParent`, `Method` 795 Aliases: `Scopable`, `Function`, `BlockParent`, `FunctionParent`, `Statement`, `Pureish`, `Declarat… 814 Aliases: `Scopable`, `Function`, `BlockParent`, `FunctionParent`, `Expression`, `Pureish` 1361 Aliases: `UserWhitespacable`, `Function`, `Scopable`, `BlockParent`, `FunctionParent`, `Method`, `O…
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
D | spellchecker.cfm | 3 This code uses a CF User Defined Function and should work in CF version 5.0
|
/plugin/combo/grammar/ |
D | PageSql.g4 | 71 // Function
|
12345