Home
last modified time | relevance | path

Searched refs:func (Results 51 – 75 of 186) sorted by relevance

12345678

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2func){for(var i=0;i<Runtime.functionPointers.length;i++){if(!Runtime.functionPointers[i]){Runtime.… argument
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js53 function each(ary, func) { argument
57 if (ary[i] && func(ary[i], i, ary)) {
68 function eachReverse(ary, func) { argument
72 if (ary[i] && func(ary[i], i, ary)) {
92 function eachProp(obj, func) { argument
96 if (func(obj[prop], prop)) {
1153 function removeListener(node, func, name, ieName) { argument
1161 node.detachEvent(ieName, func);
1164 node.removeEventListener(name, func, false);
/plugin/jplayer/components/
H A Drequire.js53 function each(ary, func) { argument
57 if (ary[i] && func(ary[i], i, ary)) {
68 function eachReverse(ary, func) { argument
72 if (ary[i] && func(ary[i], i, ary)) {
92 function eachProp(obj, func) { argument
96 if (func(obj[prop], prop)) {
1153 function removeListener(node, func, name, ieName) { argument
1161 node.detachEvent(ieName, func);
1164 node.removeEventListener(name, func, false);
/plugin/translationbuddy/
H A Dsyntax.php192 … $func = create_function('$id' , "return '<a href=\"'.wl('$lc:'.\$id).'\">'.\$id.'</a>';");
194 $extra_pages = array_map($func, $extra_pages);
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php143 $func = $this->operations[$note['operation']][3];
144 $_ENV[$this->operations[$note['operation']][2]]->$func($appid, $response);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php875 $func = $this->value->createRecurringModuloFunction();
876 return function (BigInteger $x) use ($func) {
877 return new static($func($x->value));
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest.js341 JsHttpRequest.setTimeout = function(func, dt) { argument
344 if (typeof(func) == "string") {
345 id = window.JsHttpRequest_tmp(func, dt);
349 func();
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js60 …XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }
H A DshBrushBash.js64 …;|<){2}(?<tag>\\w+)) .*$(?<here_doc>[\\s\\S]*)(?<end_tag>^\\k<tag>$)",'gm'), func: hereDocProcess }
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js44 …XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }
H A DshBrushBash.js48 …;|<){2}(?<tag>\\w+)) .*$(?<here_doc>[\\s\\S]*)(?<end_tag>^\\k<tag>$)",'gm'), func: hereDocProcess }
H A DshCore.js601 function attachEvent(obj, type, func, scope) argument
616 func.call(scope || window, e);
1012 func = regexInfo.func ? regexInfo.func : defaultAdd
1018 var resultMatch = func(match, regexInfo);
1217 { regex: scriptBrush.htmlScript.code, func: process }
/plugin/superacl/lang/ro/
H A Dhelp.txt11 …l|official documentation on ACL]] vă poate ajuta să înţelegeţi deplin cum funcţionează controlul a…
/plugin/pagemove/
H A Dadmin.php871 * @param string $func Name of real search function
876 function _pm_search(&$data, $base, $func, $opts, $dir='' ,$lvl=1) { argument
898 if ($this->$func($data, $base, $dir, 'd', $lvl, $opts)) {
899 $this->_pm_search($data, $base, $func, $opts, $dir, $lvl+1);
904 $this->$func($data, $base, $file, 'f', $lvl, $opts);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js1427 …&& Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? tr…
1618 function func(value) { function
1621 Is.func = func;
26733 Parser.prototype.try = function (func) { argument
26735 var node = func();
31589 label: p.func.substr(0, p.func.indexOf('(')),
31590 detail: p.func,
31896 var identifier = func.getIdentifier();
31898 if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) {
34711 var label = p.func.substr(0, p.func.indexOf('('));
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js116 , abortable = function(func) { argument
119 return func.apply(this, arguments);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php824 function SetGroupBy($attribute, $func, $groupsort = "@group desc") argument
828 assert($func == SPH_GROUPBY_DAY
829 || $func == SPH_GROUPBY_WEEK
830 || $func == SPH_GROUPBY_MONTH
831 || $func == SPH_GROUPBY_YEAR
832 || $func == SPH_GROUPBY_ATTR
833 || $func == SPH_GROUPBY_ATTRPAIR);
836 $this->_groupfunc = $func;
/plugin/sphinxsearch/
H A Dsphinxapi.php860 function SetGroupBy ( $attribute, $func, $groupsort="@group desc" ) argument
864 assert ( $func==SPH_GROUPBY_DAY
865 || $func==SPH_GROUPBY_WEEK
866 || $func==SPH_GROUPBY_MONTH
867 || $func==SPH_GROUPBY_YEAR
868 || $func==SPH_GROUPBY_ATTR
869 || $func==SPH_GROUPBY_ATTRPAIR );
872 $this->_groupfunc = $func;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js3105 var func = isNative(func = context.Float64Array) && func,
3106 result = new func(new ArrayBuffer(10), 0, 1) && func;
4008 : func;
4452 result[++index] = func ? func.apply(value, args) : undefined;
4842 return func;
5087 return func;
8842 n = func;
8876 n = (func && n == null) ? func.length : nativeMax(+n || 0, 0);
8901 n = func;
12501 }(func));
[all …]
/plugin/jirainfo/
H A Dscript.js135 function bind(func, context) { argument
137 return func.call(context);
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …dynamic|dynamicType|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|import|in…
/plugin/xml/
H A Drenderer.php621 function _openTag($class, $func, $data=null) { argument
622 $this->tagStack[] = array($class, $func, $data);
625 function _closeTags($class=null, $func=null) { argument
630 …if (!($lastclass===$class && $lastfunc==$func)) call_user_func_array( array($lastclass, $lastfunc)…
/plugin/zip/pear/
H A DPEAR.php244 * @param mixed $func The function name (or array of class/method) to call
248 function registerShutdownFunc($func, $args = array()) argument
256 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/plugin/fckg/syntax/
H A Ddwplugin.php217 $func = 'syntax_plugin_'.$plugin_name;
218 if(class_exists($func,false)) {
219 $p_ref = new $func();

12345678