Searched refs:_text (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSMedia.js31 this._text = text || "";
56 return this._text;
H A DCSSProperty.js94 this._text = text;
138 return this._text || this.synthesizedText;
146 if (this._text === text)
150 this._text = text || "";
187 this._text = "";
223 this._text = "";
257 this._text = "";
H A DCSSStyleDeclaration.js101 var oldText = this._text;
103 this._text = text;
155 if (oldText && this._text && oldText === this._text) {
183 return this._text;
188 if (this._text === text)
H A DIssueMessage.js31 this._text = text;
65 var match = prefixRegex.exec(this._text);
68 this._text = this._text.substring(match[0].length);
191 return this._text;
238 this._text = resultText;
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmessagebox.c204 LPSTR _text = NULL; local
207 _text = dm_SQL_WtoU8(text, SQL_NTS);
209 create_message(hwnd, _dsn, _text);
213 if (_text)
214 free(_text);
H A Dconfirm.c261 LPSTR _text = NULL; local
264 _text = dm_SQL_WtoU8(text, SQL_NTS);
266 create_message(hwnd, _dsn, _text);
270 if (_text)
271 free(_text);
H A Derrorbox.c235 LPSTR _text = NULL; local
239 _text = dm_SQL_WtoU8(text, SQL_NTS);
242 create_error(hwnd, _dsn, _text, _errmsg);
246 if (_text)
247 free(_text);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk171 variable _text ;# Array of displayed text by uid
887 catch {unset _text}
1558 foreach line $_text($child) {
1638 set _text($subnodeuid) [split $subnodeuid \n]
1641 set _text($subnodeuid) [split [lindex $nodeinfo 1] \n]
1923 catch {unset _text($uid)}
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexaix.c79 extern int _text;
594 ulong t_reloc = (ulong) &_text - f_ohdr.text_start;
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmime_state.c414 const char *_text = text; \
416 REPORT_ERROR_LEN(state, err_type, _text, _len); \
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dusrchtst.c2529 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN);
2533 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN);
2548 if (_text[pos] == zerodigit) {
2551 text[pos] = _text[pos];
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfoxpro.vim663 syn keyword foxproSysVar _startup _tabs _tally _text _throttle _transport _unix

Completed in 302 milliseconds