Home
last modified time | relevance | path

Searched refs:functions (Results 251 – 275 of 354) sorted by path

1...<<1112131415

/plugin/reflect/
H A Daction.php18 private $functions = null; variable in action_plugin_reflect
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt29 functions) or the base backend charset. We have to use text/plain
/plugin/remotescript/lib/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
261 functions (ten lines or less in length), then the use of the object
301 rather than copying library functions into the executable, and (2)
/plugin/revealjs/css/theme/
H A DREADME.md12 Shared utility functions.
/plugin/scrollticker/
H A DREADME.md11 besides ordinary lists, also lists generated by dokuwiki functions will work.
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md71 * Creating composite functions
H A Dlodash.js13070 function functions(object) {
16572 lodash.functions = functions;
H A Dyarn.lock315 babel-plugin-syntax-async-functions@^6.8.0:
317 …tps://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functio…
363 babel-plugin-transform-async-generator-functions@^6.17.0:
365 …kg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-f…
376 babel-plugin-syntax-async-functions "^6.8.0"
414 babel-plugin-transform-es2015-arrow-functions@^6.3.13:
416 …yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-fu…
420 babel-plugin-transform-es2015-block-scoped-functions@^6.3.13:
630 babel-plugin-transform-es2015-arrow-functions "^6.3.13"
631 babel-plugin-transform-es2015-block-scoped-functions "^6.3.13"
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js13070 function functions(object) {
16572 lodash.functions = functions;
H A Dlodash.min.js100 …,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e},An.functions=function(n){retu… function
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md259 * <a href="#_functionsobject">`_.functions`</a>
3622 property of bound functions.
4142 applied functions.
4187 applied functions.
4513 as error objects, functions, DOM nodes, and WeakMaps.
7420 arguments: *(value, key, object)*. Iteratee functions may exit iteration
7489 <h3 id="_functionsobject"><code>_.functions(object)</code></h3>
7513 _.functions(new Foo);
8593 `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,
10320 invokes the given functions from right to left.
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js328 var methodNames = _.filter(_.functions(fp), function(methodName) {
H A Dtest.js7669 actual = _.functions(object).sort();
7683 assert.deepEqual(_.functions(new Foo), ['a']);
26737 var allMethods = lodashStable.reject(_.functions(_).sort(), function(methodName) {
26931 assert.ok(lodashStable.every(_.functions(_), function(methodName) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js61 var functions = [
78 assert.expect(tricks.length * (functions.length + reducers.length + 4));
88 _.each(functions, function(method) {
H A Dobjects.js97 …assert.deepEqual(['b', 'd'], _.functions(obj), 'can grab the function names of any passed-in objec…
101 assert.deepEqual(_.functions(new Animal), ['run'], 'also looks up functions on the prototype');
105 assert.strictEqual(_.methods, _.functions, 'is an alias for functions');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5functions=m.methods=function(n){var t=[];for(var r in n)m.isFunction(n[r])&&t.push(r);return t.sor…
H A Dunderscore.js1033 _.functions = _.methods = function(obj) {
1568 _.each(_.functions(obj), function(name) {
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5functions=m.methods=function(n){var t=[];for(var r in n)m.isFunction(n[r])&&t.push(r);return t.sor…
H A Dunderscore-min.map1 …EnumBug","propertyIsEnumerable","allKeys","mapObject","pairs","invert","functions","methods","name…
H A Dunderscore.js997 _.functions = _.methods = function(obj) {
1491 _.each(_.functions(obj), function(name) {
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php23 $functions = new siteexport_functions();
64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
/plugin/siteexport/action/
H A Daggregate.php45 $functions = plugin_load('helper', 'siteexport');
46 $values = $functions->__getOrderedListOfPagesForID($namespaces, $exportBase);
63 …$values = $functions->__getOrderedListOfPagesForStartEnd($lookupNS, $INPUT->int( 'mergecompare_sta…
65 $values = $functions->__getOrderedListOfPagesForID($lookupNS, $exportBase);
H A Dajax.php36 public $functions = null; variable in action_plugin_siteexport_ajax
156 …his->functions->settings->origZipFile, array('cache' => 'nocache', 'siteexport' => $this->function…
227 if (!$this->functions->debug->firstRE()) {
274 if (!$this->functions->debug->firstRE())
281 echo $this->functions->downloadURL() . "\n";
294 print $this->functions->downloadURL();
336 if (!$this->functions->debug->firstRE()) {
341 print $this->functions->downloadURL();
513 $ID = $this->functions->cleanID($ID);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
[all …]
H A Dsendfile.php38 $functions = new siteexport_functions();
39 $functions->debug->message("Starting to send a file from siteexporter", null, 2);
40 $filewriter = new siteexport_zipfilewriter($functions);
41 $functions->settings->pattern = $_REQUEST['siteexport'];
47 $event->data['file'] = $functions->getCacheFileNameForPattern();
49 …$functions->debug->message("fetching cached file from pattern '{$functions->settings->pattern}' wi…
50 $functions->debug->message("Event Data Before:", $event->data, 3);
52 …$functions->checkIfCacheFileExistsForFileWithPattern($event->data['file'], $_REQUEST['siteexport']…
59 $functions->debug->message("Event Data After:", $event->data, 3);
H A Dstartup.php87 if ( ! $functions=& plugin_load('helper', 'siteexport') ) {
92 $functions->__siteexport_addpage();
105 $functions = new siteexport_functions();
108 $mapIDs = $functions->getMapID($ID, null, $check);

1...<<1112131415