Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A 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/
H A DProjectsGroups.php35 * @param string $groupName Required. The group resource name. Written as
44 public function get($groupName, $optParams = []) argument
46 $params = ['groupName' => $groupName];
/plugin/jmol2/jmol/
H A 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 + …
981 if (groupName == undefined || groupName == null)
982 groupName = "jmolRadioGroup" + (_jmol.radioGroupCount - 1);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClouderrorreporting.php214 'path' => 'v1beta1/{+groupName}',
217 'groupName' => [
/plugin/authplaincas/
H A 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/ifauthex/lib/
H A Dgrammar.php120 $groupName = Literal::getInstanceLiteralValue($literalInstance);
121 return auth_expr_evaluation_context()->belongToGroup($groupName);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php231 foreach ((array) $propertyMetadata->groups as $groupName) {
232 if (false !== strpos($groupName, ',')) {
/plugin/a2s/
H A 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/
H A Dauth.php721 foreach ($sourceGroups as $groupName => $members) {
723 $groups[] = $groupName;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A 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/webcode/vendor/
H A Dfirebug-lite-1.4.js7488 for(var groupName in styleGroups){var title=styleGroupTitles[groupName];
7491 var props=styleGroups[groupName];
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js28307 for (var groupName in styleGroups)
28311 var title = styleGroupTitles[groupName];
28315 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/
H A Ddhtmlxgantt.js.map1groupName","newSize","groups","_eachChild","_syncGroupSize","_xLayout","getNextSibling","ownSize",…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … const groupName = item.group || '';\n if (!group || group[0] !== groupName) …