Searched refs:customFlags (Results 1 – 3 of 3) sorted by relevance
/plugin/discussion/syntax/ |
D | threads.php | 54 $customFlags = array(); 64 $customFlags['count'] = $tmp[1]; 67 $customFlags['skipempty'] = true; 70 $customFlags['nonewthreadform'] = true; 76 …(!array_key_exists('count', $customFlags) || $customFlags['count'] <= 0 || !is_numeric($customFlag… 77 …if(!array_key_exists('skipempty', $customFlags) && !$customFlags['skipempty']) $customFlags['skipe… 85 return array($ns, $flags, $refine, $customFlags); 97 list($ns, $flags, $refine, $customFlags) = $data; 98 $count = $customFlags['count']; 99 $skipEmpty = $customFlags['skipempty']; [all …]
|
/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
|