Home
last modified time | relevance | path

Searched refs:STRING_TAG (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeString.java84 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
86 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
88 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
90 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
92 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
94 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
96 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
98 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
100 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
102 addIdFunctionProperty(ctor, STRING_TAG, in fillConstructorProperties()
[all …]
/dports/sysutils/npadmin/npadmin-0.8.7/
H A Dnpahelpers.C124 hpprivreq.append(HPNPSYSSTATUSMESSAGE,STRING_TAG, in do_hppriv_get()
127 hpprivreq.append(HPNPGDSTATUSDISPLAY,STRING_TAG, in do_hppriv_get()
184 hpprivsets.append(HPICFDOWNLOADFILENAME,STRING_TAG,filename, in do_hppriv_set()
200 getreq.append(SYSDESC,STRING_TAG,(char*)&gpi.sysDesc-(char*)&gpi); in do_general_get()
204 getreq.append(SYSLOCATION,STRING_TAG,(char*)&gpi.sysLocation- in do_general_get()
209 getreq.append(IFPHYSICALADDRESS,STRING_TAG,(char*)&gpi.hwaddr- in do_general_get()
272 ifreq.append(IFPHYSICALADDRESS_BASE,STRING_TAG,(char*)&gpi.hwaddr- in do_general_get()
355 assert(hpinfo->type()==STRING_TAG); in do_general_get()
508 assert(hrdevdesc->type()==STRING_TAG); in do_general_get()
521 assert(hrdevdesc->type()==STRING_TAG); in do_general_get()
[all …]
H A Dprintmib.C408 mediapathreq.append(PRTMEDIAPATHDESCRIPTION_BASE,STRING_TAG, in do_printmib_get()
546 trayinforeq.append(PRTINPUTMEDIANAME_BASE,STRING_TAG, in do_printmib_get()
548 trayinforeq.append(PRTINPUTNAME_BASE,STRING_TAG, in do_printmib_get()
550 trayinforeq.append(PRTINPUTINPUTDESCRIPTION_BASE,STRING_TAG, in do_printmib_get()
683 coverinforeq.append(PRTCOVERDESCRIPTION_BASE,STRING_TAG, in do_printmib_get()
716 langinforeq.append(PRTINTERPRETERLANGLEVEL_BASE,STRING_TAG, in do_printmib_get()
718 langinforeq.append(PRTINTERPRETERLANGVERSION_BASE,STRING_TAG, in do_printmib_get()
722 langinforeq.append(PRTINTERPRETERVERSION_BASE,STRING_TAG, in do_printmib_get()
911 msuppreq.append(PRTMARKERSUPPLIESDESCRIPTION_BASE,STRING_TAG, in do_printmib_get()
978 alertreq.append(PRTALERTDESCRIPTION_BASE,STRING_TAG, in do_printmib_get()
[all …]
H A Dstructfill.C13 type==STRING_TAG || type==IPADDR_TAG || type==COUNTER_TAG); in TableEntry()
107 case STRING_TAG: in fillStruct()
H A Dber.C258 assert(strn[0]==STRING_TAG); in BerString()
269 unsigned char *retval=start_data(STRING_TAG,stringlen,headerlen); in encode()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/reader/
H A Dstrings.py14 STRING_TAG = '{%s}si' % SHEET_MAIN_NS
17 if node.tag == STRING_TAG:
/dports/editors/nedit/nedit-5.7/source/
H A Dmacro.c1909 result->tag = STRING_TAG; in focusWindowMS()
1923 result->tag = STRING_TAG; in focusWindowMS()
1955 result->tag = STRING_TAG; in getRangeMS()
1985 result->tag = STRING_TAG; in getCharacterMS()
2831 retVal.tag = STRING_TAG; in ReturnShellCommandOutput()
3149 retVal.tag = STRING_TAG; in stringDialogBtnCB()
3187 retVal.tag = STRING_TAG; in stringDialogCloseCB()
3753 retVal.tag = STRING_TAG; in listDialogBtnCB()
3801 retVal.tag = STRING_TAG; in listDialogCloseCB()
5365 DV.tag = STRING_TAG; in fillStyleResult()
[all …]
H A Dinterpret.c693 s->value.tag == STRING_TAG && in LookupStringConstSymbol()
715 value.tag = STRING_TAG; in InstallStringConstSymbol()
994 if (s->value.tag == STRING_TAG) { in GarbageCollectStrings()
1097 if (StackP->tag == STRING_TAG) { \
1112 } else if (StackP->tag == STRING_TAG) \
1151 StackP->tag = STRING_TAG; \
1634 else if (v1.tag == STRING_TAG && v2.tag == STRING_TAG) { in eq()
2226 else if (tmpVal.tag == STRING_TAG) { in makeArrayKeyFromArgs()
2243 else if (tmpVal.tag == STRING_TAG) { in makeArrayKeyFromArgs()
2709 itemValPtr->tag = STRING_TAG; in arrayIter()
[all …]
/dports/japanese/canna-lib/Canna37p3/ccustom/
H A Dlisp.h58 #define STRING_TAG 0x02000000L macro
71 #define stringp(x) (tag(x) == STRING_TAG)
/dports/japanese/canna-server/Canna37p3/ccustom/
H A Dlisp.h58 #define STRING_TAG 0x02000000L macro
71 #define stringp(x) (tag(x) == STRING_TAG)
/dports/japanese/canna-lib/Canna37p3/lib/canna/
H A Dlisp.h58 #define STRING_TAG 0x02000000L macro
71 #define stringp(x) (tag(x) == STRING_TAG)
/dports/japanese/canna-server/Canna37p3/lib/canna/
H A Dlisp.h58 #define STRING_TAG 0x02000000L macro
71 #define stringp(x) (tag(x) == STRING_TAG)
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DMain.java25 STRING_TAG = 3; field in Main
40 if (id == STRING_TAG) { return true; } in is_value_type()
121 else if (tag_id == STRING_TAG) { in process_file()
335 return STRING_TAG; in get_tag_id()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/chord/xml/
H A DChordXML.java10 public static final String STRING_TAG = "string"; field in ChordXML
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/
H A DIAnnotationComponentValue.java70 int STRING_TAG = 's'; field
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dstrings.c158 #define STRING_TAG scm_tc7_string macro
167 #define IS_STRING(str) (SCM_NIMP(str) && SCM_TYP7(str) == STRING_TAG)
192 res = scm_double_cell (STRING_TAG, SCM_UNPACK(buf), in scm_i_make_string()
229 return scm_double_cell (STRING_TAG, SCM_UNPACK(buf), in scm_i_substring()
259 return scm_double_cell (STRING_TAG, SCM_UNPACK(my_buf), in scm_i_substring_copy()
907 res = scm_double_cell (STRING_TAG, in scm_take_locale_stringn()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_motif.c101 # define STRING_TAG XmFONTLIST_DEFAULT_TAG macro
103 # define STRING_TAG XmSTRING_DEFAULT_CHARSET macro
526 xms = XmStringCreate((char *)"Close tab", STRING_TAG); in gui_x11_create_widgets()
535 xms = XmStringCreate((char *)"New Tab", STRING_TAG); in gui_x11_create_widgets()
544 xms = XmStringCreate((char *)"Open tab...", STRING_TAG); in gui_x11_create_widgets()
716 font_list = XmFontListCreate(font, STRING_TAG); in gui_motif_create_fontlist()
738 font_list_entry = XmFontListEntryCreate(STRING_TAG, in gui_motif_fontset2fontlist()
1015 label = XmStringCreate((char *)menu->actext, STRING_TAG); in gui_motif_add_actext()
2202 str = XmStringCreate((char *)p, STRING_TAG); in set_predefined_label()
2596 label = XmStringCreate(_((char *)p), STRING_TAG); in gui_mch_dialog()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/
H A DStringReferenceImpl.java35 public static final byte tag = JdwpID.STRING_TAG;
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/xmlrpc++/src/
H A DXmlRpcValue.cpp27 static const char STRING_TAG[] = "<string>"; variable
232 else if (typeTag.empty() || typeTag == STRING_TAG) in fromXml()
373 xml += STRING_TAG; in stringToXml()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/
H A DJdwpID.java48 public static final byte STRING_TAG = 115; // 's' - a String object field in JdwpID
/dports/comms/flamp/flamp-2.2.07/src/xmlrpcpp/
H A DXmlRpcValue.cpp40 static const char STRING_TAG[] = "string"; variable
298 else if (XmlRpcUtil::nextTagIs(STRING_TAG, valueXml, offset, &emptyTag)) in fromXml()
305 XmlRpcUtil::nextTagIsEnd(STRING_TAG, valueXml, offset); in fromXml()
/dports/comms/flcluster/flcluster-1.0.4/src/xmlrpcpp/
H A DXmlRpcValue.cpp40 static const char STRING_TAG[] = "string"; variable
298 else if (XmlRpcUtil::nextTagIs(STRING_TAG, valueXml, offset, &emptyTag)) in fromXml()
305 XmlRpcUtil::nextTagIsEnd(STRING_TAG, valueXml, offset); in fromXml()
/dports/comms/fldigi/fldigi-4.1.20/src/xmlrpcpp/
H A DXmlRpcValue.cpp40 static const char STRING_TAG[] = "string"; variable
298 else if (XmlRpcUtil::nextTagIs(STRING_TAG, valueXml, offset, &emptyTag)) in fromXml()
305 XmlRpcUtil::nextTagIsEnd(STRING_TAG, valueXml, offset); in fromXml()
/dports/comms/flrig/flrig-1.3.54/src/xmlrpcpp/
H A DXmlRpcValue.cpp40 static const char STRING_TAG[] = "string"; variable
298 else if (XmlRpcUtil::nextTagIs(STRING_TAG, valueXml, offset, &emptyTag)) in fromXml()
305 XmlRpcUtil::nextTagIsEnd(STRING_TAG, valueXml, offset); in fromXml()
/dports/comms/flmsg/flmsg-4.0.19/src/xmlrpcpp/
H A DXmlRpcValue.cpp40 static const char STRING_TAG[] = "string"; variable
298 else if (XmlRpcUtil::nextTagIs(STRING_TAG, valueXml, offset, &emptyTag)) in fromXml()
305 XmlRpcUtil::nextTagIsEnd(STRING_TAG, valueXml, offset); in fromXml()

123