Home
last modified time | relevance | path

Searched refs:doc_v (Results 1 – 5 of 5) sorted by relevance

/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/php/snippets/
H A Dphp.code-snippets36 "prefix": "doc_v",
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/php/snippets/
H A Dphp.code-snippets36 "prefix": "doc_v",
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/php/snippets/
H A Dphp.code-snippets36 "prefix": "doc_v",
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/php/snippets/
H A Dphp.code-snippets36 "prefix": "doc_v",
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsNPAPIPlugin.cpp1474 NPVariant doc_v; in _getproperty() local
1477 bool ok = npobj->_class->getProperty(window_obj, doc_id, &doc_v); in _getproperty()
1480 if (NPVARIANT_IS_OBJECT(doc_v)) { in _getproperty()
1481 document_obj = NPVARIANT_TO_OBJECT(doc_v); in _getproperty()
1483 _releasevariantvalue(&doc_v); in _getproperty()