Home
last modified time | relevance | path

Searched refs:tagobj (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-simpleparse/SimpleParse-2.2.2/simpleparse/stt/TextTools/mxTextTools/
H A Dmxte_impl.h155 tagobj = entry->tagobj;\
156 if (tagobj == NULL) { tagobj = Py_None;}\
255 PyObject *tagobj = NULL; in TE_ENGINE_API() local
350 Py_TYPE(tagobj)->tp_name, in TE_ENGINE_API()
401 if (tagobj == Py_None ) { in TE_ENGINE_API()
414 objectToCall = tagobj; in TE_ENGINE_API()
418 objectToCall = PyObject_GetAttrString( tagobj, "append" ); in TE_ENGINE_API()
426 Py_TYPE(tagobj)->tp_name, in TE_ENGINE_API()
478 if (tagobj == NULL) { in TE_ENGINE_API()
481 parameter = tagobj; in TE_ENGINE_API()
[all …]
H A DmxTextTools.h120 PyObject *tagobj; /* Tag object to assign, call, member
H A DmxTextTools.c2115 Py_XDECREF(tagtableentry->tagobj); in tc_cleanup()
2116 tagtableentry->tagobj = NULL; in tc_cleanup()
2135 PyObject *tagobj, *command, *args = 0, *je, *jne; in init_tag_table() local
2165 tagtableentry->tagobj = NULL; in init_tag_table()
2185 tagobj = tc_get_item(entry, 0); in init_tag_table()
2197 if (tagobj == NULL || in init_tag_table()
2209 if (tagobj != Py_None) in init_tag_table()
2210 Py_INCREF(tagobj); in init_tag_table()
2212 tagobj = NULL; in init_tag_table()
2213 tagtableentry->tagobj = tagobj; in init_tag_table()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xml/rpc/
H A Dxmlrpctag.php37 public function add(&$tagobj) argument
39 $this->_tags[] =& $tagobj;
388 public function add(&$tagobj) argument
390 $this->_tags[] =& $tagobj;
427 public function add($name, &$tagobj) argument
429 $this->_tags[] = array('name' => $name, 'value' => $tagobj);
/dports/editors/emacs/emacs-27.2/lisp/cedet/srecode/
H A Dsemantic.el92 (define-overloadable-function srecode-semantic-apply-tag-to-dict (tagobj dict)
102 (defun srecode-semantic-apply-tag-to-dict-default (tagobj dict)
105 (srecode-dictionary-set-value dict "TAG" tagobj)
108 (let ((tag (oref tagobj prime)))
397 (let ((tagobj (srecode-semantic-tag (semantic-tag-name tag) :prime tag))
399 (srecode-semantic-apply-tag-to-dict tagobj dict)))
H A Del.el83 emacs-lisp-mode (tagobj dict)
86 (srecode-semantic-apply-tag-to-dict-default tagobj dict)
89 (let* ((tag (oref tagobj prime))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/srecode/
H A Del.el83 emacs-lisp-mode (tagobj dict)
86 (srecode-semantic-apply-tag-to-dict-default tagobj dict)
89 (let* ((tag (oref tagobj prime))
H A Dsemantic.el92 (define-overloadable-function srecode-semantic-apply-tag-to-dict (tagobj dict)
102 (defun srecode-semantic-apply-tag-to-dict-default (tagobj dict)
105 (srecode-dictionary-set-value dict "TAG" tagobj)
108 (let ((tag (oref tagobj prime)))
397 (let ((tagobj (srecode-semantic-tag (semantic-tag-name tag) :prime tag))
399 (srecode-semantic-apply-tag-to-dict tagobj dict)))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/test/
H A Dtest_refs.py55 tagobj = tag.tag
58 assert isinstance(tagobj, TagObject)
59 assert tagobj.tag == tag.name
60 assert isinstance(tagobj.tagger, Actor)
61 assert isinstance(tagobj.tagged_date, int)
62 assert isinstance(tagobj.tagger_tz_offset, int)
63 assert tagobj.message
64 assert tag.object == tagobj
74 tagobj = tag.tag
75 assert isinstance(tagobj.tagger, Actor)
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cmc/
H A DCertificationRequest.java166 ASN1TaggedObject tagobj = (ASN1TaggedObject)seq.getObjectAt(3); in CertificationRequestInfo() local
167 if (tagobj.getTagNo() != 0) in CertificationRequestInfo()
171 attributes = ASN1Set.getInstance(tagobj, false); in CertificationRequestInfo()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java84 DERTaggedObject tagobj = (DERTaggedObject)seq.getObjectAt(3); in CertificationRequestInfo() local
85 attributes = ASN1Set.getInstance(tagobj, false); in CertificationRequestInfo()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java117 ASN1TaggedObject tagobj = (ASN1TaggedObject)seq.getObjectAt(3); in CertificationRequestInfo() local
118 attributes = ASN1Set.getInstance(tagobj, false); in CertificationRequestInfo()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DFWObjectDatabase_search.cpp213 FWObject *tagobj = rule->getTagObject(); in _findWhereObjectIsUsed() local
214 if (o==tagobj) in _findWhereObjectIsUsed()
H A DRule.cpp577 TagService *tagobj = TagService::cast(getTagObject()); in getTagValue() local
578 if (tagobj) return tagobj->getCode(); in getTagValue()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/protocol/
H A Dfastproto.cpp758 PyObject* tagobj = FROM_LONG(parsedspec.tag); local
759 if (!tagobj) {
763 PyObject_SetAttrString(value, "field", tagobj) == -1) {
765 Py_DECREF(tagobj);
768 Py_DECREF(tagobj);
/dports/devel/py-odfpy/odfpy-1.4.1/contrib/html2odt/
H A Dhtml2odt.py346 tagobj = TagObject(tag, attrs, self.last_data_pos())
347 self.tagstack.append(tagobj)
358 tagobj = self.tagstack.pop()
H A Dshtml2odt.py452 tagobj = TagObject(tag, attrs, self.last_data_pos())
453 self.tagstack.append(tagobj)
464 tagobj = self.tagstack.pop()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibprogen.py1172 for tagobj in TAGOBJECTS:
1173 tagname = 'tag_%s' % tagobj
1176 tagname = '%s %s' % (_(tagobj).capitalize(), \
1187 self.tagobject_list[tagobj] = tag