Home
last modified time | relevance | path

Searched refs:user (Results 276 – 300 of 1528) sorted by path

1...<<11121314151617181920>>...62

/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md41 * `FEAT`: feature `service` and `user` tasks more prominently in replace menu ([#1836](https://gith…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css21 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
65 .bpmn-icon-user:before { content: '\e844'; } /* '' */
H A Dbpmn-embedded.css79 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
123 .bpmn-icon-user:before { content: '\e844'; } /* '' */
H A Dbpmn.css76 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
120 .bpmn-icon-user:before { content: '\e844'; } /* '' */
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md209 * `FEAT`: close select (i.a. decision table hit policy select) whenever there is user interaction o…
376 * `FIX(decision-table)`: do not close input on user selection ([#421](https://github.com/bpmn-io/dm…
379 * `FIX(decision-table)`: do not close context on user selection
/plugin/bpmnioeditor/
H A Dstyle.css900 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
945 .bpmn-icon-user:before { content: '\e844'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css78 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
123 .bpmn-icon-user:before { content: '\e844'; } /* '' */
/plugin/btable/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/btable2/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bulletodo/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
90 foreach ($users as $user) {
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracy-au/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) { argument
23 label: name + ' (' + user + ')',
24 value: user
/plugin/bureaucracy/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bureaucracy/helper/
H A Dfieldusers.php62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
90 foreach ($users as $user) {
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracy/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) { argument
23 label: name + ' (' + user + ')',
24 value: user
/plugin/bureaucracyau/helper/
H A Dfieldusers.php62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
90 foreach ($users as $user) {
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracyau/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) { argument
23 label: name + ' (' + user + ')',
24 value: user
/plugin/button/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/c3chart/assets/
H A Dc3.css13 -webkit-user-select: none;
14 -moz-user-select: none;
15 user-select: none;
/plugin/caption/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/cellbg/
H A Dplugin.info.txt6 desc Allows user-defined background colored cells in tables
/plugin/cellbg2/
H A Dplugin.info.txt6 desc Allows user-defined background colored cells in tables
/plugin/changes/
H A Dsyntax.php74 'user' => [],
136 case 'user':
189 $data['user'],
221 * @param array $user
225 protected function getChanges($num, $ns, $excludedpages, $type, $user, $maxage, $excludedusers, $reverse)
262 $user,
293 * @param array $user
298 protected function handleChangelogLine($line, $ns, $excludedpages, $type, $user, $maxage, &$seen, $excludedusers)
310 // filter user
311 if (!empty($user)
223 getChanges($num, $ns, $excludedpages, $type, $user, $maxage, $excludedusers, $reverse) global() argument
296 handleChangelogLine($line, $ns, $excludedpages, $type, $user, $maxage, & $seen, $excludedusers) global() argument
[all...]
/plugin/charter/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/chat/
H A Dajax.php262 $user = cleanUser($_POST['user']);
278 $udata = $auth->getUserData($user);
280 $line = "(".time().") ".$user;
307 $user = cleanUser($_POST['user']);
329 function cleanUser($user) { argument
332 $user = preg_replace('/[^ .,a-zA-Z0-9_\-]/i', '', $user);
333 $user = substr($user, 0, 40);
334 return $user;

1...<<11121314151617181920>>...62