Home
last modified time | relevance | path

Searched refs:position (Results 251 – 275 of 1319) sorted by path

1...<<11121314151617181920>>...53

/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1position\",\n \"background-position-x\", \"background-position-y\", \"background-repeat\",\n …
H A Dmathematica.min.js.map1 …)\n // Cannot start with a number, but can have numbers at any other position. Examples\n //…
H A Dperl.min.js.map1position I/O pointer on handle used with sysread and syswrite\n system …
H A Dproperties.min.js1position="def"}}if(d&&!b.nextMultiline){b.inMultiline=false;b.position="def"}if(c){while(a.eatSpac…
H A Dproperties.min.js.map1position","eatSpace","ch","next","skipToEnd","skipTo","eat","startState","defineMIME"],"mappings":…
H A Dsas.min.js.map1 …cards path pathdll pathname pdf peek peekc pfkey pmf point poisson poke position printer probbeta …
H A Dsoy.min.js.map1 … (match) {\n // We don't use backUp because it backs up just the position, not the state.\n…
H A Dsql.min.js.map1position position_regex power precedes preceding precision prepare prepared preserve primary print…
H A Dstylus.min.js.map1position\",\"background-repeat\",\"background-size\",\"baseline-shift\",\"binding\",\"bleed\",\"bo…
H A Dverilog.min.js.map1 …f (tlvTrackStatements) {\n // This starts a statement if the position is at the scope l…
/plugin/codemirror/dist/
H A Dscripts.min.js2 …th+"px"}b.style.width=e+"px"}if(a.coverGutter){b.style.zIndex=5;b.style.position="relative";if(!a.…
5 …=this.display;a=qd(this,lb(this.doc,a));var g=a.bottom,h=a.left;b.style.position="absolute";b.setA…
8 …tor"){g.addClass("ui-state-disabled")}g.append(h);a.append(g)});a.menu({position:{my:"right top",a…
H A Dscripts.min.js.map1position","marginLeft","widgetHeight","parentStyle","gutters","wrapper","clientWidth","eventInWidg…
H A Dstyles.min.css1position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}form#dw__editform .CodeMirror-…
H A Dstyles.min.css.map1position: absolute;\n z-index: 1000;\n font-size: 1em;\n}\n\n.cm-settings-menu .ui-menu {\n …
/plugin/codeprettify/
H A Dall.css31 list-style-position: outside;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64position|fn:one-or-more|fn:number|fn:not|fn:normalize-unicode|fn:normalize-space|fn:node-name|fn:n…
/plugin/colorpicker/
H A Dscript.js32 $picker.css({position:'absolute', 'marginLeft': '-10000px'});
/plugin/columns/
H A Drewriter.php146 public function appendCalls(&$output, $position) { argument
148 $output[] = array($call[0], $call[1], $position);
/plugin/combo/ComboStrap/
H A DCall.php176 * @param int|null $position
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call argument
186 PluginUtility::POSITION => $position
191 $positionInText = $position;
718 * @return mixed|string the position (ie key) in the array
749 * Return the position of the first matched character in the text file
761 * Return the position of the last matched character in the text file
H A DCallStack.php250 * @param integer $position
254 static function insertCallStackUpWards(&$calls, $position, $callStackToInsert) argument
257 array_splice($calls, $position, 0, $callStackToInsert);
297 * And go to the previous position
358 * put the pointer one position further
960 * @return int|mixed - the last position on the callstack
971 // p_open and p_close have always a position value of 0
H A DCardTag.php180 $position = $previousOpening->getFirstMatchedCharacterPosition();
183 ->setStartPosition($position)
H A DHeadingTag.php447 $position = strlen($input) - 1;
448 while ($position > 0) {
449 $character = $input[$position];
478 // position --
479 $position--;
482 $input = substr($input, 0, $position);
H A DMarkupRef.php96 $position = strpos($ref, "?");
98 if ($position !== false) {
99 $email = substr($ref, 0, $position);
100 $queryStringAndFragment = substr($ref, $position + 1);
H A DOutline.php189 $position = $actualCall->getFirstMatchedCharacterPosition();
194 [PluginUtility::POSITION => $position],
198 $position,
238 // -1 because the actual position is the start of the next section
348 * Track the position in the file
352 // the position in the stack is not always good
H A DOutlineSection.php50 $position = $headingEnterCall->getFirstMatchedCharacterPosition();
51 if ($position === null) {
54 $this->startFileIndex = $position;

1...<<11121314151617181920>>...53