Home
last modified time | relevance | path

Searched refs:result (Results 1001 – 1025 of 1997) sorted by relevance

1...<<41424344454647484950>>...80

/plugin/listusergroup/
H A Dhelper.php17 $result = array();
18 $result[] = array(
28 return $result;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php109 $result = [];
112 $result[] = $value;
115 $this->assertEquals([1, 2, 3, 4], $result);
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php271 $result = [];
276 $result[] = $element['value'];
281 return $result;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php109 $result = array();
112 $result[] = $value;
115 $this->assertEquals(array(1,2,3,4), $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php109 $result = array();
112 $result[] = $value;
115 $this->assertEquals(array(1,2,3,4), $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php109 $result = array();
112 $result[] = $value;
115 $this->assertEquals(array(1,2,3,4), $result);
/plugin/bez/struct/
H A DBezType.php143 $result = array();
152 $result[] = array(
158 return $result;
/plugin/odt/action/
H A Dexport.php256 $result = array();
259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
262 if(count($result) > 0) {
264 usort($result, array($this, '_datesort'));
266 usort($result, array($this, '_pagenamesort'));
270 foreach($result as $item) {
/plugin/diagrams/script/
H A Dmediafile-editbutton.js13 const result = await fetch(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_diagrams_mediafile_editcheck', {
18 const editableDiagrams = await result.json();
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js736 result = mxUtils.htmlEntities(result, false);
740 result = state.view.graph.sanitizeHtml(result);
815 result = guides.concat(result);
2453 result = this.getModel().getParent(result);
3425 result = this.replacePlaceholders(cell, result);
3641 result = this.model.getParent(result);
8352 result.width = this.snap(result.width);
8353 result.height = this.snap(result.height);
9891 return (result != null && !state.view.graph.isCustomLink(result)) ? result : null;
11461 result = result.replace(/\n/g, '<br/>');
[all …]
/plugin/dokutexit/
H A Dconfig.php394 $result = array();
403 $result[$fn] = array('type' => 'tex', 'fn' => $dest);
410 $result[$base] = array('type' => 'header', 'fn' => $this->get_dest_header_fn());
415 $result[$base] = array('type' => 'commands', 'fn' => $this->get_dest_commands_fn());
418 $result[$bib] = array('type' => 'bib', 'fn' => $this->get_dest_bib_fn());
422 $result[$footer] = array('type' => 'footer', 'fn' => $this->get_dest_footer_fn());
424 $this->all_files = $result;
/plugin/file2dw/
H A Daction.php237 $this->result = '====== '.basename($this->userFileName).' ======
240 … $this->result .= '<sub>{{'.$this->userFileName.'|'.$this->getLang('parserOriginalFile').'}}</sub>
245 $this->result .= file_get_contents ($this->dwpageFile);
264 $this->_msg(array('ok_info','Resultado: '.$this->result));
279 …saveWikiText( $this->pageName, $this->result, $this->getLang( 'parserSummary' ).$this->userFileNam…
355 $this->result = str_replace( '{{'.$imgPath, '{{:'.$imgId, $this->result );
/plugin/sqlite/
H A Dadmin.php181 $result = $this->db->queryAll($s);
189 $cnt = count($result);
194 $ths = array_keys($result[0]);
201 foreach ($result as $row) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php300 $result = $response->getData();
302 if (!isset($result['found']) || false === $result['found']) {
306 if (isset($result['fields'])) {
307 $data = $result['fields'];
308 } elseif (isset($result['_source'])) {
309 $data = $result['_source'];
315 $doc->setVersionParams($result);
/plugin/styler/syntax/
H A Dverse.php127 … $result = preg_replace("/\b([A-H][#]?[m]?[75]?)\b/m", "<span>\\1</span>", $data[0]);
128 $renderer->doc .= htmlspecialchars($result);
/plugin/dnsresolver/
H A Dsyntax.php90 $result = dns_get_record($dnsname);
93 $content = $result[0][ip];
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestCase.php168 function run(&$result) { argument
169 $this->_result = &$result;
/plugin/amcharts/assets/
H A Djs-yaml.min.js2result=""}function o(e,t){return"\n"+g.repeat(" ",e.indent*t)}function a(e,t){var n,i,r;for(n=0,i=…
/plugin/c3chart/assets/
H A Djs-yaml.min.js2result+=l}}function fe(e,t,i,r){var o,a,l,c;for(n.isObject(i)||ce(e,"cannot merge mappings; the pr…
/plugin/achart/assets/
H A Djs-yaml.min.js2result+=l}}function fe(e,t,i,r){var o,a,l,c;for(n.isObject(i)||ce(e,"cannot merge mappings; the pr…
/plugin/icons/syntax/
H A Dicon.php219 $result = '';
222 $result .= "$property:$value;";
225 $result = trim($result, ';');
227 return $result;
/plugin/dropfiles/action/
H A Dajax.php101 $result = array(
114 $result = array(
121 echo json_encode($result);
/plugin/components/lib/
H A Daction_manager.php139 $result = '';
141 $result .= $this->render($act);
142 return $result;
/plugin/revealjs/plugin/notes/
H A Dnotes.js71 var result = Reveal[methodName].apply( Reveal, methodArguments );
75 result: result,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php155 $result = new BitSet();
157 $result->add($config->alt);
160 return $result;

1...<<41424344454647484950>>...80