Searched refs:initial (Results 76 - 100 of 324) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl21 To try the demo - place the cursor at the start of a paragraph and change the amount of initial space. The paragraph is a logical line of text; its first display line may have leading whitespace, and ntext indents any subsequent (wrapped) display lines to match the first.
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dinstaller.tcl385 set initial $config($key)
386 if {$initial == {}} {set initial [pwd]}
391 -initialdir $initial \
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.h217 ipc_table_size_t initial,
/macosx-10.9.5/CPANInternal-140/File-NFSLock/
H A DFile-NFSLock.spec.PL115 - initial creation
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/
H A DFile-NFSLock.spec.PL115 - initial creation
/macosx-10.9.5/Csu-79/
H A Dstart.s81 stw r0,0(r1) ; terminate initial stack frame
108 std r0,0(r1) ; terminate initial stack frame
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DTODO.txt18 * -rowstretchmode fill ignores initial # of rows, or config requests for more.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Desqlc.vim34 syntax keyword esqlcKeyword initial into is level maxextents mode modify
H A Ddot.vim7 " 2001 May 04 - initial version
H A Dsqlj.vim31 syn keyword sqljKeyword initial into is level maxextents mode modify
H A Dsqloracle.vim24 syn keyword sqlKeyword index initial into is level loop maxextents mode modify
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Delement.rb916 def inject( xpath=nil, initial=nil )
920 if (first and initial == nil)
921 initial = e
924 initial = yield( initial, e ) if e.kind_of? Element
928 initial
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c157 mt->state[0] = 0x80000000U; /* MSB is 1; assuring non-zero initial array */
456 * Creates a new PRNG using +seed+ to set the initial state. If +seed+ is
1375 init_randomseed(struct MT *mt, unsigned int initial[DEFAULT_SEED_CNT]) argument
1378 fill_random_seed(initial);
1379 init_by_array(mt, initial, DEFAULT_SEED_CNT);
1380 seed = make_seed_value(initial);
1381 memset(initial, 0, DEFAULT_SEED_LEN);
1389 unsigned int initial[DEFAULT_SEED_CNT]; local
1391 VALUE seed = init_randomseed(mt, initial);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dpython.el140 ;; to use it here despite initial worries.) We also have to sort
163 ;; Consider property for initial char, accounting for prefixes.
466 (let ((initial (current-indentation)))
468 (setq indent (- (current-indentation) initial)))
599 (defun python-initial-text ()
630 \(INDENTATION . TEXT), where TEXT is the initial text of the
633 (let ((initial "")
647 (push (cons indent initial) levels))
654 (push (cons (current-indentation) initial) levels)))))
672 (push (cons (current-indentation) (python-initial
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-compile.c2958 tre_tnfa_transition_t *transitions, *initial; local
3235 DPRINT(("initial: %d", p->position));
3262 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t));
3263 if (initial == NULL)
3265 tnfa->initial = initial;
3270 initial[i].state = transitions + offs[p->position];
3271 initial[i].state_id = p->position;
3272 initial[i].tags = NULL;
3279 initial[
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dvtzone.cpp1242 VTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, argument
1245 tz->getTimeZoneRules(initial, trsrules, trscount, status);
1367 int32_t initialRawOffset = 0; // initial offset
1368 int32_t initialDSTSavings = 0; // initial offset
1584 // Create a initial rule
1619 // Only one final rule, only governs the initial rule,
1775 InitialTimeZoneRule *initial = NULL; local
1781 getTimeZoneRulesAfter(start, initial, transitionRules, status);
1788 RuleBasedTimeZone rbtz(tzid, initial);
1823 if (initial !
1845 InitialTimeZoneRule *initial = NULL; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dadd.c387 int initial,
395 if ( initial ) {
416 if ( !initial ) {
384 slap_mods2entry( Modifications *mods, Entry **e, int initial, int dup, const char **text, char *textbuf, size_t textlen ) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dppc_closure.S303 .4byte .LFB1-. # FDE initial location
305 .4byte .LFB1 # FDE initial location
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DpanelEnablerView.css91 display: initial !important;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMultiColumnSet.cpp84 bool RenderMultiColumnSet::calculateBalancedHeight(bool initial) argument
91 if (initial) {
109 // If the initial guessed column height wasn't enough, stretch it now. Stretch by the lowest
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired-aux.el211 (defun dired-touch-initial (files)
212 "Create initial input value for `touch' command."
213 (let (initial)
216 (if (and initial (not (equal initial current)))
217 (setq initial (current-time) files nil)
218 (setq initial current))
220 (format-time-string "%Y%m%d%H%M.%S" initial)))
233 (if (eq op-symbol 'touch) (dired-touch-initial files))
352 (defun dired-mark-read-string (prompt initial o
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dtest-release.sh447 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
500 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
/macosx-10.9.5/vim-53/runtime/indent/
H A Doccam.vim15 " Indent after new line and after initial colon
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dthaana-phonetic_utf-8.vim6 " changelog: 18th Feb 2006 - came up the initial idea of writing the keymap..
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DSnackOgg.c124 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
126 char *initial, long ibytes, ov_callbacks callbacks);
129 extern int ov_open(Tcl_Interp *interp, Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes);
131 char *initial, long ibytes, ov_callbacks callbacks);
133 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
135 char *initial, long ibytes, ov_callbacks callbacks);
499 (has to begin by knowing the offset of the lb's initial page).
574 /* extract the initial header from the first page and verify that the
632 /* we already grabbed the initial header earlier. Just set the offset */
638 /* seek to the location of the initial heade
950 _ov_open1(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
1051 ov_open_callbacks(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
1059 ov_open(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes) argument
[all...]

Completed in 198 milliseconds

1234567891011>>