Home
last modified time | relevance | path

Searched refs:group (Results 751 – 769 of 769) sorted by path

1...<<31

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php33 public $group; variable in Sabre\\VObject\\Property
66 * @param string $group The vcard property group
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
72 $this->group = $group;
234 if ($this->group) $str = $this->group . '.' . $this->name;
309 if ($this->group) {
310 $parameters['group'] = $this->group;
H A DVCardConverter.php205 if (!$property->group) {
208 $label = $input->{$property->group . '.X-ABLABEL'};
238 $newProperty->group = $property->group;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php70 * @param string $group The vcard property group
73 …on __construct(Component $root, $name, $value = null, array $parameters = array(), $group = null) { argument
84 parent::__construct($root, $name, $value, $parameters, $group);
229 if ($this->group) $str = $this->group . '.' . $this->name;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php69 $this->assertEquals('GROUP1', $email1[0]->group);
73 $this->assertEquals(null, $email3[0]->group);
/plugin/wrap/
H A D.travis.yml
H A Dexample.txt71 <WRAP group>
81 <WRAP group>
116 :!: Attention: In order to work properly, wraps with width keywords need an **additional ''%%<WRAP group>%%'' around a set** of them. If you mix several types in one group, you might need a ''%%<WRAP clear/>%%'' after a row.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py137 if (m.group(1) >= 522):
/plugin/xcom/lang/en/
H A Dfunctions.txt121 ^Description|Add an ACL rule. Use ''@groupname'' instead of ''user'' to add an ACL rule for a group|
127 …given scope and user. Use ''@groupname'' instead of ''user'' to delete the ACL rules for the group|
H A Dhowto.txt22 …ation settings you must enable the "Remote API system" and identify the remote user(s) or group(s).
/plugin/xhtmlruby/
H A Dstyle.css10 display: table-row-group;
14 display: table-header-group;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js22876 function addStyle(name, group, styleId) {
22878 var part = group[styleId];
45206 exports.padSplit = function padSplit(num, size, group) {
45215 for (var i = 0; i < size; i += group) {
45216 out.push(str.slice(i, i + group));
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22148 case 'table-row-group': // 9.1.9 <table:table-row-group>
22418 case 'table-column-group': break; // 9.1.10 <table:table-column-group>
22554 case 'data-pilot-group': // 9.6.18
22555 case 'data-pilot-group-member': // 9.6.19
/plugin/yuriigantt/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_yuriigantt
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13group&&(c[r[l].$config.group]=!0);for(l=0;l<a.length;l++)(i=a[l]).$config.group&&c[i.$config.group
H A Ddhtmlxgantt.js.map1group","_syncCellSizes","groupName","newSize","groups","_eachChild","_syncGroupSize","_xLayout","g…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js20831 if(visibleScrollbars[i].$config.group){
20832 visibleGroups[visibleScrollbars[i].$config.group] = true;
20839 if(scrollbar.$config.group && visibleGroups[scrollbar.$config.group]){
20854 if(cell.$config.group && cell.$name != "scrollbar" && cell.$name != "resizer"){
20855 if(!groups[cell.$config.group]){
20856 groups[cell.$config.group] = [];
20858 groups[cell.$config.group].push(cell);
22351 gantt.$layout._syncCellSizes(mainGrid.$parent.$config.group, gantt.config.grid_width);
22355 if (mainGrid.$parent.$config.group) {
22356 … gantt.$layout._syncCellSizes(mainGrid.$parent.$config.group, mainGrid.$parent.$config.width);
/plugin/zip/pear/File/
H A DArchive.php40 function File_Archive_cleanCache($file, $group) argument
50 $group = $file[1];
53 return substr($group, 0, 11) == 'FileArchive' &&
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php197 $group = 'FileArchiveZip'.$this->compressionLevel;
201 if (($data = $cache->get($id, $group)) !== false) {
221 $cache->save($data, $id, $group);

1...<<31