| /plugin/parserfunctions/ |
| D | syntax.php | 90 $funcName = PhpString::strtolower($m[1]); 95 switch ($funcName) { 97 return $this->_IF($params, $funcName); 99 return $this->_IFEQ($params, $funcName); 101 return $this->_IFEXIST($params, $funcName); 103 return $this->_SWITCH($params, $funcName); 105 return $this->_EXPR($params, $funcName); 107 return $this->helper->formatError('important', $funcName, 'no_such_function'); 223 function _IF($params, $funcName) argument 226 $result = $this->helper->formatError('alert', $funcName, 'not_enough_params'); [all …]
|
| D | helper.php | 241 $funcName = 'expr'; 255 return $this->formatError('alert', $funcName, 'invalid_expression'); 267 return $this->formatError('alert', $funcName, 'undefined_result'); 273 return $this->formatError('alert', $funcName, 'evaluation_error');
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/ |
| D | DisallowSelfActionsSniff.php | 77 $funcName = $phpcsFile->findNext(T_STRING, ($i + 1)); 80 … $foundFunctions[$tokens[$funcName]['content']] = strtolower($tokens[$funcScope]['content']); 99 $funcName = $tokens[$funcNameToken]['content']; 104 if ($funcName{0} === '_') { 109 'name' => $funcName, 126 $funcName,
|
| /plugin/asciidocjs/node_modules/pug-filters/lib/ |
| D | run-filter.js | 9 function filter(name, str, options, currentDirectory, funcName) { argument 10 funcName = funcName || 'render'; 25 var result = tr[funcName](str, options, options).body;
|
| D | handle-filters.js | 37 function filterWithFallback(filter, text, attrs, funcName) { argument 43 return runFilter(filterName, text, attrs, dir, funcName);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/ |
| D | GetRequestDataSniff.php | 78 $funcName = $phpcsFile->findNext(T_STRING, $i); 79 $funcName = $tokens[$funcName]['content']; 80 if (strtolower($funcName) === 'getrequestdata') {
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _isLaziable.js | 15 var funcName = getFuncName(func), 16 other = lodash[funcName]; 18 if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {
|
| D | _createFlow.js | 46 var funcName = getFuncName(func), 47 data = funcName == 'wrapper' ? getData(func) : undefined; 56 ? wrapper[funcName]()
|
| D | lodash.js | 5155 var funcName = getFuncName(func), 5156 data = funcName == 'wrapper' ? getData(func) : undefined; 5165 ? wrapper[funcName]() 6402 var funcName = getFuncName(func), 6403 other = lodash[funcName]; 6405 if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {
|
| /plugin/codemirror/dist/modes/ |
| D | apl.min.js.map | 1 …funcName","eatSpace","next","eatWhile","test","skipToEnd","peek","defineMIME"],"mappings":"CAGA,SA…
|
| /plugin/katex/_assets/ |
| D | katex.min.js | 1 …funcName),a=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;r… property
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 2072 …funcName="format"+Date.formatFunctions.count++;Date.formatFunctions[format]=funcName;var codePrefi…
|
| /plugin/diagramsnet/lib/ |
| D | workbox-9fe249eb.js.map | 1 …funcName: 'constructor',\n paramName: 'handler',\n });\n }\n …
|
| D | workbox-f163abaa.js.map | 1 …funcName: 'constructor',\n paramName: 'handler',\n });\n }\n …
|
| D | workbox-bed83ea8.js.map | 1 …funcName: 'constructor',\n paramName: 'handler',\n });\n }\n …
|
| D | workbox-f163abaa.js | 1 …f i))throw new s("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",p… property
|
| D | workbox-9fe249eb.js | 1 …f i))throw new s("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",p… property
|
| D | workbox-bed83ea8.js | 1 …f i))throw new s("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",p… property
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 240 href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs ) 242 if ( funcName == compiledProtectionFunction.name ) 480 emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) 482 compiledProtectionFunction.name = funcName;
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 254 href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs ) 256 if ( funcName == compiledProtectionFunction.name ) 479 emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) 481 compiledProtectionFunction.name = funcName;
|
| /plugin/jmol2/jmol/ |
| D | Jmol.js | 697 function jmolSetCallback(callbackName,funcName) { argument 698 _jmol.params[callbackName] = funcName
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 804 function funcName(firstLongName, anotherLongName) 810 // 'function funcName(a,n){}var globalVar;' 813 // 'function funcName(firstLongName,a){}var globalVar;'
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 5093 var funcName = getFuncName(func), 5094 data = funcName == 'wrapper' ? getData(func) : undefined; 5103 ? wrapper[funcName]() 6338 var funcName = getFuncName(func), 6339 other = lodash[funcName]; 6341 if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.js | 5093 var funcName = getFuncName(func), 5094 data = funcName == 'wrapper' ? getData(func) : undefined; 5103 ? wrapper[funcName]() 6338 var funcName = getFuncName(func), 6339 other = lodash[funcName]; 6341 if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.js | 2803 _callHook: function (funcName, contextObject, _extraArgs) { argument 2805 fn = this[funcName], 2808 $.error("_callHook('" + funcName + "') is not a function");
|