Home
last modified time | relevance | path

Searched refs:function (Results 101 – 125 of 853) sorted by relevance

12345678910>>...35

/plugin/ckgdoku/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() {
104 onChange: function( api ) {
114 onChange: function( api ) {
140 onClick: function() {
152 onShow : function()
159 String.prototype.escapeRegExpCkg = function(str) {
167 onOk: function() {
[all …]
/plugin/codemirror/dist/modes/
H A Ddart.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dstex.min.js.map1function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n …
H A Dhaxe.min.js.map1function","catch","untyped","callback","for","switch","case","default","in","never","trace","class…
H A Dyaml-frontmatter.min.js.map1function (mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n…
H A Dhaskell-literate.min.js.map1function (mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && ty…
H A Ddhtmlxgantt_multiselect.js.map1function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && ty…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowComparisonAssignmentSniff.php58 $function = $phpcsFile->findPrevious(T_FUNCTION, ($stackPtr - 1), null, false, null, true);
59 if ($function !== false) {
60 $opener = $tokens[$function]['parenthesis_opener'];
61 $closer = $tokens[$function]['parenthesis_closer'];
H A DInnerFunctionsSniff.php59 $function = $phpcsFile->getCondition($stackPtr, T_FUNCTION);
60 if ($function === false) {
66 if ($class !== false && $class > $function) {
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php77 foreach (get_defined_functions()['user'] as $function) {
78 if (isset($this->processedFunctions[$function])) {
82 $this->processFunctionOrMethod(new \ReflectionFunction($function));
84 $this->processedFunctions[$function] = true;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntrySourceLocation.php29 public $function; variable in Google\\Service\\Logging\\LogEntrySourceLocation
52 public function setFunction($function) argument
54 $this->function = $function;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntrySourceLocation.php23 public $function; variable in Google\\Service\\Networkconnectivity\\LogEntrySourceLocation
34 public function setFunction($function) argument
36 $this->function = $function;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntrySourceLocation.php29 public $function; variable in Google\\Service\\ServiceControl\\V2LogEntrySourceLocation
52 public function setFunction($function) argument
54 $this->function = $function;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md52 function ($value) {
56 function ($reason) {
80 ->then(function ($value) {
86 ->then(function ($value) {
116 ->then(function ($value) {
154 })->then(null, function ($reason) {
191 ->then(function ($value) {
205 function provided to a promise constructor is invoked when the `wait` function
301 function () use (&$promise) {
304 function () {
[all …]
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
32 function now percent-encodes these characters beforehand.
45 * Added a `normalize` function.
46 * Added a `buildUri` function.
56 * Provides a `resolve` and a `split` function.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
32 function now percent-encodes these characters beforehand.
45 * Added a `normalize` function.
46 * Added a `buildUri` function.
56 * Provides a `resolve` and a `split` function.
/plugin/svg/
H A Dsyntax.php.save27 function getInfo(){
38 function getType(){
42 function getSort(){
46 function connectTo($mode) {
50 function postConnect() {
54 function handle($match, $state, $pos, &$handler){
70 function render($mode, &$renderer, $data) {
97 function clearImages()
110 function save()
162 function renderSVG( &$renderer )
/plugin/twcheckliste/
H A Drenderer.php.old25 function getFormat(){
36 function document_start() {
57 function twcheckliste_init($title){
84 function document_end(){
102 function header($text, $level, $pos) {
128 function section_open($level) {
140 function footnote_close() {
150 function acronym($acronym){
157 function hr() {
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as79 public function Jplayer() {
212 private function init(e:TimerEvent):void {
231 private function checkFlashVars(p:Object):void {
248 private function illegalChar(s:String):Boolean {
438 private function fl_clearMedia():void {
445 private function getType():Object {
459 private function fl_load():Boolean {
479 private function fl_volume(v:Number):void {
488 private function fl_mute(mute:Boolean):void {
534 private function resizeHandler(e:Event):void {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFunctionMock.php28 public $function; variable in Google\\Service\\FirebaseRules\\FunctionMock
49 public function setFunction($function) argument
51 $this->function = $function;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DExecutionRequest.php30 public $function; variable in Google\\Service\\Script\\ExecutionRequest
57 public function setFunction($function) argument
59 $this->function = $function;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst131 // an anonymous function
136 // or a simple PHP function
301 $function = new \Twig\TwigFunction('function_name', function () {
304 $twig->addFunction($function);
482 public function getTag()
622 function getFilters();
629 function getTests();
636 function getFunctions();
643 function getOperators();
652 function getGlobals();
[all …]
/plugin/barcode/api/
H A Dbarcode.inc17 public static function getService($provider) {
23 function addParam(&$first, $param) {
29 function _IMG($url, $id, $class) {
41 function render(&$p) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Action.php26 public $function; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Action
41 public function setFunction($function) argument
43 $this->function = $function;

12345678910>>...35