Home
last modified time | relevance | path

Searched refs:function (Results 126 – 150 of 853) sorted by relevance

12345678910>>...35

/plugin/codemirror/dist/modes/
H A Dtornado.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dsmalltalk.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dslim.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dpug.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dcmake.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\")\n mod(requi…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php379 foreach ($this->functions as $function) {
380 if ($function['executableLines'] > 0 &&
381 $function['coverage'] == 100) {
656 foreach ($functions as $functionName => $function) {
659 'signature' => $function['signature'],
660 'startLine' => $function['startLine'],
663 'ccn' => $function['ccn'],
666 'link' => $link . $function['startLine']
669 $this->startLines[$function['startLine']] = &$this->functions[$functionName];
670 $this->endLines[$function['endLine']] = &$this->functions[$functionName];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1QueryMetric.php29 public $function; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1QueryMetric
60 public function setFunction($function) argument
62 $this->function = $function;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md117 'rewind' => function () use ($stream) {
255 public function read($length)
276 $eofStream = new EofCallbackStream($original, function () {
344 `public static function parseMessage(string $message): array`
362 `public static function parseRequest(string $message): Request`
376 `public static function parse(string|array $header): array`
386 `public static function normalize(string|array $header): array`
511 $generator = function ($bytes) {
537 This function accepts a string or UriInterface and returns a
606 `public static function isAbsolute(UriInterface $uri): bool`
[all …]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc1 CKEDITOR.dialog.add( 'tagsDialog', function ( editor )
6 var generateTags = function ()
14 var tagexists = function (name)
38 success: function(data, textStatus, jqXHR)
43 error: function(jqXHR, textStatus, errorThrown )
110 onOk: function()
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as63 public function ConnectManager() {
68 private function createPortsProtocolsArray():void {
118 _aNC[i].client.onBWCheck = function (counter) {
122 _aNC[i].client.onStatus = function (info) {
132 private function nextConnect():void
161 private function handleGoodConnect(_nc:NetConnection):void {
174 public function getNegotiating():Boolean {
178 public function setNegotiating(bool:Boolean):void {
183 public function stopAll(bool:Boolean=false):void {
208 private function netStatus(event:NetStatusEvent):void {
[all …]
H A DJplayerRtmp.as143 private function progressEvent():void
168 private function timeUpdateEvent():void
214 private function seekingEvent():void
220 private function seekedEvent():void
318 private function endedEvent():void
336 public function connectStream():void
406 public function doneYet():void {
453 public function shutDownNcNs():void {
464 public function clearFile():void
573 public function load():Boolean
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs162 return function() {};
1273 function make_ssf() {
2432 (function() {
3966 function cpdoit() {
5366 ].map(function(x) {
9883 function parse_r(r) {
10474 function hex2RGB(h) {
10498 function hsl2RGB(hsl){
23135 function u8str(u8) {
23138 function stru8(str) {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1function removeProperty(text, path, options) {\n return setProperty(text, path, void 0, options…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DStackFrame.php28 public $function; variable in Google\\Service\\CloudDebugger\\StackFrame
51 public function setFunction($function) argument
53 $this->function = $function;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php25 protected function get($function, array $arguments = array()){ argument
26 return $this->call($function, $arguments, 'GET');
29 protected function post($function, array $arguments = array()){ argument
30 return $this->call($function, $arguments, 'POST');
33 protected function call($function, array $arguments = array(), $method = 'GET'){ argument
36 $url = $this->baseUrl."/".self::API_VERSION."/".$function;
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) {
16 var getHref = function() {
39 var downloadable_header = function(type,fname) {
47 var downloadable_footer = function() {
114 onChange: function( api ) {
141 onClick: function() {
159 onClick: function() {
177 onShow : function()
184 String.prototype.escapeRegExpCkg = function(str) {
192 onOk: function() {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DStaticThisUsageSniff.php62 $function = $tokens[($stackPtr + 2)];
64 if ($function['code'] !== T_STRING) {
68 $functionName = $function['content'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowMultipleAssignmentsSniff.php61 …$function = $phpcsFile->findPrevious(array(T_FUNCTION, T_CLOSURE), ($stackPtr - 1), null, false, n…
62 if ($function !== false) {
63 $opener = $tokens[$function]['parenthesis_opener'];
64 $closer = $tokens[$function]['parenthesis_closer'];
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.data?c.data.getTarget():new CKEDITO…
6 …s.htmlEncode(a));b.getParent().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
9 …Height:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){for(var c=this.…
12function(){var c=this.getElement().getElementsByTag("a").getItem(0);setTimeout(function(){c.focus(…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.data?c.data.getTarget():new CKEDITO…
6 …s.htmlEncode(a));b.getParent().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
9 …Height:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){for(var c=this.…
12function(){var c=this.getElement().getElementsByTag("a").getItem(0);setTimeout(function(){c.focus(…
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md14 * Added a `normalize` function.
15 * Added a `buildUri` function.
25 * Provides a `resolve` and a `split` function.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst5 The ``dump`` function was added in Twig 1.5.
7 The ``dump`` function dumps information about a template variable. This is
17 The ``dump`` function is not available by default. You must add the
27 Even when enabled, the ``dump`` function won't display anything if the
61 Internally, Twig uses the PHP `var_dump`_ function.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
71 onShow : function()
81 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
89 onOk: function() {
90 // The context of this function is the dialog object itself.
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
118 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
129 inner = inner.replace(/<tbody>([^]+)<\/tbody>/,function(m){
134 …"\s+L_\d>([\s\S]+)<p class="MsoListParagraphCxSpLast"\s+L_\d>.*?\n(.*?)\/p>/gm, function(m,w){
/plugin/mailto/
H A Drenderer.php.not19 function getInfo(){
26 function getFormat(){
30 // function document_start() {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js.map1function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && ty…

12345678910>>...35