Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 159) sorted by relevance

1234567

/plugin/codemirror/dist/modes/
H A Djavascript.min.js1marked=null,A.cc=f;A.style=b;if(!a.lexical.hasOwnProperty("align"))a.lexical.align=true;while(true…
H A Dhaxe.min.js1marked=null,A.cc=f;if(!a.lexical.hasOwnProperty("align"))a.lexical.align=true;while(true){var g=f.…
H A Djavascript.min.js.map1marked","hasOwnProperty","combinator","length","pop","expression","statement","lex","pass","i","ar…
H A Dhaxe.min.js.map1marked","lexical","hasOwnProperty","combinator","length","pop","statement","lex","imported","typen…
/plugin/livemark/
H A Daction.php91 $marked = $src_img;
96 imagealphablending($marked, true);
97 imagesavealpha($marked, true);
107 …imagecopyresampled($marked, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_heig…
109 return $marked;
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js8 root.marked = require( './marked' );
9 root.RevealMarkdown = factory( root.marked );
14 root.RevealMarkdown = factory( root.marked );
16 }( this, function( marked ) { argument
110 content = notesMatch[0] + '<aside class="notes">' + marked(notesMatch[1].trim()) + '</aside>';
379 section.innerHTML = marked( markdown );
411 if( typeof marked === 'undefined' ) {
416 marked.setOptions({
426 marked.setOptions( options );
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst31 The first ternary statement is not escaped: ``hello`` is marked as being
34 if ``hello`` is marked as safe, ``hola`` remains unsafe and so is the whole
35 expression. The third ternary statement is marked as safe and the result is
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dliteral.test21 6. Nested conditionals with a variable marked safe
44 6. Nested conditionals with a variable marked safe
/plugin/outliner/
H A Dprint.css18 div.marked {
38 td.marked {
/plugin/batchedit/
H A Dengine.php90 private $marked; variable in BatcheditMatch
102 $this->marked = FALSE;
144 public function mark($marked = TRUE) { argument
145 $this->marked = $marked;
152 return $this->marked;
193 $this->contextBefore, $this->contextAfter, $this->marked, $this->applied));
201 $this->contextBefore, $this->contextAfter, $this->marked, $this->applied) = unserialize($data);
/plugin/advanced/lang/en/config/
H A Dacl.txt9 …an either be a [[doku>pagename]] or a [[doku>namespace]]. Namespaces are marked by an additional a…
10 * A group or user name. Groupnames are marked by a leading ''@'' character.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc6 The {es} APIs are marked using the following convention:
18 All the `experimental` and `beta` APIs are marked with a `@note` tag in the
H A Dset-retries.asciidoc26 nodes may also be marked dead.
H A Dconnection-pool.asciidoc16 node succeeds and the query executes. The first nine nodes are marked dead
34 alive when the client initializes. If a node fails a request, it is marked as
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst49 values explicitly marked as safe. Those can be marked in the template by using
/plugin/reproduce/
H A Dplugin.info.txt6 desc Allows to reproduce a code marked with a label located within the same source page, or in an…
H A DREADME3 Allows to reproduce a code marked with a label located within the same source page, or in an other …
/plugin/nodisp/
H A DREADME.md5 denied access to the marked off text. This text cannot be viewed in the
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md15 - Most of the classes are marked as `final`, inheritance is discouraged for all the cases, use comp…
48 marked as `@internal` shall not be used in user-land code. BC is not guaranteed on this elements.
/plugin/confmanager/lang/en/
H A Dacronyms.txt3 Note: only full words will be marked. Eg. an acronym that is used within a word will not result in …
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/projects/
H A Dcodemirror-compressed.js1marked;if(!n)return t;for(var r=0,i=n.length;r<i;++r){var s=n[r];(s.from==null||s.from<=e.ch)&&(s.…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst419 * Expressions which the result is always a literal or a variable marked safe
449 * Automatic escaping is not applied if the last filter in the chain is marked
451 ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked
452 safe for JavaScript, ``raw`` is marked safe for everything.
H A Ddeprecated.rst223 * As of Twig 1.29, some classes are marked as being final via the `@final`
224 annotation. Those classes will be marked as final in 2.0.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst12 | all | all properties are excluded by default; only properties marked |
16 | | those marked with @Exclude will be serialized/unserialized |
280 A property can be marked as non read only with ``@ReadOnly(false)`` annotation (useful when a class…

1234567