Searched refs:prop (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcomposite.h60 #define COMPOSITION_REGISTERD_P(prop) INTEGERP (XCAR (prop))
63 #define COMPOSITION_ID(prop) XINT (XCAR (prop))
66 #define COMPOSITION_LENGTH(prop) \
67 (COMPOSITION_REGISTERD_P (prop) \
68 ? XINT (XCAR (XCDR (prop))) \
69 : XINT (XCAR (XCAR (prop))))
72 #define COMPOSITION_COMPONENTS(prop) \
73 (COMPOSITION_REGISTERD_P (prop) \
[all...]
H A Dcomposite.c172 get_composition_id (charpos, bytepos, nchars, prop, string)
174 Lisp_Object prop, string;
189 if (nchars == 0 || !CONSP (prop))
192 id = XCAR (prop);
249 XSETCAR (prop, id);
250 XSETCDR (prop, Fcons (make_number (nchars), Fcons (key, XCDR (prop))));
297 XSETCAR (prop, id);
298 XSETCDR (prop, Fcons (make_number (nchars), Fcons (key, XCDR (prop))));
485 Lisp_Object prop; local
586 Lisp_Object prop; local
591 Qcomposition, prop, string); local
650 Lisp_Object prop, tail; variable
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dhelp-at-pt.el66 (let* ((prop (if kbd 'kbd-help 'help-echo))
67 (pair (get-char-property-and-overlay (point) prop))
238 (dolist (prop help-at-pt-display-when-idle)
239 (if (get-char-property (point) prop)
246 (defun scan-buf-move-to-region (prop &optional arg hook)
264 (error "No further `%s' regions" prop))
267 (setq pos (next-single-char-property-change pos prop))
268 (unless (get-char-property pos prop)
269 (setq pos (next-single-char-property-change pos prop))
270 (unless (get-char-property pos prop)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regress/
H A Dregress-7703.js55 for (prop in object) {
56 var x = object[prop];
71 for (prop in object) {
72 types_2[types_2.length] = (typeof object[prop]);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.cpp119 void PyRowRef::setFromPython(const c4_RowRef &row, const c4_Property &prop, argument
121 switch (prop.Type()) {
127 ((const c4_IntProp &)prop)(row) = number;
131 ((const c4_IntProp &)prop)(row) = (long)number;
141 ((const c4_LongProp &)prop)(row) = number;
147 ((const c4_LongProp &)prop)(row) = number;
151 ((const c4_LongProp &)prop)(row) = (LONG_LONG)number;
157 ((const c4_FloatProp &)prop)(row) = PyFloat_AS_DOUBLE(attr);
160 ((const c4_FloatProp &)prop)(row) = (double)number;
165 ((const c4_DoubleProp &)prop)(ro
225 setDefault(const c4_RowRef &row, const c4_Property &prop) argument
260 asPython(const c4_Property &prop) argument
[all...]
H A DPyRowRef.h43 PyProperty *prop = getProperty(nm); local
44 if (prop) {
45 PyObject *result = asPython(*prop);
46 Py_DECREF(prop);
52 static void setFromPython(const c4_RowRef &row, const c4_Property &prop,
54 static void setDefault(const c4_RowRef &row, const c4_Property &prop);
55 PyObject *asPython(const c4_Property &prop);
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_xclass.c106 const ucd_record *prop = GET_UCD(c); local
115 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || prop->chartype == ucp_Lt) ==
120 if ((data[1] == _pcre_ucp_gentype[prop->chartype]) == (t == XCL_PROP)) return !negated;
124 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
128 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Array/
H A Dregress-108440.js66 for(var prop in self)
68 temp = prop;
69 temp = (a[a.length] = self[prop]);
/macosx-10.10.1/xar-254/xar/lib/
H A Dea.c46 const struct __xar_prop_t *prop; member in struct:__xar_ea_t
60 XAR_EA(ret)->prop = xar_prop_new(f, NULL);
61 if( !XAR_EA(ret)->prop ) {
66 xar_prop_setkey(XAR_EA(ret)->prop, "ea");
67 xar_prop_setvalue(XAR_EA(ret)->prop, NULL);
68 XAR_PROP(XAR_EA(ret)->prop)->attrs = xar_attr_new();
69 XAR_ATTR(XAR_PROP(XAR_EA(ret)->prop)->attrs)->key = strdup("id");
70 asprintf((char **)&XAR_ATTR(XAR_PROP(XAR_EA(ret)->prop)->attrs)->value, "%lld", XAR_FILE(f)->nexteaid++);
72 xar_prop_pset(f, XAR_EA(ret)->prop, "name", name);
78 if( xar_prop_pset(f, XAR_EA(e)->prop, ke
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-1.js89 for (prop in obj2)
91 msg = status + quote(prop);
92 actual = obj2[prop];
93 expect = obj1[prop];
H A D15.10.4.1-2.js95 for (prop in obj2)
97 msg = status + quote(prop);
98 actual = obj2[prop];
99 expect = obj1[prop];
H A D15.10.4.1-3.js101 for (prop in obj2)
103 msg = status + quote(prop);
104 actual = obj2[prop];
105 expect = obj1[prop];
H A D15.10.4.1-4.js107 for (prop in obj2)
109 msg = status + quote(prop);
110 actual = obj2[prop];
111 expect = obj1[prop];
/macosx-10.10.1/bootp-298/bootplib/
H A Dioregpath.h33 myIORegistryEntryCopyProperty(const char * path, CFStringRef prop);
H A Dnetinfo.h193 void ni_set_prop(ni_proplist * pl_p, ni_name prop, ni_name value,
195 void ni_delete_prop(ni_proplist * pl_p, ni_name prop,
211 ni_property prop; local
213 NI_INIT(&prop);
214 prop.nip_name = key;
216 ni_namelist_insert(&prop.nip_val, value, 0);
218 ni_proplist_insert(proplist, prop, where);
219 ni_namelist_free(&prop.nip_val);
252 ni_property prop; local
255 NI_INIT(&prop);
[all...]
H A Dnetinfo.c95 const ni_property prop,
105 pl->nipl_val[i] = ni_prop_dup(prop);
189 const ni_property prop
194 newprop.nip_name = ni_name_dup(prop.nip_name);
195 newprop.nip_val = ni_namelist_dup(prop.nip_val);
201 ni_property *prop
204 ni_name_free(&prop->nip_name);
205 ni_namelist_free(&prop->nip_val);
332 ni_property * prop = &(pl->nipl_val[i]); local
333 ni_namelist * nl_p = &prop
93 ni_proplist_insert( ni_proplist *pl, const ni_property prop, ni_index where ) argument
347 ni_set_prop(ni_proplist * pl_p, ni_name prop, ni_name value, boolean_t * modified) argument
366 ni_delete_prop(ni_proplist * pl_p, ni_name prop, boolean_t * modified) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_yaml_tree.c6 * call-seq: private_iv_get(target, prop)
8 * Get the private instance variable +prop+ from +target+
10 static VALUE private_iv_get(VALUE self, VALUE target, VALUE prop) argument
12 return rb_attr_get(target, rb_intern(StringValuePtr(prop)));
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp136 OSObject * prop = NULL; local
144 prop = fwim->getProperty( "FWMaxAsyncReceiveBytes" );
145 if( prop )
147 byteCount1 = ((OSNumber*)prop)->unsigned32BitValue();
156 prop = fwim->getProperty( "FWMaxAsyncReceivePackets" );
157 if( prop )
159 UInt32 packetCount = ((OSNumber*)prop)->unsigned32BitValue();
687 OSObject *prop; local
693 prop = OSNumber::withNumber( info.cmdSpecID, 32 );
694 setProperty( gCommand_Set_Spec_ID_Symbol, prop );
744 OSObject *prop; local
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLink.cpp87 OSObject * prop; local
92 prop = OSNumber::withNumber(guid, 64);
93 if(prop) {
94 propTable->setObject(gFireWire_GUID, prop);
95 prop->release();
97 prop = OSNumber::withNumber((OSSwapBigToHostInt32(scan->fSelfIDs[0]) & kFWSelfID0SP) >> kFWSelfID0SPPhase, 32);
98 if(prop) {
99 propTable->setObject(gFireWireSpeed, prop);
100 prop->release();
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddump.cpp31 c4_Property prop = v_.NthProperty(n); local
32 char t = prop.Type();
34 printf(" %s:%c", (const char*) prop.Name(), t);
98 c4_Property prop = v_.NthProperty(k); local
101 (const char*) prop.Name());
103 c4_ViewProp& vp = (c4_ViewProp&) prop;
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dcsscomplete.vim104 let prop = tolower(matchstr(line, '\zs[a-zA-Z-]*\ze\s*:[^:]\{-}$'))
106 if prop == 'azimuth'
108 elseif prop == 'background-attachment'
110 elseif prop == 'background-color'
112 elseif prop == 'background-image'
114 elseif prop == 'background-position'
123 elseif prop == 'background-repeat'
125 elseif prop == 'background'
127 elseif prop == 'border-collapse'
129 elseif prop
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmkshow.tcl7 proc dumpView {db view {prop ""}} {
13 if {[regexp {^-(.*)} $prop - file]} {
15 set prop {}
17 lappend prop $line
37 set n [lsearch -exact $prop ""]
38 if {$prop == "" || $n >= 0} {
39 set prop [eval lreplace [list $prop] $n $n $desc]
43 foreach name $prop {
109 set USAGE " Usage: mkshow file view ?prop
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkshow.tcl5 proc dumpView {db view {prop ""}} {
11 if {[regexp {^-(.*)} $prop - file]} {
13 set prop {}
15 lappend prop $line
35 set n [lsearch -exact $prop ""]
36 if {$prop == "" || $n >= 0} {
37 set prop [eval lreplace [list $prop] $n $n $desc]
41 foreach name $prop {
107 set USAGE " Usage: mkshow file view ?prop
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-44009.js61 obj.prop = obj;
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_session.c290 const char *prop; local
307 if ((prop = mystrtok(&endp_props, "\n")) == 0 || !alldig(prop)) {
311 reuse_count = atoi(prop);
312 if ((prop = mystrtok(&endp_props, "\n")) == 0 || !alldig(prop)) {
316 features = atoi(prop);
317 if ((prop = mystrtok(&endp_props, "\n")) == 0 || !alldig(prop)) {
322 expire_time = strtol(prop,
[all...]

Completed in 400 milliseconds

1234567891011>>