Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D498.phpt2 GH-498: The test methods won't be run if a dataProvider throws Exception and --group is added in co…
7 $_SERVER['argv'][2] = '--group';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt6 $_SERVER['argv'][2] = '--group';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-issue-2922.phpt2 phpunit --exclude-group=foo ../_files/DataProviderIssue2922
6 $_SERVER['argv'][2] = '--exclude-group=foo';
H A Dexclude-group-isolation.phpt2 phpunit --process-isolation --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAc…
7 $_SERVER['argv'][3] = '--exclude-group';
H A Dexclude-group.phpt2 phpunit --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--exclude-group';
H A Dgroup-isolation.phpt2 phpunit --process-isolation --group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTes…
7 $_SERVER['argv'][3] = '--group';
H A Dgroup.phpt2 phpunit --group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--group';
H A Dhelp.phpt40 --group ... Only runs tests from the specified group(s).
41 --exclude-group ... Exclude tests from the specified group(s).
80 --testdox-group Only include tests from the specified group(s).
81 --testdox-exclude-group Exclude tests from the specified group(s).
H A Dhelp2.phpt41 --group ... Only runs tests from the specified group(s).
42 --exclude-group ... Exclude tests from the specified group(s).
81 --testdox-group Only include tests from the specified group(s).
82 --testdox-exclude-group Exclude tests from the specified group(s).
H A Dlist-groups.phpt15 Available test group(s):
H A Dtestdox-exclude-group.phpt2 phpunit --testdox-text php://stdout --testdox-exclude-group one TestDoxGroupTest ../_files/TestDoxG…
8 $_SERVER['argv'][4] = '--testdox-exclude-group';
H A Dtestdox-group.phpt2 phpunit --testdox-text php://stdout --testdox-group one TestDoxGroupTest ../_files/TestDoxGroupTest…
8 $_SERVER['argv'][4] = '--testdox-group';
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md15 * support for the comma as a group separator for floats has been dropped, use
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml4 Any group of characters beginning with an
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst198 The filesystem loader also supports namespaced templates. This allows to group
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test6 Hello '{{ images.image.0.group }}'!
7 {{ images.image.0.group.attributes.myattr }}
10 - {{ image.group }}
13 … => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></image><image><group
/plugin/firenews/
H A Dsyntax.php347 foreach ($groupsOfUser as $group) {
349 if ($group === $neededGroup) {
/plugin/flowchartjs/
H A Dflowchart.min.js6 !function(t,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("Raphael"));else if("function"==typeof define&&define.amd)define(["Raphael"],i);else{var e=i("object"==typeof exports?require("Raphael"):t.Raphael);for(var s in e)("object"==typeof exports?exports:t)[s]=e[s]}}(this,function(t){return function(t){function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}var e={};return i.m=t,i.c=e,i.p="",i(0)}([function(t,i,e){e(9);var s=e(4);e(15);var n={parse:s};"undefined"!=typeof window&&(window.flowchart=n),t.exports=n},function(t,i){function e(t,i){if(!t||"function"==typeof t)return i;var s={};for(var n in i)s[n]=i[n];for(n in t)t[n]&&("object"==typeof s[n]?s[n]=e(s[n],t[n]):s[n]=t[n]);return s}function s(t,i){if("function"==typeof Object.create)t.super_=i,t.prototype=Object.create(i.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}});else{t.super_=i;var e=function(){};e.prototype=i.prototype,t.prototype=new e,t.prototype.constructor=t}}t.exports={defaults:e,inherits:s}},function(t,i,e){function s(t,i,e){this.chart=t,this.group=this.chart.paper.set(),this.symbol=e,this.connectedTo=[],this.symbolType=i.symbolType,this.flowstate=i.flowstate||"future",this.lineStyle=i.lineStyle||{},this.key=i.key||"",this.leftLines=[],this.rightLines=[],this.topLines=[],this.bottomLines=[],this.params=i.params,this.next_direction=i.next&&i.direction_next?i.direction_next:void 0,this.text=this.chart.paper.text(0,0,i.text),i.key&&(this.text.node.id=i.key+"t"),this.text.node.setAttribute("class",this.getAttr("class")+"t"),this.text.attr({"text-anchor":"start",x:this.getAttr("text-margin"),fill:this.getAttr("font-color"),"font-size":this.getAttr("font-size")});var s=this.getAttr("font"),n=this.getAttr("font-family"),o=this.getAttr("font-weight");s&&this.text.attr({font:s}),n&&this.text.attr({"font-family":n}),o&&this.text.attr({"font-weight":o}),i.link&&this.text.attr("href",i.link),i.function&&(this.text.attr({cursor:"pointer"}),this.text.node.addEventListener("click",function(t){window[i.function](t,i)},!1)),i.target&&this.text.attr("target",i.target);var h=this.getAttr("maxWidth");if(h){for(var r=i.text.split(" "),a="",l=0,p=r.length;l<p;l++){var y=r[l];this.text.attr("text",a+" "+y),a+=this.text.getBBox().width>h?"\n"+y:" "+y}this.text.attr("text",a.substring(1))}if(this.group.push(this.text),e){var x=this.getAttr("text-margin");e.attr({fill:this.getAttr("fill"),stroke:this.getAttr("element-color"),"stroke-width":this.getAttr("line-width"),width:this.text.getBBox().width+2*x,height:this.text.getBBox().height+2*x}),e.node.setAttribute("class",this.getAttr("class"));var g=this.getAttr("roundness");isNaN(g)||(e.node.setAttribute("ry",g),e.node.setAttribute("rx",g)),i.link&&e.attr("href",i.link),i.target&&e.attr("target",i.target),i.function&&(e.node.addEventListener("click",function(t){window[i.function](t,i)},!1),e.attr({cursor:"pointer"})),i.key&&(e.node.id=i.key),this.group.push(e),e.insertBefore(this.text),this.text.attr({y:e.getBBox().height/2}),this.initialize()}}var n=e(3),o=n.drawLine,h=n.checkLineIntersection;s.prototype.getAttr=function(t){if(this.chart){var i,e=this.chart.options?this.chart.options[t]:void 0,s=this.chart.options.symbols?this.chart.options.symbols[this.symbolType][t]:void 0;return this.chart.options.flowstate&&this.chart.options.flowstate[this.flowstate]&&(i=this.chart.options.flowstate[this.flowstate][t]),i||s||e}},s.prototype.initialize=function(){this.group.transform("t"+this.getAttr("line-width")+","+this.getAttr("line-width")),this.width=this.group.getBBox().width,this.height=this.group.getBBox().height},s.prototype.getCenter=function(){return{x:this.getX()+this.width/2,y:this.getY()+this.height/2}},s.prototype.getX=function(){return this.group.getBBox().x},s.prototype.getY=function(){return this.group.getBBox().y},s.prototype.shiftX=function(t){this.group.transform("t"+(this.getX()+t)+","+this.getY())},s.prototype.setX=function(t){this.group
[all...]
/plugin/flowcharts/
H A Dmermaid.min.js1group),delete i[c]):+c<e&&(h.state=6,h.timer.stop(),h.on.call("cancel",t,t.__data__,h.index,h.grou…
/plugin/flowplayer/player/
H A DREADME.txt220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php99 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
105 $dir = $dir_base.'/'.$group.'/'.$subgroup;
131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
141 $dir = $dir_base.'/'.$group;
189 function incMeta($group, $subgroup, $leaf) argument
195 $dir = $dir_base.'/'.$group.'/'.$subgroup;
242 function rmMeta($group, $subgroup = null, $leaf = null) argument
248 if ($group == NULL)
254 $dir .= '/'.$group;
H A Dmysql.class.php156 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
165 … ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$…
187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
202 if ($group != NULL)
204 $sql_where .= " AND `group`='$group'";
251 function incMeta($group, $subgroup, $leaf) argument
260 … ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$…
266 …group`, `subgroup`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$l…
285 function rmMeta($group, $subgroup = null, $leaf = null) argument
294 if($group != NULL)
[all …]
H A Doracle.class.php167 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
178 …OM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$su…
180 …erver, groupg, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subgroup', '$l…
222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
237 if ($group != NULL)
239 $sql_where .= " AND groupg='$group'";
298 function incMeta($group, $subgroup, $leaf) argument
308 …OM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$su…
357 function rmMeta($group, $subgroup = null, $leaf = null) argument
366 if($group != NULL)
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php565 if (isset($this->_cache[$group]['value']) &&
569 $this->_cache[$group]['timestamp'][] = time();
603 isset($this->_cache[$group]['value']))
606 $ret = $this->_cache[$group];
680 function incMeta($group, $subgroup, $leaf) argument
687 if (isset($this->_cache[$group]['value']) &&
691 $this->_cache[$group]['timestamp'][] = time();
718 if ($group == null)
721 unset($this->_cache[$group]);
724 if (isset($this->_cache[$group]['value']))
[all …]
H A Dpfccontainerinterface.class.php49 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
72 function rmMeta($group, $subgroup = null, $leaf = null) argument

1...<<11121314151617181920>>...31