Home
last modified time | relevance | path

Searched refs:groupName (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DManualRuleGroup.php31 public function setGroupName(ExtendedValue $groupName) argument
33 $this->groupName = $groupName;
40 return $this->groupName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/Resource/
DProjectsGroups.php35 * @param string $groupName Required. The group resource name. Written as
44 public function get($groupName, $optParams = []) argument
46 $params = ['groupName' => $groupName];
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js246 .filter(groupName => groups[groupName].length > 0)
247 .map(groupName => {
248 const normalizedKeys = groups[groupName]
259 return { groupName, normalizedKeys };
262 .map(({ groupName, normalizedKeys }) => { property
267 if (groupName === self.getPositionalGroupName())
287 return { groupName, normalizedKeys, switches };
290 .filter(({ groupName }) => groupName !== self.getPositionalGroupName()) property
294 .filter(({ groupName }) => groupName !== self.getPositionalGroupName()) property
303 displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => { property
[all …]
Dyargs-factory.js512 group(opts, groupName) {
513 argsert('<string|array> <string>', [opts, groupName], arguments.length);
514 …YargsInstance_preservedGroups, "f")[groupName] || __classPrivateFieldGet(this, _YargsInstance_grou…
515 if (__classPrivateFieldGet(this, _YargsInstance_preservedGroups, "f")[groupName]) {
516 delete __classPrivateFieldGet(this, _YargsInstance_preservedGroups, "f")[groupName];
519 …__classPrivateFieldGet(this, _YargsInstance_groups, "f")[groupName] = (existing || []).concat(opts…
1244 … Object.keys(__classPrivateFieldGet(this, _YargsInstance_groups, "f")).reduce((acc, groupName) => {
1245 …const keys = __classPrivateFieldGet(this, _YargsInstance_groups, "f")[groupName].filter(key => !(k…
1247 acc[groupName] = keys;
/plugin/jmol2/jmol/
DJmol.js229 function jmolRadioGroup(arrayOfRadioButtons, separatorHtml, groupName, id, title) { argument
247 if (!groupName)
248 groupName = "jmolRadioGroup" + (_jmol.radioGroupCount - 1);
249 var t = "<span id='"+(id ? id : groupName)+"'>";
256 …(radio[0], radio[1], radio[2], separatorHtml, groupName, (radio.length > 3 ? radio[3]: (id ? id :
258 … t += _jmolRadio(radio, null, null, separatorHtml, groupName, (id ? id : groupName)+"_"+i, title);
268 function jmolRadio(script, labelHtml, isChecked, separatorHtml, groupName, id, title) { argument
272 …var t = _jmolRadio(script, labelHtml, isChecked, separatorHtml, groupName, (id ? id : groupName + …
979 function _jmolRadio(script, labelHtml, isChecked, separatorHtml, groupName, id, title) { argument
981 if (groupName == undefined || groupName == null)
[all …]
/plugin/authplaincas/
Dauth.php400 foreach ($customGroups as $groupName => $groupMembers) {
405 $this->_addUserGroup($groupName);
412 function _addUserGroup ($groupName) argument
417 if( !in_array(trim($groupName), $this->_userInfo['tmp_grps'])) {
418 $this->_userInfo['tmp_grps'][] = trim($groupName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DClouderrorreporting.php214 'path' => 'v1beta1/{+groupName}',
217 'groupName' => [
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.js123 for (const [groupName, group] of Object.entries(styles)) {
135 Object.defineProperty(styles, groupName, {
/plugin/ifauthex/lib/
Dgrammar.php120 $groupName = Literal::getInstanceLiteralValue($literalInstance);
121 return auth_expr_evaluation_context()->belongToGroup($groupName);
/plugin/mikioplugin/
H A Dscript.js470 const groupName = jQuery(this).attr('name');
472 if (!radioGroups[groupName]) {
473 radioGroups[groupName] = [];
476 radioGroups[groupName].push(jQuery(this));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
DAnnotationDriver.php231 foreach ((array) $propertyMetadata->groups as $groupName) {
232 if (false !== strpos($groupName, ',')) {
/plugin/a2s/
DASCIIToSVG.php1880 public function getGroup($groupName) { argument
1881 return $this->groups[$groupName];
1884 public function pushGroup($groupName) { argument
1885 if (!isset($this->groups[$groupName])) {
1886 $this->groups[$groupName] = array();
1887 $this->options[$groupName] = array();
1890 $this->groupStack[] = $groupName;
1891 $this->curGroup = $groupName;
1915 foreach($this->groups as $groupName => $objects) {
1916 $out .= "<g id=\"{$groupName}\" ";
[all …]
/plugin/authshibboleth/plugin/authshibboleth/
Dauth.php721 foreach ($sourceGroups as $groupName => $members) {
723 $groups[] = $groupName;
/plugin/asciidocjs/node_modules/yargs/build/
Dindex.cjs1groupName:t,normalizedKeys:h[t].filter(C).map((t=>{if(M.includes(t))return t;for(let e,s=0;void 0!…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js20847 Layout.prototype._syncCellSizes = function(groupName, newSize){ argument
20848 if(!groupName)
20862 if(groups[groupName]){
20863 this._syncGroupSize(groups[groupName], newSize);
20865 return groups[groupName];
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js28307 for (var groupName in styleGroups)
28311 var title = styleGroupTitles[groupName];
28315 var props = styleGroups[groupName];
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js7488 for(var groupName in styleGroups){var title=styleGroupTitles[groupName];
7491 var props=styleGroups[groupName];
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7499 for(var groupName in styleGroups){var title=styleGroupTitles[groupName];
7502 var props=styleGroups[groupName];
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1groupName","newSize","groups","_eachChild","_syncGroupSize","_xLayout","getNextSibling","ownSize",…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 … const groupName = item.group || '';\n if (!group || group[0] !== groupName) …