Home
last modified time | relevance | path

Searched refs:result (Results 1251 – 1275 of 1997) sorted by relevance

1...<<51525354555657585960>>...80

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php18 $result = $gen->getResult();
20 $this->assertEquals('PUBLISH', $result->METHOD->getValue());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php265 $result = $vcal->validate($options);
267 $this->assertValidateResult($result, $expectedLevel, $expectedMessage);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php265 $result = $vcal->validate($options);
267 $this->assertValidateResult($result, $expectedLevel, $expectedMessage);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php265 $result = $vcal->validate($options);
267 $this->assertValidateResult($result, $expectedLevel, $expectedMessage);
/plugin/remotelistnamespace/
H A DREADME.md9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
/plugin/oauthgoogle/
H A Daction.php25 … $result = json_decode($oauth->request('https://www.googleapis.com/oauth2/v1/userinfo'), true);
/plugin/refnotes/
H A Dnamespace.php236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';
239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
242 return $result;
H A Dadmin.js420 let result;
423 result = styles.get(name);
426 result = getParent().getStyle(name);
429 return result;
433 let result = '';
436 result = getParent().getStyleInheritance(name) || 'inherited';
439 return result;
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php58 function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result; } argument
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php126 $result = call_user_func_array([$adapter, "read"], array_merge([$data], $args));
132 $result = geoPHP::buildGeometry($geometries);
135 return $result;
/plugin/structgantt/meta/
H A DGantt.php131 foreach ($this->result as $row) {
228 foreach ($this->result as $row) {
29 protected $result; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js17 …loadurl,data:loaddata,async:false,success:function(result){window.clearTimeout(t);input_content=re… argument
23 …html',url:settings.target,success:function(result,status){if(ajaxoptions.dataType=='html'){$(self)… argument
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js247 var result = document.createElement(name);
248 result.highlighter = this;
249 return result;
340 var result = '';
381 result += ProcessLine(lines[i], tabSize) + '\n';
383 return result;
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php488 $result = array();
491 $result[$k] = $this->getUserMeta($nickid, $k);
494 return $result;
523 $result = array();
526 $result[$k] = $this->getChanMeta($chan, $k);
527 return $result;
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js47 {var result=document.createElement(name);result.highlighter=this;return result;}
73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos…
82 result+=ProcessLine(lines[i],tabSize)+'\n';return result;}
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki4 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
59 //Example:// <code>{{hash>TEST}}</code> will result in the following output: a96df14f8b5ccb567eede4…
81 … an underscore, this one will be allowed). E.g.: "last_change date" will result in a field named "…
96 //Example:// <code>{{pagehashtofield>pagecode}}</code> will result in an ODT field with the name "p…
116 <code>{{serverurl>\subfolder:My <PAGEHASH4> subfolder}}</code> will result in a link to the followi…
122 …tion option allows to specify that only the first occurence of them will result in setting a field…
/plugin/searchjump/
H A Dplugin.info.txt6 desc Jump between highlighted strings in a search result.
/plugin/sqlcomp/
H A Dplugin.info.txt6 desc Render result of SQL-query as table
/plugin/sql/
H A Dplugin.info.txt6 desc Execute SQL query and display the result as a table
/plugin/prolog/
H A Daction.php49 $event->result = false;
/plugin/lightbox/
H A Daction.php60 $event->result = false;
/plugin/wikistats/
H A Daction.php61 $event->result = false;
/plugin/webcode/
H A Dplugin.info.txt6 desc Plugin that shows and adds the result of (web|browser) code (ie HTML, CSS or Javascript)
/plugin/jenkins/
H A Dsyntax.php156 function getBuildIcon($result) { argument
163 return $icons[$result];
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php113 $result = $parser->parse($diff);
115 $this->assertEquals($expected, $result);

1...<<51525354555657585960>>...80