Searched full:junk (Results 1 – 25 of 34) sorted by relevance
12
| /plugin/jalbum/syntax/ |
| D | slideshow.php | 70 list($junk, $num) = explode(':', $match, 2); 71 $dirs = explode('|', $junk);
|
| /plugin/docimporter/ |
| D | action.php | 88 #Remove junk <br/> tags 91 #Remove junk <references/>
|
| /plugin/badbehaviour/ |
| D | badbehavior.readme | 9 Bad Behavior prevents spammers from ever delivering their junk, and in many 23 preventing spammers from ever delivering their junk, and in many cases, from
|
| /plugin/cloud/ |
| D | syntax.php | 43 list($junk, $num) = array_pad(explode(':', $num, 2), 2, ''); 48 if (preg_match('/\[.*]/', $junk, $matches) === 1) {
|
| /plugin/loglog/helper/ |
| D | logging.php | 137 list($dt, $junk, $ip, $user, $msg, $data) = explode("\t", $line, 6);
|
| /plugin/html2pdf/html2pdf/ |
| D | action.php | 54 // load stylesheets but skip the rest of the usual junk generated by tpl_metaheaders
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/ |
| D | apps.yml | 122 'com.sweep.cleaner.trash.junk': 'Sweep'
|
| /plugin/linkback/ |
| D | tools.php | 178 continue; // discard junk
|
| /plugin/indexmenu2/cms/transitions/ |
| D | clip.js | 23 * - junk code
|
| /plugin/navi/ |
| D | syntax.php | 195 foreach ($navItems as $key => $junk) {
|
| /plugin/syntaxhighlighter3/sxh3/ |
| D | npm-shrinkwrap.json | 662 "junk": { object 664 "from": "junk@~0.2.0"
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.misc.cue.php | 134 //save discarded junk and place string[] with track it was found in
|
| D | module.audio-video.riff.php | 143 case 'JUNK': 162 …$this->warning('Expecting "RIFF|JUNK|IDVX" at '.$nextRIFFoffset.', found "'.$nextRIFFheaderID.'" (… 1531 if (($chunksize == 0) && ($chunkname != 'JUNK')) { 1736 case 'JUNK': 1738 … // but some programs write their version strings in a JUNK chunk (e.g. VirtualDub, AVIdemux, etc) 1742 if ($chunkname == 'JUNK') { 1745 $info['riff']['comments']['junk'][] = trim($matches[1]);
|
| /plugin/bookcreator/syntax/ |
| D | bookmanager.php | 80 [/* $junk */, $params] = array_pad(explode(':', $match, 2), 2, '');
|
| /plugin/passpolicy/ |
| D | words.txt | 1899 junk
|
| D | 10k-common-passwords.txt | 5518 junk
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | xhtml.utils.inc.php | 290 // Just a junk at the beginning; skip till the first space
|
| /plugin/highlightjs/highlight/ |
| D | test.html | 715 (or (parse-integer (prompt-read "Rating") :junk-allowed t) 0)
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 341 * Bugfix: (#1203) parse RIFF JUNK chunks for version strings 354 * Bugfix: AVI zero-size JUNK chunk would give warning 373 * Bugfix: remove false warning of junk data on WAV+ID3v1 424 * Bugfix: RIFF-AVI "JUNK" chunks are now parsed properly,
|
| D | structure.txt | 1632 ['JUNK']=>array() { // 1657 ['JUNK']=>array() { //
|
| /plugin/securelogin/ |
| D | rsalib.js | 771 // Initialize the pool with junk if needed.
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | image.cfc | 187 if (currentTag.getTagName() DOES NOT CONTAIN "Unknown") { //leave out the junk data
|
| /plugin/mantis/lib/ |
| D | class.soap_transport_http.php | 306 // there will be some "junk" at the end of our request.
|
| /plugin/eventum/XML/ |
| D | RPC.php | 1482 * be tolerant of junk after methodResponse
|
| /plugin/discussion/ |
| D | action.php | 1301 if ($log === false) continue; // discard junk
|
12