Home | History | Annotate | Download | only in docs

Lines Matching full:existing

336 You can also manipulate an existing tree. Consider the following example which 
417 in a specific location in relation to the existing items.
427 helper method ``add()`` to add additional items to an existing OrderedDict.
442 * A less-than sign (``<``) followed by an existing key (i.e.:
443 ``"<somekey"``) inserts that item before the existing key.
445 * A greater-than sign (``>``) followed by an existing key (i.e.:
446 ``">somekey"``) inserts that item after the existing key.
460 manipulating an existing OrderedDict, ``add`` can be very helpful. So let's
485 Therefore, to delete an existing item:
489 To change the value of an existing item (leaving location unchanged):
493 To change the location of an existing item:
570 However, Markdown will also accept an already existing instance of an extension.