Home
last modified time | relevance | path

Searched refs:wildcard (Results 26 – 43 of 43) sorted by last modified time

12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … null; // return early for invalid input\n }\n // Form RegExp for wildcard matches\n let …
H A D1.1.js.map1 …'weak',\n 'weak0',\n 'weak1',\n 'while',\n 'wildcard',\n 'wire'…
H A D2.2.js.map1 …dentifier or wildcard expected\")),\n WildcardExpected: new CSSIssueType('css-wildcardexpected'…
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1 …ed virtual void \" +\n \"wait wait_order wand weak weak0 weak1 while wildcard wire with within …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1wildcard';\n\n var verbs = 'write where wait use update unregister undo trace test tee take suspe…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js43 wildcard = "*", variable
174 items = [e[names[i]], e[wildcard]];
345 if (names[i] != wildcard) {
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js25 wildcard = "*", variable
160 items = [e[names[i]], e[wildcard]];
350 if (names[i] != wildcard) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md307 wildcard then uses to calculate the final arguments match score and use the method prophecy
354 It checks if your method of interest (that matches both the method name and the arguments wildcard)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php134 * @param ArgumentsWildcard $wildcard
139 public function addScore(ArgumentsWildcard $wildcard, $score) argument
141 $this->scores[$wildcard] = $score;
150 * @param ArgumentsWildcard $wildcard
154 public function getScore(ArgumentsWildcard $wildcard) argument
156 if (isset($this->scores[$wildcard])) {
157 return $this->scores[$wildcard];
160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
H A DCallCenter.php135 * @param ArgumentsWildcard $wildcard
139 public function findCalls($methodName, ArgumentsWildcard $wildcard) argument
142 array_filter($this->recordedCalls, function (Call $call) use ($methodName, $wildcard) {
144 && 0 < $call->getScore($wildcard)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php198 * @param ArgumentsWildcard $wildcard
202 public function findProphecyMethodCalls($methodName, ArgumentsWildcard $wildcard) argument
204 return $this->callCenter->findCalls($methodName, $wildcard);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md796 * [#10202](http://dev.ckeditor.com/ticket/10202): Introduced wildcard support in the [Allowed Conte…
/plugin/callflow/
H A Draphael.js32 wildcard = "*", variable
146 items = [e[names[i]], e[wildcard]];
303 if (names[i] != wildcard) {
/plugin/dokutranslate/
H A Dutils.php99 $wildcard = $ns . ':*';
101 if (!empty($modlist[$wildcard])) {
102 return in_array($modlist[$wildcard], $USERINFO['grps']);
/plugin/advrack/
H A Draphael.js32 wildcard = "*", variable
146 items = [e[names[i]], e[wildcard]];
303 if (names[i] != wildcard) {
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js1129 }catch(F){SimileAjax.Debug.exception("Error firing event of name "+C+" to wildcard handler",F);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js1129 }catch(F){SimileAjax.Debug.exception("Error firing event of name "+C+" to wildcard handler",F);
/plugin/jmol2/jmol/
H A DCHANGES.txt307 # bug fix: lcaoCartoon wildcard problems
806 # display insertion = "?" // single-character wildcard here
1106 # new feature: \? in atom name escapes ? wildcard. Still no * in names,
1995 # new feature: wildcard at beginning for draw/pmesh/isosurface/etc. *xxx on/off/delete allowed

12