Home
last modified time | relevance | path

Searched refs:result (Results 351 – 375 of 1997) sorted by last modified time

1...<<11121314151617181920>>...80

/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1result:null,timer:null,textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();… property in doku_linkwiz
H A Dlink.js1result:null,timer:null,textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();… property in doku_linkwiz
H A Dlink.js.unc1539 result: null,
1580 doku_linkwiz.result = jQuery('#link__wiz_result')[0];
1641 * @param num int result div to return
1652 * @param num int result div to return
1656 return jQuery(doku_linkwiz.result).find('div').eq(num);
1660 * Select the given result
1689 jQuery(doku_linkwiz.result)[0].scrollTop += yDiff;
1696 * deselect a result if any is selected
1706 * Handle clicks in the result set an dispatch them to
1720 * Handles the "click" on a given result anchor
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc14579 b.data.dataValue = '\x3cimg src\x3d"' + l.result + '" /\x3e';
17112 a.data = c.result;
H A Dckeditor.js730 …addEventListener("load",function(){b.data.dataValue='\x3cimg src\x3d"'+l.result+'" /\x3e';a.fire("…
872 c.onload=function(){a.loaded=a.total;a.data=c.result;a.changeStatus("loaded")};c.readAsDataURL(this…
/plugin/ckgedit/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 return $result;
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js57 src: evt.target.result
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php949 $result = ob_get_contents();
951 return $result;
1029 $result = ob_get_contents();
1031 return $result;
/plugin/ckgedit/action/
H A Dmeta.php221 $result = array();
228 $result[$name] = $val;
230 echo json_encode($result);
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc105 4. switch from the color tab to the main tab to display result of color change
/plugin/twofactortelegram/
H A Daction.php88 $result = file_get_contents($url);
90 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/epub/scripts/
H A Depub_utils.php515 $result = $z->get_file();
516 file_put_contents($epub_file,$result);
584 function epub_check_for_mathjax(&$result) { argument
594 $result .= <<<MATHJAX
H A Dscript.js20 result = regex.exec(dom.innerHTML);
21 if(result) {
22 var epub='http://'+ location.host + DOKU_BASE + '/lib/exe/fetch.php?media=' + result[1];
23 … href="' + epub + '" class="media mediafile mf_epub" title="' + result[1] +'">' + result[1] +'</a>…
H A Debook.php58 $result = "";
63 $result .= "\n<head>\n";
67 $result .= "\n<title>";
75 $result .= $xhtml;
91 $result
112 }, $result
118 $result = preg_replace_callback("/&(\w+);/m", "epbub_entity_replace", $result );
119 $result = preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/m", "\n", $result);
120 $result = preg_replace("/^\s+/m", "", $result );
126 return $result;
[all …]
/plugin/epub/
H A Dscript.js26 result = regex.exec(dom.innerHTML);
27 if(result) {
28 var epub='http://'+ location.host + DOKU_BASE + 'lib/exe/fetch.php?media=' + result[1];
29 … href="' + epub + '" class="media mediafile mf_epub" title="' + result[1] +'">' + result[1] +'</a>…
/plugin/tagfilter/
H A Dstyle.css427 .select2-results ul.select2-result-sub {
432 .select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
433 .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
434 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result
[all...]
H A Dhelper.php29 $result = [];
30 $result[] = [
38 $result[] = [
45 $result[] = [
53 return $result;
/plugin/tagfilter/script/select2/
H A Dselect2.css324 .select2-results ul.select2-result-sub {
329 .select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
330 .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
331 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result
[all...]
H A Dselect2.js770 if ($(e.target).closest(".select2-result-selectable").length > 0) {
887 var i, l, result, selectable, disabled, compound, node, label, innerContainer, formatted;
893 result=results[i];
895 disabled = (result.disabled === true);
896 selectable = (!disabled) && (id(result) !== undefined);
898 compound=result.children && result.children.length > 0;
902 node.addClass("select2-result");
903 node.addClass(selectable ? "select2-result-selectable" : "select2-result
3321 formatResult(result, container, query, escapeMarkup) global() argument
[all...]
/plugin/html5video2/script/
H A Dvideo.min.js23 … "+n+". For HLS content, a duration in excess of the target duration may result in playback issues…
/plugin/discussion/
H A Daction.php1609 if ($event->result === true) return;
1629 $event->result = true;
H A Dadmin.php100 $result = array();
109 $result[] = array(
117 usort($result, array('admin_plugin_discussion', '_threadCmp'));
119 return $result;
198 $result = array();
200 $this->_addComment($cid, $data, $result);
203 if (empty($result)) {
206 return $result;
215 * @param array $result
227 $result[] = $comment;
[all …]
H A Dhelper.php16 $result = array();
17 $result[] = array(
22 $result[] = array(
30 $result[] = array(
38 $result[] = array(
46 return $result;
144 krsort($result);
146 if (is_numeric($num)) $result = array_slice($result, 0, $num);
148 return $result;
190 krsort($result);
[all …]
/plugin/evesso/
H A Dhelper.php203 $result = $INPUT->server->str('REQUEST_METHOD') === 'GET';
204 return $result;
/plugin/publish/_test/
H A Dhelper.test.php43 public function test_in_namespace($namespace_list, $id, $result, $msg) { argument
47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
76 public function test_in_sub_namespace($namespace_list, $id, $result, $msg) { argument
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);

1...<<11121314151617181920>>...80