Home
last modified time | relevance | path

Searched refs:expression (Results 251 – 273 of 273) sorted by last modified time

1...<<11

/plugin/tindexmenu/
H A Dstyle.css130 height: expression( this.scrollHeight > 300 ? "300px" : "auto" );
/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/s5reloaded/ui/effects_support/
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);
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 …]
/plugin/tline/timeline_ajax/styles/
H A Dgraphics-ie6.css2 filter: expression(
8 filter: expression(
14 filter: expression(
20 filter: expression(
26 filter: expression(
32 filter: expression(
38 filter: expression(
44 filter: expression(
50 filter: expression(
56 filter: expression(
[all …]
/plugin/processing/
H A Dscript.js12236 function AstStatement(expression) { argument
12237 this.expression = expression;
12240 return this.expression.toString();
/plugin/jquery/
H A Djquery-1.4.2.js2888 // Improper expression
/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 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 ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example109 * case dependend by the module. At the end a sort expression will be added.
H A Dwordblock.conf4387 https?:\/\/([^\/]*\.)?lying-facial-expression\.travel-ag\.uzhgorod\.ua
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt141 regexp regular expression
214 regexp regular expression
H A Dhighlight.pack.js1 …,exclusiveLightCheckBox:1,exec:1,executeForEachObject:1,exists:1,exp:1,expression:1,expressionEdit… property in hljs.LANGUAGES.mel.dM.k
/plugin/calc/
H A Dsyntax.php48 //On recupere l'expression
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm188 <cfswitch expression="#url.command#">
/plugin/indexmenu2/cms/templates/TabControl/
H A Dlayout.css56 width: expression(this.parentNode.parentNode.clientWidth+'px');
/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/chat/
H A Dreadme.txt131 * Fixed regular expression in line parsing.
/plugin/zip/pear/File/
H A DArchive.php958 * @param string $expression String containing an expression that evaluates
968 function predCustom($expression) argument
971 return new File_Archive_Predicate_Custom($expression);
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php47 var $expression; variable in File_Archive_Predicate_Custom
53 * @param string $expression PHP code that evaluates too a boolean
58 function File_Archive_Predicate_Custom($expression) argument
60 $this->expression = $expression.";";
61 if (strpos($this->expression, "return") === false) {
62 $this->expression = "return ".$this->expression;
64 $this->useName = (strpos($this->expression, '$name') !== false);
65 $this->useStat = (strpos($this->expression, '$stat') !== false);
66 $this->useMIME = (strpos($this->expression, '$mime') !== false);
84 return eval($this->expression);

1...<<11