Searched refs:customFlags (Results 1 – 3 of 3) sorted by relevance
| /plugin/discussion/syntax/ |
| D | threads.php | 66 $customFlags = [ 81 $customFlags['count'] = $cnt; 85 $customFlags['skipempty'] = true; 88 $customFlags['nonewthreadform'] = true; 103 return [$ns, $flags, $refine, $customFlags]; 116 list($ns, $flags, $refine, $customFlags) = $data; 117 $count = $customFlags['count']; 118 $skipEmpty = $customFlags['skipempty']; 119 $noNewThreadForm = $customFlags['nonewthreadform'];
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shCore.js | 414 if (options.customFlags) { 415 … registeredFlags = nativ.replace.call(registeredFlags + options.customFlags, duplicateFlags, ""); 1208 customFlags: "x" property 1221 customFlags: "s" property 1267 {customFlags: "n"}); property
|
| D | shCore.min.js | 17 …customFlags&&(T=p.replace.call(T+n.customFlags,E,""))},off:function(){throw Error("extensibility m… property
|