Format:
Recent snippets matching tags of Plugin
system: opsChangeSpawnTypeOnly: false SpawnersRespondToRedstone: false allowDroppedSpawners: false debugLogs: false SuperPerms: true ignorePermissions: false deactivedByRedstoneStatus: false mustHaveValidPermissionsToAlterSpawner: true maxNumberOfEntsNearSpawner: 6
35 Views
no comments
2012-02-22 14:13:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R3-b1846jnks (MC: 1.1) (Implementing API version 1.1-R3) 2012-02-22 14:13:30 [INFO] Unknown command. Type "help" for help. 2012-02-22 14:13:34 [INFO] Plugins: WorldBorder, XrayInformer, WorldEdit, TradeCraft, EnderCrystalizer, CommandBook, PermissionsBukkit, Vault, LogBlockQuestioner, PvPToggle, LogBlock, LWC, FirstLastSeen, WorldGuard, mChatSuite, SimpleJail, SpawnerAdjuster, GroupAnnouncer, Points, LimitedCreative, Honeypot, ThumbsApply, WeatherRestrictions, TeleportSuite, mcbans, CFBanner, MultiSpawn, Xray Detection, SimpleSpleef, NoCheat, Votifier, SimpleReserve, Residence 2012-02-22 14:13:34 [INFO] Unknown command. Type "help" for help.
34 Views
no comments
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" > <DataTemplate x:Key="SmallLogoTemplate"> <Image ... /> </DataTemplate> <DataTemplate x:Key="LargeLogoTemplate"> <Image ... />
156 Views
no comments
public class YourPlugin : IPlugin { private static ResourceDictionary _Resources; public static DataTemplate SmallIconTemplate { get {
179 Views
no comments
//*************************************** // Description: Display images in a simple teletype style. // Usage: $(".teletype").teletype({speed: 100}); // Put all images in wrapper <div> // e.g : <div class="teletype"><img src="/images/1.jpg" alt="" width="10" height="10"/> ... </div> // Ensure the images are hidden // e.g : .teletype img { display: none } // Params example: ({speed:100},{type:"fast"}); // Written by: Arran Maclean , A R Media Ltd. 22/03/2010 //***************************************
426 Views
no comments
[ContextAction(Group = "C#", Name = "ConvertSpacesToUnderscore", Description = "Adds context action to convert spaces in method names to underscore")] public class ConvertSpacesToUnderscore : BulbItemImpl, IContextAction { readonly ICSharpContextActionDataProvider _provider; public ConvertSpacesToUnderscore(ICSharpContextActionDataProvider provider) { _provider = provider; }
558 Views
no comments
jQuery.fn.formtip = function() { return this.each(function(i, el) { var item = jQuery(el); var title = item.attr("title"); if (title == undefined) { return true; } else { item.hover(
260 Views
no comments
using System; using Castle.Components.Scheduler; using Dexter.Core.UI.Framework.Extensibility; using Dexter.Shared.Framework; namespace Dexter.Core.NHibernate.Extensibility { public class SchedulerExtension : IExtensionPoint { public void OnApplicationStartup()
247 Views
no comments
Public Function GetBitmapByName(ByVal BitmapName As String) As Bitmap Dim Asm As Assembly = Assembly.GetAssembly(Me.GetType) Dim stream As IO.Stream = Asm.GetManifestResourceStream(String.Format("DX_CollapseFromEnd.{0}", BitmapName)) Return CType(Bitmap.FromStream(stream), Bitmap) End Function Private Sub PlugIn1_EditorPaintLanguageElement(ByVal ea As DevExpress.CodeRush.Core.EditorPaintLanguageElementEventArgs) Handles Me.EditorPaintLanguageElement Dim View = CodeRush.Documents.ActiveTextView If View Is Nothing Then
248 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
