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

12345

/macosx-10.10.1/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.1/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.1/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.1/postfix-255/postfix/src/global/
H A Dheader_body_checks.h38 void (*prepend) (void *, int, const char *, ssize_t, off_t); member in struct:__anon11523
H A Dheader_body_checks.c13 /* void (*prepend) (void *context, int rec_type,
106 /* .IP prepend
271 if (cb->prepend && STREQUAL(cmd, "PREPEND", cmd_len)) {
279 cb->logger(context, "prepend", where, line, cmd_args);
280 cb->prepend(context, REC_TYPE_NORM, cmd_args, strlen(cmd_args), offset);
569 out_cb, /* prepend */
/macosx-10.10.1/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.1/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...]
H A Dcompile.el310 (1 compilation-line-face prepend) (2 compilation-info-face prepend))
314 (1 compilation-line-face prepend))
324 (1 compilation-line-face prepend))
329 (1 compilation-info-face prepend) (2 compilation-line-face prepend))
334 (1 compilation-error-face prepend) (2 compilation-line-face prepend))
1903 ;; Check for a comint-file-name-prefix and prepend it if appropriate.
/macosx-10.10.1/CPANInternal-159.1/
H A DMakefile37 $(MAKE) -C Makefiles prepend-to-path OBJROOT_PERL=$$objRootPerl || exit 1; \
/macosx-10.10.1/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.1/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.1/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...]
H A Dtest_refinement.rb329 prepend M1
723 prepend Mixin
789 prepend Mixin
/macosx-10.10.1/CPANInternal-159.1/Makefiles/
H A DMakefile199 .PHONY: prepend-to-path
200 prepend-to-path:
/macosx-10.10.1/ruby-106/ruby/test/ripper/
H A Ddummyparser.rb40 def prepend(items) method in class:NodeList
117 list.prepend args
/macosx-10.10.1/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.1/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.1/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.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_object.h55 void (*prepend)(asl_object_private_t *obj, asl_object_private_t *newobj); member in struct:asl_jump_table_s
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Ddynstr_test.c475 check_prepend(atf_error_t (*prepend)(atf_dynstr_t *, const char *, ...))
488 atf_tc_fail("Failed to prepend character at iteration %zd", i);
493 RE(prepend(&str, "%s", "a"));
496 RE(prepend(&str, "%s", "b"));
508 atf_tc_fail("Failed to prepend character at iteration %zd", i);
513 RE(prepend(&str, "%s", "a"));
516 RE(prepend(&str, "%s", "b"));
H A Ddynstr.c73 bool prepend)
93 if (prepend) {
72 prepend_or_append(atf_dynstr_t *ad, const char *fmt, va_list ap, bool prepend) argument
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_state.c120 state->prepend = 0;
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dconf-mode.el146 ("^[ \t]*\\([^=:\n]+?\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend))
200 ("^[ \t]*\\([^:\n]+\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend))

Completed in 179 milliseconds

12345