Home
last modified time | relevance | path

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

1234

/plugin/eventline/timeline_ajax/
H A 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/
H A 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php47 public function processSniff(DOMNode $doc)
71 protected function printTitle(DOMNode $doc)
H A DGenerator.php79 protected function getTitle(DOMNode $doc)
181 protected abstract function processSniff(DOMNode $doc);
H A DMarkdown.php102 protected function processSniff(DOMNode $doc)
H A DHTML.php213 public function processSniff(DOMNode $doc)
/plugin/prosemirror/schema/
H A DNodeStack.php15 protected $doc; variable in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
50 public function doc() function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
/plugin/combo/ComboStrap/
H A DStringUtility.php108 public static function addEolCharacterIfNotPresent(&$doc) argument
125 public static function rtrim(&$doc, $string) argument
146 ltrim(& $doc, $string) global() argument
[all...]
/plugin/odt/ODT/
H A DODTHeading.php72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) {
H A DODTImage.php106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) {
H A DODTIndex.php107 protected static function buildIndex(ODTDocument $doc, array $toc, array $settings, $indexNo) {
H A DODTState.php342 public function setDocument($doc) {
/plugin/translate/
H A Dmake_langnames_file.php17 $doc = new DOMDocument(); variable
/plugin/yuriigantt/src/Driver/Embedded/
H A DRenderer.php31 public $doc = ''; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Renderer
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php60 private function checkField($doc, $name, $check, $required=false) {
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php60 private function checkField($doc, $name, $check, $required=false) {
/plugin/combo/resources/dictionary/
H A 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-follow-button" 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/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java49 Document doc = mxDomUtils.createDocument(); in UserObject() local
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js32 var getDocumentHead = function( doc ) argument
/plugin/odt/ODT/styles/
H A DODTTextStyle.php233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
H A DODTParagraphStyle.php334 …ction createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
/plugin/lytebox/
H A 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/
H A Dfckdomtools.js381 EnforcePaddingNode : function( doc, tagName ) argument
401 CheckAndRemovePaddingNode : function( doc, tagName, dontRemove ) argument
595 GetNodeFromAddress : function( doc, addr, normalized ) argument
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js90 function findImage(name, doc) { argument

1234