Home
last modified time | relevance | path

Searched refs:mode (Results 1251 – 1275 of 2447) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php142 public static function disableEntity(string $mode): bool argument
144 if ($mode === "entity") {
/plugin/icalendar/
H A Dsyntax.php150 function render($mode, &$renderer, $data) { argument
154 if ($mode == 'xhtml') {
247 $html = p_render($mode, p_get_instructions( $ret ), $info );
/plugin/codemirror/dist/modes/
H A Dhaskell-literate.min.js.map1mode/haskell-literate/haskell-literate.js"],"names":["mod","exports","module","require","define","…
H A Dfactor.min.js.map1mode/factor/factor.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","d…
/plugin/addnewpage/
H A Dsyntax.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('\{\{NEWPAGE[^\}]*\}\}', $mode, 'plugin_addnewpage');
/plugin/composer/
H A Dsyntax.php52 function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern("{{compose>.*?}}",$mode,'plugin_composer');
160 function render($mode, &$renderer, $data) { argument
161 if($mode == 'xhtml'){
/plugin/subjectindex/syntax/
H A Dindex.php39 function connectTo($mode) { argument
41 …$this->Lexer->addSpecialPattern('\{\{subjectindex>(?m).*?(?-m)\}\}', $mode, 'plugin_subjectindex_i…
122 function render($mode, Doku_Renderer $renderer, $opt) { argument
123 if ($mode == 'xhtml') {
/plugin/fckg/syntax/
H A Ddwplugin.php36 function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('<plugin.*?</plugin>',$mode,'plugin_fckg_dwplugin');
74 $mode = 'xhtml';
75 $file = DOKU_INC."inc/parser/$mode.php";
232 function render($mode, Doku_Renderer $renderer, $data) { argument
235 if($mode == 'xhtml'){
/plugin/combo/syntax/
H A Dlink.php141 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
176 * @param string $mode
180 public function accepts($mode): bool argument
184 * will be taken by the links mode
187 * to the external link mode
200 if (in_array($mode, $linkModes)) {
210 * The mode with the lowest sort number will win out
227 function connectTo($mode) argument
232 $mode !== PluginUtility::getModeFromPluginName(ThirdPartyPlugins::IMAGE_MAPPING_NAME)
236 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtilit
[all...]
H A Dheader.php54 function connectTo($mode) argument
57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
159 // unsupported $mode
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md18 - `RemoteWebElement::getDomProperty()` method to read JavaScript properties of an element (like the value of `innerHTML` etc.) in W3C mode.
29 - `RemoteWebElement::getLocationOnScreenOnceScrolledIntoView()` was missing polyfill implementation for W3C mode and not working in eg. Safari.
50 - Actually start ChromeDriver in W3C mode if it is supported by the browser driver. Until now, when it was initialized using `ChromeDriver::start()`, it has always been unintentionally started in OSS mode.
64 - Command `RemoteWebDriver::newWindow()` for W3C mode to open new top-level browsing context (aka window).
69 - Make `alertIsPresent()` condition working in W3C mode.
71 - `ChromeDriver::start()` starts in inconsistent state mixing W3C/OSS mode.
77 - Reimplement element `equals()` method to be working in W3C mode.
78 - New instance of `RemoteWebDriver` created via `createBySessionID()` by default expects W3C mode. This could be disabled using fifth parameter of `createBySessionID()`.
88 - Use relative offset when moving mouse pointer in W3C WebDriver mode
[all...]
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/htmlokay/
H A Dsyntax.php81 function connectTo($mode) argument
86 $this->Lexer->addEntryPattern('<html>(?=.*?</html>)', $mode, 'plugin_htmlOKay');
450 function render($mode, Doku_Renderer $renderer, $data) argument
452 if ($mode == 'xhtml')
472 if($mode = 'metadata')
/plugin/farm/
H A Dinfos.animal.class.php118 public function getSize($mode='', $nice=false) { argument
119 if(!in_array($mode, array('pages', 'media', 'cache', 'index'))) $mode = '';
121 $s = $this->dirsize($this->animal->getPath().(($mode != '') ? '/data/'.$mode : ''));
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
H A Ddhtmlxgantt_multiselect.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/runcommand/
H A Dsyntax.php73 function connectTo($mode) { argument
74 $this->Lexer->addSpecialPattern('<runcommand>.*?</runcommand>',$mode,'plugin_runcommand');
199 function render($mode, &$renderer, $data) { argument
208 if($mode == 'xhtml'){
214 $this->debug("RENDER:MODE=".$mode."\ncurrentCommand=".$currentCommand,2);
/plugin/interwikiformatting/
H A Dsyntax.php37 …function connectTo($mode) { $this->Lexer->addSpecialPattern(self::PATTERN_INTERWIKI_LINK, $mode, '… argument
/plugin/photowidget/
H A Dphotowidget.php112 function _str_cut($src, $keyword, $mode) argument
115 if ($mode == 'right') {
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php37 public function renderText(string $mode = 'xhtml'): ?string { argument
38 return p_render($mode, p_get_instructions($this->text), $info);
/plugin/include/syntax/
H A Dfooter.php29 function render($mode, Doku_Renderer $renderer, $data) { argument
33 if ($mode == 'xhtml') {
/plugin/stlviewer/
H A Dsyntax.php36 public function connectTo($mode) { argument
37 … $this->Lexer->addSpecialPattern('\{\{[^\}]*?(?:\.stl)[^\}]*?\}\}', $mode, 'plugin_stlviewer');
/plugin/struct/types/
H A DTag.php24 * @param string $mode
27 public function renderValue($value, \Doku_Renderer $R, $mode) argument
/plugin/diagrams/conf/
H A Ddefault.php6 $conf['mode'] = 1;

1...<<51525354555657585960>>...98