Searched refs:pre (Results 126 - 150 of 587) sorted by relevance

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css271 pre {
281 pre a {
286 td.linenos pre {
324 div.admonition pre, div.warning pre {
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DParser.pm123 $self->{buffer} =~ s/(\n?)<\/pre>\s*<pre>/$1/sg; # concatenate 'pre' blocks
124 1 while $self->{buffer} =~ s/<pre>(\s+)<\/pre>/$1/sg;
184 my $paragraph = "<pre>" . join('', @{$para->{'-ptree'}}) . "\n\n</pre>";
227 <pre>\n\n};
229 $self->{buffer} .= qq{</pre></div>\n\n};
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DParser.pm123 $self->{buffer} =~ s/(\n?)<\/pre>\s*<pre>/$1/sg; # concatenate 'pre' blocks
124 1 while $self->{buffer} =~ s/<pre>(\s+)<\/pre>/$1/sg;
184 my $paragraph = "<pre>" . join('', @{$para->{'-ptree'}}) . "\n\n</pre>";
227 <pre>\n\n};
229 $self->{buffer} .= qq{</pre></div>\n\n};
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dopen.c189 char *pre; local
193 pre = "Global\\";
195 pre = "Local\\";
198 pre = "";
199 r = strlen(pre);
206 memcpy(nfile, pre, r);
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dopen.c191 char *pre; local
195 pre = "Global\\";
197 pre = "Local\\";
200 pre = "";
201 r = strlen(pre);
208 memcpy(nfile, pre, r);
/macosx-10.9.5/ruby-104/ruby/doc/rake/
H A Djamis.rb118 .description pre {
177 .sourcecode > pre {
441 <pre>
443 </pre>
494 <pre>%code%</pre>
/macosx-10.9.5/ruby-104/ruby/lib/shell/
H A Dcommand-processor.rb548 def self.install_system_commands(pre = "sys_")
559 if !defined_meth[pre + cn] && sh.file?(cn) && sh.executable?(cn)
560 command = (pre + cn).gsub(/\W/, "_").sub(/^([0-9])/, '_\1')
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bench/
H A Dlibbench.tcl175 # -pre script to run before main timed body
200 # -pre script
208 -pre {}
220 -pr* { set opts(-pre) [lindex $args 1] }
247 if {$opts(-pre) != ""} {
248 uplevel \#0 $opts(-pre)
272 # pre/post execution per iteration. We catch and
273 # handle problems in the pre/post code as if
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Ddgux.h260 #define START_FILES pre-crt0.o
/macosx-10.9.5/groff-38/
H A DMakefile55 $(LN) $(DSTROOT)$(MANDIR)/man1/grohtml.1 $(DSTROOT)$(MANDIR)/man1/pre-grohtml.1
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Ddiv.cpp63 vunits pre_extra, post_extra, pre, post; member in struct:vertical_size
68 : pre_extra(V0), post_extra(V0), pre(vs), post(post_vs)
89 v->pre = -n;
286 v.pre = vs;
291 vunits x = v.pre + v.pre_extra + v.post + v.post_extra;
303 mac->append(new vertical_size_node(-v.pre));
389 v.pre = vs;
392 vertical_position += v.pre;
395 v.pre + v.pre_extra, v.post_extra, width);
/macosx-10.9.5/llvmCore-3425.0.33/docs/_static/
H A Dllvm.css73 blockquote pre {
85 /* It is preferrable to use <pre class="doc_code"> everywhere instead of the
86 * <div class="doc_code"><pre>...</ptr></div> construct.
88 * Once all docs use <pre> for code regions, this style can be merged with the
89 * one above, and we can drop the [pre] qualifier.
91 pre.doc_code, .literal-block { padding: 1em 2em 1em 1em }
/macosx-10.9.5/procmail-14/procmail/examples/
H A Dprocmail-rpm.spec15 supports a rich command set that allows you to pre-sort, archive, or re-mail
61 - Version 3.15pre
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A DSOAP-domain.tcl66 -pre* {set opts(-prefix) $value}
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dabaqus.vim52 \ "Abaqus Messages (*.pre *.msg *.sta)\t*.pre;*.msg;*.sta\n" .
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsk-dired-ref.tex261 \title{Referen�n� karta pre Dired}
263 \centerline{(ur�en� pre Dired v GNU Emacse \versionemacs.x)}
299 \section{Pr�kazy pre presuny}
319 \key{otvor aktu�lny s�bor iba pre ��tanie}{v}
328 \key{ozna� s�bor alebo podadres�r pre �al�ie pr�kazy}{m}
339 \key{ozna� s�bory, pre ktor� elispov� v�raz vrac� t}{* ( \dx}
376 \section{Ozna�enie s�borov pre zmazanie}
378 \leftline{\bf Odzna�uj�ce pr�kazy ma�� zna�ku pre zmazanie}
379 \key{ozna� s�bor pre zmazanie}{d}
380 \key{odstr�� zna�ku pre zmazani
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd005.tcl121 About to run recovery on pre-op database ... "
208 diff(post-$op,pre-commit):diff($afterop_file,$final_file) \
234 diff(pre-commit,post-$op):diff($afterop_file,$final_file) \
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/
H A DMakefile.PL37 # pre-existing version.
48 code base now, and because the old code pre dates PSGI/Plack, we figured
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dftp.pl946 local( $pre ) = '^';
948 $pre =~ "[.|\n]*^";
950 push( @expect_args, "$pre(" . $code . " .*)\\015\\n" );
/macosx-10.9.5/Heimdal-323.92.1/tests/java/
H A Dcheck-kinit.in85 ${kadmin} modify --attributes=+requires-pre-auth lha@${R} || exit 1
/macosx-10.9.5/ICU-511.35/icuSources/samples/ufortune/resources/
H A Dfortune_resources.mak8 # This makefile is normally invoked by the pre-link step in the
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dview-source.css33 white-space: pre-wrap !important;
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_forensic.c273 static const char * const pre[] = { "mod_unique_id.c", NULL }; local
276 ap_hook_post_read_request(log_before,pre,NULL,APR_HOOK_REALLY_FIRST);
/macosx-10.9.5/curl-78.94.1/curl/
H A Dcurl-config.in39 --cflags pre-processor and compiler flags
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-rcs.el555 pre)
576 (flet ((r/d/a () (vector pre
579 (while (when (setq pre cur cur (cdr (assq 'next meta)))
586 prda (when (or prda (string= (if nbls (caar nbls) revision) pre))
624 ;; `pre' and `meta' for the sake of internal func `r/d/a'.
626 (setq pre (cdr (pop nbls)))
628 (setq meta (cdr (assoc pre revisions))
640 (prog1 (not (string= (if nbls (caar nbls) revision) pre))
641 (setq pre (cdr (assq 'next meta)))))))))

Completed in 312 milliseconds

1234567891011>>