Home
last modified time | relevance | path

Searched refs:fn (Results 151 – 175 of 600) sorted by last modified time

12345678910>>...24

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php10 $this->assertEquals('Test Benutzer', (string)$obj->fn);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php261 $fn = $this->select('FN');
262 if (count($fn)!==1) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php51 $fn = $this->nextHandler;
54 return $fn($request, $options);
67 return $fn($request, $options);
70 return $fn($request, $options)
H A DHandlerStack.php202 foreach (array_reverse($this->stack) as $fn) {
203 $prev = $fn[0]($prev);
259 * @param array|callable $fn Function to write as a string.
263 private function debugCallable($fn) argument
265 if (is_string($fn)) {
266 return "callable({$fn})";
269 if (is_array($fn)) {
270 return is_string($fn[0])
271 ? "callable({$fn[0]}::{$fn[1]})"
272 : "callable(['" . get_class($fn[0]) . "', '{$fn[1]}'])";
[all …]
H A DMiddleware.php225 * @param callable $fn Function that accepts a RequestInterface and returns
229 public static function mapRequest(callable $fn) argument
231 return function (callable $handler) use ($fn) {
232 return function ($request, array $options) use ($handler, $fn) {
233 return $handler($fn($request), $options);
242 * @param callable $fn Function that accepts a ResponseInterface and
246 public static function mapResponse(callable $fn) argument
248 return function (callable $handler) use ($fn) {
249 return function ($request, array $options) use ($handler, $fn) {
250 return $handler($request, $options)->then($fn);
H A DPrepareBodyMiddleware.php33 $fn = $this->nextHandler;
37 return $fn($request, $options);
66 return $fn(Psr7\modify_request($request, $modify), $options);
H A DRetryMiddleware.php69 $fn = $this->nextHandler;
70 return $fn($request, $options)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DFnStream.php33 foreach ($methods as $name => $fn) {
34 $this->{'_fn_' . $name} = $fn;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php540 foreach ($functions as $fn) {
541 call_user_func_array($fn, $args);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md597 associative array contains the "fn", "priority", and "once" keys.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php90 $fn = $this->cancelFn;
93 $fn();
/plugin/a2s/
H A DASCIIToSVG.php1710 $fn = self::$loadCacheFn;
1711 self::$objects = $fn();
1752 $fn = self::$loadObjsFn;
1753 $objs = $fn();
1795 $fn = self::$storCacheFn;
1796 $fn(self::$objects);
/plugin/foldablelist/
H A Dscript.js13 jQuery.fn.foldlist = function(settings) {
/plugin/c3chart/assets/
H A Dc3.min.js2 …Axis,n)};var i={version:"0.7.20",chart:{fn:n.prototype,internal:{fn:l.prototype,axis:{fn:p.prototy…
H A Dd3.min.js2fn(null==n?function(t){return t[0]}:n,null==e?function(t){return t[1]}:e,NaN,NaN,NaN,NaN);return n… class
/plugin/tablelayout/
H A Dyarn.lock1615 mimic-fn@^1.0.0:
1617 …resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03f…
1784 mimic-fn "^1.0.0"
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js118 return fn;
1037 return fn;
1053 return fn;
2014 return fn;
2151 fn = annotate(fn.slice());
2157 var inject = fn.$inject || parseAnnotations(fn);
2167 fn: fn,
2175 var fn = def.fn,
2187 var fn = def.fn,
15169 var fn;
[all …]
H A Dbpmn-modeler.production.min.js2fn:e,dependencies:(e.$inject||Ze(e)).map((function(e){return Ue(t,e)?t[e]:s(e)}))}},p=function(e){…
7fn="base",mn="djs-element-hidden",vn={shape:["x","y","width","height"],connection:["waypoints"]};f…
/plugin/popupviewer/
H A Dscript.js583 $.fn.waitForImages = function (finishedCallback, eachCallback, waitForAll) {
695 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur…
699 $.fn.naturalWidth = function() { return this[0].naturalWidth; };
700 $.fn.naturalHeight = function() { return this[0].naturalHeight; };
704 $.fn.naturalWidth = function() { return img(this.src).width; };
705 $.fn.naturalHeight = function() { return img(this.src).height; };
/plugin/xcom/
H A Dscript.js119 function xcom_print_data(fn, data,other,xcom_action) { argument
139 switch(fn)
176 if(fn == 'plugin.xcom.getPageInfo' || fn == 'wiki.getAttachmentInfo') {
179 else if (fn == 'plugin.xcom.getMedia' || fn =='plugin.xcom.listNamespaces'
257 function xcom_td(type,val,fn) { argument
259 if(fn)
289 else if(type == 'id' && fn=='dokuwiki.search') {
350 function xcom_check_opts(fn,page,opts, tmp) { argument
354 switch(fn) {
360 xcom_err_msg('wrong_count',fn,'no_opts');
[all …]
/plugin/xcom/scripts/
H A Dxml.php21 $fn = $params[0] ; variable
26 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
37 if($fn == 'plugin.xcom.listNamespaces') {
45 if($fn == 'dokuwiki.getPagelist') {
72 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
77 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
85 if(in_array($fn,$array_types) && !$retv['faultCode'] && !$retv['faultString']) {
86 if($fn == 'wiki.getAttachmentInfo' && isset($params[1])) {
/plugin/include/
H A Daction.php274 $fn = wikiFN($data['name']);
278 'rev' => @filemtime($fn),
279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
/plugin/move/helper/
H A Dplan.php766 $fn = $conf['indexdir'] . '/relation_references_w.idx';
768 $fn = $conf['indexdir'] . '/relation_media_w.idx';
770 if (!@file_exists($fn)){
773 $referenceidx = file($fn, FILE_IGNORE_NEW_LINES);
/plugin/lightweightscript/
H A Dscript.js7 jQuery.fn.dw_toggle = function(state, fn, noaria) { argument
/plugin/imageflow/
H A Dscript.js718 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur…
722 $.fn.naturalWidth = function() { return this[0].naturalWidth; };
723 $.fn.naturalHeight = function() { return this[0].naturalHeight; };
727 $.fn.naturalWidth = function() { return img(this.src).width; };
728 $.fn.naturalHeight = function() { return img(this.src).height; };

12345678910>>...24