Home
last modified time | relevance | path

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

/web-bugs/www/rss/
H A Drdf.php14 $state = 'http://xmlns.com/baetle/#Open'; variable
20 $state = 'http://xmlns.com/baetle/#WontFix'; variable
26 $state = 'http://xmlns.com/baetle/#WorksForMe'; variable
32 $state = 'http://xmlns.com/baetle/#Later'; variable
38 $state = 'http://xmlns.com/baetle/#Open'; variable
45 $state = 'http://xmlns.com/baetle/#NotReproducable'; variable
90 <wf:state rdf:resource="<?php echo $state; ?>" />
/web-bugs/include/
H A Dfunctions.php507 if (!$state && !$default) {
508 $state = $assigned ? 'Assigned' : 'Open';
509 } elseif (!$state) {
510 $state = $default;
514 …if ($state != 'All' && isset($state_types[$state]) && $state_types[$state] == 1 && $user_mode == 2…
515 switch ($state)
532 if (isset($tla[$state])) {
533 echo ' class="'.$tla[$state].'"';
535 echo '>'.$state.'</option>'."\n";
539 if ($state != 'Not a bug') {
[all …]
/web-bugs/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
589 "sebastian/global-state": "^3.0.5",
989 "name": "sebastian/global-state",
993 "url": "https://github.com/sebastianbergmann/global-state.git",
998 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/91c7c47047a971f02de57e…
1035 "description": "Snapshotting of global state",
1036 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1038 "global state"
1041 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1042 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.5"

Completed in 11 milliseconds