Home
last modified time | relevance | path

Searched refs:function (Results 301 – 325 of 853) sorted by relevance

1...<<11121314151617181920>>...35

/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dsparql.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dpuppet.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dttcn-cfg.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dgo.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dq.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Decl.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Druby.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Djulia.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dspreadsheet.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dpegjs.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dcrystal.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dttcn.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Ddylan.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
/plugin/odt/
H A DChangeLog.txt33 in function _odtOpenTextBoxUseProperties()
39 * Fixed wrong protoyping of function 'register' in action.php
64 * Added function to insert a pagebreak.
85 …* Bugfix: The function 'adjustValueForODT' did not convert the color name 'black' to '#000000'. Th…
87 …Every function that only builds the ODT style from given properties has been moved to the new help…
94 … New function _odtDivOpenAsFrameUseProperties, _processCSSClass and _processCSSStyle are now public
116 + A function importing CSS from a file
117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
118 …+ A function which takes the properties from an assoziative array (this is called by the other two)
162 * Added a function to insert svg code as an svg image.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst5 The ``attribute`` function was added in Twig 1.2.
7 The ``attribute`` function can be used to access a "dynamic" attribute of a
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && ty…
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc1 CKEDITOR.dialog.add( 'noteDialog', function( editor ) {
29 onShow: function() {
39 onOk: function() {
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md9 into a single PHP function. RingPHP be used to power HTTP clients and servers
10 through a PHP function that accepts a request hash and returns a response hash
33 $response->then(function (array $response) {
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1 function parse_wikitext(id) {
10 function fontConflict() {
74 function reorder_span_rows(rows) {
96 function insert_table(rows) {
338 backup: function(c1, c2) {
364 start: function(tag, attrs, unary) {
1186 end: function(tag) {
1414 chars: function(text) {
1591 comment: function(text) {
1595 dbg: function(text, heading) {
[all …]
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc44 function _get_record_v6($gi, $ipnum)
53 function _common_get_record($gi, $seek_country)
146 function GeoIP_record_by_addr_v6($gi, $addr)
155 function _get_record($gi, $ipnum)
164 function GeoIP_record_by_addr($gi, $addr)
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md33 $promise->otherwise(function (OverflowException|UnderflowException $e) {
42 $promise->otherwise(function (OverflowException&CacheException $e) {
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
94 binding to promise, clean up canceller function reference when they are no longer
132 function allAndCancel(array $promises)
135 ->always(function() use ($promises) {
199 * Add new `race()` function.
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md260 "click": function () {
291 "menuReviver": function(item,li) {
305 "menuReviver": function(cfg,li) {
368 "menuWalker": function(list,container) {
531 "reviver": function(obj) {
568 "afterCapture": function(menuConfig) {
583 "afterCapture": function(menuConfig) {
656 a function that returns a string.
761 click: function() {
762 this.capture({},function() {
[all …]
/plugin/farmer/3rdparty/
H A DPHPIco.php26 * function in order to generate an ICO file.
34 public function __construct($file = false, $sizes = [])
49 foreach ($required_functions as $function) {
50 if (!function_exists($function)) {
52 "The PHP_ICO class was unable to find the $function function, which is part of the GD library. " .
54 "interface, such as PHP's GD module. Since this function was not found, the library will be " .
67 * This function adds a source image to the generator. It serves two main purposes: add a source image if one was
78 public function addImage($file, $sizes = [])
133 public function saveIc
[all...]

1...<<11121314151617181920>>...35