Searched refs:prepend (Results 1 - 25 of 142) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/platform/
H A DKillRing.h37 void prepend(const String&);
H A DKillRingNone.cpp35 void KillRing::prepend(const String&) function in class:WebCore::KillRing
/macosx-10.10/dcerpc-61/www/content/css/blueprint/src/
H A Dgrid.css93 /* Add these to a column to prepend empty cols. */
94 .prepend-1 { padding-left: 40px; }
95 .prepend-2 { padding-left: 80px; }
96 .prepend-3 { padding-left: 120px; }
97 .prepend-4 { padding-left: 160px; }
98 .prepend-5 { padding-left: 200px; }
99 .prepend-6 { padding-left: 240px; }
100 .prepend-7 { padding-left: 280px; }
101 .prepend-8 { padding-left: 320px; }
102 .prepend
[all...]
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/rtl/
H A Dscreen.css44 body .prepend-1 { padding-left: 0; padding-right: 40px; }
45 body .prepend-2 { padding-left: 0; padding-right: 80px; }
46 body .prepend-3 { padding-left: 0; padding-right: 120px; }
47 body .prepend-4 { padding-left: 0; padding-right: 160px; }
48 body .prepend-5 { padding-left: 0; padding-right: 200px; }
49 body .prepend-6 { padding-left: 0; padding-right: 240px; }
50 body .prepend-7 { padding-left: 0; padding-right: 280px; }
51 body .prepend-8 { padding-left: 0; padding-right: 320px; }
52 body .prepend-9 { padding-left: 0; padding-right: 360px; }
53 body .prepend
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DKillRingMac.mm59 void KillRing::prepend(const String& string)
/macosx-10.10/dcerpc-61/www/content/css/blueprint/
H A Dscreen.css152 .prepend-1 {padding-left:40px;}
153 .prepend-2 {padding-left:80px;}
154 .prepend-3 {padding-left:120px;}
155 .prepend-4 {padding-left:160px;}
156 .prepend-5 {padding-left:200px;}
157 .prepend-6 {padding-left:240px;}
158 .prepend-7 {padding-left:280px;}
159 .prepend-8 {padding-left:320px;}
160 .prepend-9 {padding-left:360px;}
161 .prepend
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DCharacterReferenceParserInlines.h47 source.prepend(SegmentedString(consumedCharacters.toStringPreserveCapacity()));
/macosx-10.10/postfix-255/postfix/src/global/
H A Dheader_body_checks.h38 void (*prepend) (void *, int, const char *, ssize_t, off_t); member in struct:__anon11745
/macosx-10.10/IONetworkingFamily-101/
H A DIOPacketQueue.h76 capacity when other methods, such as prepend(), are used to add packets
138 /*! @function prepend
143 virtual void prepend(mbuf_t m);
145 /*! @function prepend
152 virtual void prepend(IOPacketQueue * queue);
H A DIOPacketQueue.cpp158 void IOPacketQueue::prepend(mbuf_t m) function in class:IOPacketQueue
163 void IOPacketQueue::prepend(IOPacketQueue * queue) function in class:IOPacketQueue
212 // Locked forms of prepend/enqueue/dequeue/dequeueAll methods.
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dmake-mode.el356 (2 'makefile-shell prepend t)
358 (3 'font-lock-string-face prepend t))
363 (2 'makefile-shell prepend)
365 (3 font-lock-builtin-face prepend t))
368 (,var 1 font-lock-variable-name-face prepend)
373 1 font-lock-constant-face prepend)
384 `((,negation (1 font-lock-negation-char-face prepend)
385 (2 font-lock-negation-char-face prepend t))))
404 (1 'makefile-targets prepend)
405 (3 'makefile-shell prepend
[all...]
H A Dcc-fonts.el2152 1 ,c-doc-markup-face-name prepend nil)
2154 0 ,c-doc-markup-face-name prepend nil)
2156 1 ,c-doc-markup-face-name prepend nil)
2158 0 ,c-doc-markup-face-name prepend nil))
2163 1 ,c-doc-markup-face-name prepend nil)))
2177 0 ,c-doc-markup-face-name prepend nil)
2179 3 ,c-doc-markup-face-name prepend nil)
2185 0 ,c-doc-markup-face-name prepend nil)
2187 0 ,c-doc-markup-face-name prepend nil)
2193 0 'font-lock-warning-face prepend ni
[all...]
/macosx-10.10/CPANInternal-159.1/
H A DMakefile37 $(MAKE) -C Makefiles prepend-to-path OBJROOT_PERL=$$objRootPerl || exit 1; \
/macosx-10.10/apache-793/httpd/include/
H A Dutil_varbuf.h119 * @param prepend an optional buffer to prepend (may be NULL)
120 * @param prepend_len length of prepend
127 * copy. It works even if 0-bytes are embedded in vb->buf, prepend, or
133 const char *prepend, apr_size_t prepend_len,
/macosx-10.10/zsh-61/zsh/Completion/Unix/Command/
H A D_todo.sh56 "prepend:adds to the beginning of the item on line NUMBER text TEXT."
67 (append|command|del|move|mv|prepend|pri|replace|rm)
75 (append|prepend)
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DSegmentedString.cpp133 void SegmentedString::prepend(const SegmentedSubstring& s) function in class:WebCore::SegmentedString
140 // FIXME: We're assuming that the prepend were originally consumed by
152 m_substrings.prepend(m_currentString);
180 void SegmentedString::prepend(const SegmentedString& s) function in class:WebCore::SegmentedString
188 prepend(*it);
190 prepend(s.m_currentString);
H A DSegmentedString.h180 void prepend(const SegmentedString&);
325 void prepend(const SegmentedSubstring&);
399 prepend(SegmentedString(consumedString));
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_module.rb1393 prepend M1
1397 prepend M2, M3
1415 c = labeled_class("c") {prepend b}
1419 b = labeled_module("b") {prepend a}
1429 assert_equal(Object.instance_methods, Class.new {prepend Module.new}.instance_methods, bug6655)
1434 o.singleton_class.class_eval {prepend Module.new}
1440 prepend Module.new {def foo; end}
1465 c = labeled_class("c") {prepend m}
1477 m1 = labeled_module("m1") {def x; [:m1, *super] end; prepend m0}
1478 m2 = labeled_module("m2") {def x; [:m2, *super] end; prepend m
[all...]
/macosx-10.10/CPANInternal-159.1/Makefiles/
H A DMakefile199 .PHONY: prepend-to-path
200 prepend-to-path:
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSValueList.h58 void prepend(PassRefPtr<CSSValue>);
92 inline void CSSValueList::prepend(PassRefPtr<CSSValue> value)
/macosx-10.10/ruby-106/ruby/test/ripper/
H A Ddummyparser.rb40 def prepend(items) method in class:NodeList
117 list.prepend args
/macosx-10.10/WTF-7600.1.24/wtf/
H A DMessageQueue.h60 void prepend(std::unique_ptr<DataType>);
120 inline void MessageQueue<DataType>::prepend(std::unique_ptr<DataType> message) function in class:WTF::MessageQueue
123 m_queue.prepend(WTF::move(message));
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-ext.el228 '((?b "begin" nil prepend "add path element at beginning")
234 (if prepend
238 (if prepend
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfont-lock.el395 If `prepend' or `append', existing fontification is merged with the new, in
523 value is such a form. OVERRIDE cannot be `prepend' or `append'.
668 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend)
683 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend)
1290 (defun font-lock-prepend-text-property (start end prop value &optional object)
1292 Arguments PROP and VALUE specify the property and value to prepend to the value
1370 ;; is less of an issue, (d) OVERRIDE cannot be `prepend' or `append' as it
1553 ((eq override 'prepend)
1555 (font-lock-prepend-text-property start end 'face val))
1697 prepend)))))
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DLayerPool.cpp81 listOfLayersWithSize(layerSize).prepend(layer);

Completed in 163 milliseconds

123456