Searched refs:sys (Results 1 - 4 of 4) sorted by relevance
/yui3/build/yui-log-nodejs/ |
H A D | yui-log-nodejs-debug.js | 3 var sys = require(process.binding('natives').util ? 'util' : 'sys'), 44 str = sys.inspect(str); 71 sys.error(this.consoleColor(t.toLowerCase() + ':', lvl) + m + ' ' + this.consoleColor(str, mLvl));
|
/yui3/src/yui/js/ |
H A D | yui-log-nodejs.js | 1 var sys = require(process.binding('natives').util ? 'util' : 'sys'), variable 42 str = sys.inspect(str); 69 sys.error(this.consoleColor(t.toLowerCase() + ':', lvl) + m + ' ' + this.consoleColor(str, mLvl));
|
/yui3/src/loader/scripts/ |
H A D | meta_join.py | 10 import os, sys, codecs, md5 namespace 16 pathname = os.path.dirname(sys.argv[0])
|
/yui3/build/yui-nodejs/ |
H A D | yui-nodejs-debug.js | 4363 var sys = require(process.binding('natives').util ? 'util' : 'sys'), 4404 str = sys.inspect(str); 4431 sys.error(this.consoleColor(t.toLowerCase() + ':', lvl) + m + ' ' + this.consoleColor(str, mLvl));
|
Completed in 37 milliseconds