Home
last modified time | relevance | path

Searched refs:expression (Results 226 – 250 of 273) sorted by path

1234567891011

/plugin/indexmenu2/cms/templates/TabControl/
H A Dlayout.css56 width: expression(this.parentNode.parentNode.clientWidth+'px');
/plugin/issuetracker/
H A Dprototype.js2197 return Object.isNumber(expression) ? ancestors[expression] :
2204 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
2210 if (Object.isNumber(expression)) index = expression, expression = false;
2213 if (expression) {
2222 if (Object.isNumber(expression)) index = expression, expression = false;
2225 if (expression) {
2733 return Object.isNumber(expression) ? _descendants(element)[expression] :
5433 if (!expression) return element;
6031 initialize: function(expression) { argument
6032 this.expression = expression.strip();
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt767 # new feature: inline FOR(varName;{atom expression};math expression)
3688 # new feature: boundbox corners {point or expression} {point or expression} [on|off]
4899 # bug fix for select @x not functioning where x = {atom expression} or x = "atom expression"
4974 # zoomTo (atom expression) 0
4978 # zoomTo (atom expression) 0+n
4979 # zoomTo (atom expression) 0-n
4980 # zoomTo (atom expression) 0*n
4981 # zoomTo (atom expression) 0/n
5718 # atom expression.
5792 # x = {atom expression}[3].ident
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2238 CleanOggCommentName() changed to a regular expression
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js29 container.className+=' ';container.className+=this.expression.klass;}
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret…
36 if(match.expression.only){return true;}
37 if(typeof(this.expression.allow)==='undefined'){return false;}
38 if(jQuery.isArray(this.expression.disallow)&&jQuery.inArray(match.expression.klass,this.expression.…
39 if(this.expression.allow==='*'){return true;}
40 if(jQuery.isArray(this.expression.allow)&&jQuery.inArray(match.expression.klass,this.expression.all…
41 …=function(match){var only=match.expression.only;if(only){var cur=this;while(cur!==null){if(jQuery.…
44 …n.splice(i,0,match);match.parent=this;if(!match.expression.owner){match.expression.owner=this.expr…
50 …[];if(this.expression&&this.expression.owner){match.expression=this.expression.owner.getRuleForKla…
[all …]
/plugin/jquery/
H A Djquery-1.4.2.js2888 // Improper expression
/plugin/masciimath/
H A DREADME.txt22 …* One pair of parantheses is removed when the expression can be parsed uniquely without it as usua…
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php325 function tableau_expression($expression) argument
327 $e = str_replace('_', ' _ ', $expression);
727 class expression class
734 class expression_texte extends expression
747 class expression_math extends expression
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php362 public function tableExpression($expression) argument
364 $e = str_replace('_', ' _ ', $expression);
/plugin/minimap/
H A DREADME.md32 <minimap suppress="regular expression pattern" includeDirectory="false" debug="false" showHeader="t…
37 …* the `suppress` option will suppress the "regular expression pattern" part of the page title. It …
103 …* The regular expression was not strict for php 7.3 (See [pcre2-migration](https://wiki.php.net/rf…
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock514 "symfony/expression-language": "~2.4",
/plugin/ol3/
H A Dscript.js1expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},visibili… class in AnonymousFunction600b995a0400.i.layout_fill.fill-sort-key
8expression:r}),this},t.prototype.setSizeExpression=function(t){return this.sizeExpression=t,this},…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1expression.\n if (!pdfDateStringRegex) {\n pdfDateStringRegex = new RegExp(\n '^D:'…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …lize(text) {\n if (!normalizationRegex) {\n // Compile the regular expression for text normali…
/plugin/processing/
H A Dscript.js12236 function AstStatement(expression) { argument
12237 this.expression = expression;
12240 return this.expression.toString();
/plugin/rater/
H A DREADME27 …nd=09/25/10 - after that day no more votes/rates will be counted, can be any valid date expression
/plugin/rrdgraph/inc/
H A Drpncomputer.php82 * @param String $expression RPN expression.
86 public function compute($expression) { argument
89 foreach (explode(",", $expression) as $part) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2031 return Object.isNumber(expression) ? ancestors[expression] :
2038 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
2046 return Object.isNumber(expression) ? previousSiblings[expression] :
2054 return Object.isNumber(expression) ? nextSiblings[expression] :
2732 return Object.isNumber(expression) ? _descendants(element)[expression] :
3160 initialize: function(expression) { argument
3161 this.expression = expression.strip();
3198 var e = this.expression;
3344 return this.expression;
3868 split: function(expression) { argument
[all …]
H A Dunittest.js285 assert: function(expression) { argument
286 var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"';
287 try { expression ? this.pass() :
425 var element = $(pair.first()), expression = pair.last();
426 if (element.match(expression)) return true;
427 …this.fail('assertElementsMatch: (in index ' + index + ') expected ' + expression.inspect() + ' but…
430 assertElementMatches: function(element, expression) { argument
431 this.assertElementsMatch([element], expression);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt

1234567891011