Server IP : 192.158.238.246 / Your IP : 18.226.251.231 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/alt-nodejs6/root/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
Upload File : |
� �Rac @ sq d Z d d l Z d d l Z d d l Z d d l Z d d l j Z d � Z d � Z d e f d � � YZ d S( s+ Visual Studio user preferences file writer.i����Nc C s� d | k s d | k r | St j j d d � j t j � } xN | D]F } t j j | | � } t j j | � rD t j | t j � rD | SqD W| S( s{ If there are no slashes in the command given, this function searches the PATH env to find the given command, and converts it to an absolute path. We have to do this because MSVS is looking for an actual file to launch a debugger on, not just a command line. Note that this happens at GYP time, so anything needing to be built needs to have a full path.t /s \t PATHt ( t ost environt gett splitt pathsept patht joint isfilet accesst X_OK( t commandt pathsR t item( ( sn /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/pylib/gyp/MSVSUserFile.pyt _FindCommandInPath s ! 'c C s� g } xt | D]l } | j d � d k rM d j | j d � � } d | } n t j d | � rl d | } n | j | � q W| S( Nt "i����s ""s "%s"s [ \t\n]( t findR R t ret searcht append( t argst new_argst arg( ( sn /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/pylib/gyp/MSVSUserFile.pyt _QuoteWin32CommandLineArgs&