===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md-270-			<p>A single field or an array of fields to sort by. Each item in the array should be an object containing at least a <code>field</code> property. Optionally, <code>direction</code> can be set to <code>'asc'</code> or <code>'desc'</code>. The order of the array defines the sort precedence.</p>
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md:271:			<p>Unless present, a special `$score` field will be automatically added to the beginning of the sort list. This will make results sorted primarily by match quality (descending).</p>
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md:272:			<p>You can override the `$score` function. For more information, see the <a href="https://github.com/brianreavis/sifter.js#sifterjs">sifter documentation</a>.</p>
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md-273-		</td>
##############################################
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md-290-		<td valign="top"><code>lockOptgroupOrder</td>
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md:291:		<td valign="top">If truthy, Selectize will make all optgroups be in the same order as they were added (by the `$order` property). Otherwise, it will order based on the score of the results in each.</td>
libjs-jquery-selectize.js-0.12.6+dfsg/docs/usage.md-292-		<td valign="top"><code>boolean</code></td>
##############################################
libjs-jquery-selectize.js-0.12.6+dfsg/examples/contacts.html-84-
libjs-jquery-selectize.js-0.12.6+dfsg/examples/contacts.html:85:				var REGEX_EMAIL = '([a-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@' +
libjs-jquery-selectize.js-0.12.6+dfsg/examples/contacts.html-86-				                  '(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)';
##############################################
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh-104-    for files in $file_list ; do
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh:105:	for file in `ls $files` ; do
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh-106-	    # We'll do some modifications to the file, so we copy it
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh-107-	    # to the temporary directory.
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh:108:	    local b=`dirname $file`
libjs-jquery-selectize.js-0.12.6+dfsg/debian/build.sh-109-	    mkdir -p $tmpdir/$b