Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/eventline/timeline_ajax/
Dsimile-ajax-api.js27 var getHead = function(doc) { argument
31 SimileAjax.findScript = function(doc, substring) { argument
48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
75 SimileAjax.includeJavascriptFiles = function(doc, urlPrefix, filenames) { argument
82 SimileAjax.includeCssFile = function(doc, url) { argument
98 SimileAjax.includeCssFiles = function(doc, urlPrefix, filenames) { argument
/plugin/tline/timeline_ajax/
Dsimile-ajax-api.js27 var getHead = function(doc) { argument
31 SimileAjax.findScript = function(doc, substring) { argument
48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
75 SimileAjax.includeJavascriptFiles = function(doc, urlPrefix, filenames) { argument
82 SimileAjax.includeCssFile = function(doc, url) { argument
98 SimileAjax.includeCssFiles = function(doc, urlPrefix, filenames) { argument
/plugin/fckg/fckeditor/editor/js/
Dfckadobeair.js32 var getDocumentHead = function( doc ) argument
67 EditingArea_Start : function( doc, html ) argument
94 Panel_Contructor : function( doc, baseLocation ) argument
120 ToolbarSet_InitOutFrame : function( doc ) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
DText.php47 public function processSniff(DOMNode $doc)
71 protected function printTitle(DOMNode $doc)
DGenerator.php79 protected function getTitle(DOMNode $doc)
181 protected abstract function processSniff(DOMNode $doc);
DMarkdown.php102 protected function processSniff(DOMNode $doc)
DHTML.php213 public function processSniff(DOMNode $doc)
/plugin/prosemirror/schema/
DNodeStack.php14 protected $doc; variable in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
49 public function doc() function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
/plugin/combo/ComboStrap/
DStringUtility.php108 public static function addEolCharacterIfNotPresent(&$doc)
125 public static function rtrim(&$doc, $string)
146 public static function ltrim(&$doc, $string)
/plugin/fulldisplay/
Dscript.js18 const doc = parser.parseFromString(text, 'text/html'); constant
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.glyph.js57 doc: "icon-file-alt", property
82 doc: "fa-file-o", property
111 doc: "far fa-file", property
136 doc: "glyphicon-file", property
162 doc: { text: "insert_drive_file" }, property
/plugin/odt/ODT/
DODTHeading.php72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) {
DODTImage.php106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) {
/plugin/translate/
Dmake_langnames_file.php17 $doc = new DOMDocument(); variable
/plugin/yuriigantt/src/Driver/Embedded/
DRenderer.php31 public $doc = ''; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Renderer
/plugin/combo/resources/dictionary/
Dbrands.json8 "doc": "https://developers.facebook.com/docs/plugins/share-button/" string
34 …"doc": "https://developer.twitter.com/en/docs/twitter-for-websites/follow-button/guides/web-intent… string
79 "doc": "https://github.com/logos", string
182 "doc": "https://dribbble.com/branding", string
222 "doc": "https://developer.linkedin.com/docs/share-on-linkedin" string
258 "doc": "https://dev.xing.com/plugins/share_button/docs#custom-design" string
300 "doc": "https://www.youtube.com/howyoutubeworks/resources/brand-resources/", string
/plugin/asciidocjs/
Dasciidoc.js21 var doc=await doinput(); variable
/plugin/bureaucracyau/_test/
Dsyntax.test.php60 private function checkField($doc, $name, $check, $required=false) {
/plugin/bureaucracy-au/_test/
Dsyntax.test.php60 private function checkField($doc, $name, $check, $required=false) {
/plugin/jdraw/src/com/mxgraph/examples/swing/
DUserObject.java49 Document doc = mxDomUtils.createDocument(); in UserObject() local
/plugin/linkcheck/
Dsyntax.php22 function injectclassforlinks(&$doc,$urlmap,$otherurls){
/plugin/odt/ODT/styles/
DODTTextStyle.php233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
/plugin/lytebox/
Dlytebox.js280 this.doc.getElementById('lbOverlay').onclick = function() { myLytebox.end(); return false; } method
281 this.doc.getElementById('lbMain').onclick = function(e) { method
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js381 EnforcePaddingNode : function( doc, tagName ) argument
401 CheckAndRemovePaddingNode : function( doc, tagName, dontRemove ) argument
595 GetNodeFromAddress : function( doc, addr, normalized ) argument
/plugin/doxycode/syntax/
Dsnippet.php34 private $doc; variable in syntax_plugin_doxycode_snippet

12345