| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | arrays.js | 157 list = [{name: 'Moe'}, {name: 'Curly'}, {name: 'Larry'}, {name: 'Curly'}]; property 158 var expected = [{name: 'Moe'}, {name: 'Curly'}, {name: 'Larry'}]; property 182 _.uniq(list, function(value, index, array) { argument 409 var expected = _.map(falsey, function(value) { argument
|
| D | objects.js | 191 var callback = function(value, key, object) { argument 196 result = _.pick(data, callback, {value: 2}); property 209 _.pick(data, function(value, key, obj) { argument 230 var callback = function(value, key, object) { argument 235 result = _.omit(data, callback, {value: 2}); property 274 var moe = {name: 'moe', lucky: [13, 27, 34]}; property 319 First.prototype.value = 1; method in First 323 Second.prototype.value = 2; method in Second 451 name: new String('Moe Howard'), property 456 name: 'Sing a Song of Six Pants', property [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 64 DiagramPage.prototype.setName = function(value) argument 79 function RenamePage(ui, page, name) argument 366 graph.getGlobalVariable = function(name) argument 841 Graph.recentCustomFonts[fontName.toLowerCase()] = {name: fontName, url: fontUrl}; property 889 this.extFonts.push({name: fontName, url: fontUrl}); property 1056 EditorUi.prototype.createPage = function(name, id) argument 1159 EditorUi.prototype.duplicatePage = function(page, name) argument 1216 …w FilenameDialog(this, page.getName(), mxResources.get('rename'), mxUtils.bind(this, function(name) argument 1910 obj.relatedPage.viewState, function(key, value) argument
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | javascript-compiler.js | 12 function Literal(value) { argument 1126 JavaScriptCompiler.isValidJavaScriptVariableName = function (name) { argument
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/ |
| D | NodeList.php | 45 public function __call(string $name, array $arguments) { 129 public function set(int $key, $value): self {
|
| /plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/ |
| D | Stream.php | 551 public function offsetSet($offset, $value) 601 private function addFunctionToMap($name, $startLine, $endLine)
|
| /plugin/asciidocjs/node_modules/pug/lib/ |
| D | index.js | 43 function applyPlugins(value, options, plugins, name) { argument 44 return plugins.reduce(function (value, plugin) { argument 53 function findReplacementFunc(plugins, name) { argument
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …:t||self).ApexCharts=e()}(this,(function(){"use strict";function t(e){return(t="function"==typeof … method 14 …his.el=t}t.prototype.init=function(t,e){var i=this;this.constraint=t,this.value=e,this.el.on("mous… method
|
| /plugin/issuetracker/ |
| D | prototype.js | 140 value = (function(m) { function 211 function toJSON(value) { argument 521 interpret: function(value) { argument 824 this._each(function(value) { argument 844 this.each(function(value, index) { argument 854 this.each(function(value, index) { argument 864 this.each(function(value, index) { argument 872 this.each(function(value, index) { argument 883 this.each(function(value, index) { argument 897 this.each(function(value, index) { argument [all …]
|
| /plugin/chat/ |
| D | script.js | 529 function chatSetCookie(name, value, expire) { argument 542 function chatGetCookie(name) { argument
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 302 public function setRootAttribute($name, $value) 314 public function getRootAttributeValue($name): ?string
|
| /plugin/move/helper/ |
| D | plan.php | 143 public function getOption($name) { 159 public function setOption($name, $value) {
|
| /plugin/jplayer/components/ |
| D | require-built.js | 109 eachProp(source, function (value, prop) { argument 139 function getGlobal(value) { argument 259 function normalize(name, baseName, applyMap) { argument 357 function removeScript(name) { argument 385 function splitPrefix(name) { argument 410 function makeModuleMap(name, parentModuleMap, isNormalized, applyMap) { argument 439 normalizedName = pluginModule.normalize(name, function (name) { argument 493 function on(depMap, name, fn) { argument 935 name = plugin.normalize(name, function (name) { argument 945 'defined', bind(this, function (value) { argument [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 155 function $prop(object, name, initialValue) { argument 167 value: initialValue, property 269 function handle_autoload(cref, name) { argument 301 function const_get_name(cref, name) { argument 311 function const_lookup_nesting(nesting, name) { argument 329 function const_lookup_ancestors(cref, name) { argument 347 function const_lookup_Object(cref, name) { argument 354 function const_missing(cref, name) { argument 359 Opal.const_get_local = function(cref, name, skip_missing) { argument 376 Opal.const_get_qualified = function(cref, name, skip_missing) { argument [all …]
|
| D | index.mjs | 153 function $prop(object, name, initialValue) { argument 165 value: initialValue, property 267 function handle_autoload(cref, name) { argument 299 function const_get_name(cref, name) { argument 309 function const_lookup_nesting(nesting, name) { argument 327 function const_lookup_ancestors(cref, name) { argument 345 function const_lookup_Object(cref, name) { argument 352 function const_missing(cref, name) { argument 357 Opal.const_get_local = function(cref, name, skip_missing) { argument 374 Opal.const_get_qualified = function(cref, name, skip_missing) { argument [all …]
|
| /plugin/combo/ComboStrap/ |
| H A D | ExecutionContext.php | 534 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE… 560 public function getRuntimeBoolean(string $name): bool 669 public function setCanonicalUrlType(string $value): ExecutionContext 703 public function setConfGlobal(string $key, string $value): ExecutionContext
|
| H A D | FetcherSvg.php | 135 private string $name; variable in ComboStrap\\FetcherSvg 169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg 711 function setRequestedName(string $name): FetcherSvg 814 private function setMarkup(string $markup, string $name): FetcherSvg 1574 public function setRequestedClass(string $value): FetcherSvg
|
| /plugin/guestbook/ |
| D | basic.class.php | 51 function quote_smart($value) 368 function emailBody($subject, $body, $name, $id)
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/ |
| H A D | DigestMD5Encoder.php | 216 protected function encodeOptValue(string $name, $value, bool $isServerMode)
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| D | Lexer.php | 82 public function tokenize($code, $name = null) 369 protected function pushToken($type, $value = '')
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 52 /******/ __webpack_require__.d = function(exports, name, getter) { argument 120 Object.defineProperty(exports, "__esModule", { value: true }); property 908 Object.defineProperty(exports, "__esModule", { value: true }); property 1058 Object.defineProperty(exports, "__esModule", { value: true }); property 1189 Object.defineProperty(exports, "__esModule", { value: true }); property 1252 Object.defineProperty(exports, "__esModule", { value: true }); property 1321 Object.defineProperty(exports, "__esModule", { value: true }); property 1566 Object.defineProperty(exports, "__esModule", { value: true }); property 1607 Object.defineProperty(exports, "__esModule", { value: true }); property 1675 Object.defineProperty(exports, "__esModule", { value: true }); property [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 210 value: node.body property 488 function find_variable(compressor, name) { argument 513 value: val property 521 }) : make_node(AST_Number, orig, { value: val }); property 533 return make_node(AST_Null, orig, { value: null }); property 536 return make_node(AST_RegExp, orig, { value: val }); property 796 return make_node(AST_String, sym, { value: sym.name }); property 802 function make_injector(func, name) { argument 931 value: null property 964 value: null property [all …]
|
| /plugin/ckgedit/ |
| D | script.js | 181 rest.replace(attr, function(match, name) { argument 188 name: name, property 189 value: value, property 495 function getCookie(name) { argument
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 45 function allowAttribute(&$name, &$value) {
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Bulk.php | 247 public function setRequestParam(string $name, $value): self
|