Home
last modified time | relevance | path

Searched refs:function (Results 151 – 175 of 853) sorted by relevance

12345678910>>...35

/plugin/codemirror/dist/modes/
H A Delm.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Djavascript.min.js.map1function","catch","for","switch","case","default","in","typeof","instanceof","true","false","null"…
H A Dpascal.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Ddiff.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dlua.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dhtmlmixed.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dasciiarmor.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dshell.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
/plugin/highlightjs/highlight/styles/
H A Dsunburst.css21 .keyword, .ruby .function .keyword {
25 .function .keyword, .sub .keyword, .method, .list .title {
41 .function .title, .sub .identifier, .pi, .tag, .tag .keyword, .decorator, .ini .title, .shebang {
89 .css .function {
H A Dir_black.css17 .keyword, .tag, .ruby .function .keyword {
21 .function .keyword, .sub .keyword, .method, .list .title {
37 .function .title, .sub .identifier, .pi, .decorator, .ini .title {
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php82 foreach ($functions as $function) {
83 if (!\in_array($function, $this->allowedFunctions)) {
84 …ew SecurityNotAllowedFunctionError(sprintf('Function "%s" is not allowed.', $function), $function);
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md4 A generic function and convention to trigger deprecation notices.
6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
11 The function requires at least 3 arguments:
26 `function trigger_deprecation() {}` in your application.
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md4 A generic function and convention to trigger deprecation notices.
6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
11 The function requires at least 3 arguments:
26 `function trigger_deprecation() {}` in your application.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md186 Transforms a promise's value by applying a function to the promise's fulfillment
269 ->otherwise(function (\RuntimeException $reason) {
273 ->otherwise(function ($reason) {
370 $resolver = function (callable $resolve, callable $reject, callable $notify) {
382 $canceller = function () {
392 The promise constructor receives a resolver function and an optional canceller
393 function which both will be called with 3 arguments:
395 * `$resolve($value)` - Primary function that seals the fate of the
402 * `$notify($update)` - Deprecated function that issues progress events for the promise.
407 The resolver function wil
[all...]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc8 init : function( editor )
70 editor.on( 'selectionChange', function( evt )
87 editor.on( 'doubleclick', function( evt )
168 afterInit : function( editor )
183 a : function( element )
221 a : function( element )
265 getSelectedLink : function( editor )
306 CKEDITOR.unlinkCommand = function(){};
310 exec : function( editor )
342 CKEDITOR.removeAnchorCommand = function(){};
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc8 init : function( editor )
70 editor.on( 'selectionChange', function( evt )
87 editor.on( 'doubleclick', function( evt )
168 afterInit : function( editor )
183 a : function( element )
221 a : function( element )
265 getSelectedLink : function( editor )
306 CKEDITOR.unlinkCommand = function(){};
310 exec : function( editor )
342 CKEDITOR.removeAnchorCommand = function(){};
[all …]
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
76 onShow : function()
86 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
94 onOk: function() {
95 // The context of this function is the dialog object itself.
105 inner = inner.replace(regex, function(m,n) {
115 inner = inner.replace(regex, function(m,n) {
129 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
140 inner = inner.replace(/<tbody>([^]+)<\/tbody>/,function(m){
145 …"\s+L_\d>([\s\S]+)<p class="MsoListParagraphCxSpLast"\s+L_\d>.*?\n(.*?)\/p>/gm, function(m,w){
/plugin/authyubikey/
H A Dauth.php.org31 public function __construct() {
65 public function checkPass($user, $pass) {
167 public function modifyUser($user, $changes) {
209 public function deleteUsers($users) {
244 public function getUserCount($filter = array()) {
301 public function cleanUser($user) {
312 public function cleanGroup($group) {
324 protected function _loadUserData() {
351 protected function _splitUserData($line){
387 protected function _filter($user, $info) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md92 complete | | Callback function to execute when loader is done
95 error | | Callback function to execute if file load fails
101 … If set to function reference, that function will be called to "post-process" loaded data before p…
102 progress | | Set this to function reference to track progress of the load. The function will be pas…
184 calling `chart.dataLoader.loadData()` function. (replace "chart" with the actual
189 Data Loader can call your own function when certain event happens, like data
209 "init": function ( options, chart ) {
212 "load": function ( options, chart ) {
215 "complete": function ( chart ) {
218 "error": function ( options, chart ) {
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp24 function CombinePaths( sBasePath, sFolder)
26 end function
165 function GetCurrentFolder()
180 end function
183 function SanitizeFolderName( sNewFolderName )
193 end function
196 function SanitizeFileName( sNewFileName )
211 end function
213 ' This is the function that sends the results of the uploading process.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && ty…
/plugin/topbarsyntax/
H A Dcsshover3.htc24 window.CSSHover = (function(){
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
230 unload:function() {
[all …]
/plugin/credits/
H A DREADME22 The third form will invoke a user-defined function for formatting the the output.
24 There is a sample user-defined function in the syntax.php file:
25 function alt_credits(&$renderer,$info)
27 $info has access to all of the fields returned by the getInfo() function of each plugin; alt_credit…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc6 CKEDITOR.dialog.add( 'specialchar', function( editor ) {
12 var onChoice = function( evt ) {
34 var onFocus = function( evt, target ) {
57 var onBlur = function( evt, target ) {
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
174 onLoad: function() {
248 focus: function() {
250 setTimeout( function() {
255 onShow: function() {
257 setTimeout( function() {
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc6 CKEDITOR.dialog.add( 'specialchar', function( editor ) {
12 var onChoice = function( evt ) {
34 var onFocus = function( evt, target ) {
57 var onBlur = function( evt, target ) {
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
174 onLoad: function() {
248 focus: function() {
250 setTimeout( function() {
255 onShow: function() {
257 setTimeout( function() {
[all …]

12345678910>>...35