summary refs log tree commit diff stats
path: root/plugins/doat
ModeNameSize
-rw-r--r--Makefile.am208log stats plain blame
-rw-r--r--doat-xp.vcxproj5273log stats plain blame
-rw-r--r--doat-xp.vcxproj.filters873log stats plain blame
-rw-r--r--doat.c2251log stats plain blame
-rw-r--r--doat.def52log stats plain blame
-rw-r--r--doat.vcxproj5140log stats plain blame
-rw-r--r--doat.vcxproj.filters873log stats plain blame
r: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>HexChat</string>
    <key>CFBundleGetInfoString</key>
    <string>@VERSION@</string>
    <key>CFBundleIconFile</key>
    <string>hexchat.icns</string>
    <key>CFBundleIdentifier</key>
    <string>org.hexchat</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>@VERSION@</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>@VERSION@</string>
    <key>NSHumanReadableCopyright</key>
    <string></string>
    <key>LSMinimumSystemVersion</key>
    <string>10.4</string>
</dict>
</plist>