Format:
Recent snippets matching tags of link
using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; namespace System.Text { public static class StringTransformer { static readonly string linkFormat = "<a href=\"{0}\" title=\"{0}\" target=\"{2}\" class=\"{3}\">{1}</a>"; /// <summary>
105 Views
no comments
/* * Дек (свързан списък) * * @author Михаил Николов * @version 1.0 * @date 4.06.2011 * */ #include <iostream>
100 Views
no comments
/* * Опашка (свързан списък) * * @author Михаил Николов * @version 1.0 * @date 4.06.2011 * */ #include <iostream>
91 Views
no comments
function updatePerson() { person.firstName = "Jimmy"; person.lastName = "Row"; $(person).trigger("changeData",["firstName",person.firstName]) .trigger("changeData",["lastName",person.lastName]); }
382 Views
no comments
/********************/ /* ListaCirculara.h */ /********************/ #ifndef LISTA_CIRCULARA #define LISTA_CIRCULARA struct nod { nod *next;
163 Views
no comments
/**************************/ /* ListaDubluInlantuita.h */ /**************************/ #ifndef LISTA_DUBLA #define LISTA_DUBLA struct nod { nod *llink;
154 Views
no comments
/***************************/ /* ListaSimpluInlantuita.h */ /***************************/ #ifndef LISTA_SIMPLA #define LISTA_SIMPLA struct nod { int val;
163 Views
no comments
/// <summary> /// Creates a string list that contains the hierrarchy leading to the current page /// </summary> /// <param name="currentPage"></param> /// <param name="ReplaceStartWithLangCode"></param> /// <param name="ReverseSort"></param> /// <returns></returns> public static List<string> GetBreadCrumb(PageData currentPage, bool ReplaceStartWithLangCode, bool ReverseSort) { if (currentPage != null)
642 Views
no comments
/// <summary> /// Get all pages from the LinkItemCollection property /// </summary> /// <returns>PageDataCollection</returns> public PageDataCollection GetLinkCollectionPages(string propertyName) { PageDataCollection pages = new PageDataCollection(); LinkItemCollection links = CurrentPage[propertyName] != null ? CurrentPage.Property[propertyName].Value as LinkItemCollection : null; if (links != null) {
541 Views
no comments
[Serializable] public class LinkedList : IList, ICollection, IEnumerable { // Fields private int _modId; private int _nodeIndex; private Node _rootNode; // Methods public LinkedList()
290 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
