Home
last modified time | relevance | path

Searched refs:STATE_NON_EXISTENT (Results 1 – 3 of 3) sorted by relevance

/plugin/doxycode/helper/
Dbuildmanager.php41 public const STATE_NON_EXISTENT = 1; define in helper_plugin_doxycode_buildmanager
242 return self::STATE_NON_EXISTENT;
250 return self::STATE_NON_EXISTENT;
267 return self::STATE_NON_EXISTENT;
278 return self::STATE_NON_EXISTENT;
/plugin/doxycode/
Dscript.js9 STATE_NON_EXISTENT: 1, property
74 case BuildmanagerStates.STATE_NON_EXISTENT:
/plugin/doxycode/syntax/
Dsnippet.php277 || $job_state == helper_plugin_doxycode_buildmanager::STATE_NON_EXISTENT
306 case helper_plugin_doxycode_buildmanager::STATE_NON_EXISTENT: {