Home
last modified time | relevance | path

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

1...<<11

/plugin/searchpattern/
H A Dplugin.info.txt6 …searchpattern expression for open todos: ~~SEARCHPATTERN\#'/<todo[^\#>]*>.*?<\/todo[\W]*?>/'?? _To…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12897 // Improper expression
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock197 babel-helper-explode-assignable-expression "^6.18.0"
219 babel-helper-explode-assignable-expression@^6.18.0:
221 …stry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expr…
260 babel-helper-optimise-call-expression@^6.18.0:
262 …://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-express…
289 babel-helper-optimise-call-expression "^6.18.0"
442 babel-helper-optimise-call-expression "^6.18.0"
2892 spdx-expression-parse@~1.0.0:
2894 …resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bd…
3168 spdx-expression-parse "~1.0.0"
/plugin/siteexport/
H A DREADME.md27 A regular expression to define paths that should not be exported
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js7 }function r(e){return"true"===e||"True"===e||"TRUE"===e}function o(e){return"[object Boolean]"===Object.prototype.toString.call(e)}var a=e("../type");t.exports=new a("tag:yaml.org,2002:bool",{kind:"scalar",resolve:i,construct:r,predicate:o,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})},{"../type":13}],16:[function(e,t,n){"use strict";function i(e){if(null===e)return!1;return c.test(e)?!0:!1}function r(e){var t,n,i,r;return t=e.replace(/_/g,"").toLowerCase(),n="-"===t[0]?-1:1,r=[],0<="+-".indexOf(t[0])&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:0<=t.indexOf(":")?(t.split(":").forEach(function(e){r.unshift(parseFloat(e,10))}),t=0,i=1,r.forEach(function(e){t+=e*i,i*=60}),n*t):n*parseFloat(t,10)}function o(e,t){if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(s.isNegativeZero(e))return"-0.0";return e.toString(10)}function a(e){return"[object Number]"===Object.prototype.toString.call(e)&&(0!==e%1||s.isNegativeZero(e))}var s=e("../common"),u=e("../type"),c=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)\\.[0-9_]*(?:[eE][-+][0-9]+)?|\\.[0-9_]+(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");t.exports=new u("tag:yaml.org,2002:float",{kind:"scalar",resolve:i,construct:r,predicate:a,represent:o,defaultStyle:"lowercase"})},{"../common":2,"../type":13}],17:[function(e,t,n){"use strict";function i(e){return e>=48&&57>=e||e>=65&&70>=e||e>=97&&102>=e}function r(e){return e>=48&&55>=e}function o(e){return e>=48&&57>=e}function a(e){if(null===e)return!1;var t,n=e.length,a=0,s=!1;if(!n)return!1;if(t=e[a],("-"===t||"+"===t)&&(t=e[++a]),"0"===t){if(a+1===n)return!0;if(t=e[++a],"b"===t){for(a++;n>a;a++)if(t=e[a],"_"!==t){if("0"!==t&&"1"!==t)return!1;s=!0}return s}if("x"===t){for(a++;n>a;a++)if(t=e[a],"_"!==t){if(!i(e.charCodeAt(a)))return!1;s=!0}return s}for(;n>a;a++)if(t=e[a],"_"!==t){if(!r(e.charCodeAt(a)))return!1;s=!0}return s}for(;n>a;a++)if(t=e[a],"_"!==t){if(":"===t)break;if(!o(e.charCodeAt(a)))return!1;s=!0}return s?":"!==t?!0:/^(:[0-5]?[0-9])+$/.test(e.slice(a)):!1}function s(e){var t,n,i=e,r=1,o=[];return-1!==i.indexOf("_")&&(i=i.replace(/_/g,"")),t=i[0],("-"===t||"+"===t)&&("-"===t&&(r=-1),i=i.slice(1),t=i[0]),"0"===i?0:"0"===t?"b"===i[1]?r*parseInt(i.slice(2),2):"x"===i[1]?r*parseInt(i,16):r*parseInt(i,8):-1!==i.indexOf(":")?(i.split(":").forEach(function(e){o.unshift(parseInt(e,10))}),i=0,n=1,o.forEach(function(e){i+=e*n,n*=60}),r*i):r*parseInt(i,10)}function u(e){return"[object Number]"===Object.prototype.toString.call(e)&&0===e%1&&!c.isNegativeZero(e)}var c=e("../common"),l=e("../type");t.exports=new l("tag:yaml.org,2002:int",{kind:"scalar",resolve:a,construct:s,predicate:u,represent:{binary:function(e){return"0b"+e.toString(2)},octal:function(e){return"0"+e.toString(8)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return"0x"+e.toString(16).toUpperCase()}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},{"../common":2,"../type":13}],18:[function(e,t,n){"use strict";function i(e){if(null===e)return!1;try{var t="("+e+")",n=s.parse(t,{range:!0});return"Program"!==n.type||1!==n.body.length||"ExpressionStatement"!==n.body[0].type||"FunctionExpression"!==n.body[0].expression.type?!1:!0}catch(i){return!1}}function r(e){var t,n="("+e+")",i=s.parse(n,{range:!0}),r=[];if("Program"!==i.type||1!==i.body.length||"ExpressionStatement"!==i.body[0].type||"FunctionExpression"!==i.body[0].expression.type)throw new Error("Failed to resolve function");return i.body[0].expression.params.forEach(function(e){r.push(e.name)}),t=i.body[0].expression.body.range,new Function(r,n.slice(t[0]+1,t[1]-1))}function o(e){return e.toString()}function a(e){return"[object Function]"===Object.prototype.toString.call(e)}var s;try{s=e("esprima")}catch(u){"undefined"!=typeof window&&(s=window.esprima)}var c=e("../../type");t.exports=new c("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:i,construct:r,predicate:a,represent:o})},{"../../type":13,esprima:"esprima"}],19:[function(e,t,n){"use strict";function i(e){if(null===e)return!1;if(0===e.length)return!1;var t=e,n=/\/([gim]*)$/.exec(e),i="";if("/"===t[0]){if(n&&(i=n[1]),i.length>3)return!1;if("/"!==t[t.length-i.length-1])return!1;t=t.slice(1,t.length-i.length-1)}try{new RegExp(t,i);return!0}catch(r){return!1}}function r(e){var t=e,n=/\/([gim]*)$/.exec(e),i="";return"/"===t[0]&&(n&&(i=n[1]),t=t.slice(1,t.length-i.length-1)),new RegExp(t,i)}function o(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function a(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var s=e("../../type");t.exports=new s("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:i,construct:r,predicate:a,represent:o})},{"../../type":13}],20:[function(e,t,n){"use strict";function i(){return!0}function r(){return void 0}function o(){return""}function a(e){return"undefined"==typeof e}var s=e("../../type");t.exports=new s("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:i,construct:r,predicate:a,represent:o})},{"../../type":13}],21:[function(e,t,n){"use strict";var i=e("../type");t.exports=new i("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}})},{"../type":13}],22:[function(e,t,n){"use strict";function i(e){return"<<"===e||null===e}var r=e("../type");t.exports=new r("tag:yaml.org,2002:merge",{kind:"scalar",resolve:i})},{"../type":13}],23:[function(e,t,n){"use strict";function i(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)}function r(){return null}function o(e){return null===e}var a=e("../type");t.exports=new a("tag:yaml.org,2002:null",{kind:"scalar",resolve:i,construct:r,predicate:o,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},{"../type":13}],24:[function(e,t,n){"use strict";function i(e){if(null===e)return!0;var t,n,i,r,o,u=[],c=e;for(t=0,n=c.length;n>t;t+=1){if(i=c[t],o=!1,"[object Object]"!==s.call(i))return!1;for(r in i)if(a.call(i,r)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==u.indexOf(r))return!1;u.push(r)}return!0}function r(e){return null!==e?e:[]}var o=e("../type"),a=Object.prototype.hasOwnProperty,s=Object.prototype.toString;t.exports=new o("tag:yaml.org,2002:omap",{kind:"sequence",resolve:i,construct:r})},{"../type":13}],25:[function(e,t,n){"use strict";function i(e){if(null===e)return!0;var t,n,i,r,o,s=e;for(o=new Array(s.length),t=0,n=s.length;n>t;t+=1){if(i=s[t],"[object Object]"!==a.call(i))return!1;if(r=Object.keys(i),1!==r.length)return!1;o[t]=[r[0],i[r[0]]]}return!0}function r(e){if(null===e)return[];var t,n,i,r,o,a=e;for(o=new Array(a.length),t=0,n=a.length;n>t;t+=1)i=a[t],r=Object.keys(i),o[t]=[r[0],i[r[0]]];return o}var o=e("../type"),a=Object.prototype.toString;t.exports=new o("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:i,construct:r})},{"../type":13}],26:[function(e,t,n){"use strict";var i=e("../type");t.exports=new i("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}})},{"../type":13}],27:[function(e,t,n){"use strict";function i(e){if(null===e)return!0;var t,n=e;for(t in n)if(a.call(n,t)&&null!==n[t])return!1;return!0}function r(e){return null!==e?e:{}}var o=e("../type"),a=Object.prototype.hasOwnProperty;t.exports=new o("tag:yaml.org,2002:set",{kind:"mapping",resolve:i,construct:r})},{"../type":13}],28:[function(e,t,n){"use strict";var i=e("../type");t.exports=new i("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}})},{"../type":13}],29:[function(e,t,n){"use strict";function i(e){if(null===e)return!1;var t;return t=s.exec(e),null===t?!1:!0}function r(e){var t,n,i,r,o,a,u,c,l,p,f=0,h=null;if(t=s.exec(e),null===t)throw new Error("Date resolve error");if(n=+t[1],i=+t[2]-1,r=+t[3],!t[4])return new Date(Date.UTC(n,i,r));if(o=+t[4],a=+t[5],u=+t[6],t[7]){for(f=t[7].slice(0,3);f.length<3;)f+="0";f=+f}return t[9]&&(c=+t[10],l=+(t[11]||0),h=6e4*(60*c+l),"-"===t[9]&&(h=-h)),p=new Date(Date.UTC(n,i,r,o,a,u,f)),h&&p.setTime(p.getTime()-h),p}function o(e){return e.toISOString()}var a=e("../type"),s=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?)?$");t.exports=new a("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:i,construct:r,instanceOf:Date,represent:o})},{"../type":13}],30:[function(e,t,n){},{}],"/":[function(e,t,n){"use strict";var i=e("./lib/js-yaml.js");t.exports=i},{"./lib/js-yaml.js":1}]},{},[])("/")});
/plugin/socialshareprivacy2/SSP/
H A DREADME.md264 expression:
/plugin/structsection/
H A Dyarn.lock58 "@babel/helper-member-expression-to-functions@^7.12.7":
87 "@babel/helper-optimise-call-expression@^7.12.10":
100 "@babel/helper-optimise-call-expression" "^7.12.10"
552 babel-helper-explode-assignable-expression "^6.24.1"
576 babel-helper-explode-assignable-expression@^6.24.1:
612 babel-helper-optimise-call-expression@^6.24.1:
645 babel-helper-optimise-call-expression "^6.24.1"
740 babel-helper-optimise-call-expression "^6.24.1"
2568 spdx-expression-parse "^3.0.0"
2576 spdx-expression-parse@^3.0.0:
[all …]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt15361 I shall not profane my covenant,And the expression out of my lips I shall not change.
24562 Jesus said to him: "That expression, 'If you can'! Why, all things can be to one if one has faith."
28006 "And their mouth is full of cursing and bitter expression."
28968 …ng enriched for every sort of generosity, which produces through us an expression of thanks to God;
29282 Now the expression "he ascended," what does it mean but that he also descended into the lower regio…
29776 having a judgment because they have disregarded their first [expression of] faith.
30074 And, if I may use the expression, through Abraham even Le'vi who receives tithes has paid tithes,
30240 Now the expression "Yet once more" signifies the removal of the things being shaken as things that …
30606 YOU gain the knowledge of the inspired expression from God by this: Every inspired expression that …
30607 …ery inspired expression that does not confess Jesus does not originate with God. Furthermore, this…
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1expression object for matching text with a pattern. Differs from a\n * native regular expression i…
/plugin/tableedit/
H A DREADME.md6 …a friendly user iterface to underlying manipulation with the table markup using regular expression.
/plugin/tablelayout/
H A Dyarn.lock2221 spdx-expression-parse "^3.0.0"
2228 spdx-expression-parse@^3.0.0:
2230 …resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e…
2448 spdx-expression-parse "^3.0.0"
/plugin/tindexmenu/
H A Dstyle.css130 height: expression( this.scrollHeight > 300 ? "300px" : "auto" );
/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/topbarsyntax/
H A Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
126 … // selecting the same element. The expression does a callback to CSSHover.patch, rerouted via the
129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
133 …sheet.addRule(affected, CSSHOVER_PREFIX + className + ':expression(CSSHover(this, "'+pseudo+'", "'…
135 // hash it, so an identical selector/class combo does not duplicate the expression
144 // called via the expression, patches individual nodes
147 // the patch's type is returned to the expression. That way the expression property
149 // The if will fail the first time, since the expression has not yet received a value.
169 // returns a dummy value to the expression
[all …]
/plugin/tuxquote/
H A Dquotes.txt2647 Silence is the most perfect expression of scorn. <BR> -- George Bernard Shaw (1856 - 1950)
/plugin/vshare/
H A Dsites.ini6 ; rex = a regular expression that can extract the vid from the web or emb url
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm188 <cfswitch expression="#url.command#">
/plugin/xcom/lang/en/
H A Dfunctions.txt97 …ce. The options array holds a regular expression in this format: ''(#pattern#)''. The hashes are r…
H A Dhowto.txt54expression in the Options field. The regular expression must be placed between hashes and passed …
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22436 case 'named-expression': break; // 9.4.13 <table:named-expression>
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1273 assert(expression: boolean, errorMessage: string): void;
/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