Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 25 of 95) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
118 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
[all...]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1470 with no width constraint, or landscape images with
1471 no height constraint were smaller than neccesary by
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock134 "description": "Semver library that offers utilities, version constraint parsing and validation.",
491 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
492 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
[all...]
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
[all...]
/plugin/combo/vendor/composer/
H A DInstalledVersions.php230 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
232 $constraint = $parser->parseConstraints($constraint);
235 return $provided->matches($constraint);
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php107 * Checks whether the given package satisfies a version constraint
115 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
118 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
120 $constraint = $parser->parseConstraints($constraint);
123 return $provided->matches($constraint);
127 * Returns a version constraint representing all the range(s) which are installed for a given package
129 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
133 * @return string Version constraint usabl
[all...]
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
[all...]
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php164 $constraint = [
182 $constraint);
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php117 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints($constraint);
125 return $provided->matches($constraint);
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
[all...]
/plugin/achart/assets/
H A Dapexcharts.min.js6 …leRect.selectize({points:"l, r",pointSize:8,pointType:"rect"}).resize({constraint:{minX:0,minY:0,m…
14constraint=t,this.value=e,this.el.on("mousedown.drag",(function(t){i.start(t)})),this.el.on("touch…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1167 constraint: true,
3048 if (this.constraint != null) {
3049 return this.constraint;
3051 if (this.source.constraint != null) {
3052 return this.source.constraint;
3137 constraint: true,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudOrgpolicyV1Policy.php27 public $constraint; variable in Google\\Service\\CloudAsset\\GoogleCloudOrgpolicyV1Policy
62 public function setConstraint($constraint) argument
64 $this->constraint = $constraint;
71 return $this->constraint;
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php281 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
283 $constraint = $parser->parseConstraints($constraint);
286 return $provided->matches($constraint);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DViolationInfo.php29 public $constraint; variable in Google\\Service\\ServiceControl\\ViolationInfo
56 public function setConstraint($constraint) argument
58 $this->constraint = $constraint;
65 return $this->constraint;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md5 * Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle…
1250 * Bug: Email constraint only validates strings
1255 * Allowing the use of dot notation for class namespaces when using instance_of constraint
1256 * Added any_match validation constraint
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
105 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
[all...]
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints($constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
105 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js3constraint:d,lb:e[0],rb:e[1]}}return null},a.prototype.mergeAcross=function(a,b,c){b.active=!0;for…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6796 mxGraphView.prototype.getFixedTerminalPoint = function(edge, terminal, source, constraint) argument
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js108 …);var b={};if(a.length>this.order_.length)throw Error("Invalid dynamic constraint: "+b);for(var c=…
634constraint=a;this.test=b;this.children_={};this.kind=sre.TrieNode.Kind.ROOT};sre.AbstractTrieNode.…
635 …a)&&b.push(d)}return b};sre.AbstractTrieNode.prototype.toString=function(){return this.constraint};
637 ….toString=function(){return this.getRule()?this.constraint+"\n==> "+this.getRule().action:this.con…
641 …plyTest=function(a){return this.test?this.test(a):this.context_.applyQuery(a,this.constraint)===a};
642 …(a){return this.test?this.test(a):this.context_.applyConstraint(a,this.constraint)};sre.Trie=funct…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1constraint graph this function will resolve any conflicts between the\n * constraint graph and the…

1234