Home
last modified time | relevance | path

Searched refs:func (Results 26 – 50 of 186) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php67 public function setReduction(\Closure $func) argument
69 $this->reduce = $func->bindTo($this, $this);
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js184 var func = FCKConfig.EMailProtectionFunction ;
185 if ( func != null )
190 func = func.replace( /([\/^$*+.?()\[\]])/g, '\\$1' ) ;
197 var sFunc = func ;
202 var p = func.search( rexp ) ;
267 if ( func == null )
284 func = func.replace(/NAME/g, "'" + aAddressParts[0].replace(/'/g, '\\\'') + "'") ;
285 func = func.replace(/DOMAIN/g, "'" + aAddressParts[1].replace(/'/g, '\\\'') + "'") ;
286func = func.replace(/SUBJECT/g, "'" + encodeURIComponent( subject ).replace(/'/g, '\\\'') + "'") ;
287 func = func.replace(/BODY/g, "'" + encodeURIComponent( body ).replace(/'/g, '\\\'') + "'") ;
[all …]
/plugin/behave/
H A Dbehave.js62 Array.prototype.filter = function(func /*, thisp */) { argument
69 if (typeof func != "function"){
77 if (func.call(thisp, val, i, t)) {
344 addEvent: function addEvent(element, eventName, func) {
346 element.addEventListener(eventName,func,false);
348 element.attachEvent("on"+eventName, func);
351 removeEvent: function addEvent(element, eventName, func){
353 element.removeEventListener(eventName,func,false);
355 element.detachEvent("on"+eventName, func);
/plugin/xcom/
H A Dscript.js72 var func = options[0];
101 if(!array_types.hasOwnProperty(func)) {
106 … console.log("By-passed decoding string returned by " + func + ': ' + err.message );
110 xcom_print_data(func, data,other,xcom_action);
209 function xcom_multidim(obj,func) { argument
216 if(j == 'lastModified' && func == 'wiki.getRecentChanges'
217 || j == 'modified' && func == 'plugin.xcom.pageVersions') {
225 row = xcom_td(j,r,func); //type, value, function
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php180 public function setReduction(callable $func) argument
182 $this->factory->setReduction($func);
/plugin/asciimath/
H A Dasciimathml148r.js261 {input:"sin", tag:"mo", output:"sin", tex:null, ttype:UNARY, func:true},
262 {input:"cos", tag:"mo", output:"cos", tex:null, ttype:UNARY, func:true},
263 {input:"tan", tag:"mo", output:"tan", tex:null, ttype:UNARY, func:true},
267 {input:"cot", tag:"mo", output:"cot", tex:null, ttype:UNARY, func:true},
268 {input:"sec", tag:"mo", output:"sec", tex:null, ttype:UNARY, func:true},
269 {input:"csc", tag:"mo", output:"csc", tex:null, ttype:UNARY, func:true},
270 {input:"log", tag:"mo", output:"log", tex:null, ttype:UNARY, func:true},
271 {input:"ln", tag:"mo", output:"ln", tex:null, ttype:UNARY, func:true},
272 {input:"det", tag:"mo", output:"det", tex:null, ttype:UNARY, func:true},
437 return {input:st, tag:tagst, output:st, ttype:UNARY, func:true};
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DNamespaceCoveredFunction.php4 function func() function
H A DCoverageNamespacedFunctionTest.php9 foo\func();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php76 self::$custom_reduction = $func;
78 return $func;
152 self::$custom_reduction = $func;
154 return $func;
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js144 Array.prototype.map = function(func) { argument
145 if ('function' != typeof func) return this;
148 tmp[loop] = func(this[loop]);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest-xml.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest-script-xml.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
/plugin/autotabber/
H A Dtaboverride.js536 function loop(func) { argument
538 func(handlerList[i].type, handlerList[i].handler);
658 tabOverride.addExtension = function (hook, func) { argument
659 if (hook && typeof hook === 'string' && typeof func === 'function') {
663 hooks[hook].push(func);
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js48 func: function(sender, highlighter) method in dp.sh.Toolbar.Commands.ExpandSource
58 func: function(sender, highlighter) method in dp.sh.Toolbar.Commands.ViewSource
71 func: function(sender, highlighter) method in dp.sh.Toolbar.Commands.CopyToClipboard
104 func: function(sender, highlighter) method in dp.sh.Toolbar.Commands.PrintSource
130 func: function(highlighter) method in dp.sh.Toolbar.Commands.About
173 dp.sh.Toolbar.Commands[name].func(sender, n.highlighter);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js8 … expand source',check:function(highlighter){return highlighter.collapse;},func:function(sender,hig… method in dp.sh.Toolbar.Commands.ExpandSource
9 …r.div.className.replace('collapsed','');}},ViewSource:{label:'view plain',func:function(sender,hig… method in dp.sh.Toolbar.Commands.ViewSource
10 …:function(){return window.clipboardData!=null||dp.sh.ClipboardSwf!=null;},func:function(sender,hig… method in dp.sh.Toolbar.Commands.CopyToClipboard
17 alert('The code is in your clipboard now');}},PrintSource:{label:'print',func:function(sender,highl… method in dp.sh.Toolbar.Commands.PrintSource
18 …lert('Printing...');document.body.removeChild(iframe);}},About:{label:'?',func:function(highlighte… method in dp.sh.Toolbar.Commands.About
27 dp.sh.Toolbar.Commands[name].func(sender,n.highlighter);}
/plugin/indexmenu/syntax/
H A Dindexmenu.php853 _search(& $data, $base, $func, $opts, $dir = '', $lvl = 1) global() argument
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php90 …$func = $type == 'UNBUFFERED' && @function_exists('mysql_unbuffered_query') ? 'mysql_unbuffered_qu…
91 if(!($query = $func($sql, $this->link)) && $type != 'SILENT') {
/plugin/explorertree/
H A Dscript.js21 if (r.func){
23 var f = window[r.func];
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php218 foreach( $f_list as $func => $err )
220 if (!function_exists( $func ))
221 $errors[] = _pfc("%s doesn't exist: %s", $func, $err);
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1func","op","string","escape","token","stream","state","ch","funcName","eatSpace","next","eatWhile"…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCSharp.js28 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCSharp.js44 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3520 <h3 id="_aftern-func"><code>_.after(n, func)</code></h3>
3737 2. `[arity=func.length]` *(number)*: The arity of `func`.
3787 2. `[arity=func.length]` *(number)*: The arity of `func`.
4117 func(9, 3);
4120 func(10, 5);
10742 func('1');
10745 func(null);
10748 func(NaN);
10776 func('1');
10779 func(null);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php298 $func = 'get' . $type;
299 $components[] = $this->$func($options);
519 $func = 'write' . $component->geometryType();
520 $twkb .= $this->$func($component);

12345678